@charset "UTF-8";
/**
 * -----------------------------------------------------------------------------
 * New Colors - Source: Figma (these names will not change in Figma as they come
 * from the Figma library, we should standardize around them).
 * -----------------------------------------------------------------------------
 */
/* Custom breakpoints for mobile carousel */
/* Navy icons */
body .highlighted {
  display: none;
}
body.path-node.page-node-type-career #wizard-contact .form-item.rfi-race, body.path-node.page-node-type-career #wizard-contact .form-item.form-item-ethnicity, body.path-node.page-node-type-career #wizard-contact .form-item.form-item-act, body.path-node.page-node-type-career #wizard-contact .form-item.form-item-sat, body.path-node.page-node-type-career #wizard-contact .form-item.form-item-asvab {
  display: none;
}
body.path-node.page-node-type-career #wizard-contact .privacy-disclaimer {
  display: none;
}

form#wizard-rfi-form {
  width: 100%;
  background: url("../../assets/images/waves-bk.svg") center 0 no-repeat;
  background-size: 100%;
  caret-color: #ffffff;
  padding: 30px 15px 5px 15px;
  margin: 0 auto;
}
form#wizard-rfi-form .form-title {
  text-align: left;
  line-height: 0.85;
  letter-spacing: 2px;
}
form#wizard-rfi-form .form-title h1 {
  text-align: left;
  font-size: 5.5rem;
  font-family: "Liberator-Heavy", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
form#wizard-rfi-form .form-description {
  display: block;
  text-align: left;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  height: 50px;
  height: 5rem;
}

#wizard-selection {
  background: #01202C;
  width: 100%;
  padding: 0 15px 15px 15px;
  caret-color: #ffffff;
  margin: 0 auto;
}
#wizard-selection .form-description {
  display: block;
  text-align: left;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  height: 60px;
  height: 6rem;
  letter-spacing: 1px;
}
#wizard-selection .form-item-wizard-contact-title .control-label {
  font-family: "Liberator-Medium", Helvetica, sans-serif !important;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 27px;
  line-height: 2.7rem;
  text-align: left;
  color: #ffffff;
  opacity: 1 !important;
}
#wizard-selection .form-item-rfi-wizard-title .control-label {
  font-family: "Liberator-Medium", Helvetica, sans-serif !important;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 27px;
  line-height: 2.7rem;
  text-align: left;
  color: #ffffff;
  opacity: 1 !important;
}
#wizard-selection select:focus {
  outline: none;
}
#wizard-selection select:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-selection select:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-selection select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-selection .fieldset-wrapper {
  text-align: center;
  text-align: left;
}
#wizard-selection .btn-default:active:focus {
  outline: none;
  outline-offset: unset;
}
#wizard-selection .btn-primary.form-disabled.rfi-submit-button {
  opacity: 0.3;
}
#wizard-selection .btn-primary:active:focus {
  outline: none;
  outline-offset: unset;
}
#wizard-selection .form-required:after {
  background: none;
  background-image: none;
}
#wizard-selection .ts-wrapper {
  display: block !important;
}
#wizard-selection .radio + .radio {
  margin-top: 1rem;
}
#wizard-selection .checkbox + .checkbox {
  margin-top: 1rem;
}
#wizard-selection .alert {
  display: none;
}
#wizard-selection label[for=edit-selected-form] {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29px;
  line-height: 2.9rem;
  color: #c6ccd0;
}
#wizard-selection input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-selection input:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-selection input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-selection textarea:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-selection textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-selection textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-selection .form-item.form-type-checkbox {
  padding-left: 20px;
  margin-top: 7px;
}
#wizard-selection .form-item.form-type-radio {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#wizard-selection .form-item.form-type-radio .input-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  padding: 3px 1em;
  display: inline-block;
}
#wizard-selection .form-item.form-type-radio .input-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #0076a9;
  margin: 3px 0;
}
#wizard-selection .form-item.form-type-radio label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#wizard-selection .form-item.form-type-radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#wizard-selection .form-item.form-type-radio label input:checked ~ .input-title:after {
  background: radial-gradient(circle at 50%, #0076a9 8px, transparent, transparent 100%);
}
#wizard-selection .service-definition-box {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* top: 10px; */
  bottom: 80px;
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon {
  position: relative;
  background: url(../../assets/images/info-icon.png) no-repeat;
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  top: -28px;
  bottom: 0;
  right: 55%;
  float: right;
  border: none;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 414px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon {
    top: -28px;
    bottom: 0;
    right: 59%;
  }
}
@media (min-width: 540px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon {
    top: -28px;
    right: 67%;
  }
}
@media (min-width: 768px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon {
    top: -31px;
    right: 34%;
  }
}
@media (min-width: 800px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon {
    top: -31px;
    right: 35%;
  }
}
@media (min-width: 992px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon {
    top: -31px;
    right: 37%;
  }
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon:hover .service-definition-hover-box {
  display: block;
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon.rfi-eo {
  right: -2%;
}
@media (min-width: 414px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon.rfi-eo {
    top: -28px;
    bottom: 0;
    right: 2%;
  }
}
@media (min-width: 540px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon.rfi-eo {
    top: -28px;
    right: 23%;
  }
}
@media (min-width: 768px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon.rfi-eo {
    top: -31px;
    right: 17%;
  }
}
@media (min-width: 800px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon.rfi-eo {
    top: -31px;
    right: 19%;
  }
}
@media (min-width: 992px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon.rfi-eo {
    top: -31px;
    right: 21%;
  }
}
@media (min-width: 1200px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon.rfi-eo {
    top: -31px;
    right: 24%;
  }
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box {
  display: none;
  position: relative;
  width: 250px;
  height: 225px;
  background-color: #0076a9;
  color: #ffffff;
  text-align: left;
  border-radius: 0;
  padding: 20px 15px;
  top: -244px;
  right: 74px;
  z-index: 999;
}
@media (min-width: 540px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box {
    width: 250px;
    height: 225px;
    top: -110px;
    left: 40px;
  }
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 13px solid #01202C;
  border-left: 13px solid transparent;
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 29%;
  border-width: 10px;
  border-style: solid;
  border-color: #0076a9 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 540px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box:after {
    top: 50%;
    left: -19px;
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box.rfi-eo {
  width: 280px;
  height: 320px;
  top: -140px;
  right: 300px;
  left: -300px;
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box.rfi-eo:after {
  top: 44%;
  left: 280px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box .hover-box-label {
  display: block;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box .hover-box-label.rfi-eo {
  display: block;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box .hover-box-content {
  display: block;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #c6ccd0;
  text-transform: none;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-top: 10px;
}
@media (min-width: 360px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box .hover-box-content {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box .hover-box-content.rfi-eo {
  display: block;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #c6ccd0;
  text-transform: none;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-top: 10px;
}
@media (min-width: 360px) {
  #wizard-selection fieldset.fieldgroup .info-toggle-icon .service-definition-hover-box .hover-box-content.rfi-eo {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#wizard-selection .form-item.form-type-item {
  text-transform: uppercase;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  text-align: left;
}
#wizard-selection .form-item.form-type-item:not(.form-item-rfi-wizard-title) .control-label {
  opacity: 0.6;
}
#wizard-selection .form-item.form-type-textfield {
  text-transform: uppercase;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  text-align: left;
  margin: 2em auto;
  width: 100%;
}
#wizard-selection .form-item.form-type-textfield .select-wrapper {
  display: block;
  width: auto;
  margin: 0;
}
#wizard-selection .form-item.form-type-textfield .select-wrapper::after {
  content: "";
  background: url("../../assets/images/select-icon.svg") 0 0 no-repeat;
  height: 23px;
  width: 20px;
  margin-top: -10px;
  color: transparent;
}
#wizard-selection .form-item.form-type-textfield .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #c6ccd0;
  font-size: 1.3em;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
}
#wizard-selection .form-item.form-type-textfield .control-label {
  display: none;
}
#wizard-selection .form-item.form-type-textfield .control-label.has-text {
  display: inline-block;
  opacity: 0.6;
}
#wizard-selection .form-item input {
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
#wizard-selection .form-item input.form-control {
  border-top: 0;
  padding: 0 1.5em 0 0;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #0076a9;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  width: 100%;
  height: 52px;
  background: transparent;
}
#wizard-selection .form-item input.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wizard-selection .form-item legend span {
  opacity: 0.6;
}
#wizard-selection .form-item.form-type-select {
  text-align: left;
  margin-top: 5px;
  width: 100%;
}
#wizard-selection .form-item.form-type-select .select-wrapper {
  display: block;
  width: auto;
  margin: 0;
  display: block;
  width: auto;
  margin: 0;
}
#wizard-selection .form-item.form-type-select .select-wrapper::after {
  content: "";
  background: url("../../assets/images/select-icon.svg") 0 0 no-repeat;
  color: transparent;
  height: 23px;
  width: 20px;
  margin-top: -10px;
  content: "";
  background: url("../../assets/images/select-icon.svg") 0 0 no-repeat;
  height: 23px;
  width: 20px;
  margin-top: -10px;
  color: transparent;
}
#wizard-selection .form-item.form-type-select .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #c6ccd0;
  font-size: 1.3em;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #c6ccd0;
  font-size: 1.3em;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
}
#wizard-selection .form-item.form-type-select .select-wrapper .form-control {
  padding: 0 1.5em 0 0;
  cursor: pointer;
  color: #ffffff;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  letter-spacing: 1.5px;
  border: 0;
  border-top: 1px solid #0076a9;
  border-bottom: 1px solid #0076a9;
  width: 100%;
  height: 52px;
  line-height: 30px;
}
#wizard-selection .form-item.form-type-select .select-wrapper .ts-wrapper.form-control {
  font-size: 1em;
  border-top: 0;
  border-bottom: 0;
  border: 0;
  padding: 0;
  min-width: 314px;
}
#wizard-selection .form-item.form-type-select.form-item.form-item-date-discharged-month, #wizard-selection .form-item.form-type-select.form-item.form-item-date-discharged-day, #wizard-selection .form-item.form-type-select.form-item.form-item-date-discharged-year {
  display: block;
  width: 100%;
  margin: 0 !important;
}
@media (min-width: 768px) {
  #wizard-selection .form-item.form-type-select.form-item.form-item-date-discharged-month, #wizard-selection .form-item.form-type-select.form-item.form-item-date-discharged-day, #wizard-selection .form-item.form-type-select.form-item.form-item-date-discharged-year {
    display: inline-block;
    width: 30%;
  }
}
#wizard-selection .form-item.form-type-select.form-item.form-item-date-discharged-month, #wizard-selection .form-item.form-type-select.form-item.form-item-date-discharged-day {
  margin: 0 !important;
  margin-right: 30px !important;
}
#wizard-selection .form-item.form-type-select:not(.form-item-hs-graduation-date-year), #wizard-selection .form-item.form-type-select:not(.form-item.form-item-date-discharged-month), #wizard-selection .form-item.form-type-select:not(.form-item.form-item-date-discharged-day), #wizard-selection .form-item.form-type-select:not(.form-item.form-item-date-discharged-year) {
  margin: 2em auto;
}
#wizard-selection .form-item.form-type-select .control-label {
  opacity: 0.6;
}
#wizard-selection .form-group:not(.form-item-sms-privacy-policy).form-item-hint {
  margin-bottom: 0;
}
#wizard-selection .form-group.form-item-hint {
  margin-bottom: 0;
}
#wizard-selection .form-actions {
  text-align: right;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wizard-selection .form-actions .btn {
  font-size: 16px;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  letter-spacing: 2px;
  margin: 0;
  margin-top: 40px;
  background: linear-gradient(-45deg, transparent 8px, #0076a9 8px);
  padding: 14px 18px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 60px;
  min-width: 160px;
  color: #fff;
  position: relative;
  outline: none;
}
#wizard-selection .form-actions .btn:not(:first-child) {
  margin-left: 1em;
}
#wizard-selection .form-actions .btn a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
#wizard-selection .form-actions .btn.rfi-next-button {
  margin-top: 20px;
}
#wizard-selection .webform-progress {
  margin: 0 0 5em;
  position: relative;
}
#wizard-selection .webform-progress::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0076a9;
  margin: 0 -9999rem;
  padding: 0 9999rem;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 28px;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 19px;
  width: 58%;
  left: 71%;
  z-index: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, #333), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #333 65%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-color: #b6b6b6;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 0;
  flex-grow: 1;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step .progress-marker {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-size: 18px;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  padding: 3px 0 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
  padding-bottom: 2px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #c6ccd0;
  border-radius: 50%;
  -webkit-transition: background-color, border-color;
  transition: background-color, border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step .progress-text {
  display: block;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #c6ccd0;
  text-transform: uppercase;
  padding: 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-marker {
  background: #01202C;
  color: #01202C;
  border: 2px solid #0076a9;
  position: relative;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-marker::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 13px;
  width: 11px;
  height: 18px;
  background: #01202C;
  color: #0076a9;
  border-right: 2px solid #0076a9;
  border-bottom: 2px solid #0076a9;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-complete:hover .progress-marker {
  background: #01202C;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-marker {
  color: #ffffff;
  border: 0;
  background-color: #0076a9;
  position: relative;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-marker::after {
  content: "";
  display: block;
  position: absolute;
  top: 58px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #0076a9;
  border-right: 2px solid #0076a9;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  background-color: #01202C;
  -webkit-transform: rotateZ(-45deg) translateX(-75%);
  -ms-transform: rotate(-45deg) translateX(-75%);
  transform: rotateZ(-45deg) translateX(-75%);
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-text {
  color: #ffffff;
}
#wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-title {
  font-weight: 400;
}
#wizard-selection .rfi-choose-one-ft-pt {
  text-align: left;
}
#wizard-selection .form-actions.form-wrapper {
  margin-top: 20px;
}
#wizard-selection .form-item-date-discharged {
  display: none;
}
#wizard-selection .form-item-date-discharged .bootstrap-datetimepicker-widget {
  bottom: 0 !important;
}
#wizard-selection .form-item.error::before {
  display: block;
  position: absolute;
  content: "Please make a selection";
  text-transform: uppercase;
  color: #ffffff;
  background: #AC2020;
  width: 100%;
  bottom: -25px;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  height: 23px;
  padding: 0 8px;
  vertical-align: top;
  line-height: 24px;
}
#wizard-selection .form-item.form-type-select*[class*=form-item-hs-graduation-date] {
  margin: 0 0 2em 0;
  display: block;
}
#wizard-selection .form-item.form-type-select*[class*=form-item-hs-graduation-date-pt] {
  margin: 0 0 2em 0;
  display: block;
}
#wizard-selection .form-item.form-type-textfield*[class*=form-item-hs-graduation-date] {
  margin: 0 0 2em 0;
  display: block;
}
#wizard-selection .form-item.form-type-textfield*[class*=form-item-hs-graduation-date-pt] {
  margin: 0 0 2em 0;
  display: block;
}
#wizard-selection legend {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  border: 0;
  margin-bottom: 5px;
  text-align: left;
}
#wizard-selection .control-label {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  border: 0;
  margin-bottom: 5px;
}
#wizard-selection .control-label.has-text {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  border: 0;
  margin-bottom: 5px;
}
#wizard-selection textarea.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #0076a9;
  position: relative;
  resize: none;
  padding: 0.5em;
  height: 10em;
}
#wizard-selection .form-textarea-wrapper {
  position: relative;
}
#wizard-selection .form-textarea-wrapper::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  width: 14px;
  background: linear-gradient(135deg, transparent 8px, #0076a9 9px, #01202C 10px);
  height: 14px;
}
#wizard-selection .form-item-specialty4 {
  display: none;
}

#wizard-contact {
  background: #01202C;
  width: 100%;
  padding: 0 15px 15px 15px;
  caret-color: #ffffff;
  margin: 0 auto;
}
#wizard-contact .form-description {
  display: block;
  text-align: left;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  height: 60px;
  height: 6rem;
  letter-spacing: 1px;
}
#wizard-contact .form-item-wizard-contact-title .control-label,
#wizard-contact .form-item-rfi-wizard-title .control-label {
  font-family: "Liberator-Medium", Helvetica, sans-serif !important;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 27px;
  line-height: 2.7rem;
  text-align: left;
  color: #ffffff;
  opacity: 1 !important;
}
#wizard-contact select:focus {
  outline: none;
}
#wizard-contact select:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-contact select:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-contact select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-contact .fieldset-wrapper {
  text-align: center;
}
#wizard-contact .btn-default:active:focus,
#wizard-contact .btn-primary:active:focus {
  outline: none;
  outline-offset: unset;
}
#wizard-contact .form-required:after {
  background: none;
  background-image: none;
}
#wizard-contact .ts-wrapper {
  display: block !important;
}
#wizard-contact .radio + .radio {
  margin-top: 1rem;
}
#wizard-contact .checkbox + .checkbox {
  margin-top: 1rem;
}
#wizard-contact .alert {
  display: none;
}
#wizard-contact label[for=edit-selected-form] {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29px;
  line-height: 2.9rem;
  color: #c6ccd0;
}
#wizard-contact input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-contact input:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-contact input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-contact textarea:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-contact textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-contact textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #01202C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#wizard-contact .form-item.form-type-checkbox {
  padding-left: 20px;
  margin-top: 7px;
  padding-left: 0;
  margin-bottom: 40px;
}
#wizard-contact .form-item.form-type-checkbox label .input-title {
  text-transform: uppercase;
  margin-left: 30px;
}
#wizard-contact .form-item.form-type-checkbox label .input-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border-radius: 0;
  border: 1px solid #9aa4a9;
  margin: 0;
}
#wizard-contact .form-item.form-type-checkbox label input:checked ~ .input-title:after {
  content: "✔";
  color: #9aa4a9;
  padding: 0 3px;
}
#wizard-contact .form-item.form-type-checkbox label input:focus ~ .input-title:after {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 118, 169, 0.6);
  box-shadow: 0 0 0 3px rgba(0, 118, 169, 0.6); /* #0076a9 with 60% opacity */
  outline: none;
}
#wizard-contact .form-item.form-type-radio {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#wizard-contact .form-item.form-type-radio .input-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  padding: 3px 1em;
  display: inline-block;
}
#wizard-contact .form-item.form-type-radio .input-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #0076a9;
  margin: 3px 0;
}
#wizard-contact .form-item.form-type-radio label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#wizard-contact .form-item.form-type-radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#wizard-contact .form-item.form-type-radio label input:checked ~ .input-title:after {
  background: radial-gradient(circle at 50%, #0076a9 8px, transparent, transparent 100%);
}
#wizard-contact .form-item.form-type-item,
#wizard-contact .form-item.form-type-textfield {
  text-transform: uppercase;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  text-align: left;
}
#wizard-contact .form-item input {
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: none;
  width: 100% !important;
  border-right: none;
  border-left: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #ffffff;
}
#wizard-contact .form-item input.form-control {
  border-top: 0;
  border-top: 0;
  padding: 10px 30px 0 0;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #0076a9;
  width: 100%;
  height: 52px;
  line-height: 30px;
}
#wizard-contact .form-item input.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wizard-contact .form-item:not(.form-item-extended-address).empty input.form-control, #wizard-contact .form-item:not(.form-item-extended-address).error input.form-control, #wizard-contact .form-item:not(.form-item-extended-address).empty-region input.form-control, #wizard-contact .form-item:not(.form-item-extended-address).error-age input.form-control {
  border-bottom: 1px solid #AC2020;
}
#wizard-contact .form-item:not(.form-item-extended-address).empty input.form-control:focus, #wizard-contact .form-item:not(.form-item-extended-address).error input.form-control:focus, #wizard-contact .form-item:not(.form-item-extended-address).empty-region input.form-control:focus, #wizard-contact .form-item:not(.form-item-extended-address).error-age input.form-control:focus {
  border-bottom: 1px solid #AC2020;
}
#wizard-contact .form-item input.form-tel {
  width: 100%;
}
#wizard-contact .form-item input.form-date {
  width: 100%;
}
#wizard-contact .form-item .select-wrapper .ts-wrapper {
  background: none;
  width: 100% !important;
  border-right: none;
  border-left: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #ffffff;
}
#wizard-contact .form-item.form-type-select {
  text-align: left;
  margin-top: 5px;
}
#wizard-contact .form-item.form-type-select .select-wrapper {
  display: block;
  width: auto;
  margin: 0;
}
#wizard-contact .form-item.form-type-select .select-wrapper::after {
  content: "";
  background: url("../../assets/images/select-icon.svg") 0 0 no-repeat;
  color: transparent;
  height: 23px;
  width: 20px;
  margin-top: -10px;
}
#wizard-contact .form-item.form-type-select .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #c6ccd0;
  font-size: 1.3em;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
}
#wizard-contact .form-item.form-type-select .select-wrapper .form-control {
  padding: 0 1.5em 0 0;
  cursor: pointer;
  color: #ffffff;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  letter-spacing: 1.5px;
  border: 0;
  border-top: 1px solid #0076a9;
  border-bottom: 1px solid #0076a9;
  width: 100%;
  height: 52px;
  line-height: 30px;
}
#wizard-contact .form-item.form-type-select .select-wrapper .ts-wrapper.form-control {
  font-size: 1em;
  border-top: 0;
  border-bottom: 0;
  border: 0;
  padding: 0;
}
#wizard-contact .form-item.form-type-select .control-label {
  line-height: 30px;
  text-transform: capitalize;
}
#wizard-contact .form-item.form-type-select.form-item-bday-month, #wizard-contact .form-item.form-type-select.form-item-bday-day, #wizard-contact .form-item.form-type-select.form-item-bday-year, #wizard-contact .form-item.form-type-select.form-item-date-discharged-month, #wizard-contact .form-item.form-type-select.form-item-date-discharged-day, #wizard-contact .form-item.form-type-select.form-item-date-discharged-year {
  margin-top: -21px;
}
#wizard-contact .form-item.form-type-select.form-item-bday-day label, #wizard-contact .form-item.form-type-select.form-item-bday-year label {
  display: none;
}
#wizard-contact .form-group:not(.form-item-sms-privacy-policy).form-item-hint {
  margin-bottom: 0;
}
#wizard-contact .form-group.form-item-hint {
  margin-bottom: 0;
}
#wizard-contact .form-actions {
  text-align: right;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wizard-contact .form-actions .btn {
  font-size: 16px;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  letter-spacing: 2px;
  margin: 0;
  margin-top: 40px;
  background: linear-gradient(-45deg, transparent 8px, #0076a9 8px);
  padding: 14px 18px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 60px;
  min-width: 160px;
  color: #fff;
  position: relative;
  outline: none;
}
#wizard-contact .form-actions .btn:not(:first-child) {
  margin-left: 1em;
}
#wizard-contact .form-actions .btn a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
#wizard-contact .form-actions .btn.rfi-next-button {
  margin-top: 20px;
}
#wizard-contact .webform-progress {
  margin: 0 0 5em;
  position: relative;
}
#wizard-contact .webform-progress::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0076a9;
  margin: 0 -9999rem;
  padding: 0 9999rem;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 28px;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 19px;
  width: 58%;
  left: 71%;
  z-index: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, #333), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #333 65%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-color: #b6b6b6;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 0;
  flex-grow: 1;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step .progress-marker {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-size: 18px;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  padding: 3px 0 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
  padding-bottom: 2px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #c6ccd0;
  border-radius: 50%;
  -webkit-transition: background-color, border-color;
  transition: background-color, border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step .progress-text {
  display: block;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #c6ccd0;
  text-transform: uppercase;
  padding: 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-marker {
  background: #01202C;
  color: #01202C;
  border: 2px solid #0076a9;
  position: relative;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-marker::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 13px;
  width: 11px;
  height: 18px;
  background: #01202C;
  color: #0076a9;
  border-right: 2px solid #0076a9;
  border-bottom: 2px solid #0076a9;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-complete:hover .progress-marker {
  background: #01202C;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-marker {
  color: #ffffff;
  border: 0;
  background-color: #0076a9;
  position: relative;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-marker::after {
  content: "";
  display: block;
  position: absolute;
  top: 58px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #0076a9;
  border-right: 2px solid #0076a9;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  background-color: #01202C;
  -webkit-transform: rotateZ(-45deg) translateX(-75%);
  -ms-transform: rotate(-45deg) translateX(-75%);
  transform: rotateZ(-45deg) translateX(-75%);
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-text {
  color: #ffffff;
}
#wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-title {
  font-weight: 400;
}
#wizard-contact .ts-wrapper.rfi-region {
  width: 100% !important;
}
#wizard-contact .form-type-textfield .control-label,
#wizard-contact .form-type-tel .control-label,
#wizard-contact .form-type-email .control-label,
#wizard-contact .form-type-checkbox .control-label,
#wizard-contact .form-item-region .control-label {
  display: none;
}
#wizard-contact .form-type-textfield .control-label.has-text,
#wizard-contact .form-type-tel .control-label.has-text,
#wizard-contact .form-type-email .control-label.has-text,
#wizard-contact .form-type-checkbox .control-label.has-text,
#wizard-contact .form-item-region .control-label.has-text {
  display: block;
  margin: 0 0 -1.3rem;
  padding: 0;
  text-transform: none;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #9aa4a9 !important;
  position: relative;
  text-align: left;
  width: auto;
  height: auto;
}
#wizard-contact .form-type-select {
  margin-bottom: 20px;
}
#wizard-contact .form-type-select .control-label {
  display: block;
  padding: 0;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #9aa4a9 !important;
  text-align: left;
  width: auto;
  height: auto;
}
#wizard-contact .form-type-select.form-item.form-item-bday-month, #wizard-contact .form-type-select.form-item.form-item-bday-day, #wizard-contact .form-type-select.form-item.form-item-bday-year, #wizard-contact .form-type-select.form-item.form-item-date-discharged-month, #wizard-contact .form-type-select.form-item.form-item-date-discharged-day, #wizard-contact .form-type-select.form-item.form-item-date-discharged-year {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #wizard-contact .form-type-select.form-item.form-item-bday-month, #wizard-contact .form-type-select.form-item.form-item-bday-day, #wizard-contact .form-type-select.form-item.form-item-bday-year, #wizard-contact .form-type-select.form-item.form-item-date-discharged-month, #wizard-contact .form-type-select.form-item.form-item-date-discharged-day, #wizard-contact .form-type-select.form-item.form-item-date-discharged-year {
    display: inline-block;
    width: 33%;
  }
}
#wizard-contact .form-type-select.form-item.form-item-bday-month.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-month.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-month.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-month.form-item.form-item-date-discharged-day select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-day.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-day.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-day.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-day.form-item.form-item-date-discharged-day select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-year.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-year.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-year.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-year.form-item.form-item-date-discharged-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-month.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-month.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-month.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-month.form-item.form-item-date-discharged-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-day.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-day.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-day.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-day.form-item.form-item-date-discharged-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-year.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-year.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-year.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-year.form-item.form-item-date-discharged-day select.bday {
  border-bottom: none;
}
@media (min-width: 768px) {
  #wizard-contact .form-type-select.form-item.form-item-bday-month.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-month.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-month.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-month.form-item.form-item-date-discharged-day select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-day.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-day.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-day.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-day.form-item.form-item-date-discharged-day select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-year.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-year.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-year.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-bday-year.form-item.form-item-date-discharged-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-month.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-month.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-month.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-month.form-item.form-item-date-discharged-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-day.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-day.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-day.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-day.form-item.form-item-date-discharged-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-year.form-item.form-item-bday-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-year.form-item.form-item-bday-day select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-year.form-item.form-item-date-discharged-month select.bday, #wizard-contact .form-type-select.form-item.form-item-date-discharged-year.form-item.form-item-date-discharged-day select.bday {
    border-bottom: 1px solid #0076a9;
  }
}
#wizard-contact fieldset.rfi-race legend span {
  display: block;
  padding: 0;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #9aa4a9 !important;
  text-align: left;
  width: auto;
  height: auto;
}
#wizard-contact fieldset.rfi-race .form-type-checkbox label input.rfi-race {
  display: none;
}
#wizard-contact fieldset.rfi-race .race-label {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-left: 0;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  opacity: 0.6;
}
#wizard-contact .form-type-checkbox.form-item-sms-affirmation .control-label.has-text {
  opacity: 0.9;
}
#wizard-contact .form-item.empty {
  margin-bottom: 35px;
}
#wizard-contact .form-item.empty .select-wrapper.form-control {
  border-top: 1px solid #AC2020;
  border-bottom: 1px solid #AC2020;
}
#wizard-contact .form-item.empty .select-wrapper.form-control:focus {
  border-top: 1px solid #AC2020;
  border-bottom: 1px solid #AC2020;
}
#wizard-contact .form-item.error {
  margin-bottom: 35px;
}
#wizard-contact .form-item.error .select-wrapper.form-control {
  border-top: 1px solid #AC2020;
  border-bottom: 1px solid #AC2020;
}
#wizard-contact .form-item.error .select-wrapper.form-control:focus {
  border-top: 1px solid #AC2020;
  border-bottom: 1px solid #AC2020;
}
#wizard-contact .form-item.error::before {
  display: block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  background: #AC2020;
  width: 100%;
  bottom: -83px;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  height: 23px;
  padding: 0 8px;
  vertical-align: top;
  line-height: 24px;
}
#wizard-contact .form-item.error .select-wrapper {
  margin-bottom: 25px;
}
#wizard-contact .form-item.empty-region,
#wizard-contact .rfi-dob.empty-region,
#wizard-contact .rfi-date-discharged.empty-region {
  margin-bottom: 35px;
}
#wizard-contact .form-item.empty-region .select-wrapper.form-control,
#wizard-contact .rfi-dob.empty-region .select-wrapper.form-control,
#wizard-contact .rfi-date-discharged.empty-region .select-wrapper.form-control {
  border-top: 1px solid #AC2020;
  border-bottom: 1px solid #AC2020;
}
#wizard-contact .form-item.empty-region .select-wrapper.form-control:focus,
#wizard-contact .rfi-dob.empty-region .select-wrapper.form-control:focus,
#wizard-contact .rfi-date-discharged.empty-region .select-wrapper.form-control:focus {
  border-top: 1px solid #AC2020;
  border-bottom: 1px solid #AC2020;
}
#wizard-contact .form-item.empty-region::before,
#wizard-contact .rfi-dob.empty-region::before,
#wizard-contact .rfi-date-discharged.empty-region::before {
  display: block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  background: #AC2020;
  width: 100%;
  bottom: -83px;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  height: 23px;
  padding: 0 8px;
  vertical-align: top;
  line-height: 24px;
}
#wizard-contact .form-item.empty-region .select-wrapper,
#wizard-contact .rfi-dob.empty-region .select-wrapper,
#wizard-contact .rfi-date-discharged.empty-region .select-wrapper {
  margin-bottom: 25px;
}
#wizard-contact .form-item.error-age,
#wizard-contact .rfi-dob.error-age,
#wizard-contact .rfi-dob.error,
#wizard-contact .rfi-date-discharged.error-age,
#wizard-contact .rfi-date-discharged.error {
  margin-bottom: 15px;
}
#wizard-contact .form-item.error-age .select-wrapper.form-control,
#wizard-contact .rfi-dob.error-age .select-wrapper.form-control,
#wizard-contact .rfi-dob.error .select-wrapper.form-control,
#wizard-contact .rfi-date-discharged.error-age .select-wrapper.form-control,
#wizard-contact .rfi-date-discharged.error .select-wrapper.form-control {
  border-top: 1px solid #AC2020;
  border-bottom: 1px solid #AC2020;
}
#wizard-contact .form-item.error-age .select-wrapper.form-control:focus,
#wizard-contact .rfi-dob.error-age .select-wrapper.form-control:focus,
#wizard-contact .rfi-dob.error .select-wrapper.form-control:focus,
#wizard-contact .rfi-date-discharged.error-age .select-wrapper.form-control:focus,
#wizard-contact .rfi-date-discharged.error .select-wrapper.form-control:focus {
  border-top: 1px solid #AC2020;
  border-bottom: 1px solid #AC2020;
}
#wizard-contact .form-item.error-age::before,
#wizard-contact .rfi-dob.error-age::before,
#wizard-contact .rfi-dob.error::before,
#wizard-contact .rfi-date-discharged.error-age::before,
#wizard-contact .rfi-date-discharged.error::before {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  background: #AC2020;
  width: 100%;
  bottom: -83px;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  height: 23px;
  padding: 0 8px;
  vertical-align: top;
  line-height: 24px;
  position: relative;
}
#wizard-contact .form-item.error-age .select-wrapper,
#wizard-contact .rfi-dob.error-age .select-wrapper,
#wizard-contact .rfi-dob.error .select-wrapper,
#wizard-contact .rfi-date-discharged.error-age .select-wrapper,
#wizard-contact .rfi-date-discharged.error .select-wrapper {
  margin-bottom: 25px;
}
#wizard-contact .form-item.error-zero {
  margin-bottom: 35px;
}
#wizard-contact .form-item.error-zero::before {
  display: block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  background: #AC2020;
  width: 100%;
  bottom: -83px;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  height: 23px;
  padding: 0 8px;
  vertical-align: top;
  line-height: 24px;
}
#wizard-contact .form-item.error-zero .select-wrapper {
  margin-bottom: 25px;
}
#wizard-contact .form-item.form-type-select.form-item-region .control-label.has-text {
  bottom: 15px;
}
#wizard-contact .form-item.form-item-given-name.empty:before, #wizard-contact .form-item.form-item-family-name.empty:before, #wizard-contact .form-item.form-item-email.empty:before, #wizard-contact .form-item.form-item-street-address.empty:before, #wizard-contact .form-item.form-item-locality.empty:before, #wizard-contact .form-item.form-item-postal-code.empty:before, #wizard-contact .form-item.form-item-telephone.empty:before, #wizard-contact .form-item.form-item-denomination.empty:before, #wizard-contact .form-item.form-item-re-enlistment-code.empty:before {
  content: "Please fill out this field";
}
#wizard-contact .form-item.form-item-sms-affirmation input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#wizard-contact .form-item.fieldgroup {
  display: inline-block;
  width: 100%;
}
#wizard-contact .form-item.fieldgroup legend {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #9aa4a9;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: left;
  padding-top: 20px;
  border: 0;
  margin-bottom: 5px;
}
#wizard-contact .form-item.rfi-citizen.empty:before,
#wizard-contact .form-item.rfi-accredited-school.empty:before,
#wizard-contact .form-item.rfi-us-license.empty:before,
#wizard-contact .form-item.rfi-eccly.empty:before {
  content: "Please choose one";
}
#wizard-contact .rfi-date-discharged {
  margin: 3em auto 1em;
}
#wizard-contact .rfi-date-discharged.empty-region {
  margin-bottom: 0;
}
#wizard-contact .form-item.form-item-region.empty-region:before,
#wizard-contact .form-item.form-item-education.empty-region:before,
#wizard-contact .form-item.form-item-hs-graduation-date2.empty-region:before,
#wizard-contact .form-item.form-item-gpa-contact.empty-region:before,
#wizard-contact .form-item.form-item-residency-location.empty-region:before,
#wizard-contact .rfi-dob.empty-region:before,
#wizard-contact .form-item.form-item-part-time-select.empty-region:before,
#wizard-contact .form-item.form-item-military-branch.empty-region:before,
#wizard-contact .form-item.form-item-military-paygrade.empty-region:before,
#wizard-contact .form-item.form-item-discharge-type.empty-region:before,
#wizard-contact .rfi-date-discharged.empty-region:before {
  content: "Please make a selection";
}
#wizard-contact .form-item.form-item-region.error-age:before,
#wizard-contact .form-item.form-item-education.error-age:before,
#wizard-contact .form-item.form-item-hs-graduation-date2.error-age:before,
#wizard-contact .form-item.form-item-gpa-contact.error-age:before,
#wizard-contact .form-item.form-item-residency-location.error-age:before,
#wizard-contact .rfi-dob.error-age:before,
#wizard-contact .form-item.form-item-part-time-select.error-age:before,
#wizard-contact .form-item.form-item-military-branch.error-age:before,
#wizard-contact .form-item.form-item-military-paygrade.error-age:before,
#wizard-contact .form-item.form-item-discharge-type.error-age:before,
#wizard-contact .rfi-date-discharged.error-age:before {
  content: "Enter valid Date";
}
#wizard-contact .form-item.form-item-region.error:before,
#wizard-contact .form-item.form-item-education.error:before,
#wizard-contact .form-item.form-item-hs-graduation-date2.error:before,
#wizard-contact .form-item.form-item-gpa-contact.error:before,
#wizard-contact .form-item.form-item-residency-location.error:before,
#wizard-contact .rfi-dob.error:before,
#wizard-contact .form-item.form-item-part-time-select.error:before,
#wizard-contact .form-item.form-item-military-branch.error:before,
#wizard-contact .form-item.form-item-military-paygrade.error:before,
#wizard-contact .form-item.form-item-discharge-type.error:before,
#wizard-contact .rfi-date-discharged.error:before {
  content: "Age criteria not matched";
}
#wizard-contact .form-item.form-item-given-name.error:before {
  content: "Enter letters only";
}
#wizard-contact .form-item.form-item-family-name.error:before {
  content: "Enter letters only";
}
#wizard-contact .form-item.form-item-locality.error:before {
  content: "Enter letters only";
}
#wizard-contact .form-item.form-item-email.error:before {
  content: "Enter valid email";
}
#wizard-contact .form-item.form-item-street-address.error:before {
  content: "Enter letters, numbers and comma's";
}
#wizard-contact .form-item.form-item-extended-address.error:before {
  content: "Enter letters, numbers and comma's";
}
#wizard-contact .form-item.form-item-postal-code.error:before {
  content: "Must be a tidy 5 digits";
}
#wizard-contact .form-item.form-item-telephone.error:before {
  content: "Invalid phone number detected";
}
#wizard-contact .form-item.form-item-telephone.error-zero:before {
  content: "Invalid phone number detected";
}
#wizard-contact .form-item.form-item-bday.error:before {
  content: "Enter valid Date of Birth";
}
#wizard-contact .form-item.form-item-act.error:before,
#wizard-contact .form-item.form-item-sat.error:before,
#wizard-contact .form-item.form-item-asvab.error:before {
  content: "Enter a valid score";
}
#wizard-contact .form-item.form-item-denomination::before {
  bottom: -84px;
  text-align: center;
}
#wizard-contact .form-item.form-item-denomination.error:before {
  content: "Enter letters only";
}
#wizard-contact .form-item.error.form-item-region::before {
  bottom: -112px;
  text-align: center;
}
#wizard-contact .form-item.error.form-item-gpa-contact::before {
  bottom: -112px;
  text-align: center;
}
#wizard-contact .form-item.error-zero.form-item-region::before {
  bottom: -112px;
  text-align: center;
}
#wizard-contact .form-item.error-zero.form-item-gpa-contact::before {
  bottom: -112px;
  text-align: center;
}
#wizard-contact .rfi-dob.empty-region::before,
#wizard-contact .rfi-dob.error-age::before,
#wizard-contact .rfi-dob.error::before,
#wizard-contact .rfi-date-discharged.empty-region::before,
#wizard-contact .rfi-date-discharged.error-age::before,
#wizard-contact .rfi-date-discharged.error::before {
  bottom: -203px;
  text-align: center;
}
@media (min-width: 768px) {
  #wizard-contact .rfi-dob.empty-region::before,
  #wizard-contact .rfi-dob.error-age::before,
  #wizard-contact .rfi-dob.error::before,
  #wizard-contact .rfi-date-discharged.empty-region::before,
  #wizard-contact .rfi-date-discharged.error-age::before,
  #wizard-contact .rfi-date-discharged.error::before {
    bottom: -91px;
  }
}
#wizard-contact .form-item.empty-region.form-item-region::before,
#wizard-contact .form-item.empty-region.form-item-education::before,
#wizard-contact .form-item.empty-region.form-item-hs-graduation-date2::before,
#wizard-contact .form-item.empty-region.form-item-gpa-contact::before,
#wizard-contact .form-item.empty-region.form-item-residency-location::before,
#wizard-contact .form-item.empty-region.form-item-part-time-select::before,
#wizard-contact .form-item.empty-region.form-item-military-branch::before,
#wizard-contact .form-item.empty-region.form-item-military-paygrade::before,
#wizard-contact .form-item.empty-region.form-item-discharge-type::before {
  bottom: -112px;
  text-align: center;
}
#wizard-contact .form-item.error-age.form-item-region::before {
  bottom: -112px;
  text-align: center;
}
#wizard-contact .form-item.error-age.form-item-gpa-contact::before {
  bottom: -112px;
  text-align: center;
}
#wizard-contact .form-item.error.form-item-education::before,
#wizard-contact .form-item.error.form-item-hs-graduation-date2::before {
  bottom: -112px;
  text-align: center;
}
#wizard-contact .form-item.empty.form-item-bday::before {
  position: absolute;
  bottom: -25px;
}
#wizard-contact .form-item.form-type-item.form-item-hint .control-label .input-title {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-left: 0;
  font-size: 1rem;
  line-height: 20px;
  text-align: left;
  letter-spacing: 2px;
  margin-top: -20px;
  text-transform: uppercase;
}
#wizard-contact .form-item.form-type-item.form-item-sms-privacy-policy .control-label .input-title {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-left: 0;
  font-size: 1rem;
  line-height: 20px;
  text-align: left;
  letter-spacing: 2px;
  float: left;
  margin-top: -20px;
  text-transform: uppercase;
}

#wizard-contact .race-privacy-disclaimer,
#wizard-selection .race-privacy-disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
#wizard-contact .race-privacy-disclaimer h2,
#wizard-selection .race-privacy-disclaimer h2 {
  font-family: "Liberator-Heavy", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  padding: 5px 15px;
  background: #022a3a;
  background: linear-gradient(-45deg, transparent 10px, #022a3a 10px);
}
#wizard-contact .race-privacy-disclaimer span.privacy-disclaimer,
#wizard-selection .race-privacy-disclaimer span.privacy-disclaimer {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-left: 0;
  font-size: 1rem;
  line-height: 20px;
  text-align: left;
  letter-spacing: 2px;
  float: left;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
}
#wizard-contact .submit-explanation,
#wizard-selection .submit-explanation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #022a3a;
  background: linear-gradient(-45deg, transparent 10px, #022a3a 10px);
  color: #ffffff;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 20px 10px 10px 10px;
}
#wizard-contact .submit-explanation span.submit-explanation-label,
#wizard-selection .submit-explanation span.submit-explanation-label {
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 27px;
  line-height: 2.7rem;
  text-transform: capitalize;
  padding-bottom: 20px;
}
@media (min-width: 540px) {
  #wizard-contact .submit-explanation span.submit-explanation-label,
  #wizard-selection .submit-explanation span.submit-explanation-label {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
#wizard-contact .submit-explanation ul.submit-explanation-list,
#wizard-selection .submit-explanation ul.submit-explanation-list {
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
#wizard-contact .submit-explanation ul.submit-explanation-list li,
#wizard-selection .submit-explanation ul.submit-explanation-list li {
  margin-bottom: 10px;
}
#wizard-contact .submit-explanation ul.submit-explanation-list li span.em,
#wizard-selection .submit-explanation ul.submit-explanation-list li span.em {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
}

#wizard-selection.response-error .error-rfi {
  display: block;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  background: #AC2020;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  height: 23px;
  padding: 0 8px;
  vertical-align: top;
  line-height: 24px;
  top: 2px;
}
#wizard-selection.response-error .error-rfi:last-of-type {
  margin-bottom: 20px;
}
#wizard-selection.response-error .error-rfi.form-item {
  margin-bottom: 20px;
}

#wizard-contact.response-error .error-rfi {
  display: block;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  background: #AC2020;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  height: 23px;
  padding: 0 8px;
  vertical-align: top;
  line-height: 24px;
  top: 2px;
}
#wizard-contact.response-error .error-rfi:last-of-type {
  margin-bottom: 20px;
}
#wizard-contact.response-error .error-rfi.form-item {
  margin-bottom: 20px;
}

@-moz-document url-prefix() {
  #wizard-contact .form-item.form-type-checkbox label input:checked ~ .input-title:after {
    font-size: 1.3em;
    line-height: 16px;
  }
}
#wizard-contact .form-item.empty::before {
  display: block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  background: #AC2020;
  width: 100%;
  bottom: -77px;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  height: 23px;
  padding: 0 8px;
  vertical-align: top;
  line-height: 24px;
}

.form-item-hs-graduation-date1-year {
  margin: 2em auto;
}

.form-item-hs-graduation-date-year {
  margin: 2em auto;
}

form.wizard-success-form {
  margin-bottom: 0;
}
form.wizard-success-form .navycom-lets-talk-block {
  padding: 0 4px 20px 15px;
}
form.wizard-success-form .navycom-lets-talk-block .lets-talk-content {
  margin-top: 160px;
}

.ty-home-article-carousel {
  margin-top: 200px;
}
@media (min-width: 768px) {
  .ty-home-article-carousel {
    margin-top: 110px;
  }
}
.ty-home-article-carousel .thankyou-carousel-title {
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  margin-left: 0;
  line-height: 40px;
  font-size: 40px;
  font-size: 4rem;
  padding: 15px;
}
.ty-home-article-carousel .fadeInUpShort {
  opacity: 1 !important;
}

@media (min-width: 992px) {
  form#wizard-rfi-form {
    padding: 5em calc(50% - 395.5px) 2em;
    margin: 0 auto;
  }
  #wizard-selection {
    padding: 0 calc(50% - 395.5px) 2em;
  }
  #wizard-contact {
    padding: 0 calc(50% - 395.5px) 2em;
  }
}
@media (min-width: 1200px) {
  form#wizard-rfi-form {
    padding: 5em calc(50% - 474.5px) 2em;
    margin: 0 auto;
  }
  #wizard-selection {
    padding: 15px calc(50% - 474.5px) 2em;
  }
  #wizard-contact {
    padding: 15px calc(50% - 474.5px) 2em;
  }
}
@media (min-width: 768px) {
  form#wizard-rfi-form .form-title h1 {
    text-align: center;
    font-size: 8.5rem;
  }
  form#wizard-rfi-form .form-description {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
  #wizard-selection .form-description {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
  #wizard-selection .form-item-wizard-contact-title .control-label {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-align: center;
  }
  #wizard-selection .form-item-rfi-wizard-title .control-label {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-align: center;
  }
  #wizard-selection .control-label {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 30px;
    line-height: 3rem;
  }
  #wizard-selection .ts-wrapper {
    display: inline-block !important;
  }
  #wizard-selection label[for=edit-selected-form] {
    font-size: 30px;
    font-size: 3rem;
    line-height: 39px;
    line-height: 3.9rem;
  }
  #wizard-selection .form-item.form-type-radio .input-title {
    font-size: 20px;
    line-height: 26px;
  }
  #wizard-selection .form-item.form-type-item {
    text-align: center;
  }
  #wizard-selection .form-item.form-type-item.form-item-hs-graduation-date-label {
    text-align: left;
  }
  #wizard-selection .form-item.form-type-textfield {
    text-align: left;
    margin: 40px auto;
  }
  #wizard-selection .form-actions {
    display: block;
  }
  #wizard-selection .form-actions .btn {
    margin-right: 0;
    margin-left: 1em;
  }
  #wizard-selection .webform-progress .webform-progress-tracker.progress-tracker {
    margin-bottom: 25px;
  }
  #wizard-selection .rfi-choose-one-ft-pt {
    text-align: center;
  }
  #wizard-selection .fieldset-wrapper {
    text-align: center;
  }
  #wizard-selection .form-item.form-type-select:not(.form-item-hs-graduation-date-year), #wizard-selection .form-item.form-type-select:not(.form-item.form-item-date-discharged-month), #wizard-selection .form-item.form-type-select:not(.form-item.form-item-date-discharged-day), #wizard-selection .form-item.form-type-select:not(.form-item.form-item-date-discharged-year) {
    margin: 40px auto;
  }
  #wizard-selection legend {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 30px;
    line-height: 3rem;
    text-align: center;
  }
  #wizard-selection .control-label.has-text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 30px;
    line-height: 3rem;
  }
  #wizard-contact .form-description {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
  #wizard-contact .form-item-wizard-contact-title .control-label,
  #wizard-contact .form-item-rfi-wizard-title .control-label {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-align: center;
  }
  #wizard-contact .control-label {
    display: inline-block;
  }
  #wizard-contact .ts-wrapper {
    display: inline-block !important;
  }
  #wizard-contact label[for=edit-selected-form] {
    font-size: 30px;
    font-size: 3rem;
    line-height: 39px;
    line-height: 3.9rem;
  }
  #wizard-contact .form-item.form-type-radio .input-title {
    font-size: 20px;
    line-height: 26px;
  }
  #wizard-contact .form-item.form-type-item,
  #wizard-contact .form-item.form-type-textfield {
    text-align: center;
  }
  #wizard-contact .form-actions {
    display: block;
  }
  #wizard-contact .form-actions .btn {
    margin-right: 0;
    margin-left: 1em;
  }
  #wizard-contact .webform-progress .webform-progress-tracker.progress-tracker {
    margin-bottom: 25px;
  }
  #wizard-contact .form-item.form-type-select {
    margin: 1em auto 1em;
  }
  #wizard-contact .form-item.fieldgroup legend {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    text-align: center;
  }
  #wizard-contact .form-item.form-item-postal-code.error:before {
    content: "Was that encrypted? This field should be 5 digits";
    text-align: center;
  }
  #wizard-contact .form-item.form-item-telephone.error:before,
  #wizard-contact .form-item.form-item-telephone.error-zero:before {
    content: "Our Cryptos checked and that’s not a valid phone number";
    text-align: center;
  }
  #wizard-contact .form-item.form-item-act.error:before,
  #wizard-contact .form-item.form-item-sat.error:before,
  #wizard-contact .form-item.form-item-asvab.error:before {
    text-align: center;
  }
  #wizard-contact .form-item.empty::before {
    bottom: -77px;
    text-align: center;
  }
  #wizard-contact .form-item.form-type-item.form-item-hint .control-label .input-title {
    text-align: center;
  }
  #wizard-selection.response-error .error-rfi {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #wizard-contact.response-error .error-rfi {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  form.wizard-success-form {
    margin-bottom: 80px;
  }
  form.wizard-success-form .navycom-lets-talk-block .lets-talk-content {
    margin-top: 70px;
  }
  .ty-home-article-carousel {
    margin-top: 180px;
  }
  .ty-home-article-carousel .thankyou-carousel-title {
    font-family: "Liberator-Medium", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
    margin-left: 0;
    font-size: 50px;
    font-size: 5rem;
    line-height: 55px;
    line-height: 5.5rem;
  }
}
@media (hover: hover) {
  #wizard-selection .form-actions .btn:hover {
    background: linear-gradient(-45deg, transparent 8px, #e8b00f 8px);
  }
  #wizard-contact .form-actions .btn:hover {
    background: linear-gradient(-45deg, transparent 8px, #e8b00f 8px);
  }
}
@media (min-width: 481px) {
  #wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step:not(:last-child)::after {
    width: 67%;
    left: 67%;
  }
  #wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-marker::after {
    top: 74px;
  }
  #wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step:not(:last-child)::after {
    width: 67%;
    left: 67%;
  }
  #wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-marker::after {
    top: 74px;
  }
}
@media (max-width: 544px) {
  #wizard-selection .webform-progress .webform-progress-tracker.progress-tracker .progress-step .progress-text {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 4px;
  }
  #wizard-contact .webform-progress .webform-progress-tracker.progress-tracker .progress-step .progress-text {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 4px;
  }
}
@media (min-width: 360px) {
  form.wizard-success-form .navycom-lets-talk-block .lets-talk-content {
    margin-top: 30px;
  }
}
@media (min-width: 788px) {
  form.wizard-success-form .navycom-lets-talk-block .lets-talk-content {
    margin-top: 70px;
  }
  .ty-home-article-carousel {
    margin-top: 130px;
  }
}
.block-navycom-rfi .form-actions.form-wrapper {
  margin-bottom: 70px;
}

body.path-start .grecaptcha-badge {
  opacity: 0.5;
}
body.path-start .career-explorer-form .careerlist-by-category {
  display: none;
}