/*
 *  =======================================
 *  Go Army What's Your Warrior
 *  =======================================
 *
 */
/* 1. Global variables and styleguide colors*/
/* 
/* 3. Components */
.wyw-hero {
  height: calc(100vh - 31.555555555555554vw);
  max-width: 100%;
  overflow: hidden;
  /*
    .imagevideooverlay-cmp__picture {
      display: block;
      width: 100%;
      overflow: hidden;
    }
    */
  /*
  @media (min-width: 600px) and (max-width: 1200px) {
      & + .bottom-down-arrow-container {
          display: none !important;
      }
  }
  */
}
@media (min-width: 768px) {
  .wyw-hero {
    height: calc(100vh - 88px);
  }
}
.wyw-hero .shade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}
.wyw-hero .imagevideooverlay-cmp__image-video-container,
.wyw-hero .plyr--full-ui,
.wyw-hero .plyr__video-wrapper {
  height: 100%;
  background: none;
}
.wyw-hero .plyr__video-wrapper {
  width: 100%;
  overflow: hidden;
}
.wyw-hero .imagevideooverlay-cmp__video {
  position: relative;
  display: block;
  object-fit: cover;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.wyw-hero .imagevideooverlay-cmp__image {
  position: relative;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}
@media (min-width: 430px) {
  .wyw-hero .imagevideooverlay-cmp__image {
    height: auto;
  }
}
.wyw-hero .hero-text {
  margin-top: 2%;
}
.wyw-hero .hero-text img.image-text {
  display: block;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 32px;
}
.wyw-hero .hero-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.wyw-hero .hero-text .seo-text {
  display: none;
}
@media (max-width: 940px) {
  .wyw-hero .hero-text img.image-text {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .wyw-hero .hero-text img.image-text {
    max-width: 90%;
  }
  .wyw-hero .hero-text p {
    max-width: 84%;
  }
}
.wyw-hero + .bottom-down-arrow-container .bottom-down-arrow-title {
  display: none;
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 360px) {
  .wyw-hero + .bottom-down-arrow-container .bottom-down-arrow-title {
    display: block;
  }
}
.wyw-hero + .bottom-down-arrow-container .bottom-down-arrow-element {
  bottom: 20px;
  left: 50%;
  margin-left: -22px;
  background: none;
  background-color: #FFCC01;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.wyw-hero + .bottom-down-arrow-container .bottom-down-arrow-element svg.icon {
  display: block;
  color: #000;
  width: 80%;
  height: 80%;
  margin-left: 5px;
  margin-top: 5px;
}
.globalnav-cmp__drawer,
.globalnav-cmp__bar {
  z-index: 99999999;
}
#stats {
  display: none;
  color: #fff;
  font-size: 32px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
}
svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  --highlight: #FFCC01;
}
a svg.icon {
  pointer-events: none;
}
#careermatch {
  position: absolute;
  visibility: hidden;
  top: -80px;
}
.career-match {
  position: relative;
  padding: 60px 0;
  height: 960px;
  background: #000 url('../images/FY20_Q1_WYW_JoinForces_Generic_ENG_TV_New.jpg') no-repeat top center;
  background-size: cover;
  overflow: hidden;
  /*
.cardPos4:after {
	opacity: 1;
  background: no-repeat 50% -30px;
  background-size: 100% auto;
}
*/
  /*
.cardPos4 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
*/
  /*
.card > a > svg.icon {
	font-size: 22px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 3px;
}
*/
  /*
.card.cardPos4 .card-content {
   height: 100%;
}
*/
  /* CARD SWIPE ========================== */
  /*
.jobs-cards-container .job-card-dummy.init {
   //opacity: 0;
   //transform: scale(1.3);
   //transition: none;
   transform: rotate(0) !important;
}
*/
  /*
.jobs-cards-container .job-card-dummy.return {
  opacity: 0;
  //transform: rotate(0) scale(1);
	transition-delay: 1000ms;
	transition: opacity 420ms ease-out;
}
*/
  /*
#jobs-details.active .jobs-cards-container .job-card-dummy.return .card .card-content {
  transform: scale(1);
  width: auto;
  margin-left: 0;
  margin-top: 0;
}
*/
  /*
#jobs-details.active .jobs-cards-container .job-card-dummy .card .card-content {
  transform: scale(1.3);
  width: 225px;
  height: 364px;
  margin-left: 34px;
  margin-top: 30px;
}
*/
  /*
.jobs-cards-container.return .job-card-content .card-header {
    transform: scale(.6);
    margin-left: -60px;
    margin-top: -70px;
    width: 320px;
}


.jobs-cards-container.return .job-card-content .card-bottom {
    transform: scale(.6);
    margin-left: -50px;
    margin-top: -40px;
    width: 290px;
}
*/
  /*
@media (min-width: 340px) {
  margin-top: 0;
}
@media (min-width: 420px) {
  margin-top: 40px;
}
*/
  /*
@media (min-width: 768px) {
  .jobs-details-pagination {
    margin-top: 60px;
  }
}
*/
}
.career-match * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  letter-spacing: 0;
}
.career-match h4 {
  color: #fff;
  text-transform: none;
}
.career-match p {
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .career-match {
    padding: 80px 0;
    height: 1190px;
  }
}
.careermatch-spanish .career-match {
  height: 740px;
}
@media (min-width: 420px) {
  .careermatch-spanish .career-match {
    height: 800px;
  }
}
@media (min-width: 768px) {
  .careermatch-spanish .career-match {
    height: 990px;
  }
}
.career-match .vert-line {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 1px;
  height: 105px;
  background: url('../images/vert-line-bg.png') repeat-y;
}
.career-match .vert-line.job-details {
  bottom: -20px;
  height: 100px;
}
@media (min-width: 350px) {
  .career-match .vert-line.job-details {
    bottom: -40px;
    height: 80px;
  }
}
@media (min-width: 420px) {
  .career-match .vert-line.job-details {
    display: none;
  }
}
@media (min-width: 768px) {
  .career-match .vert-line {
    height: 150px;
    bottom: 40px;
  }
  .career-match .vert-line.job-details {
    display: block;
    bottom: -110px;
    height: 100px;
  }
}
.career-match .gradients,
.career-match .gradients:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  pointer-events: none;
}
.career-match .gradients {
  display: none;
  background: linear-gradient(90deg, #000000 4%, rgba(0, 0, 0, 0) 22%);
}
.career-match .gradients:after {
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 78%, #000000 96%);
}
@media (min-width: 768px) {
  .career-match .gradients {
    display: block;
  }
}
@media (min-width: 1100px) {
  .career-match .gradients {
    background: linear-gradient(90deg, #000000 8%, rgba(0, 0, 0, 0) 33%);
  }
  .career-match .gradients:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 67%, #000000 92%);
  }
}
.career-match #jobs-categories {
  position: relative;
  opacity: 1;
  height: 750px;
  transition: opacity 600ms linear;
}
@media (min-width: 768px) {
  .career-match #jobs-categories {
    height: 910px;
  }
}
.career-match #jobs-categories.hide {
  opacity: 0;
}
.career-match .slider-wrapper {
  position: absolute;
  top: 205px;
  left: 50%;
  margin-left: -1113px;
  width: 2226px;
  height: 588px;
  overflow: hidden;
  transition: top 800ms ease-out;
  display: flex;
  align-items: center;
  margin-top: -100px;
  /*
  background-image: linear-gradient(45deg, #f52349 14.29%, #b3b3b3 14.29%, #b3b3b3 50%, #f52349 50%, #f52349 64.29%, #b3b3b3 64.29%, #b3b3b3 100%);
  background-size: 49.50px 49.50px;
  */
}
@media (min-width: 768px) {
  .career-match .slider-wrapper {
    top: 275px;
  }
}
.career-match #jobs-categories.hide .slider-wrapper {
  transition: top 1.5s ease-out;
  top: 350px;
}
.career-match #slider {
  position: relative;
  width: 1266px;
  height: 388px;
  margin-left: 480px;
}
.career-match #slider.deactivate {
  pointer-events: none;
}
.career-match .cards {
  position: relative;
  width: 1266px;
  height: 388px;
}
.career-match [data-pos="720"] .cards {
  margin-left: -600px;
}
.career-match [data-pos="480"] .cards {
  margin-left: -360px;
}
.career-match [data-pos="240"] .cards {
  margin-left: -120px;
}
.career-match [data-pos="0"] .cards {
  margin-left: 120px;
}
.career-match [data-pos="-240"] .cards {
  margin-left: 360px;
}
.career-match [data-pos="-480"] .cards {
  margin-left: 600px;
}
.career-match [data-pos="-720"] .cards {
  margin-left: 840px;
}
.career-match .card {
  position: absolute;
  opacity: 1;
  width: 160px;
  height: 263px;
  color: #fff;
  background-color: #1D1D1D;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 10px 6px rgba(0, 0, 0, 0.5);
  z-index: 999;
  border-radius: 6px;
  z-index: 9;
  overflow: hidden;
  transform-origin: top left;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: opacity 220ms, top 220ms, left 220ms, transform 220ms, width 220ms, height 220ms;
  transition: opacity 220ms, top 220ms, left 220ms, transform 220ms, width 220ms, height 220ms;
}
.career-match .card .bg-active {
  opacity: 0;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  transition: opacity 220ms ease-out;
  backface-visibility: visible;
}
.career-match .card .bg,
.career-match #slider.is-dragging .card .bg {
  opacity: .3;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: 1;
  transition: opacity 220ms ease-out;
  backface-visibility: visible;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .career-match .card .bg {
    transition: none;
  }
}
.career-match .card:hover p {
  color: #fff;
}
.career-match .card:hover .bg {
  opacity: 1;
}
.career-match .cardPos0,
.career-match .cardPos-1,
.career-match .cardPos-2 {
  opacity: 0;
  top: 196px;
  left: -176px;
  transform: rotate(-20deg);
}
.career-match .cardPos1 {
  top: 130px;
  left: 1px;
  transform: rotate(-15deg);
}
.career-match .cardPos2 {
  top: 82px;
  left: 182px;
  transform: rotate(-10deg);
}
.career-match .cardPos3 {
  top: 51px;
  left: 366px;
  transform: rotate(-5deg);
}
.career-match .cardPos4 {
  top: 5px;
  left: 535px;
  width: 196px;
  height: 323px;
  z-index: 99;
  transform: none;
  background-color: #383838;
}
.career-match #slider .card.cardPos4 img.bg {
  opacity: 0;
}
.career-match #slider .card.cardPos4 img.bg-active,
.career-match #job-card-dummy .card.cardPos4 img.bg-active {
  opacity: 1;
}
.career-match .cardPos4:hover .bg {
  opacity: 0;
}
.career-match .cardPos5 {
  top: 36px;
  left: 740px;
  transform: rotate(5deg);
}
.career-match .cardPos6 {
  top: 54px;
  left: 924px;
  transform: rotate(10deg);
}
.career-match .cardPos7 {
  top: 88px;
  left: 1108px;
  transform: rotate(15deg);
}
.career-match .cardPos8,
.career-match .cardPos9,
.career-match .cardPos10 {
  opacity: 0;
  top: 142px;
  left: 1288px;
  transform: rotate(20deg);
}
.career-match #jobs-categories.hide .slider-wrapper .cardPos4 {
  display: none;
}
.career-match .card .card-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 10px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.15);
  background: none;
  z-index: 9;
}
.career-match .card h2 {
  margin: 0;
  color: #FFCC01;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.1;
  transition: font-size 400ms linear;
}
.careermatch-spanish .career-match .card h2 {
  font-size: 20px;
}
.career-match .card p,
.career-match .is-dragging .card p {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 10px;
  width: 130px;
  font-size: 14px;
  line-height: 1.4;
  color: #8c8c8c;
  z-index: 9;
  transition: color 120ms, transform 120ms, margin-left 120ms;
}
.career-match .cardPos4.card p {
  transform: scale(1.2);
  margin-left: 16px;
  color: #fff;
}
.career-match .card > a {
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(102%);
  height: 46px;
  line-height: 46px;
  background-color: #FFCC01;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0 0 6px 6px;
  margin: -1px;
  pointer-events: none;
  z-index: 9;
}
.career-match .cardPos4 > a {
  opacity: 1;
  pointer-events: auto;
}
.career-match .card .card-content {
  position: relative;
  height: 100%;
  border-radius: 6px;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 9;
}
.career-match .is-dragging .card .card-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.career-match .slider-nav {
  position: relative;
  top: 300px;
  left: 1px;
  margin: 0 auto;
  padding: 0;
  width: 184px;
  list-style: none;
  text-align: center;
  z-index: 9999;
}
@media (min-width: 768px) {
  .career-match .slider-nav {
    top: 390px;
  }
}
.career-match .slider-nav > li {
  float: left;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 17px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.career-match .slider-nav > li:last-child {
  margin-right: 0;
}
.career-match .slider-nav > li.item1,
.career-match .slider-nav > li.item7 {
  margin-top: 16px;
}
.career-match .slider-nav > li.item2,
.career-match .slider-nav > li.item6 {
  margin-top: 10px;
}
.career-match .slider-nav > li.item3,
.career-match .slider-nav > li.item5 {
  margin-top: 7px;
}
.career-match .slider-nav > li.item4 {
  margin-top: 4px;
}
.career-match .slider-nav > li.active.item1,
.career-match .slider-nav > li.active.item7 {
  margin-top: 13px;
}
.career-match .slider-nav > li.active.item2,
.career-match .slider-nav > li.active.item6 {
  margin-top: 6px;
}
.career-match .slider-nav > li.active.item3,
.career-match .slider-nav > li.active.item5 {
  margin-top: 2px;
}
.career-match .slider-nav > li.active.item4 {
  margin-top: 0px;
}
.career-match .slider-nav > li > a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  text-indent: -9999em;
  transition: background-color 125ms linear;
}
.career-match .slider-nav > li > a:hover {
  background-color: #fff;
}
.career-match .slider-nav > li:last-child {
  margin-right: 0;
}
.career-match .slider-nav > li.active {
  border: 2px solid #FFCC01;
  width: 16px;
  height: 16px;
}
.career-match .slider-nav > li.active > a {
  width: 16px;
  height: 16px;
}
.career-match .slider-nav > li.active > a:hover {
  background: none;
}
.career-match #jobs-details {
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .career-match #jobs-details {
    top: 120px;
  }
}
.career-match #jobs-details.active {
  opacity: 1;
  z-index: 1100;
}
.career-match .job-cards-wrapper {
  width: 100%;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .career-match .job-cards-wrapper {
    padding-bottom: 130px;
  }
}
.career-match .jobs-details-frame {
  position: relative;
  max-width: 692px;
  margin: 0 auto;
  perspective: 600px;
}
.career-match .btn-undo {
  opacity: 0;
  position: absolute;
  top: 630px;
  left: -32px;
  width: 58px;
  height: 58px;
  line-height: 62px;
  color: #FFCC01;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  transition: opacity 250ms linear;
  pointer-events: none;
}
.career-match .btn-undo.active {
  opacity: 1;
  pointer-events: auto;
}
.career-match .btn-undo > svg.icon {
  position: absolute;
  top: 0;
  left: 14px;
  font-size: 60px;
}
.career-match .btn-next {
  position: absolute;
  top: 310px;
  right: -100px;
  width: 115px;
  height: 115px;
  line-height: 115px;
  border-radius: 100%;
  color: #FFCC01;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #FFCC01;
  z-index: 2;
}
.career-match .btn-next .swipe-text {
  display: none;
  line-height: 1;
  position: absolute;
  left: 38px;
  top: 32px;
}
.career-match .is-touch .swipe-text {
  display: inline;
}
.career-match .btn-next > svg.icon {
  font-size: 36px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: -55px;
}
.career-match .jobs-cards-container {
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 196px;
  height: 324px;
  top: 88px;
  left: 0;
  transform-origin: center center;
  transition: top 260ms ease-out, left 260ms ease-out, width 260ms ease-out, height 260ms ease-out, transform 260ms ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9;
  /*
  @media(max-width:420px) {
    transform: scale(.85) rotate(0deg);
  }
  @media(max-width:340px) {
    transform: scale(.75) rotate(0deg);
  }
  */
}
.career-match .jobs-cards-container.flipping {
  width: 292px;
  height: 493px;
  left: 0;
  top: 0;
}
@media (max-width: 420px) {
  .career-match .jobs-cards-container.flipping {
    transform: scale(0.85) rotate(0deg);
    top: -30px;
  }
}
@media (max-width: 340px) {
  .career-match .jobs-cards-container.flipping {
    transform: scale(0.75) rotate(0deg);
    top: -50px;
  }
}
.career-match .jobs-cards-container.inactive {
  left: -220px;
  opacity: 0;
  z-index: 0;
  transform: rotate(-10deg);
}
@media (max-width: 420px) {
  .career-match .jobs-cards-container.inactive {
    left: -420px;
    transform: scale(0.85) rotate(-10deg);
  }
}
@media (max-width: 340px) {
  .career-match .jobs-cards-container.inactive {
    left: -420px;
    transform: scale(0.75) rotate(-10deg);
  }
}
.career-match .job-drag-container {
  width: 620px;
  height: 685px;
  margin-top: -100px;
}
.career-match .job-cards {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.career-match .job-card-top,
.career-match .job-card-bottom,
.career-match .job-card-bottom2,
.career-match .job-card-middle,
.career-match .job-card-dummy {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.career-match .job-card-top,
.career-match .job-card-bottom,
.career-match .job-card-bottom2,
.career-match .job-card-middle {
  display: none;
}
.career-match .job-card-top.show,
.career-match .job-card-bottom.show,
.career-match .job-card-bottom2.show,
.career-match .job-card-middle.show {
  display: block;
}
.career-match .job-card-dummy {
  width: 198px;
  height: 323px;
  z-index: 1000;
  transition: transform 300ms ease-out, top 300ms ease-out, left 300ms ease-out, height 300ms ease-out;
  transform-origin: center;
}
.career-match .jobs-cards-container.flipping .job-card-dummy {
  transform: rotate(-3deg) scale(1.46);
  top: 172px;
  left: 45px;
  height: 342px;
}
.career-match .jobs-cards-container .job-card-dummy.exit {
  opacity: .8;
  left: 400px;
  top: 220px;
  transition-delay: 300ms;
  transform: rotate(25deg) scale(1.46);
  transition: all 250ms linear;
}
.career-match .jobs-cards-container .job-card-dummy.exit.hide {
  opacity: 0;
  left: 750px;
  top: 460px;
  transform: rotate(50deg) scale(1.46);
  transition: all 250ms linear;
}
.career-match .jobs-cards-container .job-card-dummy.re-init {
  transform: rotate(0) scale(1.46);
}
.career-match .jobs-cards-container .job-card-dummy a {
  opacity: 0;
}
.career-match .jobs-cards-container .job-card-dummy .card {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.career-match .jobs-cards-container .job-card-dummy .card .card-content {
  height: 100%;
}
.career-match .jobs-cards-container .job-card-dummy .card .card-content img.bg {
  opacity: 0;
}
.career-match .job-card-top.post-anim {
  transform: translate3d(0, 0, 0) !important;
  /* !important required to override inline style */
  transition: transform 400ms ease-out;
}
.career-match .job-card-middle {
  z-index: 998;
}
.career-match .job-card-bottom {
  z-index: 997;
}
.career-match .job-card-bottom2 {
  z-index: 996;
}
.career-match .rotate-handle {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -webkit-transform-origin: center center;
  -webkit-transition: transform 250ms linear;
  transform-origin: center center;
  transition: transform 250ms linear;
}
.career-match .rotate-handle.no-transition {
  -webkit-transition: none;
  transition: none;
}
.career-match .rotate-handle.pos1 {
  -webkit-transform: rotate(-3deg) translateZ(0);
  transform: rotate(-3deg) translateZ(0);
}
.career-match .rotate-handle.pos2 {
  -webkit-transform: rotate(3deg) translateZ(0);
  transform: rotate(3deg) translateZ(0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.career-match .rotate-handle.pos3 {
  -webkit-transform: rotate(9deg) translateZ(0);
  transform: rotate(9deg) translateZ(0);
}
.career-match .job-card-top .job-card-handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.career-match .job-card-top.is-dragging .job-card-handle {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.career-match .job-card-content {
  color: #fff;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-shadow: 0 3px 8px 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.career-match .card-style-0 {
  background: #1f1f1f url('../images/card-bg-black.jpg') no-repeat;
  background-size: 100% auto;
}
.career-match .card-style-1 {
  background: #535353 url('../images/card-bg-grey.jpg') no-repeat;
  background-size: 100% auto;
}
.career-match .card-style-2 {
  background: #3f473f url('../images/card-bg-green.jpg') no-repeat;
  background-size: 100% auto;
}
.career-match .job-card {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1E1E1E;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 10px 6px rgba(0, 0, 0, 0.5);
}
.career-match .job-card-content .card-header {
  position: relative;
  padding: 0 18px;
  height: 215px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.15);
  background: none;
  transition: all 400ms ease-out;
}
.career-match .jobs-cards-container .job-card-content .card-bottom {
  transition: all 400ms ease-out;
}
.career-match .job-card-content .card-header .skills-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.career-match .job-card-content .card-header .skills-icons li {
  display: inline-block;
  margin-left: 6px;
}
.career-match .job-card-content .card-header .skills-icons img {
  width: 42px;
  height: 42px;
  margin: -8px;
}
.career-match .job-card-content .card-header h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  padding-top: 34px;
  height: 181px;
  display: flex;
  align-items: center;
}
.career-match .job-card-content .card-header h2 .long-text {
  font-size: 29px;
}
.career-match .job-card-content .card-header h2 .longer-text {
  font-size: 24px;
}
.career-match .job-card-content h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.career-match .job-card-content .mos-box {
  float: left;
  width: 54px;
  height: 194px;
  padding: 20px;
  text-align: right;
  border-right: 1px solid rgba(216, 216, 216, 0.15);
}
.career-match .job-card-content .mos-box .mos-handle {
  width: 180px;
  position: relative;
  top: 180px;
  transform: rotate(-90deg);
  transform-origin: top left;
}
.career-match .job-card-content .mos-box h3 {
  white-space: nowrap;
  letter-spacing: 1px;
  line-height: 1;
}
.career-match .job-card-content .mos-box .mos {
  font-size: 62px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-right: -2px;
  line-height: .9;
  color: #FFCC01;
}
.career-match .job-card-content .overview {
  float: left;
  width: 159px;
  height: 194px;
  padding: 18px 18px 15px 18px;
}
.career-match .job-card-content .overview h3 {
  margin-bottom: 10px;
  line-height: 1;
}
.career-match .job-card-content .overview p {
  font-size: 15px;
  margin: 0;
  line-height: 1.2;
}
.career-match .job-card-content a {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: #FFCC01;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0 0 6px 6px;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  pointer-events: auto;
}
.career-match .job-card-content a > svg.icon {
  font-size: 22px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 3px;
}
.career-match .jobs-categories-header {
  position: relative;
  color: #fff;
  height: 275px;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 10px 0 25px;
  z-index: 1100;
}
@media (min-width: 768px) {
  .career-match .jobs-categories-header {
    padding: 0 25px;
  }
}
.career-match .jobs-categories-header .eyebrow {
  color: #FFCC01;
  font-size: 14px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 12px;
  max-width: 340px;
}
.career-match .jobs-categories-header h2 {
  margin: 0 auto;
  padding: 0;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 340px;
  line-height: .9;
  margin-bottom: 4px;
}
.career-match .jobs-categories-header h2 span.big {
  font-size: 58px;
}
@media (min-width: 768px) {
  .career-match .jobs-categories-header h2 {
    font-size: 66px;
    max-width: 680px;
    margin-bottom: 12px;
  }
  .career-match .jobs-categories-header h2 span.big {
    font-size: 120px;
  }
}
.career-match .jobs-categories-header p {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  max-width: 340px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .career-match .jobs-categories-header {
    text-align: center;
    padding: 0;
  }
  .career-match .jobs-categories-header .eyebrow {
    font-size: 18px;
  }
  .career-match .jobs-categories-header h1 {
    font-size: 66px;
    max-width: 700px;
  }
  .career-match .jobs-categories-header p {
    font-size: 17px;
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .careermatch-spanish .career-match .jobs-categories-header p {
    max-width: 480px;
  }
}
.career-match .jobs-details-header {
  position: relative;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 350ms linear;
  transition-delay: none;
  z-index: 999;
}
@media (min-width: 768px) {
  .career-match .jobs-details-header {
    padding: 0;
  }
}
.career-match #jobs-details.active .jobs-details-header {
  opacity: 1;
  transition: opacity 750ms linear;
  transition-delay: 750ms;
}
.career-match .btn-next,
.career-match #jobs-details .vert-line {
  opacity: 0;
  margin-top: 20px;
  transition: all 750ms linear;
  transition-delay: 750ms;
}
.career-match #jobs-details.active .btn-next,
.career-match #jobs-details.active .vert-line {
  margin-top: 0;
  opacity: 1;
}
.career-match .jobs-details-actions {
  display: flex;
  justify-content: space-between;
  height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .career-match .jobs-details-actions {
    margin-bottom: 50px;
  }
}
.career-match .jobs-details-title {
  height: 48px;
  line-height: 48px;
  margin-bottom: 30px;
}
.career-match .jobs-details-title h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .career-match .jobs-details-title h2 {
    font-size: 44px;
  }
}
.career-match .jobs-details-title .total-count {
  color: #FFCC01;
}
.career-match .jobs-details-toggle {
  display: flex;
  width: 82px;
  border: 1px solid #FFCC01;
  border-radius: 2px;
}
.career-match .jobs-details-toggle a {
  position: relative;
  display: block;
  text-indent: -9999em;
  width: 41px;
  height: 22px;
  color: #FFCC01;
}
.career-match .jobs-details-toggle a.active {
  background: #FFCC01;
  color: #000;
}
.career-match .jobs-details-toggle a > svg.icon {
  position: absolute;
  top: -1px;
  left: 6px;
  font-size: 24px;
}
.career-match .jobs-details-toggle a > svg.icon.icon-list {
  font-size: 20px;
  top: 1px;
  left: 9px;
}
.career-match .jobs-details-pagination {
  opacity: 0;
  text-align: center;
  color: #808080;
  margin-top: -34px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: opacity 750ms linear;
  transition-delay: 750ms;
}
.career-match #jobs-details.active .jobs-details-pagination {
  opacity: 1;
}
.career-match .jobs-details-pagination span.current-item {
  color: #fff;
}
.career-match .btn-change-category {
  display: inline-block;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.career-match .btn-change-category > svg.icon {
  font-size: 26px;
  vertical-align: middle;
  margin-top: -2px;
}
.career-match #jobs-details-list-mode {
  opacity: 0;
  padding-top: 20px;
  margin-left: 260px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  transition: all 400ms ease-out;
  pointer-events: none;
}
.career-match #jobs-details-list-mode .owl-carousel .owl-nav button.owl-prev,
.career-match #jobs-details-list-mode .owl-carousel .owl-nav button.owl-next {
  color: #FFCC01;
  font-size: 46px;
}
.career-match #jobs-details-list-mode .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  margin: 0 auto;
  margin-top: 32px;
}
.career-match #jobs-details-list-mode .owl-nav #nav-count {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  letter-spacing: 1;
  order: 1;
}
.career-match #jobs-details-list-mode .owl-nav #nav-count .current-item {
  color: #fff;
}
.career-match #jobs-details-list-mode .owl-nav .owl-next {
  order: 2;
}
.career-match #jobs-details-list-mode.active {
  opacity: 1;
  margin-left: 0px;
  pointer-events: auto;
}
.career-match .jobs-details-list-carousel {
  width: 320px;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .career-match .jobs-details-list-carousel {
    width: 375px;
  }
}
@media (min-width: 768px) {
  .career-match .jobs-details-list-carousel.two-cols {
    width: 750px;
  }
}
.career-match .jobs-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 320px;
  border-top: 1px solid rgba(216, 216, 216, 0.25);
}
@media (min-width: 375px) {
  .career-match .jobs-details-list {
    width: 375px;
  }
}
.career-match .jobs-details-list li {
  border-bottom: 1px solid rgba(216, 216, 216, 0.25);
  height: 50px;
  width: 100%;
}
.career-match .jobs-details-list li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.career-match .jobs-details-list li a .mos {
  display: inline-block;
  vertical-align: middle;
  min-width: 50px;
  color: #FFCC01;
}
.career-match .jobs-details-list li a .name {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 375px) {
  .career-match .jobs-details-list li a .name {
    width: 265px;
  }
}
.career-match .jobs-details-list li a > svg.icon {
  color: #FFCC01;
  position: absolute;
  top: 13px;
  right: 12px;
  font-size: 24px;
}
.career-match .owl-item.active + .active .jobs-details-list {
  border-left: 1px solid rgba(216, 216, 216, 0.25);
}
.career-match .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.career-match .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.career-match .owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}
.career-match .career-match-footer {
  color: #fff;
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .career-match .career-match-footer {
    max-width: none;
    margin: 0;
  }
}
.career-match .career-match-footer h4 {
  margin: 0;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.career-match .career-match-footer a.btn-search-all-jobs {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.wyw-modal .wyw-modal-content {
  font-weight: 400;
  font-size: 14px;
  border-radius: 10px;
  background: linear-gradient(220deg, #282828 6%, #121212 83%);
}
@media (min-width: 600px) {
  .wyw-modal .wyw-modal-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.wyw-modal .wyw-modal-content * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  letter-spacing: 0;
}
.wyw-modal .wyw-modal-content h4 {
  color: #fff;
  text-transform: none;
}
.wyw-modal .wyw-modal-content p {
  font-weight: 400;
  font-size: 14px;
}
.wyw-modal .wyw-modal-content .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.wyw-modal .wyw-modal-content > div {
  width: auto;
  padding: 50px 20px;
}
@media (min-width: 600px) {
  .wyw-modal .wyw-modal-content > div {
    width: 42.5%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1100px) {
  .wyw-modal .wyw-modal-content > div {
    width: 29%;
  }
}
.wyw-modal .wyw-modal-content .modal-col1 {
  border-left: 0;
}
.wyw-modal .wyw-modal-content .modal-col3 {
  background-color: #121212;
  border-radius: 0 0 10px 10px;
}
.wyw-modal .wyw-modal-content .mos {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  color: #FFCC01;
  line-height: 1;
}
.wyw-modal .wyw-modal-content h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
}
.wyw-modal .wyw-modal-content h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.wyw-modal .wyw-modal-content p {
  line-height: 1.4;
  margin: 0;
  margin-bottom: 20px;
}
.wyw-modal .wyw-modal-content ul {
  margin: 0;
  padding: 0 1em;
}
.wyw-modal .wyw-modal-content li {
  line-height: 1.5;
}
.wyw-modal .wyw-modal-content .jobs-types-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.wyw-modal .wyw-modal-content .jobs-types-list li {
  display: flex;
  width: 50%;
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: uppercase;
}
.wyw-modal .wyw-modal-content .jobs-types-list li > svg.icon {
  display: none;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 3px;
}
.wyw-modal .wyw-modal-content .jobs-types-list li.y > svg.icon.icon-yes {
  display: inline;
}
.wyw-modal .wyw-modal-content .jobs-types-list li.n > svg.icon.icon-no {
  display: inline;
}
.wyw-modal .wyw-modal-content .skills-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.wyw-modal .wyw-modal-content .skills-list li {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
  max-width: 120px;
}
.wyw-modal .wyw-modal-content .skills-list img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.wyw-modal .wyw-modal-content .benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.wyw-modal .wyw-modal-content .benefits-list li {
  text-align: center;
  width: 50%;
  margin-bottom: 26px;
}
.wyw-modal .wyw-modal-content .benefits-list li:last-child {
  width: 90%;
}
.wyw-modal .wyw-modal-content .benefits-list svg {
  font-size: 34px;
}
.wyw-modal .wyw-modal-content .benefits-list h4 {
  font-size: 18px;
  color: #FFCC01;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 4px;
}
.wyw-modal .wyw-modal-content .benefits-list p {
  font-size: 14px;
  margin: 0;
  padding: 0 5px;
}
.wyw-modal .wyw-modal-content .email-job-form {
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wyw-modal .wyw-modal-content input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid #979797;
  border-radius: 0;
  color: #fff;
  background-color: #161616;
  font-size: 16px;
  padding: 8px 8px;
  padding-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wyw-modal .wyw-modal-content input[type="text"]:focus {
  outline: none;
  border-color: #fff;
}
.wyw-modal .wyw-modal-content input[type="text"]:focus {
  border-color: #fff;
}
.wyw-modal .wyw-modal-content input[type="text"].parsley-error {
  border-color: #ba0000;
}
.wyw-modal .wyw-modal-content .parsley-error .styled-checkbox + label:before {
  border-color: #ba0000;
}
.wyw-modal .wyw-modal-content .form-row .errors {
  position: absolute;
  top: -10px;
  white-space: nowrap;
}
.wyw-modal .wyw-modal-content .parsley-errors-list {
  margin: 0;
  padding: 0;
  margin-top: -8px;
  margin-bottom: 12px;
  color: #ba0000;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
}
.wyw-modal .wyw-modal-content input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
  color: #000;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFCC01;
  border: 1px solid #FFCC01;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  transition-duration: 150ms;
  transition-timing-function: ease-in;
  transition-property: all;
}
.wyw-modal .wyw-modal-content input[type="submit"]:hover {
  background-color: transparent;
  color: #fff;
}
.wyw-modal .wyw-modal-content input[type="submit"][disabled] {
  background-color: #696969;
  border-color: #696969;
  color: #404040;
  cursor: default;
}
.wyw-modal .wyw-modal-content input[type="submit"][disabled]:hover {
  background-color: #696969;
  border-color: #696969;
  color: #404040;
}
.wyw-modal .wyw-modal-content .form-row-half-left {
  position: relative;
  width: 48%;
  float: left;
}
.wyw-modal .wyw-modal-content .form-row-half-right {
  position: relative;
  width: 48%;
  float: right;
}
.wyw-modal .wyw-modal-content .form-row-full {
  position: relative;
  clear: both;
}
.wyw-modal .form-placeholder {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding: 16px 0 0 10px;
  transition: all 200ms;
  opacity: 1;
  font-size: 16px;
  font-weight: normal;
}
.wyw-modal .wyw-modal-content input[type="text"]:focus ~ .form-placeholder,
.wyw-modal .wyw-modal-content input[type="text"]:valid ~ .form-placeholder {
  font-size: 12px;
  transform: translate3d(0, -8px, 0);
  opacity: .5;
}
.wyw-modal .wyw-modal-content .checkbox-group {
  padding: 10px 0;
  line-height: 1.4;
}
.wyw-modal .wyw-modal-content .checkbox-group.parsley-error {
  margin-top: 10px;
  position: relative;
}
.wyw-modal .wyw-modal-content .checkbox-group + .checkbox-group {
  padding-top: 0;
}
.wyw-modal .wyw-modal-content .checkbox-group label {
  font-weight: normal;
}
.wyw-modal .wyw-modal-content .checkbox-group label a {
  font-size: inherit;
}
.wyw-modal .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.wyw-modal .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-left: 24px;
}
.wyw-modal .styled-checkbox + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  display: block;
  width: 14px;
  height: 14px;
  background: #161616;
  border: 1px solid #fff;
}
.wyw-modal .styled-checkbox:hover + label:before {
  background: #161616;
}
.wyw-modal .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.wyw-modal .styled-checkbox:checked + label:before {
  background: #FFCC01;
  box-shadow: inset 0 0 0 2px #161616;
}
.wyw-modal .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.wyw-modal .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.wyw-modal .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 7px;
  background: #000;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  transform: rotate(45deg) scale(0.7);
}
.wyw-modal .wyw-modal-content .email-contact {
  position: relative;
}
.wyw-modal .wyw-modal-content .thankyou-container {
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.wyw-modal .wyw-modal-content .thankyou-container p {
  width: 70%;
  margin: 0 auto;
}
.wyw-modal .wyw-modal-content .final-contact {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 260px;
}
.wyw-modal .wyw-modal-content .btn-save-pdf {
  display: block;
  color: #FFCC01;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 20px 0;
  margin-bottom: 20px;
}
.wyw-modal .wyw-modal-content .btn-save-pdf > svg.icon {
  font-size: 22px;
  vertical-align: middle;
  margin-top: -2px;
}
.wyw-modal .wyw-modal-content .btn-wallet {
  display: none;
  color: #FFCC01;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.wyw-modal .wyw-modal-content .btn-wallet > img {
  width: 132px;
}
.wyw-modal .wyw-modal-content .btn-phone {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
  letter-spacing: 1px;
  padding-top: 6px;
}
.wyw-modal #gpaybutton {
  display: none;
  margin: 0 auto 20px !important;
}
@media (min-width: 600px) and (max-width: 1100px) {
  .wyw-modal .wyw-modal-content .modal-col3 {
    width: 100%;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }
  .wyw-modal .wyw-modal-content .email-contact {
    width: 47.5%;
    padding-right: 20px;
  }
  .wyw-modal .wyw-modal-content .final-contact {
    width: 50%;
    height: auto;
  }
  .wyw-modal .wyw-modal-content .email-job-form {
    border-bottom: none;
  }
}
.benefits-cmp {
  position: relative;
  list-style: none;
  padding: 0;
  width: 900px;
  background-image: url('../images/benefits-vert-line.png');
  background-position: center;
  background-repeat: repeat-y;
  margin: 0 auto;
}
.benefits-cmp:after {
  display: block;
  content: "";
  clear: both;
}
.benefits-container {
  background-color: #221F20;
  overflow: hidden;
}
.benefits-container .yellow-button-on-dark-background {
  font-weight: 400;
}
.benefits-section li {
  position: relative;
  width: 50%;
  height: 133px;
  padding: 25px 50px;
  padding-top: 20px;
  margin: 4px;
  margin-top: 25px;
  margin-bottom: -48px;
}
.benefits-section li:nth-child(odd) {
  float: left;
  clear: both;
  text-align: right;
  background-repeat: no-repeat;
  background-image: url('../images/segment-r.png');
  background-position: right 25px;
}
.benefits-section li:nth-child(even) {
  float: right;
  clear: both;
  background-repeat: no-repeat;
  background-image: url('../images/segment-l.png');
  background-position: left 25px;
}
.benefits-section .icon {
  display: block;
  background-color: #1F1E22;
  margin: -15px 0 75px 0;
  padding: 0 28px;
  width: 120px;
  height: 60px;
  color: #ffffff;
}
.benefits-section li:nth-child(odd) .icon {
  float: right;
}
.benefits-section li:nth-child(even) .icon {
  float: left;
}
.benefits-section .title {
  text-transform: uppercase;
  color: #FFCC01;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 3px;
}
.benefits-section .desc {
  color: white;
  overflow: hidden;
  /* https://stackoverflow.com/a/15421257 */
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
}
.benefits-row h3 {
  font-weight: 400;
  padding-bottom: 45px;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  margin-top: 100px;

  text-transform: uppercase;
  color: #FFFFFF;
}
.button-future {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 45px;
}
.button-top {
  text-align: center;
  padding-bottom: 42px;
}
.button-top a.yellow-button-on-dark-background,
.button-future a.yellow-button-on-dark-background {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 42px;
}
.button-top a.yellow-button-on-dark-background:hover,
.button-future a.yellow-button-on-dark-background:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #fff;
}
/* Mobile */
@media only screen and (max-width: 768px) {
  .benefits-cmp.sm li {
    position: relative;
    float: none;
    margin: 0px auto 93px auto;
    background-image: none;
    padding: 10px;
    text-align: center;
    background-color: #1F1E22;
    width: 80%;
    height: auto;
    line-height: 1.5em;
    margin-bottom: 34px;
  }
  .benefits-cmp.sm li:before {
    position: absolute;
    content: '';
    top: -32px;
    left: 50%;
    width: 1px;
    height: 42px;
    background: url('../images/benefits-vert-line-mobile.png') no-repeat;
  }
  .benefits-cmp.sm li:first-child:before {
    display: none;
  }
  .benefits-cmp.sm li:last-child {
    margin-bottom: 0px;
  }
  .benefits-cmp.sm li .icon {
    position: relative;
    margin: 15px auto;
    margin-bottom: 5px;
    float: none;
  }
  .benefits-cmp {
    position: relative;
    list-style: none;
    padding: 0;
    background: none;
    margin: 0 auto;
    width: 82%;
  }
  .benefits-section .desc {
    color: white;
    overflow: hidden;
    /* https://stackoverflow.com/a/15421257 */
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .benefits-section .title {
    text-transform: uppercase;
    color: #FFCC01;
    font-size: 20px;
    line-height: 20px;
  }
  .benefits-row h3 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    padding: 50px 10px 40px 10px;
    word-break: break-word;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 380px) {
  .benefits-row h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1350px) {
  .benefits-row h3 {
    text-align: center;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    padding: 0 10px 40px 10px;
    word-break: break-word;
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .image-cta-container {
    display: flex;
  }
}
@media (min-width: 768px) {
  .col-left {
    width: 50%;
  }
}
.col-left img {
  width: 100%;
}
.col-right {
  padding: 10%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .col-right {
    padding: 5%;
    width: 50%;
  }
}
.image-cta-container h3 {
  font-size: 31px;
  margin-bottom: 12px;
}
.image-cta-container p {
  font-size: 17px;
  margin-bottom: 20px;
}
.image-cta-container .content-box {
  max-width: 520px;
  margin: 0 auto;
}
.image-cta-container .yellow-button-on-dark-background {
  text-transform: uppercase;
  border: 0;
}
.more-ways {
  padding: 60px 0px;
  background-color: var(--armyBlack);
}
.more-ways .yellow-button-on-dark-background {
  font-weight: 400;
}
.more-ways .card-img-overlay1 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
}
.more-ways .more-ways-serve-header {
  color: var(--armyWhite);
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  margin: 15px 0px;
}
.more-ways .more-ways-serve-h4 {
  color: var(--armyGold);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
}
.more-ways .more-ways-serve-p {
  margin: 0px 0px 15px;
  text-align: center;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
}
.more-ways .more-ways-header h4 {
  margin: 0px 0px 60px;
  color: var(--armyWhite);
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .more-ways .more-ways-header h4 {
    margin: 0px 0px 30px;
  }
}
.more-ways #more-ways-button {
  font-size: 10px;
}
.more-ways .card-img-overlay1 #p {
  font-weight: 0;
  font-size: 0;
  line-height: 0 !important;
  letter-spacing: 0px !important;
}
.more-ways .item {
  position: relative;
  height: 500px;
}
.more-ways .item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.more-ways .item:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 102%;
  height: 101%;
  background: linear-gradient(360deg, #221F20 27.42%, rgba(34, 31, 32, 0) 100%);
}
.more-ways .card-img-overlay1 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  height: 100%;
}
@media (min-width: 1024px) {
  .more-ways #more-ways-button {
    font-size: 15px;
  }
  .more-ways .owl-carousel {
    margin: 0 50px;
    width: auto;
  }
  .more-ways .owl-item {
    position: relative;
    top: 0;
    transition: top 0.5s ease-out;
  }
  .more-ways .owl-item:hover {
    top: -20px;
  }
  .more-ways .more-ways-serve-header {
    font-size: 18px;
    line-height: 18px;
  }
}
.more-ways .new-width-button {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  background: none;
  border-color: var(--armyGold); 
  color: var(--armyGold);
  padding: 20px;
}
.more-ways .new-width-button:hover {
  background: var(--armyWhite);
  border-color: var(--armyWhite);
  color: var(--armyBlack);
}
.more-ways .owl-carousel .owl-nav button.owl-prev,
.more-ways .owl-carousel .owl-nav button.owl-next {
  color: #FFCC01;
  font-size: 46px;
}
.more-ways .owl-nav {
  display: flex;
  gap: 90px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px auto 0px;
}
.more-ways .owl-nav #nav-count {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1;
  color: #808080;
  order: 1;
}
.more-ways .owl-nav #nav-count .current-item {
  color: #fff;
}
.more-ways .owl-nav .owl-next {
  order: 2;
}
@media (min-width: 1023px) and (max-width: 1300px) {
  .more-ways .card-img-overlay1 {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    height: 100%;
  }
}
/* Overrides six card compoent background colors */
.imagetile-cmp.show-mask-on-hover.imagetile-cmp:hover::before {
  background: rgba(22, 22, 22, 0.9);
  transition: background 300ms ease-in-out;
}
.imagetile-cmp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.7);
  pointer-events: none;
  transition: background 300ms ease-in-out;
}
.imagetile-cmp .imagetile-cmp__overlay .imagetile-cmp__descr {
  /* color: #FFF; */
  margin-top: 4px;
  /* letter-spacing: 0.25px; */
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  text-align: center;
  line-height: 24px;
}

/* SGT Star override */
#nit-alme-window-root .alme--window {
	z-index: 11000000 !important;
}