@CHARSET "UTF-8";
html, body, .apply.skin-hired .wrapper {
  background-color: #ffffff;
  font-size: 13px;
}
.apply .form-control {
  font-size: 13px;
}
.apply.apply-form .form-control {
  text-align: center;
}
.apply.apply-form select.form-control {
  text-align: left;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: italic;
}
.apply .btn-primary,
.apply .btn-secondary {
  background-color: #52baa7;
  border-color: #52baa7;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
}
.modal .btn-primary,
.modal .btn-secondary {
  font-size: 14px;
}

.apply .btn-secondary {
  background-color:  #dd4322;
  border-color:  #dd4322;
}
.apply h1 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 28px;
}
.apply h2 {
  font-size: 17px;
}
.apply .job-description {
  background-color: #ffffff;
  padding-top:15px;
}
.apply .job-description a {
  color: #333;
  line-height: 30px;
}
.apply .job-description a:hover {
  text-decoration: underline;
}
@media (min-width: 767px) {
  .apply .job-description img.location_icon {
    margin-left: 15px;
  }
}
.apply .job-description .job-text {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 9.5px;
  margin: 0 0 10px;
}
.apply .contact-info {
  background-color: #accff4;
}
.apply .agree {
  background-color: #dff0d8;
  border: 1px solid green; 
  color: #3c763d;
  font-weight: 700;
  font-size: 18px;
}
.apply .disclosure {
  color: #9d9d9d;
  font-style: italic;
  font-size: 14px;
}
.apply .employer {
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
}
.apply.questions-form .notice {
  font-size: 16px;
  color: #ffffff;
  background-color: #304953;
  padding-top:8px;
  padding-bottom:8px;
  font-weight: 600;
}
.apply.questions-form .option-radio {
  margin-left: 28px;
}
.job-description #resume {
  height: 300px;
}
.apply-done {
  font-size: 16px;
}
