/*
    THEME COLORS
    Don't change the value for these 4 colors. They get searched for and replaced by theme compilation.
*/
/* Base values */
/* Main styles */
html {
  font-size: 12px;
  height: 100%;
}
body {
  background-color: #717070;
  height: 100%;
}
a {
  text-decoration: underline;
}
.logo {
  padding: 0;
}
.av-radio + .av-radio {
  margin-left: 1.5rem;
}
.av-dropdown-menu > li > a,
#site-header .av-dropdown-menu > li > a {
  color: #fff;
}
.av-dropdown-menu > li > a:hover,
#site-header .av-dropdown-menu > li > a:hover {
  background-color: #e30f0f;
}
.btn {
  font-size: 11px;
  text-decoration: none;
}
.btn.btn-primary {
  color: #fff;
  border-color: #e30f0f;
  background-color: #e30f0f;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:hover:focus,
.btn.btn-primary:active:hover {
  background-color: #b30c0c;
  border-color: #b30c0c;
}
.btn.btn-primary[disabled] {
  border-color: #f89393;
  background-color: #f89393;
}
.input-group-btn .btn {
  height: 31px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active a:hover,
.dropdown-menu > .active a:focus {
  background-color: #e30f0f;
}
.tag-input .add-new.active {
  background-color: #e30f0f;
  color: #fff;
}
.next-button {
  position: relative;
  border: none;
  margin-right: 1rem;
}
.next-button:before {
  border-style: solid;
  border-color: transparent transparent transparent #e30f0f;
  border-width: 17px 0 17px 10px;
  border-radius: 0;
  display: block;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -9px;
}
.next-button:hover:before,
.next-button:active:before,
.next-button:hover:focus:before {
  border-left-color: #b30c0c;
}
.next-button[disabled]:before {
  border-left-color: #f89393;
}
.back-button {
  position: relative;
  border: none;
  margin-left: 1rem;
}
.back-button:before {
  border-style: solid;
  border-color: transparent #e30f0f transparent transparent;
  border-width: 17px 10px 17px 0;
  border-radius: 0;
  display: block;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: -9px;
}
.back-button:hover:before,
.back-button:active:before,
.back-button:hover:focus:before {
  border-right-color: #b30c0c;
}
.back-button[disabled]:before {
  border-right-color: #f89393;
}
.exit-button {
  width: 130px;
}
#create-account-button {
  min-height: 36px;
  min-width: 109px;
}
@media screen and (max-width: 991px) {
  .personal-information-phone {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.personal-information-phone .row [class*='col-']:not(:first-child),
.personal-information-phone .row [class*='col-']:not(:last-child) {
  padding-right: 4px;
  padding-left: 4px;
}
.personal-information-phone .button-container #can-text {
  margin-right: 10px;
}
.personal-information-phone .radio-button-fix {
  white-space: nowrap;
  margin-bottom: 8px;
}
.personal-information-phone form {
  display: inline;
}
.personal-information-address {
  padding-top: 1rem;
}
@media screen and (max-width: 991px) {
  .personal-information-address {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.highlight {
  background-color: #eee;
  padding-top: 3px;
}
@media screen and (max-width: 991px) {
  .highlight {
    margin-top: 15px;
  }
}
.resume-upload-container {
  padding: 12px;
}
.vitals {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .vitals {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#salutation {
  line-height: 40px;
}
.remove-resume {
  cursor: pointer;
  color: #e30f0f;
  font-size: 1.5em;
  position: relative;
  top: 3px;
}
#resume-container {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
#mobile-upload-button {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  #mobile-upload-button {
    display: none;
  }
}
#resume-file-trigger {
  font-weight: normal;
  font-style: italic;
  cursor: pointer;
  text-decoration: underline;
}
#resume-file {
  visibility: hidden;
  position: absolute;
}
#upload-icon {
  position: relative;
  top: 5px;
  transition: color 0.15s;
}
.droppable #upload-icon {
  color: #e30f0f;
}
#upload-veil,
#resume-text {
  width: 100%;
  height: 130px;
  max-width: none;
}
.mobile-file-indicator {
  box-sizing: border-box;
  background-color: #fff;
  height: 29px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding-top: 3px;
}
#resume-text {
  resize: none;
}
@media screen and (min-width: 768px) {
  #resume-text:focus {
    position: relative;
    z-index: 1000;
    overflow: auto;
  }
}
#parse-button {
  margin-top: 5px;
}
#upload-veil {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: absolute;
  transition: background-color 0.15s;
}
#upload-veil.droppable {
  background-color: #f7f7f7;
}
#upload-veil-input {
  padding-top: 25px;
}
#upload-veil-display {
  padding-top: 50px;
}
#talent-application-app {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#site-body {
  height: 100%;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
}
#site-header {
  background-color: #ffffff;
  color: #000a09;
  line-height: 40px;
}
#site-header .logo {
  vertical-align: middle;
  margin-right: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
#site-header a {
  color: #000a09;
  text-decoration: none;
}
#site-header-text {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
@media screen and (max-width: 320px) {
  #site-header-text {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #site-header-text {
    font-size: 1.1rem;
  }
}
#aero-user-dropdown {
  padding-right: 5px;
}
#site-body h1,
#site-body h2,
#site-body h3,
#site-body h4,
#site-body h5 {
  color: #e30f0f;
}
#site-body .row {
  height: 100%;
}
#step-content-container {
  overflow: auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #step-content-container {
    width: 100vw;
  }
}
#step-content-container .step-title {
  font-size: 16px;
  margin: 0;
  padding: 23px 0 1rem 16px;
}
@media screen and (min-width: 768px) {
  #step-content-container .step-title {
    padding: 23px 0 1rem 50px;
    font-size: 31px;
  }
}
#step-content-container .step-form {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  #step-content-container .step-form {
    padding-left: 90px;
    padding-right: 90px;
  }
}
#step-content-container .step-form .workflow-navigation-container {
  border-top: 1px solid #ddd;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #step-content-container .step-form .workflow-navigation-container {
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#step-content-container .step-form .workflow-navigation-container .workflow-navigation-button {
  min-height: 34px;
  min-width: 60px;
}
#step-content-container .quick-apply .workflow-navigation-container {
  border-top: 0;
  padding-bottom: 0;
}
#step-content-container .quick-apply .save-general-info-button {
  padding-left: 25px;
  padding-right: 25px;
}
#step-content-container .quick-apply .secondary-steps {
  position: relative;
}
#step-content-container .quick-apply .secondary-steps-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
}
#step-content-container .quick-apply .personal-info-step {
  margin-top: 10px;
  margin-bottom: 25px;
}
#step-content-container .quick-apply .acknowledgment-step {
  margin-top: 50px;
}
#step-content-container .quick-apply .field-validation-error {
  margin-top: -3rem;
}
#step-content-container .quick-apply .field-validation-error.error-indicator {
  margin-top: 0;
}
#step-content-container .quick-apply .step-divider {
  border-color: #ddd;
  margin-left: 20px;
  margin-right: 20px;
}
#step-content-container .quick-apply .finish-button-container {
  border-top: 1px solid #ddd;
  margin: 0 20px 30px 20px;
  padding: 1rem 0 2rem 0;
}
@media screen and (min-width: 768px) {
  #step-content-container .quick-apply .finish-button-container {
    padding-right: 30px;
  }
}
#step-content-container .step-with-standard-navigation .field-validation-error {
  top: 35px;
  right: 38px;
  position: relative;
  height: 0;
  text-align: right;
}
@media screen and (max-width: 991px) {
  #step-content-container .step-with-standard-navigation .field-validation-error {
    position: initial;
    height: auto;
    margin-bottom: 1rem;
  }
}
#step-content-container .standard-step-navigation {
  clear: both;
  border-top: 1px solid #ddd;
  margin: 2rem 20px 0 20px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  #step-content-container .standard-step-navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#step-content-container .standard-step-navigation .standard-step-navigation-button {
  min-height: 34px;
  min-width: 60px;
}
#bread-crumbs {
  color: #fff;
  background-color: #e30f0f;
  min-height: 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  white-space: nowrap;
}
#bread-crumbs .container {
  padding-left: 0;
  padding-right: 0;
}
#bread-crumbs .container > div {
  display: table;
}
@media screen and (max-width: 992px) {
  #bread-crumbs .container > div {
    width: 100%;
  }
}
#bread-crumbs .container > div > div {
  display: table-row;
}
#bread-crumbs .crumb {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2rem;
  height: 40px;
  position: relative;
  font-size: 11px;
  width: 114px;
  color: #000;
  background-color: #ddd;
}
@media screen and (max-width: 992px) {
  #bread-crumbs .crumb {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  #bread-crumbs .crumb {
    width: 140px;
  }
}
@media screen and (max-width: 992px) {
  #bread-crumbs .crumb.distantStep {
    display: none;
  }
}
#bread-crumbs .crumb:first-child {
  border-left: 1px solid #fff;
  padding-left: 1rem;
}
#bread-crumbs .crumb:not(:last-child):before {
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 22px 0 22px 12px;
  border-radius: 0;
  display: block;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: -1px;
  right: -12px;
  z-index: 1;
}
#bread-crumbs .crumb:not(:last-child):after {
  border-style: solid;
  border-color: transparent transparent transparent #ddd;
  border-width: 21px 0 21px 11px;
  border-radius: 0;
  display: block;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
}
#bread-crumbs .crumb:last-child {
  border-right: 1px solid #fff;
}
#bread-crumbs .crumb.active {
  background-color: #e30f0f;
  color: #fff;
}
#bread-crumbs .crumb.active:after {
  border-left-color: #e30f0f;
}
#bread-crumbs .crumb.completed {
  background-color: #666;
  color: #fff;
}
#bread-crumbs .crumb.completed:after {
  border-left-color: #666;
}
#validation-code-help {
  color: #666;
  font-style: italic;
  font-size: 11px;
  margin-top: 18px;
}
#existing-resume {
  margin-bottom: 1rem;
}
#verification-code-submit {
  min-width: 52px;
}
#password-tips {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #ddd;
}
.button-container .btn {
  width: 49%;
  margin-bottom: 20px;
}
.sign-in-box {
  background-color: #f89393;
}
.welcome-banner .container {
  color: #fff;
  background-color: #e30f0f;
  height: 42px;
  font-size: 17px;
  padding: 9px;
  padding-left: 15px;
}
.welcome-banner a {
  color: #fff;
  font-size: 15px;
}
#notifyAccountExists form {
  margin-top: 50px;
}
#notifyAccountExists hr {
  margin-top: 50px;
}
#notifyAccountExists button {
  margin-right: 5px;
  margin-left: 5px;
}
.hint-text:before {
  content: '(';
}
.hint-text:after {
  content: ')';
}
.talent-checkbox:not(:last-child),
.talent-radio:not(:last-child) {
  margin-right: 2rem;
}
.talent-checkbox-label,
.talent-radio-label {
  position: relative;
  top: -2px;
}
.prescreen-question {
  padding-bottom: 1rem;
}
.prescreen-question-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: rgba(227, 15, 15, 0.15);
  border-radius: 3px;
}
.prescreen-question-answer {
  padding-top: .25rem;
}
.prescreen-question-answer label.talent-radio {
  font-size: 12px;
  font-style: normal;
}
.loading-icon {
  font-size: 18px;
  vertical-align: middle;
  margin-right: .5rem;
}
#prescreen-failure-message {
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .education-container {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(227, 15, 15, 0.15);
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .education-container avcontrolgroup {
    padding-right: 5px;
  }
  .education-container avcontrolgroup div.form-group {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .education-container avcontrolgroup:not(:first-child) {
    padding-left: 5px;
  }
}
.education-container .general-date-right-control {
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .education-delete-header {
    padding-top: 17px;
  }
}
@media screen and (max-width: 992px) {
  .education-delete {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .education-delete div.form-group {
    margin-top: -5px;
    margin-bottom: 0;
  }
}
.education-delete .btn {
  background-color: #D7D7D7;
  color: #666;
  font-size: 20px;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  .education-delete .btn {
    float: right;
  }
}
.professional-experience-container {
  background-color: rgba(227, 15, 15, 0.15);
}
.form-control {
  max-width: none;
}
.form-control::-webkit-input-placeholder {
  color: #a1a1a1;
}
.form-control:-moz-placeholder {
  color: #a1a1a1;
}
.form-control::-moz-placeholder {
  color: #a1a1a1;
}
.form-control:-ms-input-placeholder {
  color: #a1a1a1;
}
select[disabled].form-control,
select.form-control.placeholder {
  color: #a1a1a1;
}
select.form-control option {
  color: #666;
}
#wotc-survey-frame-container {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
}
#wotc-survey-frame {
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
}
.tags {
  margin-top: 1rem;
  padding: 1rem;
  background-color: rgba(227, 15, 15, 0.15);
}
.tags .tag {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #definition-of-terms-link-container {
    padding-top: 2rem;
  }
}
#definition-of-terms-link-container a {
  cursor: pointer;
}
.rte-context p {
  margin: 0 0 .5rem 0;
}
.rte-context em {
  font-style: italic;
}
.rte-context b {
  font-weight: bold;
}
.rte-context u {
  text-decoration: underline;
}
.rte-context blockquote {
  padding: .5rem 1rem;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  border-left: none;
}
.rte-context ul,
.rte-context ol {
  margin-top: 0;
  margin-bottom: .5rem;
}
.rte-context a {
  color: #666;
  text-decoration: underline;
}
.rte-context h1,
.rte-context h2,
.rte-context h3,
.rte-context h4 {
  color: #666;
}
textarea.expandable {
  overflow-y: auto;
  height: 60px;
}
textarea.expandable:focus {
  height: 24rem;
}
.step-validation-message {
  line-height: 36px;
  vertical-align: middle;
  margin-right: 5px;
}
.form-group.has-success input,
.form-group.has-success select {
  border-color: #D7D7D7;
}
.form-group.has-success .control-label {
  color: #666;
}
.error-indicator {
  margin-left: 12px;
  font-size: 14px;
  vertical-align: middle;
}
/* Mixins - don't use in code! */
