@charset "UTF-8";
.results-section .job-search-results ~ nav {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 100vw;
  min-width: calc(100vw - 15px);
  padding-left: 7px;
  padding-right: 7px;
}

.pagination {
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 32px;
  margin-bottom: 0;
}
.pagination li {
  padding: 0 11px 7px;
}
.pagination .page-link {
  padding: 0 7px;
  min-width: 35px;
  min-height: 35px;
  line-height: 35px;
  display: flex;
  justify-content: center;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  background: #fff;
  color: #000;
  text-decoration: none;
}
.pagination .page-link:focus {
  box-shadow: inset 0 0 0 2px #000000;
  outline: none;
}
.pagination .page-link:focus[tabindex="-1"] {
  box-shadow: none;
}
.pagination .page-link:hover {
  color: #fff;
  background-color: #000;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #E4224E;
  font-weight: 900;
}
.pagination #search_previous .page-link,
.pagination #search_next .page-link,
.pagination .page-item:first-of-type .page-link,
.pagination .page-item:last-of-type .page-link {
  display: flex;
  height: 1px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-color: #CCCCCC;
}
.pagination #search_previous .page-link:hover,
.pagination #search_next .page-link:hover,
.pagination .page-item:first-of-type .page-link:hover,
.pagination .page-item:last-of-type .page-link:hover {
  color: #fff;
  background-color: #000;
}
.pagination #search_previous.disabled .page-link,
.pagination #search_next.disabled .page-link,
.pagination .page-item:first-of-type.disabled .page-link,
.pagination .page-item:last-of-type.disabled .page-link {
  background-color: #F4F4F4;
  color: #E5C5CA;
}
.pagination .page-item.disabled .page-link {
  background-color: #F4F4F4;
  color: #E5C5CA;
  text-decoration: none;
  border-color: #F4F4F4;
}
.pagination .page-item.disabled .page-link:hover {
  font-size: 1.25rem;
  font-weight: 500;
}
.pagination .page-item.disabled.page-item--ellipse .page-link {
  background-color: #fff;
  color: #000;
}

.job-search-form {
  padding-top: 26px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .job-search-form {
    padding-top: 60px;
  }
}
.job-search-form .btn[type=reset] {
  padding: 15px;
  margin: -15px;
}

@media (min-width: 768px) {
  .btn-job-search {
    margin-top: 26px;
  }
}
.btn-job-search img {
  position: relative;
  top: 2px;
  margin-right: 12px;
}

#job-search-results {
  top: -50px;
}

.job-search-results-info-wrap {
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .job-search-results-info-wrap {
    padding: 0 30px 7px;
  }
}

.job-search-results-info {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.2;
}

.table {
  margin-bottom: 26px;
}
.table thead th,
.table td {
  border: none;
}
.table thead th {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #454545;
  font-weight: 400;
  font-size: 1rem;
}
.table thead th:last-of-type {
  text-align: right;
  padding-right: 70px;
}
.table thead th,
.table tbody td {
  padding: 0.5rem 30px;
}
.table thead th:first-of-type,
.table tbody td:first-of-type {
  width: 33%;
}
.table thead th:nth-of-type(2),
.table tbody td:nth-of-type(2) {
  text-align: center;
  text-transform: uppercase;
}
.table thead th:last-of-type,
.table tbody td:last-of-type {
  width: 247px;
}
.table tbody td {
  height: 110px;
  vertical-align: middle;
}
.table tbody .job-location {
  text-indent: -23.65px;
  padding-left: 59px;
}
.table tbody .job-location svg {
  width: 15.65px;
  height: auto;
  margin-right: 5px;
}

tbody tr,
.list.job-search-results li {
  background-color: #F7F7F7;
}
tbody tr:nth-of-type(2n),
.list.job-search-results li:nth-of-type(2n) {
  background-color: #fff;
}


.table tbody .job-title,
.list.job-search-results .job-title {
  font-size: 1.5rem;
  font-weight: 700;
}
.table tbody .job-category,
.list.job-search-results .job-category {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
.table tbody .job-location,
.list.job-search-results .job-location {
  font-size: 1.125rem;
  font-weight: 400;
}
.table tbody .job-location img,
.list.job-search-results .job-location img {
  width: 15.65px;
  height: auto;
  margin-right: 5px;
}

.list.job-search-results {
  list-style-type: none;
  padding-left: 0;
}
.list.job-search-results > li::before {
  content: "\200B";
  display: block;
  position: absolute;
}
.list.job-search-results .job-title,
.list.job-search-results .job-category {
  padding-bottom: 4px;
}
@media (max-width: 767.9px) {
  .list.job-search-results {
    padding-bottom: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    min-width: 100vw;
    min-width: calc( 100vw - 15px );
  }
  .list.job-search-results li {
    padding-top: 16px;
    padding-bottom: 33px;
  }
}

.banner-home {
  background-color: black;
}

.section-about .text-col,
.section-working-here .text-col,
.section-content .text-col {
  padding: 43px 30px 50px;
}
@media (max-width: 767.9px) {
  .section-about .text-col,
.section-working-here .text-col,
.section-content .text-col {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .section-about .text-col,
.section-working-here .text-col,
.section-content .text-col {
    max-width: 50%;
  }
}
@media (min-width: 1111px) {
  .section-about .text-col,
.section-working-here .text-col,
.section-content .text-col {
      min-height: 1px;
      height: auto;
      padding: 90px 30px 70px;
  }
}
.section-about .text-col > *,
.section-working-here .text-col > *,
.section-content .text-col > * {
  max-width: 100%;
}

@media (min-width: 768px) {
  .section-about .text-col,
.section-working-here .text-col {
    min-height: 600px;
  }
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .section-about .text-col,
.section-content .text-col {
    margin-left: 50%;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .section-about .text-col,
.section-content .text-col {
    margin-left: calc( 50vw + ( 50vw - 465px - 15px ) / 2 );
  }
}

.section-working-here {
  background-color: #F7F7F7;
}

@media (min-width: 768px) {
  .section-content .text-col {
    min-height: 813px;
  }
}

.section-benefits {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #F7F7F7;
}
@media (min-width: 768px) {
  .section-benefits {
    padding-top: 66px;
    padding-bottom: 114px;
  }
}

.section-search {
  padding-top: 50px;
  padding-bottom: 61px;
}
@media (min-width: 768px) {
  .section-search {
    padding-top: 110px;
    padding-bottom: 106px;
  }
}

.section-jobalert {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .section-jobalert {
    padding-bottom: 114px;
  }
  .section-jobalert .btn-jobalert {
    min-width: 366px;
  }
}
.section-jobalert .h4 {
  padding-bottom: 20px;
}

.section-contact {
  position: relative;
  overflow: hidden;
}
.section-contact > .container-fluid > .row {
  min-height: 500px;
}
@media (min-width: 768px) {
  .section-contact > .container-fluid > .row {
    height: 1px;
  }
}
.section-contact .text-col {
  min-height: 385px;
  height: 100%;
}
@media (max-width: 1199.9px) {
  .section-contact .text-col {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-contact dl {
  padding-left: 31px;
}
.section-contact dl dt {
  position: absolute;
  transform: translateX(-31px);
  margin-right: 0;
}
.section-contact dl dd {
  margin-bottom: 24px;
}
.section-contact .map-col {
  position: static;
}
.section-contact .map-col .map-iframe {
  width: 100%;
  height: 460px;
  color: #000 !important;
}
.section-contact .gm-style .gm-style-iw-c {
  max-width: 200px !important;
}
@media (min-width: 768px) {
  .section-contact .map-col .map-iframe {
    height: 100%;
  }
}
/* Benefits */


.benefit-img-wrap {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  padding: 30px;
}
.benefit-img-wrap img {
    width: 100%;
    height: auto;
    max-height: 100%;
}



/* Testimonials */
.section-testimonials {
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: #21426A;
}
.section-testimonials .testimonial {
    height: fit-content;
    background-color: #fff;
    position: relative;
}
.section-testimonials .testimonial-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.section-testimonials .testimonial-author {
    font-size: 32px;
    font-weight: bold;
    display: block;
}
.section-testimonials .testimonial-position {
    font-weight: 600;
    font-size: 22px;
    display: block;
}
.section-testimonials .testimonial-content {
    padding: 1rem 1.5rem 5.5rem;
    font-size: 20px;
}
.section-testimonials .testimonial-content a,
.section-testimonials .testimonial-content span,
.section-testimonials .testimonial-content p {
    color: #000;
}
.section-testimonials .multi-collapse {
    position: relative;
    margin-top: 1rem;
    transition: max-height 0.55s ease !important;
    display: block !important;
    height: 100% !important;
    max-height: 50rem !important;
    overflow: hidden;
}

.section-testimonials .collapsing,
.section-testimonials .collapse:not(.show){
    transition: max-height 0.55s ease !important;
    max-height: 11rem !important;
}
.section-testimonials .collapse-icon {
    position: absolute;
    margin-left: auto;
    margin-right: 24px;
    left: 0;
    right: 0;
    bottom: 22px;
    z-index: 2;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    transform: rotate(0);
    transition: all .55s ease-in-out;
}
.section-testimonials a:not(.collapsed) .collapse-icon {
    transform: rotate(180deg);
}
