/* Typography */

body, p, ul, li, h1, h2, h3, h4, h5 {
  font-family: Arial, sans-serif;
  line-height: normal;
  letter-spacing: normal;
}

h1 {
  font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;  
}

p,
span,
li{
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

a, 
a:visited,
a:hover,
a:active,
a:focus {
  color: #316ec4;
}


p a::after {
  content: "\f105";
  font: var(--fa-font-solid);
  vertical-align: middle;
  padding-left: 5px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 44px;
  }
}

@media (min-width: 768px) {
  h1 span {
    font-size: 48px ;
    font-weight: 700;
  }

  h2 span {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}

/* Nav */

.logo {
  width: 200px;
}

.banner-top {
  background-image: linear-gradient(154deg, #008577 58%,#05a2c6 100%);
  position: fixed;
  top: 0;
  padding: 15px;
  z-index: 1030;
}

.banner-top p,
.banner-top a,
.banner-top a:hover,
.banner-top a:visited,
.banner-top a:focus {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}

.banner-top a,
.banner-top a:hover,
.banner-top a:visited,
.banner-top a:focus {
  text-decoration: underline;
}

.banner-top p a::after {
  display: none;
}

.navbar-top {
  background-color: #f2f2f2;
  color: #595959;
}

.navbar-top .nav-link {
  margin-bottom: 0;
}

.navbar-top .nav-link:last-child {
  padding: 0 10px 0 0!important;
}

.navbar-top .nav-link a {
  font-weight: 400;
}

.navbar-main {
  background-color: #fff!important;
}

.nav-link,
.nav-link:hover,
.nav-link:visited {
  color: #241f20;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 765px) {
 .nav-link {
    font-size: 12px;
  } 

  .navbar-main .nav-link:after {
    display: block;
    content: '';
    border-bottom: solid 2px #00B095;
    transform: scaleX(0);
    padding-bottom: 5px;
  }

  .navbar-main .nav-link:hover:after {
    transform: scaleX(1);
  }
}

/* Header */

.diversity-header {
  background-image: url("https://d25wby5c7p9100.cloudfront.net/public/uploads/70327a5c781a0dd36fbcbdc86c683fde/images/files/2e006ddc27ce6eaf1aebcaf9aeb7c046/original/dei-hero-img-desktop.png?1684715797");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.blue-background {
  background-color: #003241;
  padding: 45px;
}

.blue-background h1::before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #00b095;
  left: 12px;
  top: 74px;
  position: absolute;
}

/* Buttons */

a.button, .btn {
  font-weight: 700;
  text-transform: none;
  padding: 8px 25px;
  border-radius: 35px;
}

a.button.button1,
a.button.button1:hover,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited {
  border: 2px solid #2d65b4;
  background: #fff;
  color: #2d65b4;
  border-radius: 0;
}

a.button.button2,
a.button.button2:hover,
a.button.button2:active,
a.button.button2:focus,
a.button.button2:visited {
  border: 2px solid #2d65b4;
  background: #2d65b4;
  color: #fff;
  border-radius: 0;
}

a.button.button3,
a.button.button3:active,
a.button.button3:focus,
a.button.button3:visited {
  border: 2px solid #2d65b4;
  background: #fff;
  color: #2d65b4;
  border-radius: 0;
}

a.button.button3:hover {
  border: 2px solid #000;
  background: #fff;
  color: #000;  
  border-radius: 0;
}

a.button.button4,
a.button.button4:hover,
a.button.button4:active,
a.button.button4:focus,
a.button.button4:visited {
  border: 2px solid #00B095;
  background: #00B095;
  color: #fff;
  border-radius: 0;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:hover {
  border: 2px solid #2d65b4;
  background: #fff;
  color: #2d65b4!important;
  border-radius: 0;
}

.btn-primary span{
  color: #2d65b4!important;
}

.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:visited,
.btn-success:hover {
  border: 2px solid #2d65b4;
  background: #2d65b4;
  color: #fff;
  border-radius: 0;
}

.readmore, 
.readmore:active, 
.readmore:focus, 
.readmore:visited, 
.readmore:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #00b095;
  padding: 0;
  margin-bottom: 20px;
  font-weight: 800;
}

.readmore::after {
  content: "\f106";
  font: var(--fa-font-solid);
  vertical-align: middle;
  padding-left: 5px;
}

.readmore.collapsed::after {
  content: "\f107";
  font: var(--fa-font-solid);
  vertical-align: middle;
  padding-left: 5px;
}

@media (min-width: 765px) { 
  a.button, .btn {
    font-size: 14px;
  }
}

/* Read More Row */

.read-more-row h3 {
    font-weight: 800;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 20px;
  }
}

/* Sidebar */

.sidebar {
    background: transparent;
    padding: 1em;
    border: 1px solid rgba(0,0,0,.1);
    border-top: 3px solid #003241;
    border-radius: 3px;
    margin-bottom: 30px;
}

/* Search bar */

.easy-autocomplete input {
  border-radius: 35px;
}

.block-job-search-form  .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.block-job-search-form .job-search-control .form-control {
  border-radius: 35px;
}

.job-search-control .form-control {
  margin-right: 15px;
}

.input-group input, .input-group-btn button {
  height: 45px;
  padding: 8px 25px;
}

.job-search-control .near-me-control {
  margin-left: 15px;
}

.job-search-control .fix-autocomplete {
  margin-right: 15px;
}

.block-job-search-form .job-search-control .btn-primary, 
.block-job-search-form .job-search-control .btn-primary:active, 
.block-job-search-form .btn-primary:focus, 
.block-job-search-form .btn-primary:visited, 
.block-job-search-form .btn-primary:hover {
  border: 2px solid #fff;
  background: transparent;
  color: #fff!important;
  border-radius: 30px!important;
}

.block-job-search-form .btn-success {
  border-radius: 30px!important;  
}

/* Footer */

footer {
  background-color: #003241!important;
  color: #fff;
}

footer p,
footer a,
footer li {
  color: #fff;
  font-size: 12px;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a:focus {
  text-decoration: underline;
  color: #fff!important;
}

/* Five Col Row */

.five-col .col-md-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .five-col .col-md-2 {
      width: 20%;
      float: left;
  }
}

/* Gradient Background */
.gradient-bg .container {
  background-image: linear-gradient(154deg, #008577 58%,#05a2c6 100%);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #007fa3;
  padding: 20px 35px;
}

.not-editing .gradient-bg .container {
  margin: -50px auto;
}

.h2-underline h2 {
  position: relative;
  display: inline-block; /* Header are 100% width by their default block behaviour */
}

.h2-underline h2:before{
  position: absolute;
  height: 3px;
  width: 30%;
  left: 0;
  bottom: -20px;
  background: #00b095;
  display: block;
  content: "";
}

/* Card */

.card {
  border: none;
  padding: 25px;
  height: 100%;
  border-radius: 0;
  justify-content: center !important;
  flex-direction: column !important;
  display: flex !important;
}

/* Pledge Modal */

.pledge p {
  text-align: center; 
}

#exampleModal p, 
#exampleModal li {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;  
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 600px;
  }
}

/* Talent Network Block */

.talent-network-block .form-call-to-action {
  background-color: #fff;
  padding: 30px;
}

.form-call-to-action label {
  padding-bottom: 5px;
}

.job-search-control .input-group {
  flex-wrap: nowrap;
}

/* Pop out box */

.modal-header {
  padding: 40px 40px 0;
}

.modal-body {
  padding: 40px 40px 0 40px;
}

.modal-footer {
  padding: 0 40px 40px;
}

/* Read More*/

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

.readmore span {
  color: #00b095;
  font-weight: 800;
}

/* Job Search Results */

.job-search-results-card {
  border: 1px solid #CDCDCD !important;
  padding: 0;
  border-radius: 4px;
}

.job-search-results-card .card-footer:last-child {
  border: none;
  background-color: #fff;
}

.job-search-results a, 
.job-search-results a:visited, 
.job-search-results a:hover, 
.job-search-results a:active, 
.job-search-results a:focus {
  color: #007FA3;
  font-weight: 700;
  text-decoration: underline!important;
}

.job-search-results-summary {
  display: none;
}

.job-search-filter-groups {
  background-color: #ffffff;
}

.badge {
  background-color: #026b84;
  border-radius: 0;
  color: white;
}

.block-job-search-results .job-search-filter-groups li {
  margin-bottom: 8px;
}

.card-footer a, 
.card-footer a:visited, 
.card-footer a:hover, 
.card-footer a:active, 
.card-footer a:focus {
  color: #000000;
}

@media (min-width: 768px) {
  .job-search-results-card-col {
      flex: 0 0 auto;
      max-width: 100%;
  }
}

/* Carousel */


.carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
}

.carousel-item-block.col-4 .carousel-caption h2 {
  font-weight: 600;
}

.carousel-item-block.col-4 .carousel-caption h2,
.carousel-item-block.col-4 .carousel-caption p {
  font-size: 12px;
  color: #fff;
}

.carousel-item-block.col-8 .carousel-caption p {
  font-size: 16px;
  color: #595959;
  font-weight: 400;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

img.carousel-item-block-image {
  border-radius: 50%;
}

@media (max-width: 768px) {
  .carousel-item-block.col-4,
  .carousel-item-block.col-8 {
    width:100%;
  }

  .carousel-item-block.col-8 .carousel-caption p {
    font-size: 16px;
    /* color: #ffffff; */
  }

  .block-carousel .carousel-item .carousel-item-block.col-4 .carousel-caption {
    text-align: center!important;
  }

  img.carousel-item-block-image {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
  }

  .carousel-indicators {
    bottom: -40px;
  }

  .carousel-item-block.col-4 .carousel-caption h2, 
  .carousel-item-block.col-4 .carousel-caption p {
    font-size: 22px;
    padding-bottom: 0;
  }

  .carousel-item-block.col-8 .carousel-caption {
    padding-top: 0;
  }

  .carousel-control-prev, .carousel-control-next {
    width: 10%;
  }

  .carousel-inner {
    padding: 0px 40px;
  }
}

@media (min-width: 768px) {
  .carousel-inner {
    padding: 50px 150px;
    height: 500px;
  }

  .carousel-item-block.col-4 {
    padding: 30px;
  }

  .carousel-item-block.col-8 .carousel-caption p strong {
    font-size: 22px;
    line-height: 28px;
    color: #026b84;
    font-weight: 400;
  }

  .carousel-indicators {
  bottom: -40px;
  }

  
  /* note: removing the below from media query, applying to all viewports */
  /* .carousel-item-block.col-8 .carousel-caption::before {
    top: 10px;
    left: 30px;
  } */

  /* .carousel-item-block.col-8 .carousel-caption::before, 
  .carousel-item-block.col-8 .carousel-caption::after {
    content: '';
    width: 43px;
    height: 42px;
    background: url("https://files.clinchtalent.com/c6b903ce52cd4e2909c65c58116f2a5d/9ea94e9917b6b1568cf18644a395bdc4/quote-open-icon.svg");
    background-size: contain;
    position: absolute;
    top: -21px;
    left: 0px;
    background-repeat: no-repeat;
  } */
    /* note: removing the below from media query, applying to all viewports */
  .carousel-item-block.col-8 .carousel-caption:after {
    top: auto;
    left: auto;
    bottom: -16px;
    right: -20px;
    transform: rotate(180deg);
  }
  /* note: removing the below from media query, applying to all viewports */
  /* .carousel-item-block.col-8 .carousel-caption {
    padding: 30px; 
    background-color: #fff;
  } */

  .carousel-indicators {
    bottom: -40px;
  }
}
.carousel-item-block.col-8 .carousel-caption::before {
    top: 10px;
    left: 30px;
}
.carousel-item-block.col-8 .carousel-caption::before, 
.carousel-item-block.col-8 .carousel-caption::after {
    content: '';
    width: 43px;
    height: 42px;
    background: url("https://files.clinchtalent.com/c6b903ce52cd4e2909c65c58116f2a5d/9ea94e9917b6b1568cf18644a395bdc4/quote-open-icon.svg");
    background-size: contain;
    position: absolute;
    top: -21px;
    left: 0px;
    background-repeat: no-repeat;
}
.carousel-item-block.col-8 .carousel-caption:after {
    top: auto;
    left: auto;
    bottom: -5px;
    right: -15px;
    transform: rotate(180deg);
}
.carousel-item-block.col-8 .carousel-caption {
    padding: 30px; 
    background-color: #fff;
}
/* ARG Cards */

.arg-cards p {
  padding-left: 84px;
}

/* Ascencus Go-Live Edits */
/* text block widths */
.text-block-narrow p {
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .text-block-narrow p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .text-block-narrow p {
    text-align: left !important;
  }
}
/* benefits icon rows  */
.five-col .col-md-2 {
  width: 20%;
}
.five-col .col-md-2:last-of-type {
  display: none;
}
@media (max-width: 768px) {
  .five-col .col-md-2 {
    width: 33.333333%;
  }
  .five-col .col-md-2:nth-of-type(4),
  .five-col .col-md-2:nth-of-type(5) {
    width: 50%;
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .five-col .col-md-2 {
    width: 50%;
    padding: 0 2rem;
  }
  .five-col .col-md-2:nth-of-type(4),
  .five-col .col-md-2:nth-of-type(5) {
    margin-top: 0;
  }
  .five-col .col-md-2:nth-of-type(5) {
    width: 100%;
  }
  .five-col .col-md-2 img {
    height: auto;
  }
}
/* d&i cards */
.arg-cards .dei-card {
    justify-content: flex-start !important;
    padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .arg-cards {
    padding: 0 !important;
  }
  .arg-cards-first {
      padding-top: 2rem !important;
  }
  .arg-cards .col-md-4 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
/* d&i leadership quote padding mobile */
@media (max-width: 768px) {
  .dei-quote-block .col-md-6:first-of-type {
    padding-bottom: 2.5rem;
  }
}
/* d&i img responsive height fix */
.img-height-auto img {
  height: auto;
}
/* d&i carousel */
@media (max-width: 1200px) {
  .dei-carousel-wrapper .container {
      max-width: 95%;
  }
  .dei-carousel-wrapper .col-md-12 {
      padding: 0;
  }
  .dei-carousel-wrapper .carousel-inner {
      height: 100%;
      padding: 50px 60px;
  }
  .dei-carousel-wrapper .carousel-control-prev,
  .dei-carousel-wrapper .carousel-control-next {
      width: 8%;
  }
}
@media (max-width: 768px) {
  .dei-carousel-wrapper .container {
    max-width: 85%;
  }
  .dei-carousel-wrapper .carousel-inner {
    padding: 10px 60px;
  }
  .dei-carousel-wrapper .carousel-control-prev,
  .dei-carousel-wrapper .carousel-control-next {
    width: 8%;
    height: 1000px;
  }
}
@media (max-width: 475px) {
  .dei-carousel-wrapper .container {
    max-width: 95%;
  }
  .dei-carousel-wrapper .carousel-inner {
    padding: 10px 40px 25px;
  }
  .carousel-item-block.col-8 .carousel-caption:after {
    bottom: -15px;
    right: -1px;
  }
}
/* searchbar width mobile viewports */
@media (max-width: 992px) {
  .searchbar-wrapper .col-md-8.col-md-offset-2.offset-md-2 {
      width: 100%;
      margin: 0 auto;
  }
}
.searchbar-wrapper input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .searchbar-wrapper .container {
    max-width: 100%;
  }
  .searchbar-wrapper .easy-autocomplete {
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 525px) {
  .searchbar-wrapper .container {
    padding: 20px 1rem;
  }
  /* .searchbar-wrapper .job-search-control .input-group {
    flex-direction: column;
  } */
  .searchbar-wrapper .job-search-control .input-group .easy-autocomplete {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
/* fixed navbar adjustments */
.navbar-top .settings-menu a.nav-link {
    font-size: 12px;
}
.fixed-navs-wrapper.fixed-top {
  height: 107px; /* actual height */
  top: 0px;
}
.page-body.page {
margin-top: 106px;
}
@media (max-width: 992px) {
  .fixed-navs-wrapper.fixed-top {
    height: 81.37px;  /* actual  height */
  }
  .page-body.page {
margin-top: 69px;
    overflow-x: hidden;
  }
}
/* dei header section desktop  */
.diversity-header .col-md-6 {
    padding: 0;
}
.diversity-header-text-block h1 {
    font-size: 42px;
}
.diversity-header-text-block p {
    font-size: 22px;
}
@media (min-width: 1300px) {
  .diversity-header-text-block h1 {
    padding-left: 30%;
  }
  .diversity-header-text-block p {
    padding-left: 30%;
  }
  .blue-background h1::before {
      position: relative;
      content: "";
      display: block;
      width: 65px;
      height: 3px;
      background: #00b095;
      top: 20px;
      left: -5rem;
  }
}

@media (max-width: 992px) {
  .diversity-header-text-block h1 {
    font-size: 36px;
  }
  .blue-background {
    padding: 40px;
  }
}
/* dei header section mobile responsive  */
@media (max-width: 767.8px) {
  .diversity-header {
    background-image: url("https://d25wby5c7p9100.cloudfront.net/public/uploads/70327a5c781a0dd36fbcbdc86c683fde/images/files/48ae235ac035c9e02162ff923675eb10/original/dei-hero-img-mobile.png?1684715797");
    background-position: top;
    background-size: contain;
    width: auto;
    height: 100%;
    padding-top: 35% !important;
    padding-bottom: 50px !important;
  }
  .diversity-header .container {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
  .diversity-header .blue-background h1::before {
    width: 50px;
    left: 35px;
    top: 30px;
  }

  .fixed-navs-wrapper.fixed-top {
     top: 0px;
   }
}
/* dei training section - images & read more blocks  */
/* desktop layout */
.dei-training-blocks-wrapper .col-md-3 {
    width: 50%;
}
.dei-training-blocks-wrapper .dei-training-third {
  padding-top: 1.5rem;
}
.dei-training-blocks-wrapper .dei-training-fourth {
  padding-top: 1.5rem;
}
/* mobile layout */
@media (max-width: 768px) {
  .dei-training-blocks-wrapper .col-md-3 {
      width: 100%;
  }
  .dei-training-block img {
    width: 100%;
  }
  .dei-training-blocks-wrapper .col-md-3:nth-of-type(1) {
    order: 1;
  }
  .dei-training-blocks-wrapper .col-md-3:nth-of-type(2) {
    order: 3;
  }
  .dei-training-blocks-wrapper .col-md-3:nth-of-type(3) {
    order: 2;
  }
  .dei-training-blocks-wrapper .col-md-3:nth-of-type(4) {
    order: 4;
  }
  .dei-training-blocks-wrapper .dei-training-third {
    padding-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .dei-training-blocks-wrapper .dei-training-fourth {
    padding-top: 0.5rem;
  }
}
/* dei talent community 'explore..' & button block  */
/* desktop spacing between left-right */
.talent-community-button-block a.button:first-of-type {
  margin-right: 1rem;
}
/* vertical spacing for mobile when stacked */
@media (max-width: 425px) {
  .talent-community-button-block a.button:first-of-type {
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
}
/* paragraph size, line spacing, margin amendment */
/* apply class'post-content' to target block */
.post-content p span,
.post-content p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    font-style: normal;
    margin: 0 0 20px;
}
.header-overline h2 {
  position: relative;
  display: inline-block; /* Header are 100% width by their default block behaviour */
}
.header-overline p:first-of-type {
  margin-bottom: 0.5rem;
}
.header-overline h2:before {
    position: absolute;
    height: 3px;
    width: 8%;
    left: -50px;
    bottom: 55px;
    background: #00b095;
    display: block;
    content: "";
}
/* make link bold by using 'bold' in text editor */
.post-content p strong a:link,
.post-content p strong a:active,
.post-content p strong a:visited,
.post-content p strong a:hover {
    font-weight: 600;
}
/* line height for heading elements */
.lh-h1 h1,
.lh-h2 h2,
.lh-h3 h3,
.lh-h4 h4,
.lh-h5 h5 {
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0 0 20px;
}
/* updated heading sizes */
h1 {
    font-size: 48px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}

/* 'associate resource groups' right col placeholder workaround */
.top-margin-desktop p:nth-of-type(1),
.top-margin-desktop h2:nth-of-type(1) {
    visibility: hidden;
}
.top-margin-desktop p:nth-of-type(1) {
    margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .top-margin-desktop p:nth-of-type(1),
  .top-margin-desktop h2:nth-of-type(1) {
    display: none;
  }
}
/* faq and quote section */
/* faq accordion button/link/heading size */
.faq-quote-wrapper .faq-set .faq-set-header {
  font-size: 16px;
  font-weight: 600;
}
.faq-quote-wrapper .faq-accordion button.accordion-button {
    font-size: 32px;
    color: #0065f2;
    background-color: transparent;
    box-shadow: none;
}
.faq-quote-wrapper .faq-accordion button.accordion-button:hover {
    color: #000;
}
/* faq accordion expand/collapse caret */
.faq-quote-wrapper .faq-accordion .accordion-button.icon-start::before {
    text-align: right;
    position: absolute;
    width: 95%;
    padding: 0 1rem;
}
.faq-accordion .accordion-item {
    border-radius: 0;
    border-width: 1px 0;
    border-color: #000;
}
/* faq and quote section - quote block desktop */
.faq-quote-wrapper .col-md-6:nth-of-type(2) {
  padding: 2rem 6rem;
}
.faq-quote-wrapper .col-md-6:nth-of-type(2) .quotePerson {
    padding: 0 30px;
}
.faq-quote-wrapper .col-md-6:nth-of-type(2) .quotePerson img {
    max-width: 76px;
}
.faq-quote-wrapper .col-md-6:nth-of-type(2) .quotePerson p {
    font-size: 18px !important;
    line-height: 28px !important;
    font-style: normal;
    letter-spacing: normal;
    padding: 0 30px 30px;
}
@media (max-width: 767.8px) {
  .faq-quote-wrapper .col-md-6:nth-of-type(2) {
    padding: 5rem 1.5rem 2rem;
  }
}
@media (min-width: 767.8px) and (max-width: 992px) {
  .faq-quote-wrapper .col-md-6 {
    width: 100%;
    margin-top: 2rem;
  }
}
/* JOB SEARCH PAGE styling */
/* hide fields from job cards */
/*.job-search-results-card-col .job-component-icon-and-text.job-component-category {
    display: none;
} */
/* li.job-component-icon-and-text.job-component-string-field-2 {
    display: none;
} */
/* job card title */
.job-search-results-card .card-title.job-search-results-card-title {
    font-size: 1.25rem;
    font-weight: bold !important;
    text-decoration: underline !important;
    width: 33.33333333%;
    min-width: 33.33333333%;
    max-width: 33.33333333%;
}
/* hide card footer 'read more' */
.job-search-results-card .card-footer.job-search-results-footer {
  display: none;
}
@media (min-width: 992px) {
  /* job cards styling - desktop - inline left to right */
  .job-search-results-card .job-search-results-card-body {
      display: flex;
      justify-content: space-between;
      padding: 1.7rem 2rem;
  }
  .job-search-results-card .job-search-results-footer {
        padding: 0.5rem 2rem 1.5rem;
  }
  /* job card component icons & text */
  .job-search-results-card .job-component-icon-and-text > i {
      width: 1.2rem;
  }
  .job-search-results-card .job-search-results-card-body .job-component-details {
      display: flex;
      flex-wrap: wrap;
      /* justify-content: space-around; */
      width: 100%;
      padding-left: 2rem;
  }
  /* last 2 custom fields display row instead of column - desktop */
  .job-search-results-card .job-search-results-card-body .job-component-list:last-of-type ul {
    width: 100%;
  }
  /* .job-search-results-card .job-search-results-card-body .job-component-list:last-of-type ul .job-component-string-field-2 {
    max-width: 10rem;
  } */
  /* .job-search-results-card .job-search-results-card-body .job-component-list ul li {
    width: 9rem;
  } */
}
@media (min-width: 1200px) {
  .job-search-results-card-body .job-component-details .job-component-opening-on {
      width: auto !important;
      white-space: nowrap;
  }
  .job-search-results-card .job-search-results-card-body .job-component-details {
    padding-left: 3rem;
  }
  .job-search-results-card .job-search-results-card-body .job-component-details {
      padding-right: 2rem;
  }
}
@media screen and (min-width: 875px) and (max-width: 992px) {
  .job-search-results-container .container.page-row-container {
    max-width: 960px;
  }
}
@media (max-width: 874.8px) {
  .job-search-results-container .container.page-row-container {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .job-search-control .input-group {
    flex-wrap: nowrap;
  }
  .job-search-results-container .job-search-control input {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
  }
  .job-search-results-container .job-search-control .input-group-btn {
    margin-top: 0;
  }
  .job-search-results-container .job-search-control .input-group-btn:first-of-type {
    margin-left: 15px !important;
  }
  .input-group-btn button {
    height: 45px;
    padding: 8px 8px;
    width: 90px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .job-search-results-container .job-search-control .input-group input,
  .job-search-results-container .job-search-control .input-group-btn button {
    width: 75px;
  }
}
/* pagination styling */
.pagination a.page-link {
  color: #007FA3;
}
.pagination .page-link.active,
.pagination .active > .page-link {
  background-color: #007FA3;
  color: #fff;
}

/* JOB DESCRIPTION PAGE styling */
/* icons & text display inline  */
@media (min-width: 768px) {
  .block-job-description .job-component-details {
  display: flex;
  }
  .block-job-description .job-component-details .job-component-list:last-of-type ul {
    display: flex;
  }
  .block-job-description .job-component-details .job-component-list ul li {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .block-job-description .job-component-details .job-component-list ul li {
      display: flex;
  }
  .block-job-description .job-component-details .job-component-list ul li span {
      margin-left: 0.2rem;
  }
  .block-job-description .job-component-details .job-component-list ul li.job-component-location {
      width: min-content;
  }
}
@media (max-width: 767.8px) {
  .block-job-description .job-component-details {
    flex-direction: column;
  }
  .block-job-description .job-component-details .job-component-list:last-of-type ul {
    flex-direction: column;
  }
  .block-job-description .job-component-details .job-component-list ul li {
    margin-right: 0;
  }
}
/* job description component icons & text */
.block-job-description .job-component-details .job-component-icon-and-text > i {
    width: 1.2rem;
}
.block-job-description .job-component-details .job-component-list.job-component-list-category {
    margin-right: 1.5rem;
}
/* search page custom buttons above search results block */
.search-page-custom-btn a.button.button1,
.search-page-custom-btn a.button.button1:active,
.search-page-custom-btn a.button.button1:visited,
.search-page-custom-btn a.button.button1:hover {
    border: 2px solid #007FA3;
    color: #007FA3;
    width: 95%;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.5rem;
}
@media (max-width: 768px) {
  .search-page-custom-btn a.button.button1,
  .search-page-custom-btn a.button.button1:active,
  .search-page-custom-btn a.button.button1:visited,
  .search-page-custom-btn a.button.button1:hover {
    width: 100%;
  }
}
/* .search-page-custom-btn.last-btn.first-of p:nth-of-type(1) {
  display: none;
    font-size: 12px;
    margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  .search-page-custom-btn.last-btn.first-of p:nth-of-type(1) {
    margin-top: -1.2rem;
  }
} */
.search-page-custom-btn-wrapper .col-md-3:nth-of-type(3) {
  position: relative;
}
/* Job Search Page - “Looking for TBC Contractor Jobs?” text above the TBC button*/
/* .search-page-custom-btn.last-btn.first-of::before {
    position: absolute;
    width: 100%;
    top: -25%;
    text-align: center;
    left: 50%;
    height: auto;
    margin-left: -53%;
    content: 'Looking for TBC Contractor Jobs?';
    font-size: 12px;
} */
@media (min-width: 768px) and (max-width: 992px) {
   .search-page-custom-btn.last-btn.first-of::before {
    top: -45%;
  } 
}
@media (max-width: 767.8px) {
 .search-page-custom-btn.last-btn.first-of::before {
    top: -20%;
  }
  .search-page-custom-btn {
      margin-bottom: 1.5rem;
  }
}
.search-page-custom-btn.last-btn a.button.button1,
.search-page-custom-btn.last-btn a.button.button1:active,
.search-page-custom-btn.last-btn a.button.button1:visited,
.search-page-custom-btn.last-btn a.button.button1:hover {
    border: 2px solid #007FA3;
    background-color: #007FA3;
    color: #fff;
}
.block-job-search-results .job-search-results .job-search-collapse {
    font-size: 16px;
    font-weight: 600;
}
/* hide 'opening on:' text on job cards */
.job-search-results span[id^='opening_on_'],
.block-job-description .job-component-details span[id^='opening_on_']{
    text-indent: -90px;
    display: inline-flex;
    overflow: hidden;
}
/* benefits page hero text - mobile */
@media (max-width: 767.8px) {
  .benefits-hero-img-text .block-image-text h1,
  .benefits-hero-img-text .block-image-text h2 {
      font-size: 2rem;
      line-height: 1;
  }
}

/* JOB COMPONENT LIST ICONS AND TEXT - GRID STYLING FOR CUSTOM FIELDS  */
.job-search-results-card .job-component-list.order-1 {
	order: 1;
	width: 50%;
}
.job-search-results-card .job-component-list.order-2 {
	order: 2;
	width: 50%;
}
.job-search-results-card .job-component-list.order-3 {
	order: 3;
	width: 50% !important;
}
.job-search-results-card .job-component-list.order-3 .job-component-dropdown-field-1 {
	width: 50% !important;
}
.job-search-results-card .job-component-list.order-3 .job-component-string-field-2 {
	width: 50% !important;
}
@media (min-width: 992px) and (max-width: 1199.8px) {
  .job-search-results-card-title {
    margin-bottom: 0;
  }
  .job-component-list li {
    display: flex;
    padding-right: 1rem;
  }
  .job-component-list {
    height: 45px;
  }
  .job-component-list.order-1,
  .job-component-list.order-2 {
    margin-bottom: 0.5rem;
  }
  .job-component-list.order-3 li {
    margin-bottom: 0;
  }
}
@media (max-width: 991.8px)  {
  .job-search-results-card .job-search-results-card-title,
  .job-search-results-card .job-component-list,
  .job-search-results-card .job-component-list.order-3 li {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
} 
.job-search-results-card .job-component-icon-and-text.job-component-dropdown-field-1 {
  padding-right: 2rem;
}
/* JOB DESCRIPTION PAGE - JOB TITLE/LOCATION - HEADER TEXT  */
@media (max-width: 768px) {
  .job-page-header-text h1 {
    line-height: 0.8;
  }
  .job-page-header-text h1 span {
      font-size: 40px;
      font-weight: 600;
  }
}
@media (max-width: 575px) {
  .job-page-header-text h1 span {
      font-size: 30px;
  }
}
/* view favorites btn sizing - mobile */
.block-job-description .job-description-controls .btn {
    padding: 5px 10px !important;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
}
/* cookie modal buttons  */
/* I accept & Save */
.btn-success.consent-agree,
.btn-success.consent-agree:active,
.btn-success.consent-agree:focus,
.btn-success.consent-agree:visited,
.btn-success.consent-agree:hover {
  border: 2px solid #2d65b4;
  background: #2d65b4;
  color: #fff !important;
  border-radius: 0;
}
.btn-success.consent-agree span {
  color: #fff !important;
}
/* Manage cookies */
#manage_cookie_preferences,
#manage_cookie_preferences:active,
#manage_cookie_preferences:focus,
#manage_cookie_preferences:visited,
#manage_cookie_preferences:hover,
.consent-reject,
.consent-reject:active,
.consent-reject:focus,
.consent-reject:visited,
.consent-reject:hover {
  font-size: 16px;
  border: 2px solid #2d65b4;
  background: #fff;
  color: #2d65b4 !important;
  border-radius: 0;
}

.consent-reject span {
  color: #2d65b4;
}

.consent-modal .btn, .consent-modal .btn span {
    font-weight: 700;
}

/* last custom field in job cards - bold  */
.job-search-results-card .job-component-list .job-component-string-field-2 span,
.block-job-description .job-component-string-field-2 span {
    font-weight: 800;
}
/* BENEFITS PAGE - take charge container  */
.benefits-take-charge-container .block-image-text strong:not(:last-of-type) a.button {
    margin-right: 4rem;
}
@media (max-width: 767.8px) {
  .benefits-take-charge-container .block-image-text p:first-of-type {
    margin-bottom: 0;
  }
  .benefits-take-charge-container .block-image-text strong:not(:last-of-type) a.button {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .benefits-take-charge-container h1 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
    padding-top: 2rem;
  }
  .benefits-take-charge-container a.button {
    width: 50%;
  }
  .benefits-take-charge-container .block-image-cover {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .benefits-take-charge-container .block-image-cover {
    background-position: 15% 50% !important;
    height: 250px;
  }
  .benefits-take-charge-container h1 {
    font-size: 1.7rem;
  }
}
@media (max-width: 400px) {
  .benefits-take-charge-container h1 {
    padding-top: 0.5rem;
  }
}
/* Job Page, Job Description, Last paragraph small text  */
.last-p-text-sm p em {
  font-size: 12px;
  font-style: normal;
}
/* ALL CTA BUTTON STYLE OVERRIDE */
/* a.button.button1 {
    background-color: #00b095 !important;
    border-radius: 8px;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 250px;
    -webkit-text-size-adjust: none;
} */
.call-to-action .call-to-action-form button,
.call-to-action .call-to-action-form button:active,
.call-to-action .call-to-action-form button:visited,
.call-to-action .call-to-action-form button:focus {
    background-color: #00b095 !important;
    border-radius: 8px;
    border: none;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 250px;
    -webkit-text-size-adjust: none;
}
.call-to-action .call-to-action-form button:hover {
    opacity: 0.9;
}
.call-to-action .call-to-action-form button span {
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}

/* social sharing buttons styling  */
.social-sharing-block .page-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-sharing-block button {
    height: 27px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.8rem 0 !important;
}
.social-sharing-block .IN-widget {
  margin-right: 1.5rem !important;
}
.social-sharing-block .twitter-share-button,
.social-sharing-block .IN-widget {
    margin-bottom: 0.5rem !important;
}

/* Checkboxes */

.block-call-to-action form {
  max-width: 520px;
}

.form-group.check-box-inline.m-b-5 {
  width: 260px;
  float: left;
}

.form-template-field-check-box-set .form-template-field-label {
  display: block;
}

/* Table layout */
.table .job-search-results-dropdown_field_2[data-option-uid="9542694739eeabb122c2653a669c821c"] {
  height: 80px;
  padding: 20px 0;
  background-repeat: no-repeat;
  text-indent: -9000px;
  background-size: 150px 30px;
  background-position-x: center;
  background-origin: content-box;
  background-image: url(https://files.clinchtalent.com/c6b903ce52cd4e2909c65c58116f2a5d/9ea94e9917b6b1568cf18644a395bdc4/Ascensus.png);
}

.table .job-search-results-dropdown_field_2[data-option-uid="34d74fbd47e6b87558056bdac6c992a4"] {
  height: 80px;
  padding: 20px 0;
  background-repeat: no-repeat;
  text-indent: -9000px;
  background-position-x: center;
  background-size: 150px 30px;
  background-origin: content-box;
  background-image: url(https://files.clinchtalent.com/c6b903ce52cd4e2909c65c58116f2a5d/9ea94e9917b6b1568cf18644a395bdc4/Futureplan.png);
}

.table .job-search-results-dropdown_field_2[data-option-uid="03936c1eae5f4a13f29ae8525bc60afe"] {
  height: 80px;
  padding: 20px 0;
  background-repeat: no-repeat;
  text-indent: -9000px;
  background-size: 120px 42px;
  background-position-x: center;
  background-origin: content-box;
  background-image: url(https://files.clinchtalent.com/c6b903ce52cd4e2909c65c58116f2a5d/9ea94e9917b6b1568cf18644a395bdc4/total-benefit-communications-color-logo.png);
}

.table .job-search-results-dropdown_field_2[data-option-uid="e6fcd9d9ab58b7c61fbf3a9f85bf460b"] {
  height: 80px;
  padding: 20px 0;
  background-repeat: no-repeat;
  text-indent: -9000px;
  background-position-x: center;
  background-size: 135px 30px;
  background-origin: content-box;
  background-image: url(https://files.clinchtalent.com/c6b903ce52cd4e2909c65c58116f2a5d/9ea94e9917b6b1568cf18644a395bdc4/Nyhart_Color.png);
}

.job-search-results .table a, 
.job-search-results .table a:visited, 
.job-search-results .table a:hover, 
.job-search-results .table a:active, 
.job-search-results .table a:focus {
  font-size: 18px;
}

.job-search-results .table .job-search-results-location {
  width: 11em;
}

.job-search-results .table .job-search-results-dropdown_field_1 {
  width: 8em;
}

.job-search-results .table .job-search-results-dropdown_field_2 {
  width: 11em;
}

.table li, .table td {
  font-size: 18px;
}

.table td {
  vertical-align: middle;
  height: 70px;
}

.block-job-description .job-description-controls {
  margin: 15px 0;
}

.order-4 {
  order: 2 !important;
  width: 50%;
}
.consent-confirm
{
  display:none!important;
}

/*Filter text wrap*/

.block-job-search-results .job-search-filter-groups label {
    overflow: initial;
    white-space: normal;
    text-overflow: initial;
    display: inline-flex;
    align-items: flex-start;
}
.block-job-search-results .job-search-results .job-search-results-filter {
    margin-top: 1px;
    margin-right: 5px;
}