/* Career Match 2.0 CSS */
/*@media only screen and (max-width: 1024px) {
  .globalnav-cmp__mobile-search-drawer {
    top: -999rem;
  }
  .globalnav-cmp__mobile-search-drawer--active {
    top: 119px;
  }
}*/
/* LESS Variables */
@font-face {
  font-family: 'us_army_regular';
  src: url('../../../../content/dam/goarmy/fonts/usarmy-regular-webfont.woff2') format('woff2'), url('../../../../content/dam/goarmy/fonts/usarmy-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'us_army_bold';
  src: url('../../../../content/dam/goarmy/fonts/usarmy-bold-webfont.woff2') format('woff2'), url('../../../../content/dam/goarmy/fonts/usarmy-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'us_army_light';
  src: url('../../../../content/dam/goarmy/fonts/usarmy-light-webfont.woff2') format('woff2'), url('../../../../content/dam/goarmy/fonts/usarmy-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
}
html,
body {
  font-family: 'us_army_regular', sans-serif;
  font-weight: normal;
}
footer {
  position: relative;
}
.career-match-page {
  margin-bottom: 8rem;
}
.career-match-page main {
  background: #151515 url(../../../../content/dam/goarmy/career-match/images/backgrounds/tile.png);
}
.career-match-page main section {
  position: relative;
  z-index: 2;
}
.career-match-page main p,
.career-match-page main span,
.career-match-page main label {
  font-weight: normal;
}
.career-match-page main label {
  margin: 0;
}
.career-match-page main picture,
.career-match-page main img {
  display: block;
}
.career-match-page main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.career-match-page main h1,
.career-match-page main h2,
.career-match-page main h3,
.career-match-page main h4,
.career-match-page main button {
  font-family: 'us_army_regular', sans-serif;
  font-weight: normal;
}
.getintouch {
  display: none;
}
.career-match-container {
  margin: 0 20px;
}
@media (min-width: 800px) {
  .career-match-container {
    margin: 0 auto;
    width: 95%;
    max-width: 1284px;
  }
}
.career-match-page .embeddedServiceHelpButton .helpButton,
.career-match-page .embeddedServiceSidebarMinimizedDefaultUI.helpButton {
  bottom: 2.25rem !important;
}
.career-match-page .helpButtonLabel,
.career-match-page .minimizedText {
  display: none !important;
}

/* Answer Set component */
.cmp-cm2-answer-set {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media (min-width: 948px) {
  .cmp-cm2-answer-set {
    margin-bottom: 20px;
  }
}
.cmp-cm2-answer-set__prev-btn {
  width: 100%;
  text-align: center;
}
.cmp-cm2-answer-set button {
  margin: 10px auto;
}
@media (min-width: 948px) {
  .cmp-cm2-answer-set button {
    display: none;
  }
}

/* Button component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button,
.cmp-cm2-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before,
.cmp-cm2-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button,
.cmp-cm2-button--block-primary,
.cmp-cm2-button--rounded-primary,
.cmp-cm2-button--hybrid-primary {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty),
.cmp-cm2-button--block-primary .counter:not(:empty),
.cmp-cm2-button--rounded-primary .counter:not(:empty),
.cmp-cm2-button--hybrid-primary .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before,
.cmp-cm2-button--block-primary::before,
.cmp-cm2-button--rounded-primary::before,
.cmp-cm2-button--hybrid-primary::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active,
.cmp-cm2-button--block-primary:active,
.cmp-cm2-button--rounded-primary:active,
.cmp-cm2-button--hybrid-primary:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active,
  .cmp-cm2-button--block-primary:hover,
  .cmp-cm2-button--block-primary:active,
  .cmp-cm2-button--rounded-primary:hover,
  .cmp-cm2-button--rounded-primary:active,
  .cmp-cm2-button--hybrid-primary:hover,
  .cmp-cm2-button--hybrid-primary:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter,
  .cmp-cm2-button--block-primary:hover .counter,
  .cmp-cm2-button--block-primary:active .counter,
  .cmp-cm2-button--rounded-primary:hover .counter,
  .cmp-cm2-button--rounded-primary:active .counter,
  .cmp-cm2-button--hybrid-primary:hover .counter,
  .cmp-cm2-button--hybrid-primary:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before,
  .cmp-cm2-button--block-primary:hover::before,
  .cmp-cm2-button--block-primary:active::before,
  .cmp-cm2-button--rounded-primary:hover::before,
  .cmp-cm2-button--rounded-primary:active::before,
  .cmp-cm2-button--hybrid-primary:hover::before,
  .cmp-cm2-button--hybrid-primary:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled],
.cmp-cm2-button--block-primary[disabled],
.cmp-cm2-button--rounded-primary[disabled],
.cmp-cm2-button--hybrid-primary[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before,
.cmp-cm2-button--block-primary[disabled]::before,
.cmp-cm2-button--rounded-primary[disabled]::before,
.cmp-cm2-button--hybrid-primary[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active,
  .cmp-cm2-button--block-primary[disabled]:hover,
  .cmp-cm2-button--block-primary[disabled]:active,
  .cmp-cm2-button--rounded-primary[disabled]:hover,
  .cmp-cm2-button--rounded-primary[disabled]:active,
  .cmp-cm2-button--hybrid-primary[disabled]:hover,
  .cmp-cm2-button--hybrid-primary[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button,
.cmp-cm2-button--rounded-primary {
  border-radius: 999px;
}
.rounded-primary-button::before,
.cmp-cm2-button--rounded-primary::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button,
  .cmp-cm2-button--hybrid-primary {
    border-radius: 999px;
  }
  .hybrid-primary-button::before,
  .cmp-cm2-button--hybrid-primary::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
/*
INHERITED

.cmp-cm2-button {
    position: relative;
    display: inline-block;
    transition: .125s;
    color: @armyDarkGrey;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .05em;
    font-weight: bold;
    text-transform: uppercase;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid @armyDarkGrey;
    }

    @media (hover: hover) {
        &:hover,
        &:active {
            text-decoration: none;
            color: @armyDarkGrey;
        }
    }

    &__text {
        display: inline-block;
        padding: 14px 20px;
    }

    svg {
        stroke: currentColor;
    }

    &--primary {
        background: @armyYellow;
        color: black;

        &::before {
            border-color: @armyYellow;
        	opacity: 0;
        }
    
        @media (hover: hover) {
            &:hover,
            &:active {
                color: @armyYellow;
                background: @armyBlack;
    
                &::before {
                    opacity: 1;
                }
            }
        }
    }
}
*/
.cmp-cm2-button svg {
  stroke: currentColor;
  transform: translateX(20px);
}

/* Button component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2,
.cmp-cm2-form-options__legend {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2,
  .cmp-cm2-form-options__legend {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-cm2-form-options {
  text-align: center;
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
}
.cmp-cm2-form-options__legend {
  width: auto;
  max-width: 900px;
  margin: 0 auto;
}
.cmp-cm2-form-options__field-label {
  border: 1px solid #7f7f7f;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 50%;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 10px;
}
.cmp-cm2-form-options__field-description {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #7f7f7f;
}

/* Picture component */
.cmp-cm2-picture--contact-page {
  position: relative;
}
.cmp-cm2-picture picture,
.cmp-cm2-picture img {
  display: block;
  max-width: 100%;
}
.cmp-cm2-picture__copy {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
  width: 80px;
}
.cmp-cm2-picture__copy h4 {
  color: white;
  font-size: 10px;
  font-weight: bold !important;
}
.cmp-cm2-picture__copy p {
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cmp-cm2-picture__copy {
    bottom: auto;
    top: 20px;
    left: 20px;
    width: auto;
  }
  .cmp-cm2-picture__copy h4 {
    font-size: 18px;
  }
  .cmp-cm2-picture__copy p {
    font-size: 12px;
  }
}

/* Question Indicator component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-cm2-question-indicator {
  text-align: center;
  margin: 0 auto 40px;
  height: 30px;
  width: 200px;
  display: flex;
  align-self: flex-start;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cmp-cm2-question-indicator h4 {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1 0 100%;
  margin-bottom: 12px;
}
.cmp-cm2-question-indicator i {
  display: block;
  flex: 0 1 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}
.cmp-cm2-question-indicator i:only-of-type {
  flex: 0 1 100%;
}
.cmp-cm2-question-indicator i:first-of-type,
[data-active-question="2"] .cmp-cm2-question-indicator i:nth-of-type(2),
[data-active-question="3"] .cmp-cm2-question-indicator i:nth-of-type(2),
[data-active-question="3"] .cmp-cm2-question-indicator i:last-of-type {
  background: #ffffff;
  height: 3px;
  box-shadow: 0px 0px 13px rgba(255, 255, 255, 0.7);
}

/* Quiz Page Header component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-cm2-quiz-page-header {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 1s;
}
.during-quiz-question-transition .cmp-cm2-quiz-page-header {
  opacity: 0;
}
.cmp-cm2-quiz-page-header svg {
  display: block;
}

/* Quiz Graphic in Background component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-cm2-quiz-graphic {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.cmp-cm2-quiz-graphic::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  opacity: 0;
}
.cmp-cm2-quiz-graphic[data-active-video="ground-forces"]::after {
  opacity: .6;
}
.cmp-cm2-quiz-graphic[data-active-video="aviation"]::after,
.cmp-cm2-quiz-graphic[data-active-video="signal-intelligence"]::after,
.cmp-cm2-quiz-graphic[data-active-video="mechanics-engineering"]::after {
  opacity: .5;
}
.cmp-cm2-quiz-graphic[data-active-video="science-medicine"]::after,
.cmp-cm2-quiz-graphic[data-active-video="support-logistics"]::after {
  opacity: .15;
}
.cmp-cm2-quiz-graphic video,
.cmp-cm2-quiz-graphic img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  transition: .25s;
}
@media (orientation: portrait) {
  .cmp-cm2-quiz-graphic img {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
}
.cmp-cm2-quiz-graphic img:not([src]) {
  opacity: 0;
}
.cmp-cm2-quiz-graphic video {
  opacity: 0;
}
.cmp-cm2-quiz-graphic video.is-playing-video {
  opacity: 1;
}
.cmp-cm2-quiz-graphic video.is-playing-video + img {
  opacity: 0;
}
[data-active-question="2"] .cmp-cm2-quiz-graphic #mobile-image-q1,
[data-active-question="3"] .cmp-cm2-quiz-graphic #mobile-image-q1 {
  opacity: 0;
}
[data-active-question="3"] .cmp-cm2-quiz-graphic #mobile-image-q2 {
  opacity: 0;
}
@supports (object-fit: cover) {
  .cmp-cm2-quiz-graphic video {
    top: 0;
    transform: none;
    height: 100%;
    object-fit: cover;
  }
}

/* Button component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-cm2-quiz-radio {
  width: 100%;
  margin: 0 20px 10px;
  border: 1px solid rgba(141, 141, 141, 0.5);
  border-radius: 8px;
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  transition: border-color 0.125s;
}
.cmp-cm2-quiz-radio.is-active-radio-btn {
  background: black;
  border-color: #8d8d8d;
}
@media (hover: hover) {
  .cmp-cm2-quiz-radio:hover {
    border-color: #8d8d8d;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cmp-cm2-quiz-radio:hover {
    border-color: #8d8d8d;
  }
}
@media (min-width: 948px) {
  .cmp-cm2-quiz-radio {
    width: calc(50% - 10px);
    margin: 0 5px 15px;
  }
}
.cmp-cm2-quiz-radio * {
  transition: .125s;
}
.cmp-cm2-quiz-radio__field-label {
  display: flex;
  padding: 20px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.cmp-cm2-quiz-radio__field-description {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #7f7f7f;
}
.cmp-cm2-quiz-radio__field-icon {
  flex-shrink: 0;
  margin-right: 20px;
}
.cmp-cm2-quiz-radio__field-icon * {
  stroke: #7f7f7f;
}
.cmp-cm2-quiz-radio__field {
  position: absolute;
  left: -9999rem;
  z-index: -1;
}
.cmp-cm2-quiz-radio__field:checked ~ .cmp-cm2-quiz-radio__field-description {
  color: #ffffff;
}
.cmp-cm2-quiz-radio__field:checked ~ .cmp-cm2-quiz-radio__field-icon circle {
  stroke: #ffcc01;
  fill: #ffcc01;
}
.cmp-cm2-quiz-radio__field:checked ~ .cmp-cm2-quiz-radio__field-icon path {
  stroke: #000000;
}

/* Text component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph,
.cmp-cm2-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button,
.cmp-cm2-text--start-quiz-post-button a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-cm2-text--start-quiz-post-button {
  text-align: center;
}
.cmp-cm2-text--start-quiz-post-button a {
  margin-top: 16px;
}
@media (min-width: 948px) {
  .cmp-cm2-text--start-quiz-post-button a {
    margin-top: 28px;
  }
}
.cmp-cm2-text--start-quiz-post-button a:hover {
  border-color: transparent;
}
@media (max-width: 947px) {
  .cmp-cm2-text--start-quiz-post-button p {
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
  }
}

/* Expanded Title component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph,
.cmp-cm2-title--cm-landing .cmp-cm2-title__subheading {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2,
.career-match-page main h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2,
  .career-match-page main h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3,
.career-match-page main h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title,
.career-match-page main h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title,
  .career-match-page main h6 {
    font-size: 16px;
  }
}
.career-match-page main h6 {
  margin-bottom: 20px;
}
.career-match-cmp_header {
  margin-bottom: 2rem;
  text-align: center;
}
.career-match-cmp_header h2 {
  margin: 0 2rem;
}
.career-match-cmp_header p {
  font-size: 17px;
  padding: 12px;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .career-match-cmp_header {
    margin-bottom: 4rem;
  }
  .career-match-cmp_header h2 {
    margin: 0;
  }
}
.cmp-cm2-title--cm-landing {
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
}
.cm2-landing-hero.es .cmp-cm2-title--cm-landing {
  max-width: 500px;
}
.cmp-cm2-title--cm-landing .cmp-cm2-title__eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 3px;
}
.cmp-cm2-title--cm-landing .cmp-cm2-title__eyebrow::before,
.cmp-cm2-title--cm-landing .cmp-cm2-title__eyebrow::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: #ffcc01;
  box-shadow: 0 0 7px #ffcc01;
}
.cmp-cm2-title--cm-landing .cmp-cm2-title__eyebrow::before {
  margin-right: 20px;
}
.cmp-cm2-title--cm-landing .cmp-cm2-title__eyebrow::after {
  margin-left: 20px;
}
.cmp-cm2-title--cm-landing .cmp-cm2-title__heading {
  font-size: 66px;
  font-weight: 400;
  line-height: 59px;
  letter-spacing: 5px;
  margin: 10px 0;
}
@media (min-width: 948px) {
  .cmp-cm2-title--cm-landing .cmp-cm2-title__heading {
    font-size: 100px;
    line-height: 90px;
    letter-spacing: 9px;
  }
}
.cmp-cm2-title--cm-landing .cmp-cm2-title__subheading {
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
}

/* Text component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link,
.cmp-jobs-list_see-more,
.jobs-card_see-details {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title,
.cmp-jobs-list_meta,
.cmp-jobs-list-double_meta {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title,
  .cmp-jobs-list_meta,
  .cmp-jobs-list-double_meta {
    font-size: 16px;
  }
}
.cmp-jobs-list,
.cmp-jobs-list-double {
  position: relative;
  padding-bottom: 4rem;
  z-index: 1;
}
.cmp-jobs-list_meta,
.cmp-jobs-list-double_meta {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .cmp-jobs-list,
  .cmp-jobs-list-double {
    padding-bottom: 6rem;
  }
}
.tns-controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
  margin-top: -4.6rem;
  outline: 0;
}
.tns-controls button {
  font-weight: bold;
  color: #000000;
  font-size: 26px;
  width: 44px;
  height: 44px;
  background-color: #ffcc01;
  border: 1px solid #ffcc01;
  border-radius: 50%;
  margin-left: 22px;
}
.tns-controls button svg {
  vertical-align: baseline;
}
.tns-controls button svg > path {
  stroke: #000000;
}
.tns-controls button[data-controls="prev"] > svg {
  margin-right: 2px;
}
.tns-controls button[data-controls="next"] > svg {
  margin-left: 2px;
}
.tns-controls button[disabled] {
  color: rgba(102, 102, 102, 0.5);
  background-color: transparent;
  border-color: rgba(102, 102, 102, 0.5);
}
.tns-controls button[disabled] svg > path {
  stroke: rgba(102, 102, 102, 0.5);
}
.cmp-jobs-list_see-more {
  display: none;
  justify-content: flex-end;
  margin-bottom: 2rem;
  margin-top: -3.4rem;
}
.cmp-jobs-list_see-more:hover {
  color: #ffcc01;
  text-underline-position: under;
}
.cmp-jobs-list_see-more ~ .tns-outer .tns-controls {
  display: none;
}
.cmp-jobs-list_wrapper {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .cmp-jobs-list_wrapper {
    padding-top: 6rem;
  }
}
.jobs-list-double + .jobs-list .cmp-jobs-list_wrapper {
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .jobs-list-double + .jobs-list .cmp-jobs-list_wrapper {
    padding-top: 6rem;
  }
}
.cmp-jobs-list_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.cmp-jobs-list_bg img {
  max-height: 100%;
}
.cmp-jobs-list_border {
  height: 1px;
  background-color: rgba(102, 102, 102, 0.5);
  margin-top: 4rem;
  margin-bottom: -4rem;
}
@media (min-width: 768px) {
  .cmp-jobs-list_border {
    margin-top: 6rem;
    margin-bottom: -6rem;
  }
}
.tns-outer {
  margin: 0 -24px;
}
.jobs-list {
  position: relative;
}
.jobs-list_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.jobs-list,
.jobs-list-double,
.related-jobs-list {
  overflow: hidden;
}
.jobs-list + .group-benefits {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .jobs-list + .group-benefits {
    margin-top: 6rem;
  }
  .jobs-list,
  .jobs-list-double,
  .related-jobs-list {
    overflow: visible;
  }
  .cmp-jobs-list_see-more {
    display: flex;
  }
  .tns-outer {
    margin: 0;
  }
}
.jobs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(102, 102, 102, 0.5);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  height: 185px;
  overflow: hidden;
}
.jobs-card:hover .jobs-card_see-details {
  text-decoration: underline;
  text-underline-position: under;
}
.jobs-card h3 {
  font-size: 18px;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 20px;
}
.jobs-card h3 a {
  line-height: 1;
  font-size: 18px;
}
.jobs-card h3 a:hover {
  text-decoration: none;
}
.jobs-card h3 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big .jobs-card h3 {
  font-size: 20px;
}
.big .jobs-card h3 a {
  font-size: 20px;
}
.big .jobs-card_see-details {
  font-size: 14px;
}
.jobs-card_see-details svg {
  position: relative;
  margin-left: 20px;
  top: 2px;
  width: 8px;
  height: 12px;
  vertical-align: baseline;
  stroke: #ffcc01;
}
.jobs-card_bonus {
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: black;
  padding: 0 25px;
}
.jobs-card_content {
  margin-top: auto;
  padding: 0 25px 20px 25px;
}
.jobs-card_in-list {
  position: absolute;
  top: 11px;
  right: 10px;
  display: none;
}
.jobs-card + .jobs-card {
  margin-top: 15px;
}
.big .jobs-card {
  height: 225px;
}

/* Expanded Title component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1,
.cmp-category-hero h1,
.cmp-browse-jobs-hero h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1,
  .cmp-category-hero h1,
  .cmp-browse-jobs-hero h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link,
.cmp-category-hero_back {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title,
.cmp-category-hero_label,
.cmp-browse-jobs-hero_meta {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title,
  .cmp-category-hero_label,
  .cmp-browse-jobs-hero_meta {
    font-size: 16px;
  }
}
.cmp-category-hero {
  position: relative;
  min-height: 320px;
  align-items: center;
}
.cmp-category-hero .career-match-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}
.cmp-category-hero h1 {
  font-weight: lighter !important;
  max-width: 855px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  color: #979797;
}
.cmp-category-hero h1 span {
  color: #ffffff;
  font-weight: bold;
}
.cmp-category-hero_back {
  position: absolute;
  top: 42px;
  left: 0;
}
.cmp-category-hero_back:hover {
  color: #ffcc01;
  text-underline-position: under;
}
.cmp-category-hero_back svg {
  position: relative;
  top: 2px;
  margin-right: 20px;
  vertical-align: baseline;
}
.cmp-category-hero .cmp-cm2-question-indicator span {
  flex: 0 1 200px;
}
.cmp-category-hero_label svg {
  display: block;
  width: 12px;
  height: 8px;
  margin: 1rem auto;
  stroke: #ffcc01;
}
@media (min-width: 768px) {
  .cmp-category-hero {
    margin-bottom: 54px;
    min-height: 412px;
  }
  .cmp-category-hero .career-match-container {
    height: 412px;
  }
}
.category-group-hero .cmp-category-hero {
  padding-top: 6.6rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.category-group-hero .cmp-category-hero .cmp-cm2-question-indicator {
  margin-bottom: 2rem;
}
@media (min-width: 340px) {
  .category-group-hero .cmp-category-hero {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {
  .category-group-hero .cmp-category-hero {
    border-bottom: none;
    padding-top: 0;
  }
  .category-group-hero .cmp-category-hero .cmp-cm2-question-indicator {
    margin-bottom: 5rem;
  }
}
.cmp-browse-jobs-hero {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.cmp-browse-jobs-hero .career-match-container {
  position: relative;
  z-index: 1;
}
.cmp-browse-jobs-hero h1 {
  font-weight: lighter !important;
  max-width: 855px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  color: #979797;
}
.cmp-browse-jobs-hero h1 span {
  color: #ffffff;
  font-weight: bold;
}
.cmp-browse-jobs-hero_search {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  max-width: 456px;
  height: 44px;
  margin: 0 auto;
}
.cmp-browse-jobs-hero_search svg {
  margin-left: 10px;
  fill: #ffcc01;
  width: 27px;
  height: 26px;
}
.cmp-browse-jobs-hero_search_cancel {
  position: relative;
  top: 1px;
  display: none;
}
.cmp-browse-jobs-hero_search_cancel.active {
  display: block;
}
.cmp-browse-jobs-hero_search_cancel svg {
  fill: none;
  margin-left: 0;
  margin-right: 1rem;
}
.cmp-browse-jobs-hero_search input[type="text"] {
  background: none;
  border: none;
  appearance: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  line-height: normal;
  width: 85%;
  margin-left: 10px;
}
.cmp-browse-jobs-hero_search input[type="text"]:focus {
  border: none;
  outline: 0;
}
.cmp-browse-jobs-hero_search input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #151515 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.cmp-browse-jobs-hero_search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
.cmp-browse-jobs-hero_search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
.cmp-browse-jobs-hero_search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.cmp-browse-jobs-hero_search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.cmp-browse-jobs-hero_search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.cmp-browse-jobs-hero_search ::placeholder {
  /* Most modern browsers support this now. */
  color: #ffffff;
}
.cmp-browse-jobs-hero_meta {
  margin-bottom: 34px;
}
.cmp-browse-jobs-hero_meta:empty {
  display: none;
}
@media (min-width: 768px) {
  .cmp-browse-jobs-hero {
    height: 412px;
    margin-bottom: 54px;
  }
  .cmp-browse-jobs-hero_meta {
    margin-bottom: 40;
  }
}
.contains-string-search ~ *,
.has-results .browse-jobs-results__no-results,
.has-no-results .browse-jobs-results__results {
  display: none;
}
.browse-jobs-results {
  position: relative;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .browse-jobs-results .cmp-browse-jobs-hero_meta {
    margin-left: 45px;
  }
}
.contains-string-search .browse-jobs-results {
  display: block;
}
.browse-jobs-results > * {
  padding-bottom: 60px;
}
.browse-jobs-results__no-results h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: none;
  margin-bottom: 20px;
}
.browse-jobs-results__no-results p,
.browse-jobs-results__no-results ul {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0;
}
.browse-jobs-results__no-results li {
  list-style: inside disc;
}

/* Hero BG Image component */
.cm2-hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1680px;
  z-index: 0;
  overflow: hidden;
}
.cm2-hero-bg-image picture {
  width: 100%;
  height: 100%;
}
.cm2-hero-bg-image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  object-fit: cover;
}
@supports (object-fit: cover) {
  .cm2-hero-background-image img {
    left: 0;
    top: 0;
    transform: none;
    height: 100%;
    object-fit: cover;
  }
}

/* Text component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-jobs-grid {
  padding-bottom: 4rem;
}
.cmp-jobs-grid_list li {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .cmp-jobs-grid_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px 0 2.2rem !important;
  }
  .cmp-jobs-grid_list li {
    flex-basis: 31.2%;
    margin: 0 7px 14px 7px;
  }
}

/* Expanded Title component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1,
.cmp-job-detail-hero .career-match-container h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1,
  .cmp-job-detail-hero .career-match-container h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3,
.cmp-job-detail .career-match-container h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link,
.cmp-job-detail-hero_back,
.cmp-job-detail-hero_list button {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-job-detail-hero {
  padding-top: 2.5rem;
  min-height: 340px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  position: relative;
  overflow: hidden;
}
.cmp-job-detail-hero .cm2-hero-bg-image {
  height: 380px;
}
.cmp-job-detail-hero .cm2-hero-bg-image picture img {
  height: auto;
  width: 100%;
  left: auto;
  right: 0;
  transform: none;
}
@media (min-width: 768px) {
  .cmp-job-detail-hero .cm2-hero-bg-image {
    height: 452px;
  }
  .cmp-job-detail-hero .cm2-hero-bg-image picture img {
    height: 100%;
    width: auto;
  }
}
.cmp-job-detail-hero .career-match-container {
  position: relative;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 1;
}
.cmp-job-detail-hero .career-match-container h6 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.cmp-job-detail-hero_back {
  visibility: hidden;
}
.cmp-job-detail-hero_back:hover {
  color: #ffcc01;
  text-underline-position: under;
}
.cmp-job-detail-hero_back.active {
  visibility: visible;
}
.cmp-job-detail-hero_back svg {
  position: relative;
  top: 2px;
  margin-right: 20px;
  vertical-align: baseline;
}
.cmp-job-detail-hero_list {
  margin-bottom: -1rem;
}
.cmp-job-detail-hero_list button {
  display: inline-flex;
  margin-right: 20px;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.cmp-job-detail-hero_list button:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.cmp-job-detail-hero_list button:last-child {
  margin-right: 0;
}
.cmp-job-detail-hero_list button span {
  line-height: 30px;
  pointer-events: none;
}
.cmp-job-detail-hero_list button .cmp-job-detail-hero_list_button_text-add {
  display: inline;
}
.cmp-job-detail-hero_list button .cmp-job-detail-hero_list_button_text-remove {
  display: none;
}
.cmp-job-detail-hero_list button.cmp-job-detail-hero_list_button_added .cmp-job-detail-hero_list_button_text-add {
  display: none;
}
.cmp-job-detail-hero_list button.cmp-job-detail-hero_list_button_added .cmp-job-detail-hero_list_button_text-remove {
  display: inline;
}
.cmp-job-detail-hero_list button svg {
  margin-right: 12px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cmp-job-detail-hero {
    padding-top: 0;
    min-height: 452px;
  }
  .cmp-job-detail-hero .career-match-container {
    min-height: 452px;
  }
  .cmp-job-detail-hero .career-match-container h1 {
    font-size: 66px;
    line-height: 60px;
    text-transform: none;
  }
}
.cmp-job-detail {
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 4rem;
  padding-top: 1rem;
}
.cmp-job-detail .career-match-container .left-col {
  padding: 20px 0 2rem 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
.cmp-job-detail .career-match-container .right-col {
  padding: 60px 0 2rem 0;
}
.cmp-job-detail .career-match-container h3 {
  margin-bottom: 32px;
}
.cmp-job-detail .career-match-container p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .cmp-job-detail .career-match-container {
    display: flex;
  }
  .cmp-job-detail .career-match-container .left-col {
    width: 50%;
    padding: 60px 40px 4rem 0;
    border-bottom: none;
    border-right: 1px solid rgba(102, 102, 102, 0.5);
  }
  .cmp-job-detail .career-match-container .right-col {
    width: 50%;
    padding: 60px 0 4rem 20px;
  }
}
@media (min-width: 1100px) {
  .cmp-job-detail .career-match-container .left-col {
    width: 60%;
    padding: 60px 180px 4rem 0;
  }
  .cmp-job-detail .career-match-container .right-col {
    width: 40%;
    padding: 60px 0 4rem 70px;
  }
}
.cmp-job-detail_section {
  margin-bottom: 50px;
}
.cmp-job-detail_bonus {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(102, 102, 102, 0.5);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  display: flex;
  max-width: 420px;
  align-items: center;
}
.cmp-job-detail_bonus svg {
  margin-right: 20px;
}
.cmp-job-detail_bonus h6 {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .cmp-job-detail {
    padding-top: 0;
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  }
  .cmp-job-detail_bonus {
    width: 100%;
  }
}
.cmp-job-detail .types-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  max-width: 440px;
  height: 150px;
  margin-bottom: -28px;
}
.cmp-job-detail .types-list li {
  display: flex;
  align-items: center;
  width: 35.6%;
  margin-bottom: 12px;
  font-size: 14px;
  min-height: 32px;
  line-height: 1.2;
}
.cmp-job-detail .types-list li svg {
  margin-right: 10px;
}
.cmp-job-detail .types-list li .check {
  display: inline-block;
}
.cmp-job-detail .types-list li .x {
  display: none;
}
.cmp-job-detail .types-list li.no {
  color: #979797;
}
.cmp-job-detail .types-list li.no .check {
  display: none;
}
.cmp-job-detail .types-list li.no .x {
  display: inline-block;
}
@media (min-width: 768px) {
  .cmp-job-detail .types-list {
    align-items: flex-start;
  }
  .cmp-job-detail .types-list li {
    width: 50%;
  }
}
.cmp-job-detail .reqs-list li,
.cmp-job-detail .certs-list li {
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.cmp-job-detail .reqs-list li .count:empty,
.cmp-job-detail .certs-list li .count:empty {
  display: none;
}
.cmp-job-detail .reqs-list li .count,
.cmp-job-detail .certs-list li .count {
  margin-right: 15px;
  font-size: 32px;
  font-weight: bold;
  text-align: right;
  min-width: 54px;
}
.cmp-job-detail .reqs-list li.cmp-job-detail_or {
  text-transform: uppercase;
  margin-left: 69px;
  margin-bottom: 22px;
}
.cmp-job-detail .reqs-list li.cmp-job-detail_or ~ li {
  margin-left: 69px;
  margin-bottom: 5px;
}
.cmp-job-detail .reqs-list li.cmp-job-detail_or ~ li .count {
  font-size: 14px;
  font-weight: normal;
  min-width: auto;
  margin-right: 5px;
}
.skills-list {
  display: flex;
  margin-top: -12px;
}
.skills-list li {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 0;
}
@media (min-width: 340px) {
  .skills-list li {
    padding: 0 .5rem;
  }
}
@media (min-width: 768px) {
  .skills-list li {
    padding: 0 1rem;
  }
}
.skills-list img {
  width: 80px;
  margin: -5px auto;
}

/* Text component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1,
.cmp-contact-form h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1,
  .cmp-contact-form h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link,
.list-overlay_continue {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title,
.cmp-selected-jobs-list_label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title,
  .cmp-selected-jobs-list_label {
    font-size: 16px;
  }
}
.cmp-contact-form h1 {
  margin-bottom: 30px;
}
.list-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #000000;
  z-index: 999999999;
}
.list-overlay_active {
  display: block;
}
.list-overlay_container {
  position: relative;
  max-width: 612px;
  padding: 20px;
  padding-top: 0;
  margin: 0 auto;
  background: #000000;
}
.list-overlay_content {
  display: none;
  padding-top: 6rem;
}
.list-overlay_content h2 {
  margin-bottom: 1rem;
  padding-right: 2rem;
  font-weight: bold !important;
}
.list-overlay_content p {
  margin-bottom: 2rem;
  font-size: 17px;
}
.list-overlay .cmp-selected-jobs-list_label {
  margin-bottom: 2rem;
}
.list-overlay_cancel {
  float: right;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: 20px;
  background-color: #ffcc01;
  border-radius: 100%;
}
.list-overlay_cancel svg {
  stroke: #000000;
  margin-top: 1px;
  margin-left: 1px;
}
.list-overlay .cmp-cm2-button {
  width: 100%;
  justify-content: center;
}
.list-overlay_continue {
  text-decoration: underline;
  text-underline-position: under;
}
.list-overlay_footer {
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .list-overlay {
    background: rgba(0, 0, 0, 0.85);
  }
  .list-overlay_container {
    padding-top: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .list-overlay_content h2 {
    padding-right: 0;
  }
}
.cmp-selected-jobs-list {
  margin: 32px 0;
}
.cmp-selected-jobs-list_list {
  margin: 15px 0;
}
.cmp-selected-jobs-list_list li {
  margin-bottom: 12px;
  margin-right: 12px;
  display: inline-block;
}
.cmp-selected-jobs-list_content {
  display: none;
}
.cm-pill {
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 60px 0 20px;
  height: 44px;
  max-width: 280px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cm-pill_remove {
  position: absolute;
  display: block;
  top: 11px;
  right: 12px;
  width: 18px;
  height: 18px;
}
.cm-pill_remove svg {
  vertical-align: top;
}
@media (min-width: 360px) {
  .cm-pill {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .cm-pill {
    max-width: 270px;
  }
}
.pre-submission-content p {
  font-size: 17px;
  margin-bottom: 32px;
}

/* Answer Set component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-see-all-jobs {
  margin-bottom: 4rem;
  max-width: 260px;
}
@media (min-width: 768px) {
  .cmp-see-all-jobs {
    max-width: none;
    margin-bottom: 6rem;
  }
}

/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-soft-skills {
  position: relative;
  margin-bottom: 8rem;
  z-index: 1;
}
.cmp-soft-skills > div {
  display: none;
}
.cmp-soft-skills .tns-outer {
  position: relative;
  max-width: 1000px;
  margin: 0 -20px;
}
.cmp-soft-skills .tns-controls {
  justify-content: space-between;
  margin: 0;
  position: absolute;
  width: calc(100% - 40px);
  top: 94px;
  left: 20px;
  z-index: 9;
  pointer-events: none;
}
.cmp-soft-skills .tns-controls button {
  pointer-events: auto;
  margin: 0;
}
.cmp-soft-skills .tns-controls button[disabled] {
  color: #ffffff;
  border-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cmp-soft-skills .tns-controls button[disabled] svg {
  filter: brightness(100);
}
.cmp-soft-skills .tns-nav {
  text-align: center;
}
.cmp-soft-skills .tns-nav button {
  width: 60px;
  height: 2px;
  background-color: rgba(102, 102, 102, 0.5);
  margin-right: 10px;
  margin-top: 5%;
}
.cmp-soft-skills .tns-nav button.tns-nav-active {
  background-color: #ffcc01;
  height: 3px;
  box-shadow: 0px 0px 13px rgba(255, 204, 1, 0.680015);
}
.cmp-soft-skills_carousel li {
  position: relative;
  color: #ffffff;
}
.cmp-soft-skills_carousel li img {
  margin: 0 auto;
  max-width: 100%;
}
.cmp-soft-skills_carousel li .cmp-soft-skills_carousel_content {
  max-width: 750px;
  margin: 0 auto;
  padding: 2rem 20px 0 20px;
}
.cmp-soft-skills_carousel li h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: .6rem;
}
.cmp-soft-skills_carousel li p {
  font-size: 17px;
  margin-bottom: 1rem;
}
.cmp-soft-skills_carousel li ul {
  font-size: 14px;
  list-style: none;
  margin-top: 1.4rem;
}
.cmp-soft-skills_carousel li ul li {
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-left: 1.8rem;
}
.cmp-soft-skills_carousel li ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 3px;
  background-color: #ffcc01;
  box-shadow: 0px 0px 13px rgba(255, 204, 1, 0.8);
}
.cmp-soft-skills_carousel li blockquote {
  position: relative;
  font-size: 22px;
  line-height: 1.4;
  padding-left: 3.4rem;
}
.cmp-soft-skills_carousel li blockquote:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 34px;
  height: 35px;
  background: url(../../../../content/dam/goarmy/career-match/images/icon-quote.svg) no-repeat;
}
.cmp-soft-skills_carousel li cite {
  display: inline-block;
  line-height: 1.2;
  margin-left: 3.4rem;
}
@media (min-width: 340px) {
  .cmp-soft-skills .tns-controls {
    top: 120px;
  }
}
@media (min-width: 475px) {
  .cmp-soft-skills .tns-controls {
    top: 26%;
  }
}
@media (min-width: 600px) {
  .cmp-soft-skills .tns-controls {
    top: 31%;
  }
}
@media (min-width: 750px) {
  .cmp-soft-skills .tns-outer {
    margin: 0 auto;
  }
}
@media (min-width: 1150px) {
  .cmp-soft-skills {
    margin-bottom: 12rem;
  }
  .cmp-soft-skills .tns-outer {
    margin-bottom: 8rem;
  }
  .cmp-soft-skills .tns-controls {
    justify-content: space-between;
    margin: 0;
    position: absolute;
    width: 1148px;
    top: 40%;
    left: -74px;
  }
  .cmp-soft-skills .tns-controls button[disabled] {
    color: rgba(102, 102, 102, 0.5);
    border-color: rgba(102, 102, 102, 0.5);
    opacity: 1;
  }
  .cmp-soft-skills .tns-controls button[disabled] svg {
    filter: none;
  }
  .cmp-soft-skills_carousel li ul {
    font-size: 17px;
  }
  .cmp-soft-skills_carousel li .cmp-soft-skills_carousel_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    max-width: 440px;
    padding: 0;
  }
}

/* Answer Set component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-what-to-expect {
  position: relative;
  margin-bottom: 4rem;
}
.cmp-what-to-expect_content {
  margin-bottom: 1.4rem;
}
.cmp-what-to-expect_content h2 {
  margin-bottom: 1rem;
  max-width: 80%;
}
.cmp-what-to-expect_content p {
  font-size: 17px;
}
.cmp-what-to-expect picture img {
  width: 100%;
}
@media (min-width: 768px) {
  .cmp-what-to-expect {
    margin-bottom: 8rem;
  }
  .cmp-what-to-expect_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
  }
  .cmp-what-to-expect_content {
    margin-bottom: 0;
    max-width: 520px;
  }
  .cmp-what-to-expect_content h2 {
    max-width: none;
  }
}

/* LESS Variables */
.cmp-group-benefits_wrapper {
  position: relative;
}
.cmp-group-benefits_wrapper .cmp-group-benefits_bg {
  position: absolute;
  right: 0;
  top: -4rem;
  z-index: 0;
}
@media (min-width: 768px) {
  .cmp-group-benefits_wrapper .cmp-group-benefits_bg {
    top: -8rem;
  }
}
.cmp-group-benefits_wrapper .cmp-group-benefits_bg img {
  max-width: 100%;
}
.cmp-group-benefits {
  position: relative;
  margin-bottom: 2rem;
  z-index: 1;
}
.cmp-group-benefits .tns-outer {
  position: relative;
  max-width: 1000px;
  margin: 0 -20px 4rem -24px;
  overflow: hidden;
}
.cmp-group-benefits .tns-controls {
  justify-content: space-between;
  margin: 0;
  position: absolute;
  width: 1170px;
  top: 40%;
  left: -10%;
}
.cmp-group-benefits .tns-nav {
  text-align: center;
}
.cmp-group-benefits .tns-nav button {
  width: 60px;
  height: 2px;
  background-color: rgba(102, 102, 102, 0.5);
  margin-right: 10px;
  margin-top: 5%;
}
.cmp-group-benefits .tns-nav button.tns-nav-active {
  background-color: #ffcc01;
  height: 3px;
  box-shadow: 0px 0px 13px rgba(255, 204, 1, 0.680015);
}
.cmp-group-benefits_benefits_slide {
  background-color: #000000;
  border: 1px solid rgba(102, 102, 102, 0.5);
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  max-width: 348px;
  min-height: 516px;
  padding: 25px;
}
@media (min-width: 365px) {
  .cmp-group-benefits_benefits_slide {
    min-height: 470px;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  .cmp-group-benefits_benefits_slide {
    min-height: 560px;
  }
}
@media (max-width: 768px) and (min-width: 400px) {
  .cmp-group-benefits_benefits_slide {
    max-width: none;
  }
}
.cmp-group-benefits_benefits_slide svg {
  margin-bottom: 1rem;
}
.cmp-group-benefits_benefits_slide h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 1rem;
}
.cmp-group-benefits_benefits_slide p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .cmp-group-benefits {
    margin-bottom: 8rem;
  }
  .cmp-group-benefits .tns-outer {
    margin: 0 auto;
    margin-bottom: 8rem;
    overflow: visible;
  }
}
.cmp-group-skills {
  position: relative;
  margin-bottom: 4rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .cmp-group-skills {
    margin-bottom: 8rem;
  }
}
.career-match-skills_learn {
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .career-match-skills_learn {
    max-width: none;
    margin-bottom: 3rem;
  }
}
.cmp-retake-quiz_wrapper {
  position: relative;
}
.cmp-retake-quiz_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.cmp-retake-quiz_bg img {
  max-width: 100%;
}
.cmp-retake-quiz {
  position: relative;
  text-align: center;
  padding: 40px 0 120px 0;
  z-index: 1;
}
.cmp-retake-quiz h2 {
  margin-bottom: 2rem;
}
.explore-heading-copy {
  margin-bottom: 20px;
}
.skills-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
}
.skills-container .cmp-group-skills_icons {
  flex-basis: 33.3%;
  text-align: center;
  margin-bottom: 1rem;
}
.skills-container .cmp-group-skills_icons img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.skills-container .skill-names {
  font-size: 14px;
  text-align: center;
  max-width: 85px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .skills-container {
    margin: 0;
    max-width: none;
  }
  .skills-container .cmp-group-skills_icons {
    flex-basis: 20%;
    margin: 0;
  }
  .skills-container .cmp-group-skills_icons img {
    width: 100px;
    height: 100px;
  }
  .skills-container .skill-names {
    max-width: none;
  }
}

/* Answer Set component */
/* LESS Extends */
/* LESS Variables */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title,
.cmp-notification p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title,
  .cmp-notification p {
    font-size: 16px;
  }
}
.cmp-notification {
  display: none;
  font-size: 14px;
  font-weight: bold;
  width: 255px;
  padding: 25px;
  position: absolute;
  top: 30vh;
  left: 50%;
  margin-left: -127px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  z-index: 9999999999;
}
.cmp-notification .cmp-notification_content {
  display: none;
}
.cmp-notification.added .cmp-notification_added {
  display: block;
}
.cmp-notification.removed .cmp-notification_removed {
  display: block;
}
.cmp-notification.copied .cmp-notification_copied {
  display: block;
}
.cmp-notification svg {
  margin-bottom: 1.4rem;
}
.cmp-notification p {
  font-weight: 600;
  margin-bottom: .5rem;
}
.animateOpen {
  display: block;
  -webkit-animation: moveOpen 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}
@keyframes moveOpen {
  from {
    transform: translate(0, -100px);
    opacity: 0;
  }
  10% {
    transform: translate(0, 20px);
  }
  12% {
    transform: translate(0, 22px);
    opacity: 1;
  }
  16% {
    transform: translate(0, 20px);
  }
  72% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
  }
  85% {
    transform: translate(0, 25px);
  }
  to {
    transform: translate(0, -100px);
    opacity: 0;
  }
}

/* Language Toggle component */
.cmp-cm2-language-toggle {
  height: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.cmp-cm2-language-toggle.needs-to-hide {
  z-index: -1;
}
.cmp-cm2-language-toggle nav {
  position: absolute;
  top: 0;
}
@media (max-width: 1023px) {
  .cmp-cm2-language-toggle nav {
    right: 0;
    width: 50%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .cmp-cm2-language-toggle nav {
    right: 1.5rem;
  }
}
.cmp-cm2-language-toggle ul {
  background: black;
  border: 1px solid gray;
  border-radius: 0 0 1.25rem 1.25rem;
  border-top: 0;
  display: flex;
  padding: 1rem 1.5rem !important;
  font-size: .8125rem;
  list-style: none;
}
@media (min-width: 1024px) {
  .cmp-cm2-language-toggle ul {
    background: #1f1e22;
    font-size: 1rem;
    right: 1.5rem;
  }
}
.cmp-cm2-language-toggle li:first-child {
  margin-right: 1rem;
}
.cmp-cm2-language-toggle a,
.cmp-cm2-language-toggle span {
  display: block;
  padding: 0 .5rem .375rem;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0;
  color: #8D8D8D;
  text-decoration: none;
  position: relative;
}
.cmp-cm2-language-toggle a::after,
.cmp-cm2-language-toggle span::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  opacity: 0;
  transition: opacity .125s;
}
.cmp-cm2-language-toggle a[aria-current],
.cmp-cm2-language-toggle span[aria-current] {
  color: white;
}
.cmp-cm2-language-toggle a[aria-current]::after,
.cmp-cm2-language-toggle span[aria-current]::after {
  opacity: 1;
}
@media (hover: hover) {
  .cmp-cm2-language-toggle a:hover::after {
    opacity: 1;
  }
}

/* Contact us button placement */
.cmp-contact-us-button {
  position: fixed;
  z-index: 69;
  left: 20px;
  bottom: 2.25rem;
}
@media (min-width: 768px) {
  .cmp-contact-us-button {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* LESS Variables */
.cm2-contact-page {
  min-height: 800px;
  background-color: #000000;
}
.cm2-contact-page__image {
  flex: 0 0 40vw;
}
.cm2-contact-page__image img {
  width: 100%;
}
.cm2-contact-page__content {
  width: 100%;
  padding: 2rem 20px;
}
@media (min-width: 960px) {
  .cm2-contact-page {
    display: flex;
    flex-flow: row-reverse;
  }
  .cm2-contact-page__content {
    padding: 60px 100px;
    padding-right: 50px;
  }
}
.career-match-form-section {
  position: relative;
}
.career-match-form-section h2 {
  padding-right: 3rem;
}
.career-match-form-section .covid-container {
  max-width: 900px;
}
.career-match-form-section.needs-height-adjustment {
  height: calc(100vh - 31.555vw);
  overflow: hidden;
}
@media (min-width: 960px) {
  .career-match-form-section.needs-height-adjustment {
    height: calc(100vh - 5.5rem);
  }
}
.career-match-form-section .during-submission-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-match-form-section .during-submission-content svg {
  width: 5rem;
  height: 5rem;
  animation: rotate 1s linear infinite;
}
.career-match-form-section a {
  font: inherit;
  letter-spacing: inherit;
  color: white;
  text-decoration: underline;
}
.career-match-form-section .cmp-selected-jobs-list {
  margin-bottom: 1rem;
}
.career-match-form-section .cmp-selected-jobs-list_label {
  margin-bottom: 2rem;
}
.post-form-submission .cmp-selected-jobs-list {
  display: none;
  margin-bottom: 3rem;
}
@media (min-width: 960px) {
  .post-form-submission .cmp-selected-jobs-list {
    padding-right: 60px;
  }
}
.post-form-submission .cmp-selected-jobs-list .cm-pill {
  padding-right: 20px;
}
.career-match-form-section form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-bottom: -1.5rem;
}
.career-match-form-section form > * {
  margin: 0 1.5rem 1.5rem 0;
}
.career-match-form-section form h6 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.career-match-form-section .form-radio-group {
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .career-match-form-section .form-radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.career-match-form-section .local-mac-code .form-radio-group,
.career-match-form-section .local-mac-code .interests-options-title {
  display: none;
}
.career-match-form-section .form-field--radio {
  margin-bottom: .6rem;
}
.career-match-form-section .form-field {
  position: relative;
  width: 100%;
}
.career-match-form-section .form-field label {
  display: block;
}
.career-match-form-section .form-field .errors {
  padding-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1;
  position: absolute;
  top: 100%;
  display: none;
}
.career-match-form-section .form-field--rotc {
  margin: 0;
}
.career-match-form-section .form-field--text {
  background: #111;
  color: #7F7F7F;
}
.career-match-form-section .form-field--text label {
  position: absolute;
  top: calc(0.5rem + 1px);
  left: calc(0.5rem + 1px);
  font-size: 0.75rem;
  line-height: 1;
}
.career-match-form-section .form-field--text label > * {
  margin-left: 0.25rem;
  color: #8D8D8D;
  opacity: 1;
  transition: opacity 0.125s linear;
}
.career-match-form-section .form-field--text label > *:empty {
  opacity: 0;
}
.career-match-form-section .form-field--text input {
  border: 1px solid white;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  padding: 1.5rem 0.5rem 0.5rem 0.5rem;
  color: white;
  width: 100%;
}
.career-match-form-section .form-field--text input:-webkit-autofill {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #151515 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.career-match-form-section .form-field--text ::-webkit-input-placeholder {
  color: #C4C4C4;
}
.career-match-form-section .form-field--text ::-moz-placeholder {
  color: #C4C4C4;
}
.career-match-form-section .form-field--text :-ms-input-placeholder {
  color: #C4C4C4;
}
.career-match-form-section .form-field--text :-moz-placeholder {
  color: #C4C4C4;
}
.career-match-form-section .form-field--text.has-error {
  color: red;
}
.career-match-form-section .form-field--text.has-error .errors {
  display: block;
}
.career-match-form-section .form-field--text.has-error * {
  border-color: currentColor;
  color: currentColor;
  stroke: currentColor;
}
.career-match-form-section .form-field--text.has-error ::-webkit-input-placeholder {
  color: currentColor;
}
.career-match-form-section .form-field--text.has-error ::-moz-placeholder {
  color: currentColor;
}
.career-match-form-section .form-field--text.has-error :-ms-input-placeholder {
  color: currentColor;
}
.career-match-form-section .form-field--text.has-error :-moz-placeholder {
  color: currentColor;
}
.career-match-form-section .form-field--text div {
  position: relative;
}
@media (min-width: 700px) and (max-width: 947px) {
  .career-match-form-section .form-field--text {
    width: calc(33.333% - 1.5rem);
  }
  .career-match-form-section .form-field--text:nth-of-type(-n+2) {
    width: calc(50% - 1.5rem);
  }
  .career-match-form-section .form-field--text:nth-of-type(-n+5):nth-of-type(n+4) {
    width: calc(66.666% - 1.5rem);
  }
}
@media (min-width: 948px) {
  .career-match-form-section .form-field--text:nth-of-type(-n+2),
  .career-match-form-section .form-field--text:nth-of-type(4),
  .career-match-form-section .form-field--text:nth-of-type(5) {
    width: calc(37.5% - 1.5rem);
  }
  .career-match-form-section .form-field--text:nth-of-type(3n) {
    width: calc(25% - 1.5rem);
  }
}
.career-match-form-section .form-field--choice label {
  cursor: pointer;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.2857;
  letter-spacing: 0.015625rem;
  position: relative;
  z-index: 1;
}
.career-match-form-section .form-field--choice svg {
  position: absolute;
  width: 1rem;
  height: 1rem;
}
.career-match-form-section .form-field--choice .has-selection {
  opacity: 0;
  transition: opacity 0.125s;
}
.career-match-form-section .form-field--choice input {
  position: absolute;
  left: -999rem;
}
.career-match-form-section .form-field--choice input:focus + svg {
  outline-color: #FFCC01;
  outline-style: auto;
  outline-width: 5px;
}
.career-match-form-section .form-field--choice input:checked + svg .has-selection {
  opacity: 1;
}
@media (min-width: 768px) {
  .career-match-form-section .form-field--radio {
    /*width: 50%;*/
  }
}
.career-match-form-section .form-field--radio .has-selection {
  fill: #FFCC01;
}
@media (min-width: 960px) {
  .career-match-form-section .form-field--checkbox {
    max-width: 700px;
  }
}
.career-match-form-section .form-field--checkbox .has-selection rect {
  fill: #FFCC01;
}
.career-match-form-section .form-field--checkbox .has-selection polyline {
  stroke: #151515;
}
@media (min-width: 1200px) {
  .career-match-form_actions {
    display: flex;
  }
}
.career-match-form-section .form-submit,
.career-match-form-section .form-privacy-notice {
  margin-top: 1.4rem;
}
@media (max-width: 959px) {
  .career-match-form-section .form-submit {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .career-match-form-section .form-submit {
    flex: 0 0 auto;
    margin-right: 1.5rem;
  }
}
.career-match-form-section .form-submit button {
  background: #FFCC01;
  padding: 0.75rem 2rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: 'us_army_bold', sans-serif;
  white-space: nowrap;
  position: relative;
  transition: color 0.125s, background 0.125s;
}
.career-match-form-section .form-submit button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FFCC01;
  opacity: 0;
  transition: opacity 0.125s;
}
@media (max-width: 959px) {
  .career-match-form-section .form-submit button {
    width: 100%;
    text-align: center;
  }
}
.career-match-form-section .form-submit button:focus {
  background: transparent;
  color: #FFCC01;
}
.career-match-form-section .form-submit button:focus::before {
  opacity: 1;
}
.career-match-form-section .form-submit button:active {
  color: #FFCC01;
}
.career-match-form-section .form-submit button[disabled] {
  background: #6f6f6f !important;
  color: #4c4c4c !important;
  cursor: not-allowed;
}
.career-match-form-section .form-submit button[disabled]::before {
  opacity: 0 !important;
}
@media (hover: hover) {
  .career-match-form-section .form-submit button:hover {
    background: transparent;
    color: #FFCC01;
  }
  .career-match-form-section .form-submit button:hover::before {
    opacity: 1;
  }
}
@media (max-width: 959px) {
  .career-match-form-section .form-privacy-notice {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .career-match-form-section .form-privacy-notice {
    flex: 1;
  }
}
.career-match-form-section .form-privacy-notice p {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.015625rem;
  color: #8D8D8D;
  max-width: 30rem;
}
.career-match-form-section .form-privacy-notice p a {
  color: #8D8D8D;
}
.career-match-post-form-steps {
  padding-bottom: calc(4.5rem * 0.625);
  padding-bottom: calc(var(--covid-section-padding) * 0.625);
}
@media (min-width: 768px) {
  .career-match-post-form-steps {
    align-items: center;
    justify-content: space-between;
  }
}
.career-match-post-form-steps h4 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .career-match-post-form-steps h4 {
    margin-right: 60px;
    text-align: left;
  }
}
.career-match-post-form-steps ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 290px;
}
@media (min-width: 768px) {
  .career-match-post-form-steps ol {
    margin: 0;
    width: auto;
  }
}
.career-match-post-form-steps li {
  counter-increment: post-form-steps;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 959px) {
  .career-match-post-form-steps li {
    margin-top: 1rem;
    padding-right: 10px;
  }
}
@media (min-width: 960px) {
  .career-match-post-form-steps div {
    align-items: center;
  }
  .career-match-post-form-steps li {
    align-items: center;
  }
}
.career-match-post-form-steps p + p {
  margin-top: 2rem;
}
.career-match-post-form-steps li p {
  font-size: 14px;
  letter-spacing: .25px;
  line-height: 18px;
  padding-top: 2px;
}
.career-match-post-form-steps li::before {
  content: counter(post-form-steps);
  display: block;
  text-align: center;
  box-shadow: inset 0 0 0 1px white;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 1rem;
  color: #FFCC01;
  width: 1.412rem;
  font-size: 1.125rem;
  line-height: 1.412rem;
}
@media (min-width: 960px) {
  .career-match-post-form-steps li::before {
    margin-right: 20px;
    width: 52px;
    font-size: 24px;
    line-height: 52px;
  }
}
/* NEW FORM CSS */
.career-match-thank-you {
  margin-bottom: 30px;
}
.career-match-thank-you h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 1rem;
}
.career-match-thank-you p,
.career-match-post-form-lockup p {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: .25px;
  width: 100%;
  max-width: 290px;
}
.career-match-post-form-steps h3 {
  margin-bottom: 2rem;
}
.career-match-post-form-steps ol {
  margin-bottom: 3rem;
}
.career-match-post-form-lockup img {
  width: 100%;
  margin-bottom: 30px;
}
.career-match-post-form-lockup h3 {
  margin-bottom: 2rem;
}
.career-match-post-form-lockup ol {
  margin-bottom: 3rem;
}
.career-match-post-form-lockup a {
  /*
    background: #FFCC01;
    padding: 12px 32px;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
    transition: color 0.125s, background 0.125s;
   */
}
/*
.career-match-post-form-lockup a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #FFCC01;
    opacity: 0;
    transition: opacity 0.125s;
}
*/
.career-match-post-form-lockup a:focus {
  background: transparent;
  color: #FFCC01;
}
.career-match-post-form-lockup a:focus::before {
  opacity: 1;
}
.career-match-post-form-lockup a:active {
  color: #FFCC01;
}
.career-match-post-form-lockup__box {
  display: flex;
}
.career-match-post-form-lockup__image {
  margin-right: 30px;
  flex-basis: 220px;
}
.career-match-post-form-lockup img {
  margin-bottom: 0;
}
.career-match-post-form-lockup__copy p {
  font-size: 14px;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.career-match-post-form-lockup__copy a {
  display: inline;
  font-size: 14px;
}
@media (hover: hover) {
  .career-match-post-form-lockup a:hover {
    background: transparent;
    color: #FFCC01;
    text-decoration: none;
  }
  .career-match-post-form-lockup a:hover::before {
    opacity: 1;
  }
}
@media (max-width: 947px) {
  .career-match-post-form-lockup a {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .career-match-thank-you p {
    max-width: 6200px;
  }
}
@media (min-width: 948px) {
  .career-match-thank-you {
    margin-bottom: 60px;
  }
  .career-match-thank-you h2 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 5px;
  }
  .career-match-thank-you p {
    font-size: 17px;
    line-height: 1.6;
  }
  .career-match-post-form-steps li p {
    font-size: 14px;
  }
  .career-match-post-form-steps,
  .career-match-post-form-lockup {
    margin-bottom: 70px;
    width: 576px;
  }
  .career-match-post-form-lockup p {
    max-width: 425px;
  }
}
@keyframes rotate {
  from {
    transform: scaleX(-1) rotate(0deg);
  }
  to {
    transform: scaleX(-1) rotate(-360deg);
  }
}
.pre-form-submission .post-submission-content,
.pre-form-submission .during-submission-content,
.during-form-submission .post-submission-content,
.post-form-submission .pre-submission-content,
.post-form-submission .during-submission-content,
.under-17-certified .over-17,
.over-17-certified .under-17 {
  display: none;
}
/* New Thank you page */
.questions {
  display: none;
}
.questions.active {
  display: block;
}
.resources {
  display: none;
}
.resources.active {
  display: block;
}
.next-header {
  margin-bottom: 130px;
}
.under-17 .next-header {
  margin-bottom: 80px;
}
.next-header li {
  margin-bottom: 20px;
}
.next-header li p {
  font-size: 24px;
  line-height: 28px;
}
.next-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.next-header ul li a {
  color: #FFCC01;
  text-decoration: underline;
}
.resources-container h4,
.ebrc-post-form-steps h4,
.next-header h4 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 80px;
  white-space: pre-wrap;
  text-align: left;
}
.under-17 .next-header h4 {
  margin-bottom: 25px;
}
.resources-container h5,
.ebrc-post-form-steps h5 {
  font-size: 16px;
  color: white;
  line-height: 22px;
  text-transform: inherit;
  margin-bottom: 30px;
}
.questions-container {
  margin-bottom: 130px;
}
.questions-container h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}
dl.questions {
  border-bottom: 1px solid rgba(141, 141, 141, 0.5);
  display: none;
}
dl.questions dt {
  color: #fff;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  margin: 45px 0;
  padding-right: 50px;
}
dl.questions dt[data-status="active"]:after {
  transform: rotate(180deg);
}
dl.questions dt[data-status="active"] + dd {
  display: block !important;
}
dl.questions dt:after {
  content: '';
  background: url(../../../../content/dam/goarmy/thank-you/caret-down-gold.svg) center top no-repeat transparent;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -7px;
  border-radius: 100%;
  border: 0.891667px solid rgba(255, 204, 1, 0.5);
  background-position: 11px 13px;
}
dl.questions dd {
  color: #fff;
  font-size: 16px;
  margin: 45px 0;
  display: none;
}
dl.questions dd p {
  line-height: 22.4px;
  padding-bottom: 15px;
  max-width: inherit;
}
dl.questions dd p a {
  text-decoration: underline;
}
.resources {
  margin: 0;
  padding: 0;
  list-style: none;
}
.resources li:before {
  content: '';
  margin-right: 0;
  text-align: left;
  width: inherit;
}
.resources-container h4 {
  margin-bottom: 20px;
}
.resources li a {
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 31px;
  display: block;
  color: #B79308;
}

/* LESS Variables */
/* LESS Extends */
.base-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cm2-landing-hero {
  position: relative;
  overflow: hidden;
}
.cm2-landing-hero__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cm2-landing-hero__background img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.cm2-landing-hero__foreground {
  position: relative;
  padding: 50vw 0 30px;
  z-index: 1;
}
@media (min-width: 960px) {
  .cm2-landing-hero__foreground {
    padding: 60px 50% 60px 0;
  }
}
@media (min-width: 1900px) {
  .cm2-landing-hero__foreground {
    padding: 140px 50% 140px 0;
  }
}
.cm2-landing-hero__foreground .cm2-button {
  display: flex;
  justify-content: center;
  margin: 22px 0 84px;
}
@media (min-width: 960px) {
  .cm2-landing-hero__foreground .cm2-button {
    margin: 60px 0;
  }
}
@supports (object-fit: cover) {
  .cm2-landing-hero__background img {
    left: 0;
    transform: none;
    width: 100%;
    object-fit: cover;
  }
  @media (max-width: 959px) {
    .cm2-landing-hero__background img {
      object-position: center top;
    }
  }
}

/* LESS Extends */
/* LESS Variables */
.base-paragraph,
.cmp-cm2-quiz-question p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
}
.base-h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h2,
.cmp-cm2-quiz-question h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 948px) {
  .base-h2,
  .cmp-cm2-quiz-question h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.base-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.base-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .125s;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 20px;
  overflow: hidden;
}
.base-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.block-primary-button,
.hybrid-primary-button,
.rounded-primary-button {
  background: #ffcc01;
  color: black;
}
.block-primary-button .counter:not(:empty),
.hybrid-primary-button .counter:not(:empty),
.rounded-primary-button .counter:not(:empty) {
  background: black;
  color: #ffcc01;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: .125s;
}
.block-primary-button::before,
.hybrid-primary-button::before,
.rounded-primary-button::before {
  border-color: #ffcc01;
  opacity: 0;
}
.block-primary-button:active,
.hybrid-primary-button:active,
.rounded-primary-button:active {
  color: black;
}
@media (hover: hover) {
  .block-primary-button:hover,
  .hybrid-primary-button:hover,
  .rounded-primary-button:hover,
  .block-primary-button:active,
  .hybrid-primary-button:active,
  .rounded-primary-button:active {
    color: #ffcc01;
    background: #000000;
  }
  .block-primary-button:hover .counter,
  .hybrid-primary-button:hover .counter,
  .rounded-primary-button:hover .counter,
  .block-primary-button:active .counter,
  .hybrid-primary-button:active .counter,
  .rounded-primary-button:active .counter {
    background: #ffcc01;
    color: black;
  }
  .block-primary-button:hover::before,
  .hybrid-primary-button:hover::before,
  .rounded-primary-button:hover::before,
  .block-primary-button:active::before,
  .hybrid-primary-button:active::before,
  .rounded-primary-button:active::before {
    opacity: 1;
  }
}
.block-primary-button[disabled],
.hybrid-primary-button[disabled],
.rounded-primary-button[disabled] {
  color: #868686;
  cursor: not-allowed;
  background: transparent;
}
.block-primary-button[disabled]::before,
.hybrid-primary-button[disabled]::before,
.rounded-primary-button[disabled]::before {
  border-color: #868686;
  opacity: 1;
}
@media (hover: hover) {
  .block-primary-button[disabled]:hover,
  .hybrid-primary-button[disabled]:hover,
  .rounded-primary-button[disabled]:hover,
  .block-primary-button[disabled]:active,
  .hybrid-primary-button[disabled]:active,
  .rounded-primary-button[disabled]:active {
    color: #868686;
  }
}
.rounded-primary-button {
  border-radius: 999px;
}
.rounded-primary-button::before {
  border-radius: 999px;
}
@media (max-width: 947px) {
  .hybrid-primary-button {
    border-radius: 999px;
  }
  .hybrid-primary-button::before {
    border-radius: 999px;
  }
}
.secondary-button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffcc01;
  color: #ffcc01 !important;
  text-decoration: none !important;
}
.secondary-button:hover {
  border-color: transparent;
}
.link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffcc01;
}
.link:hover {
  color: #ffcc01;
}
.base-secondary-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .base-secondary-title {
    font-size: 16px;
  }
}
.cmp-cm2-quiz-body {
  background-color: #151515;
  margin: 0;
}
.cmp-cm2-quiz-body main {
  background: none;
}
.cmp-cm2-quiz {
  overflow: hidden;
}
.cmp-cm2-quiz-answer-set {
  position: relative;
  z-index: 2;
}
.cmp-cm2-quiz-question-holder {
  overflow: auto;
  align-items: center;
  justify-content: center;
}
@supports (display: flex) {
  .cmp-cm2-quiz-question-holder {
    display: flex;
  }
}
.cmp-cm2-quiz-animation-holder {
  min-height: calc(100vh - 120px);
  opacity: 1;
  transition: opacity 1s;
  display: flex;
  flex-direction: column;
}
.during-quiz-question-transition .cmp-cm2-quiz-animation-holder {
  opacity: 0;
}
.cmp-cm2-quiz-question {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.cmp-cm2-quiz-question.is-active-question {
  display: block;
}
.cmp-cm2-quiz-question h2 {
  width: auto;
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}
.cmp-cm2-quiz-question p {
  max-width: 900px;
  margin: 0 auto 5px;
  text-align: center;
}
@media (min-width: 948px) {
  .cmp-cm2-quiz-question p {
    font-size: 18px;
    line-height: 22px;
  }
}
.cmp-cm2-question-two {
  display: none;
}
.cmp-cm2-question-two.is-active-question-two {
  display: block;
}
/* question content */
.cmp-cm2-question-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-self: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}
.is-active-question .cmp-cm2-question-content {
  opacity: 1;
  pointer-events: auto;
}
.cmp-cm2-quiz-actions {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 947px) {
  .cmp-cm2-quiz-actions {
    position: fixed;
    bottom: 30px;
    z-index: -1;
  }
  .cmp-cm2-quiz-actions.is-ready-to-submit {
    z-index: 99;
  }
}
@media (min-width: 948px) {
  .cmp-cm2-quiz-actions {
    margin: auto auto 30px;
    flex-direction: column;
    align-items: center;
  }
}
.cmp-cm2-quiz-actions .quiz-next-btn {
  transition: .25s;
}
@media (max-width: 947px) {
  .cmp-cm2-quiz-actions .quiz-next-btn[disabled] {
    opacity: 0;
    transform: translateY(0.5rem);
  }
}
.cmp-cm2-quiz-actions .quiz-prev-btn {
  margin-top: 30px;
}
@media (max-width: 947px) {
  .cmp-cm2-quiz-actions .quiz-prev-btn {
    display: none;
  }
}

.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
