
#content_wrapper {
  width: 70%;
  float: left;
}

content_wrapper-full {
  width: 100%;
}

#side_wrapper {
  width: 30%;
  float: right;
}

#image_wrapper {
  width: 100%;
  float: none;
}

#data-wrapper, #contact-wrapper, #apply-wrapper {
  padding-bottom: 20px;
  margin-left: 20px;
}

#apply-wrapper  {
  display: block;
  width: 100%;
  height: 50px;
   background-color: white;
  color: #003366;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 13pt;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(179,179,179,1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(179,179,179,1);
  box-shadow: 1px 1px 2px 0px rgba(179,179,179,1);
  border: 1px solid lightgrey;
  cursor: pointer;
}

#apply-wrapper:hover {

   background-color: #003366;
  color: white;
}

.block {
  width: 49%;
  float: left;
}

.job-header {
  font-weight: bold;
}

.job-form,.job-header, #send-app {
  margin-top: 10px;
}

#name {
display: none;
}

.app-success, .app-error {
  text-align: center;
  font-weight: bold;
  font-size: 20pt;
}

.app-success {
  color: rgb(0,204,0);
}

.app-error {
  color: red;
}

/******************** 320X480 (IPHONE/ANDROID) *******************************/
@media screen and (max-width:480px) {
  #content_wrapper {
    width: 100%;
  }

  #side_wrapper {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 0px !important;
    display: none !important;
    border: 0px;
  }
}

/******************** 4k Retina Display ***************************************
@media screen and (min-width:2000px) {

}
*/
