.hero-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1d2124;
  height: 1px;
}

.hero-career-content {
  position: relative;
}

.search-box {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .search-box {
    width: 90%;
  }
}

.search-box__title {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  margin-bottom: 2rem;
}

.search-cta > * + * {
  margin-left: 2em;
}

.search-box .btn-primary {
  border-radius: .75em;
  background-color: #4b545c;
  border-color: #292d32;
}

@media (max-width: 575.98px) {
  .search-box .btn {
    display: block;
  }
  .search-cta.search-cta > * + * {
    margin-top: 1em;
  }
}

.career-hero-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.career-hero-background:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(23, 33, 46, 0.25);
}

.career-hero-background.home:after {
  background-color: rgba(23, 33, 46, 0.25);
}

.career-hero-background.teams:after {
  background-color: rgba(23, 33, 46, 0.25);
}

.career-hero-background.locations {
  background-position-y: 56%;
}

.career-hero-background.locations:after {
  background-color: rgba(23, 33, 46, 0.25);
}

.career-hero-background.search-filter {
  background-position-y: top;
}

.career-hero-background.search-filter:after {
  background-color: rgba(23, 33, 46, 0.75);
}

@media (max-width: 767.98px) {
  .career-hero-background.search-filter:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: -webkit-gradient(linear, left bottom, left top, from(#17212e), color-stop(20%, #17212e), to(rgba(23, 33, 46, 0)));
    background: -o-linear-gradient(bottom, #17212e 0%, #17212e 20%, rgba(23, 33, 46, 0) 100%);
    background: linear-gradient(to top, #17212e 0%, #17212e 20%, rgba(23, 33, 46, 0) 100%);
    pointer-events: none;
  }
}

@media (max-width: 575.98px) {
  .subnav-cards .cards {
    margin-left: -.5em;
    margin-right: -.5em;
  }
  .subnav-cards .cards .card {
    width: calc(50% - 1em);
    margin-left: .5em;
    margin-right: .5em;
    margin-top: .5em;
    margin-bottom: .5em;
  }
}

.subnav-cards .cards > .card {
  /*  background: #d9d9d9; */
}

.cards > .card > [class*="card-image"] [class*="icomoon-"],
.cards > .card > [class*="card-image"] [class*=" icomoon-"],
.card > [class*="card-image"] [class^="icomoon-"],
.card > [class*="card-image"] [class*=" icomoon-"] {
  display: block;
  font-size: 4.5rem;
  color: #4183C4;
}

/* Hover */
/* .subnav-cards .cards > a.card:hover,
.subnav-cards .cards > a.card:active,
.subnav-cards .cards > a.card:focus {
  background: #40619B; 

} */
.subnav-cards .cards > a.card:hover > [class*="card-image"] [class^="icomoon-"],
.subnav-cards .cards > a.card:hover > [class*="card-image"] [class*=" icomoon-"],
.subnav-cards .cards > a.card:hover .card-title,
.subnav-cards .cards > a.card:hover > .card-body > .card-text,
.subnav-cards .cards > a.card:active > [class*="card-image"] [class^="icomoon-"],
.subnav-cards .cards > a.card:active > [class*="card-image"] [class*=" icomoon-"],
.subnav-cards .cards > a.card:active .card-title,
.subnav-cards .cards > a.card:active > .card-body > .card-text,
.subnav-cards .cards > a.card:focus > [class*="card-image"] [class^="icomoon-"],
.subnav-cards .cards > a.card:focus > [class*="card-image"] [class*=" icomoon-"],
.subnav-cards .cards > a.card:focus .card-title,
.subnav-cards .cards > a.card:focus > .card-body > .card-text {
  color: #fff;
  outline: none;
}

@media (max-width: 575.98px) {
  .subnav-cards .ph-image,
  .subnav-cards .card-text {
    display: none;
  }
  .subnav-cards .cards .card [class*="card-image"].icon,
  .subnav-cards .card [class*="card-image"].icon {
    padding-top: 0;
  }
  .subnav-cards .cards > .card .card-title {
    margin-bottom: 0;
  }
}

.ph-block {
  width: 100%;
  height: 200px;
  background-color: #c0c1c2;
}

.ph-image {
  position: relative;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: #343a40;
  margin: auto;
}

.ph-image:after {
  content: "\f03e";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.5);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.subnav-cards .cards > a.card:hover .ph-image,
.subnav-cards .cards > a.card:active .ph-image,
.subnav-cards .cards > a.card:focus .ph-image {
  background-color: #4b545c;
}

.career-video {
  position: relative;
}

.career-video .career-video-link {
  color: #fff;
  text-decoration: none;
}

.career-video:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 333ms ease-out;
  -o-transition: opacity 333ms ease-out;
  transition: opacity 333ms ease-out;
}

.career-video:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: .5;
}

.career-video .video-text {
  z-index: 1;
}

.cards.cards-dept > .card,
.card.card-dept {
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(72, 140, 201, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 0px 0px 1px rgba(72, 140, 201, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .125s ease;
  -o-transition: all .125s ease;
  transition: all .125s ease;
}

.cards.cards-dept > .card:hover,
.card.cards-dept:hover,
.cards.cards-dept > .card:active,
.card.card-dept:active,
.cards.cards-dept > .card:focus,
.card.card-dept:focus {
  background-color: rgba(72, 140, 201, 0.05);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(72, 140, 201, 0.5), 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 0px 0px 1px rgba(72, 140, 201, 0.5), 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.cards.cards-dept a.card .card-header,
.cards.cards-dept .card .card-header,
.cards.cards-dept a.card .card-footer,
.cards.cards-dept .card .card-footer {
  border: 0;
  background-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.075);
  border-top-color: rgba(0, 0, 0, 0.075);
}

.cards.cards-dept .card-body {
  padding: 1.5rem;
}

.ph-text {
  position: relative;
  width: 5em;
  height: 5em;
  border: 1px solid #337cc6;
  border-radius: 50%;
  background-color: #337cc6;
  margin: auto;
}

.ph-text:after {
  content: attr(title);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}

.cards > a.card:hover .ph-text,
.cards > a.card:active .ph-text,
.cards > a.card:focus .ph-text {
  background-color: #5896d4;
  border-color: #5896d4;
}

@media (max-width: 575.98px) {
  .cards-dept .card {
    margin: 0;
    position: relative;
  }
  .cards.cards-dept > * + * {
    margin-top: 1em;
  }
  .cards.cards-dept > .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cards.cards-dept .card [class*="card-image"].icon,
  .card card-dept [class*="card-image"].icon {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em;
  }
  .cards.cards-dept .card .ph-text {
    width: 3em;
    height: 3em;
  }
  .cards.cards-dept .card-footer {
    display: none;
  }
  .cards.cards-dept .card-body {
    text-align: left;
    padding: 1em !important;
  }
  .cards.cards-dept .card:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: .5em;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 300;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.5);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    visibility: visible;
    overflow: auto;
    height: auto;
  }
}

.cards.cards-locations > .card:hover,
.card.cards-locations:hover,
.cards.cards-locations > .card:active,
.card.card-locations:active,
.cards.cards-locations > .card:focus,
.card.card-locations:focus {
  background-color: rgba(72, 140, 201, 0.05);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(72, 140, 201, 0.5), 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 0px 0px 1px rgba(72, 140, 201, 0.5), 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.cards.cards-locations .location-img {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cards.cards-locations > .card .location-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: all .125s ease;
  -o-transition: all .125s ease;
  transition: all .125s ease;
}

.cards.cards-locations > .card:hover .location-img:after {
  opacity: 1;
}

.featured-cards {
  background-color: #e4e8eb !important;
}

.featured-jobs.cards {
  margin-left: -15px;
  margin-right: -15px;
}

.featured-jobs a.card {
  background-color: #006ea8;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.featured-jobs a.card:hover,
.featured-jobs a.card:active,
.featured-jobs a.card:focus {
  background-color: #005d8f;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.featured-jobs a.card .card-body,
.featured-jobs a.card .card-body .card-text {
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .featured-jobs a.card .card-body:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0;
    padding-right: 1rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 300;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.75);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

.featured-jobs .featured-label {
  position: absolute;
  top: -1px;
  margin: 0em;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0.22rem 0;
  border-color: rgba(0, 0, 0, 0.15);
  padding: 0.25rem .75rem;
  left: -0.8em;
}

.featured-jobs .featured-label:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0%;
  background-color: transparent !important;
  border-style: solid;
  border-width: 0em 0.8em 1.2em 0em;
  border-color: transparent;
  border-right-color: inherit;
  width: 0em;
  height: 0em;
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #005fc3;
  background-color: #e6f0fb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005fc3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
  background-color: #e6f0fb;
  border-color: #5aaaff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #5aaaff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.accordion-button .expandable-group-subtitle {
  font-size: 0.75rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .accordion-button .expandable-group-subtitle {
    font-size: 1rem;
  }
}

.accordion-header {
  margin-bottom: 0;
  -webkit-transition: all ease 125ms;
  -o-transition: all ease 125ms;
  transition: all ease 125ms;
}

.accordion-header.position-sticky {
  z-index: 2;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.search-hero {
  position: relative;
  min-height: 300px;
  background-color: #1d2124;
}

@media (min-width: 768px) {
  .search-hero-filter {
    padding: 2rem;
  }
}

.search-hero-title {
  padding: 2rem;
}

@media (max-width: 767.98px) {
  /*  .search-hero-filter {
        position: static;
    } */
  .search-hero-title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 0;
  }
  .search-filter-options > .row > * + * {
    margin-top: 1.5em;
  }
}

@media (max-width: 767.98px) {
  /*  .search-hero-filter {
        position: relative;
    } */
  .search-filter-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .search-filter-options > .row > * {
    margin-top: 1.5em;
  }
}

@media (max-width: 767.98px) {
  .search-filter-options, .search-filter-spacing {
    background-color: #17212e;
  }
}

@media (min-width: 768px) {
  .search-hero-filter {
    position: absolute;
    left: 0;
    right: 0;
    right: 0;
    bottom: 15px;
  }
}

.search-hero-title {
  color: #fff;
  font-size: 2.25em;
}

@media (min-width: 576px) {
  .search-hero-title {
    font-size: 3em;
    padding-bottom: 0;
  }
}

.select-label-title {
  color: #fff;
}

/* @include media-breakpoint-down(sm) {
   .select-label-title {
        color: $bg-dark;
        font-weight: 700;
        font-size: rem(14);
    }
} */
.search-ctas {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-ctas > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-ctas > * + * {
  margin-left: 1em;
}

.list.list-horizontal {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.list-horizontal .list-item-horizontal {
  display: inline-block;
  list-style-type: none;
  margin: 0 1.25rem 0 0;
}

.FormField {
  display: inline-block;
  position: relative;
  width: 100%;
}

.FormField-input {
  width: 100%;
}

.FormField-input.is-icon {
  padding-left: 39px;
}

@media (min-width: 992px) {
  .FormField-input.is-icon {
    padding-left: 42px;
  }
}

.FormField-input.is-clear {
  padding-right: 34px;
}

@media (min-width: 992px) {
  .FormField-input.is-clear {
    padding-right: 37px;
  }
}

.FormField-input:active + .FormField-icon,
.FormField-input:focus + .FormField-icon,
body[data-device=desktop] .FormField-input:hover + .FormField-icon {
  color: #00aeff;
}

.Icon.FormField-clear,
.Icon.FormField-icon {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #222;
  -webkit-transition: color .2s, background-color .2s, border-color .2s;
  -o-transition: color .2s, background-color .2s, border-color .2s;
  transition: color .2s, background-color .2s, border-color .2s;
  font-size: 16px;
}

@media (min-width: 992px) {
  .Icon.FormField-clear,
  .Icon.FormField-icon {
    font-size: 18px;
    line-height: 40px;
  }
}

.Icon.FormField-icon {
  left: 10px;
  pointer-events: none;
}

.FormField-clear {
  right: 10px;
  cursor: pointer;
}

.FormField-clear:active,
.FormField-clear:focus,
.FormField-clear:hover {
  color: #00aeff;
}

.hidden {
  display: none !important;
}

.expandable-group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.expandable-group-title {
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .expandable-group-title {
    font-size: 1.5rem;
  }
}

.expandable-group-subtitle {
  white-space: nowrap;
  margin-left: auto;
}

.expandable-group-toggler {
  position: relative;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 1rem;
  outline: 0;
}

.expandable-group-toggler:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.75);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.expandable-group-toggler[aria-expanded="true"]:before {
  content: "\f106";
}

.table--listing {
  position: relative;
}

.table--listing .is-hidden {
  display: none;
}

.table--listing .table-columns,
.table--listing .table-columns .table-column,
.table--listing .table-columns .table-column.is-hidden {
  display: none;
}

@media (min-width: 576px) {
  .table--listing .table-columns .table-column.is-hidden {
    display: table-column;
  }
}

.table--listing .table-item {
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
  padding: 20px 52px 20px 20px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media (min-width: 576px) {
  .table--listing .table-item {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .table--listing .table-item:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 300;
    font-size: 1.25em;
    color: rgba(0, 0, 0, 0.75);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

.table--listing .table-item .table-column.is-wrapped {
  white-space: normal;
}

@media (min-width: 576px) {
  .table--listing .table-item .table-caret {
    right: 30px;
  }
}

@media (min-width: 576px) {
  .table--listing .table-item {
    padding-left: 30px;
    padding-right: 62px;
  }
}

@media (max-width: 767.98px) {
  .table--listing .table-item.is-mobileLink {
    cursor: pointer;
  }
}

.table--listing .table-link,
.table--listing .table-link.is-disabled,
.table--listing .table-link:disabled {
  color: #333;
}

.table--listing .table-link:hover {
  background-color: rgba(0, 0, 0, 0.025);
}

.table--listing .table-inline {
  display: inline;
  font-size: 12.8px;
}

@media (max-width: 767.98px) {
  .table--listing .table-inline + .table-inline:before {
    content: "\2013\a0";
    color: #333;
    margin: 0 5px;
  }
}

@media (min-width: 768px) {
  .table--listing .table-group:first-child .table-expandable {
    border-top: none;
  }
  .table--listing .table-container {
    display: table;
    width: 100%;
    /*  border-top: 1px solid #ddd; */
  }
  .table--listing .table-columns {
    display: table-column-group;
  }
  .table--listing .table-columns .table-column {
    display: table-column;
  }
  .table--listing .table-item {
    display: table-row;
    padding: 0;
  }
  .table--listing .table-item .table-column {
    display: table-cell;
    padding: 16px 20px 17px;
    border-bottom: 1px solid #ddd;
  }
  .table--listing .table-item.table-link {
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
  }
  .table--listing .table-inline {
    font-size: inherit;
  }
  .table--listing .table-title {
    font-size: 25.01px;
    font-weight: 300;
    line-height: 1.6;
  }
}

.search-accordion .accordion-controls .btn {
  color: #212529;
  font-size: 1rem;
}

.search-accordion .accordion-controls .btn:focus {
  z-index: 3;
  border-color: #5aaaff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.search-accordion .accordion-controls .btn:before {
  color: #212529;
}

.search-accordion .accordion-controls .btn:hover {
  border-color: #5aaaff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.search-accordion .accordion-controls .btn:focus {
  border-color: #5aaaff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.search-accordion .accordion-collapse.show .table-container :last-child .table-column {
  border-bottom: 0;
}

.job-hero {
  min-height: auto;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .job-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.job-meta span + span:before {
  content: "\2013\a0";
  margin: 0 5px;
}

.job-wrap > * + * {
  margin-top: 2rem;
}

ul.multiselect-container {
  max-height: 300px;
  overflow: auto;
  width: 100%;
}

.select-label-title {
  display: block;
}

.btn-group.show, .btn-group {
  width: 100% !important;
}

.dropdown-toggle::after {
  display: none;
}

button.multiselect {
  text-align: left;
}

.multiselect-container > li > a > label {
  color: #333;
  display: block;
  cursor: pointer;
}

.multiselect-container > li > a > label:hover,
.multiselect-container > li > a > label:active,
.multiselect-container > li > a > label:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.f-hero.career-hero [class*="icomoon-"] {
  color: #fff;
  display: inline-block;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* Animation */
}

.f-hero.career-hero [class*="icomoon-"]:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.wall-grid {
  overflow: hidden;
}

.grid-gallery {
  position: relative;
  overflow: hidden;
}

.grid-gallery:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.grid-gallery > .inner-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.grid-gallery.custom > .inner-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.grid-gallery.custom:before {
  padding-top: 62.5%;
}

.grid-gallery-wide {
  position: relative;
  overflow: hidden;
}

.grid-gallery-wide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.grid-gallery-wide > .inner-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.grid-gallery-square {
  position: relative;
  overflow: hidden;
}

.grid-gallery-square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.grid-gallery-square > .inner-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.career-meta-icons [class*="icomoon-"] {
  font-size: 6rem !important;
}

.benefits-perks.has-bg.bg-light {
  background-color: #71726e !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
}

.benefits-perks .section-title {
  color: #000;
}

.benefits-perks .benefits-perks-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.benefits-list.list {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.3);
}

.benefits-list.list > * + * {
  margin-top: 2rem;
}

.benefits-list.list [class*="icomoon-"] {
  font-size: 3rem;
}

.benefits-list.list .benefit-icon {
  width: 50px;
}

.benefits-list.list .benefit-icon img {
  width: 50px;
}

.benefits-bg-pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#a4d9f3), to(#e9f8ff));
  background: -o-linear-gradient(top, #a4d9f3 0%, #e9f8ff 100%);
  background: linear-gradient(to bottom, #a4d9f3 0%, #e9f8ff 100%);
  overflow: hidden;
}

.benefits-bg-pattern > .pat {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 10em;
  height: 10em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 2em;
  float: left;
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.1) 0%, rgba(229, 244, 252, 0.05) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(229, 244, 252, 0.05) 100%);
}

.subnav-cards .cards > a.card > [class*="card-image"].work-extron > svg {
  height: 72px;
  fill: #4183C4;
}

.subnav-cards .cards > a.card:hover > [class*="card-image"].work-extron > svg {
  fill: #fff;
}

.opacity-5 {
  opacity: .5;
}

.loader {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 2rem;
  display: none;
}

.loader.is-loading {
  display: block;
}

.container > .loader.is-loading + .job-count,
.container > .loader.is-loading + .job-count + .search-accordion {
  opacity: 0.25;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
