/* Figtree - Regular (400) alias */
@font-face {
  font-family: 'Figtree-Regular';
  src: url('https://files.clinchtalent.com/9993435816b358c29b1d756726cd98df/b1dcc6554bd0ce68326cb6b2c36bcb97/Figtree/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Figtree - Bold (700) alias */
@font-face {
  font-family: 'Figtree-Bold';
  src: url('https://files.clinchtalent.com/9993435816b358c29b1d756726cd98df/b1dcc6554bd0ce68326cb6b2c36bcb97/Figtree/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Figtree - Black (900) alias */
@font-face {
  font-family: 'Figtree-Black';
  src: url('https://files.clinchtalent.com/9993435816b358c29b1d756726cd98df/b1dcc6554bd0ce68326cb6b2c36bcb97/Figtree/static/Figtree-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Figtree - Full variable range */
@font-face {
  font-family: 'Figtree';
  src: url('https://files.clinchtalent.com/9993435816b358c29b1d756726cd98df/b1dcc6554bd0ce68326cb6b2c36bcb97/Figtree/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Colors */
  --primary-color: #000000; 
  --secondary-color: #6c757d; 
  --dark-color: #000000; 
  --light-color: #ffffff; 
  --input-border-colour:#c9c9c9;

  /* Button Styles */
  --btn-border-radius: 0px;
  --primary-btn-bg:#000000;
  --primary-btn-color:#ffffff;
  --secondary-btn-bg:#0b533a;
  --secondary-btn-color:#FFFFFF;
  --button-one-bg:#000000;
  --button-one-color:#ffffff;
  --button-two-bg:#f8b615;
  --button-two-color:#08402c;
  --button-three-bg:#0b533a;
  --button-three-color:#f8b615;
  --button-four-bg:#FFFFFF;
  --button-four-color:#000000;

  /* Button Styles Hover */  
  --primary-btn-bg-hover:#FFFFFF;
  --primary-btn-color-hover:#000000;
  --secondary-btn-bg-hover:#0b533a;
  --secondary-btn-color-hover:#FFFFFF;
  --button-one-bg-hover:#FFFFFF;
  --button-one-color-hover:#000000;
  --button-two-bg-hover:#dca111;
  --button-two-color-hover:#FFFFFF;
  --button-three-bg-hover:#0b533a;
  --button-three-color-hover:#f8b615;
  --button-four-bg-hover:#FFFFFF;
  --button-four-color-hover:#000000;
  
  /* Other variables */
  --border-radius: 0px;
  --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  --padding: 10px 28px;

  /* Cards */
  --card-background-colour:#ffffff;
  --card-border-colour:#c9c9c9;
  --card-padding:30px 30px;
  
  /* Typography */
  --font-family-body: 'Figtree-Regular', Helvetica, Arial, sans-serif;
  --font-family-heading: 'Figtree-Bold', Helvetica, Arial, sans-serif;
  --font-family-strong: 'Figtree-Bold', Helvetica, Arial, sans-serif;
  
  --font-size-h1: 36px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;
  --font-size-h4: 22px;
  --font-size-h5: 20px;
  --font-size-h6: 18px;
  
  /* Search page columns Job Search cards layout, change 100% for 1 job, 33% for 3, 25% for 4 */
  --card-columns:33%;
  --filter-columns:25%;
}

/*** Global Theme ***/
body {
  background:#fff;
  color: var(--dark-color);
  line-height:1.5;
  font-family:var(--font-family-body);
  font-weight:400;
  font-size:16px;
}
p, li {
    color: #000000;
    line-height: 1.9;
}
/** Typography **/
h1{ 

text-transform: uppercase;
line-height: 1;
}
h2 {

}
h3 {

}
h4 {

text-transform: uppercase;
}
h5{

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family:var(--font-family-heading);
  letter-spacing:normal;
}
.h1, h1 {
    font-size: var(--font-size-h1);
}
.h2, h2 {
    font-size: var(--font-size-h2);
}
.h3, h3 {
    font-size: var(--font-size-h3);
}
.h4, h4 {
    font-size: var(--font-size-h4);
}
.h5, h5 {
    font-size: var(--font-size-h5);
}
.h6, h6 {
    font-size: var(--font-size-h6);
}
/* Responsive Typography */
@media (max-width: 768px) {
    .h1, h1 {
        font-size: calc(var(--font-size-h1) * 0.9);
    }
    .h2, h2 {
        font-size: calc(var(--font-size-h2) * 0.9);
    }
    .h3, h3 {
        font-size: calc(var(--font-size-h3) * 0.9);
    }
    .h4, h4 {
        font-size: calc(var(--font-size-h4) * 0.9);
    }
    .h5, h5 {
        font-size: calc(var(--font-size-h5) * 0.9);
    }
    .h6, h6 {
        font-size: calc(var(--font-size-h6) * 0.9);
    }
}

@media (max-width: 576px) {
    .h1, h1 {
        font-size: calc(var(--font-size-h1) * 0.8);
    }
    .h2, h2 {
        font-size: calc(var(--font-size-h2) * 0.8);
    }
    .h3, h3 {
        font-size: calc(var(--font-size-h3) * 0.8);
    }
    .h4, h4 {
        font-size: calc(var(--font-size-h4) * 0.8);
    }
    .h5, h5 {
        font-size: calc(var(--font-size-h5) * 0.8);
    }
    .h6, h6 {
        font-size: calc(var(--font-size-h6) * 0.8);
    }
}
a,
a:active,
a:visited,
a:focus {
  text-decoration: underline;
  color: var(--primary-color);
  
}
a:hover {
  text-decoration: none;
}
a[href] {
  color: inherit;
}
/* ==== UTILITY / HELPER CLASSES ============ */
/* horizontal scroll fix */
.hero-no-gutter .page-row-container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.hero-no-gutter .page-row-container .block-image {
    margin-left: 0;
    margin-right: 0;
}
/* container no gutters */
.container-no-gutter .page-row-container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.container-no-gutter .page-row-container .page-block :is(h2) {
    margin-bottom: 0;
}

.hero-h1 h1 {
  font-size:56px;
}
.hero-h2 h2 {
  font-size:46px;
}

.heading-green :is(h1,h2,h3,h4,h5) {
    color: #0b533a;
}
.heading-yellow :is(h1,h2,h3,h4,h5) {
    color: #f8b615;
}
.heading-medium :is(h1,h2,h3) {
    font-size: 2rem;
}
.heading-large :is(h1,h2,h3) {
    font-size: 3rem;
}
.body-text-medium :is(p, li, span) {
    font-size: 1.25rem;
    line-height: 1.4;
}
.body-text-large :is(p, li, span) {
    font-size: 1.5rem;
    line-height: 1.5;
}
.hero-inner-text-padding .block-image-text {
    padding: 0 12rem;
}
.body-inner-text-padding :is(p, li, span) {
    padding: 1rem 2rem;
}
.hero-inner-text-padding-align-right .block-image-text {
    padding: 0 12rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.hero-inner-text-padding-align-right .block-image-text * {
    width: 60%;
}
@media (max-width: 1199.8px) {
    .hero-inner-text-padding-align-right .block-image-text * {
        width: 80%;
    }
}
@media (max-width: 1023.8px) {
    .hero-inner-text-padding-align-right .block-image-text * {
        width: 100%;
    }
    .hero-inner-text-padding-align-right .block-image-text {
        padding: 0 2rem;
    }
}
@media (max-width: 767.8px) {
    .hero-inner-text-padding-align-right .block-image-cover {
        height: 360px;
    }
    .hero-inner-text-padding-align-right .block-image-text * {
        font-size: 1.25rem;
    }
}
@media (max-width: 599.8px) {
    .hero-inner-text-padding-align-right .block-image-text * {
        font-size: 1.05rem;
    }
}
@media (max-width: 399.8px) {
    .hero-inner-text-padding-align-right .block-image-text {
        padding: 0 1rem;
    }
    .hero-inner-text-padding-align-right .block-image-text * {
        font-size: 0.9rem;
    }
}
@media (max-width: 274.8px) {
    .hero-inner-text-padding-align-right .block-image-text * {
        font-size: 0.8rem;
    }
}
.custom-center-list p:nth-of-type(1) {
    padding-left: 3rem;
}
/* no column gaps - desktop */
.no-column-gaps div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
/* no column gaps - mobile */
@media (max-width: 767.8px) {
  .no-column-gaps div[class^="col-"] {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }
}
.keep-same-height div[class^="col-"] .block-wrapper {
    height: 100%;
}

.keep-same-height div[class^="col-"] .block-html p:last-child {
    margin-bottom: 0;
}
.keep-same-height div[class^="col-"] .has-img :is(.block-html, .page-block) {
    height: 100%;
}
 .keep-same-height div[class^="col-"] .has-img .page-block p:has(img) {
     height: 100%;
 }
.keep-same-height div[class^="col-"] .has-img .page-block p:has(img) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
 }
.h-350 {
    height: 350px;
}
.h-400 {
    height: 400px;
}
.h-425 {
    height: 425px;
}
.h-450 {
    height: 450px;
}
.h-500 {
    height: 500px;
}
.h-700 {
    height: 700px;
}
@media (max-width: 991.8px) {
    .col-md-stretch .col-md-2 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-stretch .col-md-3 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-stretch .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-stretch .col-md-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-stretch .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-stretch .col-md-7 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-stretch .col-md-8 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-stretch .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-stretch .col-md-10 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-stretch .col-md-11 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-stretch .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
/* HIDE SEARCHBAR ON SEARCH PAGES */
.hide-searchbar .job-search-results .job-search-control {
    visibility: hidden;
    height: 35px;
    padding: 0px 0px 0px 0px !important;
    margin: 0;
    background: none;
}
/** Navigation **/
.nav-item {
  margin:0px;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.top-nav .nav-link {
 color: var(--dark-color) !important;
}
.top-nav {
    background: #efeceb;
}
.top-nav .small {
    font-size: 14px !important;
}
.bottom-nav {
    background-color: #0b533a;
}
.nav-link {
  font-family: "Figtree-Bold", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-size: 1rem;
  padding: 8px 20px 3px !important;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    text-decoration: none;
}

/* BOTTOM NAV STYLING */

.navbar.bottom-nav {
    background-color: #0b533a;
    padding: 0;
}

.navbar.bottom-nav > .container {
    height: 100%;
}

@media (max-width: 991.8px) {
  .navbar.bottom-nav > .container {
      max-width: 90%;
  }
  .navbar-collapse.collapse.show .navbar-nav.nav-left {
      padding-bottom: 0.75rem;
  }
  .navbar-collapse.collapse.show .navbar-nav.nav-right {
      padding-bottom: 2rem;
  }
}
.navbar.bottom-nav .navbar-toggler {
    background-color: #f8b615;
    border-radius: 0;
    line-height: 2;
}
.navbar.bottom-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.bottom-nav .nav-left a.nav-link {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 5px solid transparent;
    border-left: 1px solid #0d6345;
}
.bottom-nav .nav-right a.nav-link {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bottom-nav .nav-right a.nav-link:not(.view-all-jobs-btn):hover {
    text-decoration: underline;
}
@media (max-width: 991.8px) {
  .bottom-nav .nav-left a.nav-link {
      justify-content: flex-start;
  }
}
.bottom-nav .nav-left a.nav-link.dropdown-toggle {
    flex-direction: row;
    align-items: center;
}

.bottom-nav .nav-left ul.dropdown-menu.show {
    border-radius: 0;
    margin-top: -1px;
}

.bottom-nav .nav-left ul.dropdown-menu.show a {
    font-family: var(--font-family-strong);
}

.bottom-nav .nav-left li.nav-item:last-of-type a.nav-link {
    border-right: 1px solid #0d6345;
}
@media (max-width: 991.8px) {
    .bottom-nav .nav-left li.nav-item:last-of-type a.nav-link {
        border-right: 0; 
    }
}
.bottom-nav .nav-left a.nav-link:hover {
    padding-bottom: 0;
    border-bottom: 5px solid #f8b615;
    text-decoration: none;
}

@media (max-width: 991.8px) {
  .bottom-nav .nav-left a.nav-link, 
  .bottom-nav .nav-left a.nav-link:hover {
      border: none;
  } 
}
a.nav-link:focus,
a.nav-link:focus-visible {
    outline: 2px dashed;
    outline-offset: -5px;
    text-decoration: none;
}

.bottom-nav .nav-left li.nav-item {
    height: inherit;
}

@media screen and (min-width: 992px) {
    .navbar.bottom-nav .nav-left {
        height: 82px;
        max-height:90px;
    }
    .navbar-collapse, 
    .navbar-nav {
        display: inline-flex;
        align-items: center;
        height: inherit;
        white-space: unset;
    }
}
.bottom-nav .navbar-brand {
    display: inline-flex;
    align-items: center;
    height: inherit;
    white-space: unset;
}
@media (max-width: 991.8px) {
    .bottom-nav .navbar-brand {
        max-width: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1279.8px) {
    .navbar-nav.nav-right {
        flex-direction: column;
        margin-left: 0.5rem !important;
        text-align: left !important;
        justify-content: start !important;
    }
    .navbar-nav.nav-right a.nav-link.view-all-jobs-btn {
        margin-bottom: 0.3rem;
    }
    .navbar-nav.nav-right a.nav-link.view-all-jobs-btn,
    .navbar-nav.nav-right a.nav-link {
        white-space: nowrap;
        padding: 0.1rem 0.55rem !important;
        line-height: 1.5;
        font-size: 0.9rem !important;
    }
}

/* VIEW ALL JOBS BTN */
a.view-all-jobs-btn,
a.view-all-jobs-btn:visited, 
a.view-all-jobs-btn:focus {
    background-color: #f8b615;
    border: 2px solid #f8b615;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    color: #0b533a !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    text-decoration: none;
}
a.view-all-jobs-btn.nav-link:hover,
a.view-all-jobs-btn.nav-link:active {
    background-color: #f8b615;
    text-decoration: none;
    border: 2px solid #f8b615;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    color: #0b533a !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    text-decoration: underline;
}
a.view-all-jobs-btn:focus,
a.view-all-jobs-btn:focus-visible {
    outline: 2px dashed;
    outline-offset: -5px;
    text-decoration: none;
}
@media (max-width: 991.8px) {
  a.nav-link.view-all-jobs-btn {
    width: fit-content;
    margin-left: 20px;
  }
}
/* Logos */
.navbar-brand-logo {
    width: 100%;
    max-width: 45px;
    padding: 12px 0px 16px;
    margin-right: 1rem;
}
.footer-brand-logo {
    width: 100%;
    max-width: 255px;
}

.footer-copyright-text {
    color: #40daa2;
    font-family: var(--font-family-strong);
    font-size: 0.85rem;
}
a.footer-copyright-link,
a.footer-copyright-link:active,
a.footer-copyright-link:visited,
a.footer-copyright-link:hover,
a.footer-copyright-link:focus {
    color: #40daa2;
}



.footer-ancestral-text {
    color: #fff;
    font-family: var(--font-family-body);
    font-size: 0.85rem;
    line-height: normal;
}
hr.footer-hr {
    border-color: #0e6345;
    width: 75%;
    display: flex;
    margin: 2rem 0;
    opacity: 1;
    color: #e4e0e0;
}
/* Navbar brand text */
.navbar-brand-text {
    font-family: "Figtree-Black",Helvetica,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .25rem;
    line-height: inherit;
}
/*** Buttons ***/
.btn, button, a.button {
    font-weight: 600;
    font-family: inherit;
    text-transform: inherit;
    line-height: 1.5;
    padding: var(--padding);
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -o-transition: background .25s linear;
    transition: background .25s linear;
    border-radius: var(--btn-border-radius);
    font-size: 15px;
    text-transform:inherit;
}
.btn:focus {
    outline: 2px dashed;
    outline-offset: -5px;
}
.btn-primary {
  background:var(--primary-btn-bg);
  color:var(--primary-btn-color);
  border:1px solid var(--primary-btn-bg);
}
.btn-primary:hover,
.consent-agree:hover
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus{
  background:var(--primary-btn-bg-hover);
  color:var(--primary-btn-color-hover);
  border:1px solid var(--primary-btn-color-hover);
}
.btn.btn-primary:active {
    background-color: #000 !important;
    color: #FFF !important;
    border-color: #000 !important;
}
.btn.btn-primary:active span {
    color: #FFF !important;
}
.btn-success {
  background:var(--secondary-btn-bg);
  color:var(--secondary-btn-color);
  border: 1px solid var(--secondary-btn-bg);
}
.btn-success:hover{
  background:var(--secondary-btn-bg-hover);
  color:var(--secondary-btn-color);
  border:1px solid var(--secondary-btn-bg-hover);
}
.btn-info{
   background:var(--secondary-btn-bg);
  color:var(--secondary-btn-color);
  border:1px solid var(--secondary-btn-color);
}
.btn-info:hover{
background:var(--secondary-btn-bg-hover);
  color:var(--secondary-btn-color);
  border:1px solid var(--secondary-btn-bg-hover);
  -webkit-box-shadow: inset 0 0 0 2px #000;
  box-shadow: inset 0 0 0 2px #000;
}
.consent-agree  {
  background:var(--primary-btn-bg) !important;
  color:var(--primary-btn-color) !important;
  border:1px solid var(--primary-btn-bg) !important;
}
.consent-agree:hover
{
  background:var(--primary-btn-bg-hover)!important;
  color:var(--primary-btn-color-hover) !important;
  border:1px solid var(--primary-btn-bg)!important;
  box-shadow:none;
}
.consent-reject{
   background:var(--secondary-btn-bg)!important;
  color:var(--secondary-btn-color)!important;
  border:1px solid var(--secondary-btn-color)!important;
}
.consent-reject:hover{
background:var(--secondary-btn-bg-hover)!important;
  color:var(--secondary-btn-color)!important;
  border:1px solid var(--secondary-btn-bg-hover)!important;
  -webkit-box-shadow: inset 0 0 0 2px #000!important;
  box-shadow: inset 0 0 0 2px #000!important;
}
/* custom buttons */
a.button:focus {
    outline: 2px dashed;
    outline-offset: -5px;
}
a.button.button1 {
  background:var(--button-one-bg);
  color:var(--button-one-color);
  border:1px solid var(--button-one-bg);
}
a.button.button1:hover {
  background:var(--button-one-bg-hover);
  color:var(--button-one-color-hover);
  border:1px solid var(--button-one-color-hover);
}
/* a.button.button1:before{
    content: '\f002';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 10px;
} */
a.button.button2 {
  background:var(--button-two-bg);
  color:var(--button-two-color);
  border:1px solid var(--button-two-bg);
}
a.button.button2:hover {
  background:var(--button-two-bg-hover);
  color:var(--button-two-color-hover);
  border:1px solid var(--button-two-bg-hover);
  /* -webkit-box-shadow: inset 0 0 0 2px #000;
  box-shadow: inset 0 0 0 2px #000; */
}
/* a.button.button2:after{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 10px;
} */
a.button.button3 {
  background:var(--button-three-bg);
  color:var(--button-three-color);
  border:1px solid var(--button-three-bg);
}
a.button.button3:hover {
  background:var(--button-three-bg-hover);
  color:var(--button-three-color-hover);
  border:1px solid var(--button-three-bg-hover);
  text-decoration: underline;
}
/* a.button.button3:after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #000;
    margin-left: -20px;
    font-size: larger;
} */
a.button.button4 {
  background:var(--button-four-bg);
  color: var(--button-four-color);
  border: 2px solid var(--button-four-color);
}
a.button.button4:hover {
  background: var(--button-four-bg);
  color: var(--button-four-color);
  border: 2px solid var(--button-four-color);
  text-decoration: underline;
}


/* ==== FLOATING JOB SEARCH - HOMEPAGE ============ */
.page-body.not-editing .search-form-wrapper {
    /* background-color: #003a63; */
    /* padding-bottom: 0 !important; */
}
.page-body.not-editing .search-form-wrapper .page-row-container {
    position: relative;
    background: #eeeeee;
    width: 68vw;
    margin: 0.5rem auto;
    padding: 2rem 1.75rem !important;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 5px 5px -4px #000000;
    box-shadow: 0 5px 5px -4px #000000;
}
.job-search-control .btn[id^="search_control_button_"] {
    margin-left: 1rem;
    border-radius: 0.5rem;
    font-weight: 700;
}
.job-search-control .btn[id^="search_control_button_"],
.job-search-control .btn[id^="search_control_button_"]:active,
.job-search-control .btn[id^="search_control_button_"]:visited,
.job-search-control .btn[id^="search_control_button_"]:hover,
.job-search-control .btn[id^="search_control_button_"]:focus {
    background-color: #0b533a;
    color: #fff;
    border-color: #0b533a;
}
/* NEAR ME BTN */
.job-search-control .near-me-control {
    margin-left: 1rem;
}
.job-search-control .near-me-btn {
    border-radius: 0.5rem;
    border-color: #0b533a;
    font-weight: 700;
}
.job-search-control .near-me-btn,
.job-search-control .near-me-btn:active,
.job-search-control .near-me-btn:visited,
.job-search-control .near-me-btn:hover,
.job-search-control .near-me-btn:focus {
    background-color: #0b533a;
    color: #fff;
}
.job-search-control .input-group {
    flex-wrap: nowrap;
}
.job-search-control .input-group .easy-autocomplete,
.job-search-control .input-group input {
  border-radius: 0.5rem !important;
}
.easy-autocomplete-container ul {
    & .eac-item {
        a, a:visited {
            color: #000 !important;
        }
    }
}
/* ==== SEARCHBAR, SEARCH BTN, NEAR ME BTN HEIGHT ============ */
.job-search-control .input-group input,
.job-search-control .input-group-btn button {
    height: 45px;
}
@media (max-width: 991.8px) {
  .job-search-control .input-group {
      flex-wrap: wrap;
  }
  .job-search-control .input-group-btn {
      margin-top: 0.5rem;
  }
  .job-search-control .btn[id^="search_control_button_"] {
      margin-left: 0;
  }
}
@media (max-width: 350px) {
  .job-search-control .near-me-control {
      margin-left: 0;
  }
}

/** Job Search page **/
/* Job Search table */

/* Job Search cards */
@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 var(--card-columns);
    max-width: var(--card-columns);
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 var(--filter-columns);
    max-width: var(--filter-columns);
  }
}
.card {
    border: 1px solid #444444;
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 6px;
}
/** Job Search page filters / inputs */
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 100%;
}
.job-search-control input {
    border-radius: var(--border-radius) !important;
    border: 1px solid var(--input-border-colour);
}
.job-search-dropdown-filters select {
    padding: 10px 10px;
    margin-bottom: 6px;
    border-radius: var(--border-radius);
    border: 1px solid var(--input-border-colour);
}
.badge {
    background-color: var(--primary-color) !important;
    border-radius: var(--border-radius);
    color: var(--light-color);
}
.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--light-color);
}
.page-link {
    color: var(--primary-color);
}
@media only screen and (max-width: 576px) {
	.pagination li:not(:first-child):not(:last-child) {
		display: none;
	}
}
/* ==== SEARCH PAGE - FILTER WRAP / FORMAT ============ */
.job-search-list-items li {
    display: flex;
    align-items: flex-start;
    /* width: 100%; */
    justify-content: space-between;
}
.job-search-filter-groups label {
    white-space: normal !important;
    word-break: break-word;
    line-height: 1.25;
    margin-bottom: 0.95rem;
}
.job-search-list-items li label {
    display: flex;
    align-items: flex-start;
}
.job-search-list-items li label input {
    display: flex;
    margin-right: 8px;
}
/** Job Advert **/
/* Side panels */
.side-panel {
    background-color: #eeeded;
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    padding: 40px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.side-panel .job {
    background-color: transparent;
}
.side-panel .job-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.side-panel .job-field {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.side-panel h3 {
    font-size: 24px;
}
.side-panel .job-summary {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.2;
}
.side-panel .call-to-action p {
    line-height: 1.2;
    font-size: 14px;
}
/* Jobs list content block card style */
.job-list-cards .jobs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-top: -15px;
    align-items: stretch;
}
.job-list-cards .job {
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: calc(33.333% - 30px);
    margin-left: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 0px !important;
}
@media (max-width: 768px) {
    .job-list-cards .job {
        width: calc(50% - 30px);
    }
}
@media (max-width: 480px) {
    .job-list-cards .job {
        width: calc(100% - 30px);
    }
}
.job-list-cards .job .job-title {
    margin-bottom: 10px;
    color: #000000  !important;
}
.job-list-cards .job-summary {
  padding-top: 12px;
  color: #000000 !important;
}
/* Jobs list content block table style */
.job {
    background: transparent;
    padding: 0px;
}
.job .job-title {
    margin-bottom: 10px;
    color: #000000 !important;
}
.job-summary {
  padding-top: 12px;
  color: #000000 !important;
}
.block-jobs .job {
    margin-bottom: 16px;
}
/* Employee Referral Link */

/** CTAs **/

/* Search Bar */
.job-search-control .near-me-control {
    margin-left: 0;
}
.job-search-control .input-group-btn {
    margin-left: 15px !important;
}
/* Cards */
.card {
    border: 1px solid var(--card-border-colour);
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 6px;
    background: var(--card-background-colour);
    padding:var(--card-padding);
}
.card-body {
    padding: 0px;
}
.card-footer {
    background: var(--card-background-colour);
    border-top: 0px;
    padding: 10px 0px;
}
/* Carousel */
.carousel-caption {
    position: relative;
    right: 0 !important;
    bottom: 1.25rem;
    left: 0 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}      
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 60%;
    border-radius: 2rem;
    background-color: #FFF;
    padding: 2rem;
}
.carousel-item-caption-header {
    text-shadow: none !important;
    color: var(--dark-color) !important;
}
.carousel-item-caption-detail * {
    text-shadow: none !important;
    color: var(--dark-color) !important;
}
@media (min-width: 768px) {
	.carousel-control-prev, .carousel-control-next {
		width: 3%;
	}
}
/** Video **/
/*** video fixes ***/
@media (min-width: 576px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 292px;
	}
}
@media (min-width: 768px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 392px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 258px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 190px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 122px;
	}
}
@media (min-width: 992px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 526px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 348px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 256px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 166px;
	}
}
@media (min-width: 1200px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 628px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 414px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 310px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 200px;
	}
}
@media (min-width: 1400px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 730px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 482px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 358px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 234px;
	}
}
.vjs-youtube .vjs-poster {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.video-player-wrapper .vjs-poster img {
    object-fit: contain;
    height: inherit;
    width: 100%;
}
/** Teams **/
/*** Team Member Quote ***/
.team-member-bio {
    text-align: left !important;
}
.team-member-image {
    margin-bottom: 10px;
}
.team-member-bio .name {
    font-size: 17px;
    font-weight: 600;
}
.team-member-bio .title {

}
.team-member-bio .bio {

}
.team-member-bio .social-links i {
    margin-right: 8px !important;
}
/** Blogs **/
.posts-cards .posts-cards-cols {
    display: flex;
    flex-wrap: wrap;
    gap: inherit;
}
.posts-card {
  flex: 0 calc(33.33% - 2rem);
  margin: 1rem;
}
.posts-cards .posts-card {
   border-radius: 10px;
}
.posts-cards .posts-card-body {
    height: auto;
    padding: 20px 0px;
    background: rgba(236 236 236 / 0%);
}
.card {
    background: rgba(236 236 236 / 0%);
}
.posts-cards .posts-card .card-title {
    font-size: 18px;
    font-weight: 600;
}
.posts-cards .posts-card-link {
    color: #202e49 !important;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    text-decoration: underline;
}
.badge.post-tag {
    background: #202e49 !important;
    padding: 6px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.posts-card-body .post-tags {
    display: none;
}
.posts-cards .posts-card-footer {
    padding: 10px 30px;
    background: none;
}
.posts-card-image {
    transition: transform 0.3s ease;
    border-radius: 8px;
}
@media only screen and (max-width: 768px) {
    .posts-cards .posts-cards-cols {
        flex-direction: column;
    }
}
/** FAQs Accordion **/
.accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion-item {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #333;
}
.accordion-button:not(.collapsed) {
	color: #333;
	background-color: #ececec;
	box-shadow: unset;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: unset;
}
.accordion-button {
	font-size: 16px;
	padding: 20px;
}
.accordion-body {
	padding: 10px;
}
/** Footer **/
.footer {
    background-color: #0b533a;
    padding: 7rem 0;
}
footer * {
  color:#fff;
}
.social a {
    font-size: 20px;
}
footer a[href] {
    display: inline-flex;
    font-family: var(--font-family-strong);
    line-height: 1.5;
}
footer a,
footer a:active,
footer a:visited,
footer a:focus {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer-logo {
    max-width: 600px;
    margin-top: 2rem;
}
.footer-badge {
  max-width: 140px;
}
@media (max-width: 767.8px) {
  .footer-logo-row {
    flex-direction: column;
  }
  .footer-logo {
    max-width: 100%;
    height: auto;
  }
}
/** Candidate consent **/
.consent-modal .image-wrapper {
   width: 100%;
   text-align: left;
}
.consent-reject {
  
}
.consent-agree {
  
}

/* My Settings */
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
/* Alignment & Spacing */
/* Vertical Alignment add my-auto to ROW */
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
/* adds padding to the bottom of every col */
@media (max-width: 768px) {
  .row>.col-md-2, .row>.col-md-4, .row>.col-md-6, .row>.col-md-8 {
    padding-bottom: 1.5rem !important;
  }
}
/* treat col-md-2 as col-md-4 on tablets and smaller desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 33.333333%; /* This is equivalent to col-md-4 */
  }
}
/* text left alignment sits within container on fullwidth page */
@media (min-width: 576px) {
 .hero-banner .block-image-text * {
   width: 540px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 768px) {
  .hero-banner .block-image-text * {
    width: 720px;
    margin-right:auto;
    margin-left:auto;
  }
}
@media (min-width: 992px) {
 .hero-banner .block-image-text * {
   width: 960px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1200px) {
 .hero-banner .block-image-text * {
   width: 1140px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1400px) {
  .hero-banner .block-image-text * {
    width: 1320px;
    margin-right:auto;
    margin-left:auto;
  }
}

/* Spacing */

/** CTA select dropdowns **/
.selectize-control.multi .selectize-input>div {
	background-color: var(--primary-color);
	color: var(--light-color);
    border-radius: var(--border-radius);
}
.selectize-dropdown-content .option.active {
	background-color: var(--primary-color);
}
.selectize-input {
    border-radius: var(--border-radius);
}
.candidate-settings-panel i {
  color:var(--dark-color);
}
/** Mobile styles **/

/** Other fixes, custom elements **/
@media (min-width: 1199px) 
{
  .negative-ml .col-md-6:nth-of-type(2)
{
  margin-left: -60px;
      z-index: 99;
  
}
  .negative-mt
  {
    margin-top:-60px;
        z-index: 99;
  }
  .negative-mr .col-md-6:nth-of-type(1)
  {
    margin-right:-60px;
    z-index: 99;
  }
}

.values-cards .card
{
  background-color:#FFF;
  box-shadow: 0 -16px 22px rgba(0, 0, 0, .08);
    border-radius: 8px;
    border: none;
    border-right: 1px solid #c9c9c9;
}
.no-border-cards .card{
  background-color: #FFF;
    box-shadow: 0 -16px 22px rgba(0, 0, 0, .08);
    border-radius: 8px;
    border: none;
}
 .custom-li li {
    list-style: none;
}
.custom-li li::before {
    content: '\2713';
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}
.dropdown-toggle::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: none;
    vertical-align: middle;
}
.dropdown-toggle.show::after {
    content: "\f106";
}
.accordion-body ol, .accordion-body ul {
    padding-left: 0;
}
.accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
}
.accordion-button:not(.collapsed) {
    
    background-color: transparent;
     padding:10px;
}
.accordion-button {
    background-color: transparent;
      color: var(--primary-color);
}
.faq-accordion {
    .accordion-button.icon-plus::before, .accordion-button.icon-plus::after {
        color: #var(--primary-color);
    }
}
.accordion-item:last-of-type
{
border-bottom:0;
}

   
.job-search-results-card {
    flex: 1;
    background-color: #FFF;
    box-shadow: 0 0px 22px rgba(0, 0, 0, .08);
    border-radius: 8px;
    border: none;
}
.block-job-search-results .job-search-results .job-search-dropdown-filters {

    background-color: #efeceb;
    padding: 0px 20px 45px 20px;
    margin-bottom: 30px;
}
.block-job-search-results .job-search-results .job-search-control {
    background-color: #eeeded;
    padding: 20px 20px 20px 20px;
    margin: 0px 15px 0px 15px;
}
 @media(max-width: 767px) {
    .mb-mobile .col-md-4,.mb-mobile .col-md-8, .mb-mobile .col-md-2, .mb-mobile .col-md-6, .mb-mobile .col-md-3 {
        margin-bottom: 1.5rem;
    }
   button, a.button
   {
     margin-bottom:10px;
   }
   .navbar-toggler
   {
     background-color:#FFF;
   }
   .navbar-brand-logo
   {
     max-width: 50px;
   }
     span.input-group-btn {
	width: 100%;
	margin: 5px 0px;
}
   .job-search-control .btn-primary, .near-me-btn {
	width: 100%;
}
.job-search-control .near-me-control {
	margin-left: 0px;
}
.job-search-control {
	padding: 0px;
}
.job-search-control .input-group-btn
{
margin-left:0px !important;
}
  .consent-reject {
    margin-bottom: 8px;
}
  .job-search-control .col-2{
		width:100%;
	}
}

/* ==== DEPARTMENT CATEGORY BOXES ============ */
.department-category-boxes .col-md-3 {
    margin-bottom: 2.5rem;
}
.department-category-boxes .block-image-cover {
	height: 250px;
}
.department-category-boxes.single-category-box .block-image-cover {
    height: 450px;
}
.department-category-boxes .block-image-cover .block-image-text {
  top: 92%;
}

.department-category-boxes .block-image-text {
  color: #ffffff;
  background-color: #0b533a;
  padding: 10px;
  text-align: center;
}

.department-category-boxes .block-image-text p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
/* CREATE AN ::AFTER ELEMENT ON THE DESIRED HYPERLINK TO EXTEND TO PARENT CONTAINER */
.department-category-boxes .block-wrapper {
     position: relative;
}
.department-category-boxes .block-wrapper:hover {
     filter: brightness(1.2);
}

.department-category-boxes .block-wrapper a,
.department-category-boxes .block-wrapper a:active,
.department-category-boxes .block-wrapper a:hover,
.department-category-boxes .block-wrapper a:visited,
.department-category-boxes .block-wrapper a:focus {
    color: #fff;
    text-decoration: none;
}

.department-category-boxes .block-wrapper a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/* ==== INFO BOXES - 4 ACROSS - 1square-1square-1square-1square ============ */
/* >> ======== info boxes: 1 - 1 - 2 ============ << */
/* .info-boxes-1-1-2-container .col-md-3:has(.stretch-col) {
    width: 50%;
} */
/* 1-1-2 firefox test fix */
.page-body.not-editing .info-boxes-1-1-2-container .col-md-3:nth-of-type(3) {
    width: 50%;
}
/* .info-boxes-1-1-2-container .col-md-3:has(.hidden-box) {
    display: none;
} */
/* 1-1-2 firefox test fix */
.page-body.not-editing .info-boxes-1-1-2-container .col-md-3:nth-of-type(4) {
    display: none;
}
/* >> ======== info boxes: 2 - 1 - 1 ============ << */
/* .info-boxes-2-1-1-container .col-md-3:has(.stretch-col) {
    width: 50%;
} */
/* 2-1-1 firefox test fix */
.page-body.not-editing .info-boxes-2-1-1-container .col-md-3:nth-of-type(1) {
    width: 50%;
}
/* .info-boxes-2-1-1-container .col-md-3:has(.hidden-box) {
    display: none;
} */
/* 2-1-1 firefox test fix */
.page-body.not-editing .info-boxes-2-1-1-container .col-md-3:nth-of-type(2) {
    display: none;
}
.info-box-1-col-white {
  color: #0b533a;
  background-color: #fff;
  border: 10px solid #0b533a;
  height: 275px;
}
.info-box-1-col-white * {
  color: #0b533a;
}
.info-box-1-col-yellow {
  color: #000;
  background-color: #f8b615;
  border: 10px solid #f8b615;
  height: 275px;
}
.info-box-1-col-yellow * {
  color: #000;
}
.info-box-1-col-overlay.overlay {
  color: #fff;
  background-color: #fff;
/*   border: 10px solid #0b533a; */
  height: 275px;
}
.info-box-1-col-overlay.overlay * {
  color: #fff;
}
.info-box-1-col-overlay.overlay .block-image,
.info-box-1-col-overlay.overlay .block-image-cover {
  height: 100%;
}
.info-box-1-col-overlay.overlay .block-image-cover::before {
    content: "";
    background: rgba(77,25,121, 0.5);
    position: absolute;
    width: calc(25% - 20px);
    margin-left: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.info-box-1-col-overlay.overlay.center-text h1,
.info-box-1-col-overlay.overlay.center-text h2,
.info-box-1-col-overlay.overlay.center-text h3,
.info-box-1-col-overlay.overlay.center-text p,
.info-box-1-col-overlay.overlay.center-text a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-box-2thirds-col-overlay.overlay {
  color: #fff;
  background-color: #fff;
/*   border: 10px solid #0b533a; */
  height: 275px;
}
.info-box-2thirds-col-overlay.overlay * {
  color: #fff;
}

.info-box-2thirds-col-overlay.overlay .block-image,
.info-box-2thirds-col-overlay.overlay .block-image-cover {
  height: 100%;
}
.info-box-2thirds-col-overlay.overlay .block-image-cover::before {
    content: "";
    background: rgba(11, 83, 58, 0.60);
    position: absolute;
    width: calc(66.6666667% - 22px);
    margin-left: 11px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media  (max-width: 767.8px) {
    .info-box-2thirds-col-overlay.overlay .block-image-cover::before {
        width: calc(100% - 22px);
        height: calc(50% - 22px);
    }
}
.info-box-2thirds-col-overlay.overlay.overlay-first .block-image-cover::before {
    left: 0;
}
.info-box-2thirds-col-overlay.overlay.center-text h1,
.info-box-2thirds-col-overlay.overlay.center-text h2,
.info-box-2thirds-col-overlay.overlay.center-text h3,
.info-box-2thirds-col-overlay.overlay.center-text p,
.info-box-2thirds-col-overlay.overlay.center-text a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-box-2-col-white {
  color: #0b533a;
  background-color: #fff;
  border: 10px solid #0b533a;
  height: 275px;
}
.info-box-2-col-white * {
  color: #0b533a;
}

/* less than 1200px viewport width */
@media (max-width: 1200px) {
  /* info-boxes containers */
  .info-boxes-1-1-1-1-container .container,
  .info-boxes-1-1-2-container .container,
  .info-boxes-2-1-1-container .container {
      max-width: 95%;
  }
}
/* less than 992px viewport width */
@media (max-width: 992px) {
  /* info-boxes containers */
  .info-boxes-1-1-1-1-container .container,
  .info-boxes-1-1-2-container .container,
  .info-boxes-2-1-1-container .container {
      max-width: 100%;
  }
}
/* less than 768px viewport width */
  /* info-boxes containers */
@media (max-width: 768px) {
  .info-boxes-1-1-1-1-container .col-md-3 {
    width: 50%;
    margin-bottom: 1rem;
  }
  .info-boxes-1-1-2-container .col-md-3:nth-of-type(1), 
  .info-boxes-1-1-2-container .col-md-3:nth-of-type(2) {
    width: 50%;
    margin-bottom: 1rem;
  }
  .info-boxes-1-1-2-container .col-md-3:nth-of-type(3) {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .info-boxes-2-1-1-container .col-md-3:nth-of-type(1) {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .info-boxes-2-1-1-container .col-md-3:nth-of-type(3),
  .info-boxes-2-1-1-container .col-md-3:nth-of-type(4) {
    width: 50%;
    margin-bottom: 1rem;
  }
  .info-boxes-1-1-2-container .info-box-1-col-overlay.overlay .block-image-cover::before {
      content: "";
      background: rgba(77,25,121, 0.5);
      position: absolute;
      width: calc(50% - 20px);
      height: calc(50% - 15px);
      margin-left: 10px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
  .info-boxes-1-1-2-container .info-box-2thirds-col-overlay.overlay .block-image-cover::before {
    content: "";
    background: rgba(77,25,121, 0.5);
    position: absolute;
    width: calc(100% - 20px);
    margin-left: 10px;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 15px;
  }
  .info-boxes-2-1-1-container .info-box-2thirds-col-overlay.overlay .block-image-cover::before {
    content: "";
    background: rgba(77,25,121, 0.5);
    position: absolute;
    width: calc(100% - 20px);
    height: calc(50% - 15px);
    margin-left: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .info-boxes-1-1-1-1-container h2,
  .info-boxes-1-1-2-container h2,
  .info-boxes-2-1-1-container h2 {
    font-size: 2.3rem;
  }
  .info-boxes-1-1-1-1-container h2,
  .info-boxes-1-1-2-container h2,
  .info-boxes-2-1-1-container h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .info-boxes-1-1-1-1-container img,
  .info-boxes-1-1-2-container img,
  .info-boxes-2-1-1-container img {
    max-width: 80px !important;
  }
}
@media (max-width: 425px) {
  .info-boxes-1-1-1-1-container .col-md-3,
  .info-boxes-1-1-2-container .col-md-3,
  .info-boxes-2-1-1-container .col-md-3 {
    width: 100% !important;
  }
  .info-boxes-1-1-2-container .info-box-1-col-overlay.overlay .block-image-cover::before {
    content: "";
    background: rgba(77,25,121, 0.5);
    position: absolute;
    width: calc(100% - 20px);
    height: calc(33.333% - 15px);
    margin-left: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .info-boxes-1-1-2-container .info-box-2thirds-col-overlay.overlay .block-image-cover::before {
    content: "";
    background: rgba(77,25,121, 0.5);
    position: absolute;
    width: calc(100% - 20px);
    margin-left: 10px;
    top: 66.666%;
    left: 0;
    right: 0;
    bottom: 15px;
  }
  .info-boxes-2-1-1-container .info-box-2thirds-col-overlay.overlay .block-image-cover::before {
    content: "";
    background: rgba(77,25,121, 0.5);
    position: absolute;
    width: calc(100% - 20px);
    height: calc(33.333% - 15px);
    margin-left: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .info-boxes-1-1-1-1-container h2, 
  .info-boxes-1-1-2-container h2, 
  .info-boxes-2-1-1-container h2 {
    font-size: 3rem;
  }
  .info-boxes-1-1-1-1-container img, 
  .info-boxes-1-1-2-container img, 
  .info-boxes-2-1-1-container img {
    max-width: 120px !important;
  }
}
.center-all {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* no bottom margin on p elements */
.p-mb-0 p {
  margin-bottom: 0;
}
/* no bottom margin on h elements */
.h-mb-0 h1,
.h-mb-0 h2,
.h-mb-0 h3,
.h-mb-0 h4,
.h-mb-0 h5,
.h-mb-0 h6 {
  margin-bottom: 0;
  line-height: 1;
}
/* ==== OVERLAY TEXT OPPORTUNITIES BOXES ============ */
.overlay-opportunities-box {
    position: relative;
    z-index: 2;
}
@media (max-width: 1199.8px) {
  .overlay-opportunities-box {
    margin-top: 2rem;
  }
}
.overlay-opportunities-box .block-image-cover {
    height: 300px;
    border-radius: 24px;
    outline: 5px solid #fff;
}
.overlay-opportunities-box .block-image-cover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 83, 58, 0.7);
    border-radius: 24px;
}
.overlay-opportunities-box .block-image-text {
    padding: 2rem;
/*     top: 35%; */
    height: 100%;
}
.overlay-opportunities-box .block-image-text h3 {
    font-family: 'Figtree-Bold', sans-serif;
    line-height: 0.9;
}
.overlay-opportunities-box .block-image-text p:first-of-type {
    font-family: 'Figtree-Regular', sans-serif;
    font-size: 1.2rem;
    margin: 2rem 0;
}
.overlay-opportunities-box .block-image-text p {
    margin-bottom: 0.8rem;
    line-height: 1.3;
}
.overlay-opportunities-box .block-image-text a,
.overlay-opportunities-box .block-image-text a:visited,
.overlay-opportunities-box .block-image-text a:active,
.overlay-opportunities-box .block-image-text a:focus {
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.overlay-opportunities-box .block-image-text a:hover {
    color: #fff;
    text-decoration: underline;
}
/* OVERLAY OPPORTUNITIES BOXES - RESPONSIVE STYLING */
@media (min-width: 991.98px) and (max-width: 1399.98px) {
  .overlay-opportunities-boxes-container .container {
      margin-left: auto;
      margin-right: auto;
      padding-left: 5.5%;
      padding-right: 5.5%;
      max-width: 100%;
  }
  .overlay-opportunities-box .block-image-text p:first-of-type {
    margin: 1.5rem 0;
  }
  .overlay-opportunities-box .block-image-text {
    padding: 1.4rem;
  }
}
/* less than 1200px viewport width */
@media (max-width: 1200px) {
  /* box padding */
  .overlay-opportunities-box .block-image-text {
    padding: 1rem;
  }
  /* box h3 size */
  .overlay-opportunities-box .block-image-text h3 {
    font-size: 2.5rem;
  }
}
/* less than 992px viewport width */
@media (max-width: 992px) {
  /* all boxes container */
  .overlay-opportunities-boxes-container .container {
    max-width: 100%;
    padding: 0 2rem 2rem;
  }
  /* box h3 size */
  .overlay-opportunities-box .block-image-text h3 {
    font-size: 1.9rem;
  }
  /* paragraph margin */
  .overlay-opportunities-box .block-image-text p:first-of-type {
    margin: 1.5rem 0;
  }
  /* hyperlink line height */
  .overlay-opportunities-box .block-image-text p:not(:first-of-type) {
    line-height: 1.1;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .overlay-opportunities-box .block-image-text a, 
  .overlay-opportunities-box .block-image-text a:visited, 
  .overlay-opportunities-box .block-image-text a:active, 
  .overlay-opportunities-box .block-image-text a:focus {
    font-size: 1.8vw;
  }
}
/* less than 767 viewport width */
@media (max-width: 767px) {
  /* box h3 size */
  .overlay-opportunities-box .block-image-text h3 {
    font-size: 2.4rem;
  }
  /* paragraph margin */
  .overlay-opportunities-box .block-image-text p:first-of-type {
    margin: 1.8rem 0;
    font-size: 1.5rem !important;
  }
  /* hyperlink line height */
  .overlay-opportunities-box .block-image-text p:not(:first-of-type) {
    line-height: 1.5;
  }
}
/* less than 425px viewport width */
@media (max-width: 425px) {
  /* paragraph margin & font size */
  .overlay-opportunities-box .block-image-text p:first-of-type {
    margin: 1.4rem 0;
    font-size: 1.2rem;
  }
}
/* less than 375px viewport width */
@media (max-width: 375px) {
  /* header font size */
  .overlay-opportunities-box .block-image-text h3 {
    font-size: 2.2rem;
  }
  /* paragraph margin & font size */
  .overlay-opportunities-box .block-image-text p:first-of-type {
    margin: 1rem 0 0.9rem;
    font-size: 1.2rem !important;
  }
  /* hyperlink font size */
  .overlay-opportunities-box .block-image-text a, 
  .overlay-opportunities-box .block-image-text a:visited, 
  .overlay-opportunities-box .block-image-text a:active, 
  .overlay-opportunities-box .block-image-text a:focus {
    font-size: 1rem;
  }
}
/* greater than 992px viewport width */
  @media (min-width: 992px) {
  .overlay-opportunities-box {
    position: relative;
    /* top: -3rem; */
    z-index: 2;
  }
}
/* ==== GREEN BORDER BOX ============ */
.green-border-box .page-row-container {
    border: 8px solid #0b533a;
}

/* ==== CENTER JOB DESCRIPTION HEADINGS ========== */
.block-job-description h3 {
    text-align: center;
}
/* ==== ADD TO / VIEW FAVORITES BUTTONS ========== */
a.btn.btn-primary.candidate-favourite,
a.btn.btn-primary.view-favourites {
    color: #fff;
    border: 1px solid #000;
}
a.btn.btn-primary.candidate-favourite:hover,
a.btn.btn-primary.view-favourites:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

/* ==== IMAGE AND TEXT BLOCK - ALTERNATING DEPARTMENT BLOCKS WITH COLORED BACKGROUND BEHIND TEXT ==================== */
.text-img-department-wrapper .col-md-8 {
    display: flex;
}
.text-img-department-wrapper .col-md-8,
.text-img-department-wrapper .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
/* ==== yellow bg - green heading ======== */
.text-block_yellow-bg-green-heading {
    background-color: #f8b615;
    padding: 2rem;
}
.text-block_yellow-bg-green-heading h2 {
    color: #0b533a;
}
.text-block_yellow-bg-green-heading :is(p,a) {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.2;
}
.text-block_yellow-bg-green-heading a,
.text-block_yellow-bg-green-heading a:active,
.text-block_yellow-bg-green-heading a:visited,
.text-block_yellow-bg-green-heading a:focus {
    text-decoration: underline;
}
.text-block_yellow-bg-green-heading a:hover {
    text-decoration: none;
}
/* ==== white bg - green heading ======== */
.text-block_white-bg-green-heading {
    background-color: #ffffff;
    padding: 2rem;
}
.text-block_white-bg-green-heading h2 {
    color: #0b533a;
}
.text-block_white-bg-green-heading :is(p,a) {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.2;
}
.text-block_white-bg-green-heading a,
.text-block_white-bg-green-heading a:active,
.text-block_white-bg-green-heading a:visited,
.text-block_white-bg-green-heading a:focus {
    text-decoration: underline;
}
.text-block_white-bg-green-heading a:hover {
    text-decoration: none;
}
.text-block_white-bg-green-heading :is(p:last-of-type),
.text-block_white-bg-green-heading :is(p:last-of-type) {
    position: absolute;
    bottom: 5%;
}
/* ==== grey bg - yellow heading - green text ======== */
.text-block_grey-bg-yellow-heading {
    background-color: #eeeeee;
    padding: 2rem;
}
.text-block_grey-bg-yellow-heading h2 {
    color: #f8b615;
}
.text-block_grey-bg-yellow-heading :is(p,a) {
    color: #0b533a;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
}
.text-block_grey-bg-yellow-heading a,
.text-block_grey-bg-yellow-heading a:active,
.text-block_grey-bg-yellow-heading a:visited,
.text-block_grey-bg-yellow-heading a:focus {
    text-decoration: underline;
}
.text-block_grey-bg-yellow-heading a:hover {
    text-decoration: none;
}
/* large yellow heading */
.text-block_grey-bg-yellow-heading.heading-lg h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
}
/* ==== grey bg - green heading - black text ======== */
.text-block_grey-bg-green-heading {
    background-color: #eeeeee;
    padding: 2rem;
}
.text-block_grey-bg-green-heading h2 {
    color: #0b533a;
}
.text-block_grey-bg-green-heading :is(p,a) {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
}
.text-block_grey-bg-green-heading a,
.text-block_grey-bg-green-heading a:active,
.text-block_grey-bg-green-heading a:visited,
.text-block_grey-bg-green-heading a:focus {
    text-decoration: underline;
}
.text-block_grey-bg-green-heading a:hover {
    text-decoration: none;
}
/* ==== HEADING BANNER - SOLID BACKGROUND, COLOR TEXT ======== */
/* ==== green bg - yellow heading ======== */
.heading-banner_green-bg-yellow-heading :is(h2) {
    color: #f8b615;
    background-color: #0b533a;
    padding: 1.5rem 0 1.25rem;
    font-size: 3rem;
}
/* ==== yellow bg - black heading ======== */
.heading-banner_yellow-bg-black-heading :is(h2) {
    color: #000;
    background-color: #f8b615;
    padding: 1.5rem 0 1.25rem;
    font-size: 3rem;
}
/* ==== yellow bg - green heading ======== */
.heading-banner_yellow-bg-green-heading :is(h2) {
    color: #0b533a;
    background-color: #f8b615;
    padding: 1.5rem 0 1.25rem;
    font-size: 3rem;
}
/* ==== banner no bottom margin, no horizontal padding ======== */
.heading-banner-m0-p0 .col-md-12 {
  padding: 0;
}
.heading-banner-m0-p0 :is(h2) {
  margin-bottom: 0;
}
/* ==== FEATURED JOBS - TALENT COMMUNITY CTA ============ */
.talent-community-wrapper div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.talent-community-cta {
    background-color: #eeeeee;
    padding: 1rem;
}
.talent-community-cta .form-group-submit {
    margin-bottom: 0;
}
.talent-community-img-block .block-image-cover {
    height: 600px;
}
.talent-community-cta .form-group input {
    background-color: #0b533a;
    color: #f8b615;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
}

.talent-community-cta .form-group input::placeholder {
    color: #f8b614;
    font-weight: 600;
}
.talent-community-cta .selectize-input input::placeholder {
    color: #000 !important;
}
.talent-community-cta .form-group-submit button,
.talent-community-cta .form-group-submit button:active,
.talent-community-cta .form-group-submit button:visited,
.talent-community-cta .form-group-submit button:focus {
    margin-top: 0.25rem;
    background-color: #f8b615;
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    min-width: 125px;
}

.talent-community-cta .form-group-submit button:hover,
.talent-community-cta .form-group-submit button:focus-visible {
    background-color: #dca111 !important;
    color: #000;
    border-radius: 8px;
    border: none;
    padding: 0.75rem 1.5rem;
    min-width: 125px;
}

.talent-community-cta .form-group-submit button span,
.talent-community-cta .form-group-submit button:active span,
.talent-community-cta .form-group-submit button:visited span,
.talent-community-cta .form-group-submit button:focus span,
.talent-community-cta .form-group-submit button:focus-visible span,
.talent-community-cta .form-group-submit button:hover span {
    color: #000 !important;
}
.talent-community-cta .form-group-submit .btn.btn-primary:active {
    background-color: #dca111 !important;
    color: #000 !important;
}

/* phone number country code dropdown */
.call-to-action-form button.iti__selected-country {
    margin-top: 0 !important;
    padding: 0.75rem 1.5rem;
}
.talent-community-cta .call-to-action-form button.iti__selected-country .iti__arrow {
    border-top: var(--iti-arrow-height) solid #ffffff;
}



/* call to action legal terms footer text */
.call-to-action-form .legal-terms p {
    text-align: left;
}
/* ==== MULTI-BLOCK CLUSTER - IMAGE & 4 INFO SQUARES SIDE BY SIDE ============ */
.multi-block-cluster-wrapper :is(p) {
    line-height: normal;
}
/* flip order of columns on live page vs editor */
.page-body.not-editing .multi-block-cluster-wrapper.multi-block-flipped .col-md-6:nth-of-type(1) {
    order: 2;
}
/* flip order of image / boxes on live page (stays original in editor) */
.page-body.not-editing .multi-block-cluster-wrapper.multi-block-flipped .col-md-6:nth-of-type(2) {
    order: 1;
}
.page-body.not-editing .multi-block-cluster-wrapper .col-md-6:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    grid-gap: 1rem 0.5rem;
    padding-left: 5rem;
}
@media (max-width: 475px) {
  .page-body.not-editing .multi-block-cluster-wrapper .col-md-6:nth-of-type(2) {
      display: flex;
      flex-direction: column;
      padding-left: 0.75rem;
  }
}

.page-body.not-editing .multi-block-cluster-wrapper .col-md-6:nth-of-type(2) .block-wrapper {
    width: 100%;
    max-height: 200px;
    aspect-ratio: 1 / 1;
    height: auto;
    width: auto;
}
.multi-block-cluster-wrapper .multi-block-box-each {
    color: #000;
    background-color: #f8b615;
    border: 8px solid #0b533a;
    border-radius: 36px;
    height: 275px;
}
.multi-block-cluster-wrapper .multi-block-box-each * {
    color: #000;
    padding: 0.1rem 0.25rem;
}
/* ==== TAKE YOUR CAREER NORTH IMAGE & TEXT BLOCK ============ */
.career-north-inner-text .block-image-text {
    width: fit-content;
    padding: 2.5rem;
    left: 55%;
    transform: translate(-35%, -50%);
}
@media (max-width: 1199.8px) {
  .career-north-inner-text .block-image-text {
      left: 45%;
      transform: translate(-35%, -50%);
  } 
}
@media (max-width: 991.8px) {
  .career-north-inner-text .block-image-text {
      padding: 1.25rem;
      transform: translate(-45%, -50%);
  }
}
.career-north-inner-text .block-image-text :is(h2,p) {
    line-height: 1.6;
    text-shadow: #143950 2px 4px 10px;
}
.career-north-inner-text .block-image-text :is(h2) {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.career-north-inner-text .block-image-text :is(p) {
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 0;
}
@media (max-width: 991.8px) {
  .career-north-inner-text .block-image-text :is(h2) {
      font-size: 2.2rem;
      margin-bottom: 0.5rem;
  }
  .career-north-inner-text .block-image-text :is(p) {
      font-size: 1rem;
  }
}
/* career north inner text mobile - viewport */
.career-north-inner-text-mobile-wrapper {
    background-color: #000;
}
.career-north-inner-text-mobile {
    /* width: fit-content;
    padding: 2.5rem;
    left: 55%;
    transform: translate(-35%, -50%); */
}

.career-north-inner-text-mobile :is(h2,p) {
    line-height: 1.6;
    text-shadow: #143950 2px 4px 10px;
    color: #fff;
}
.career-north-inner-text-mobile :is(h2) {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.career-north-inner-text-mobile :is(p) {
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-body.not-editing .career-north-inner-text-mobile-wrapper {
      display: none;
  }
}
@media (max-width: 767.8px) {
  .page-body.not-editing .career-north-inner-text .block-image-text {
      display: none;
  }
}
/* ==== *NEW* CATEGORY OPPORTUNITY CARDS ============ */
.category-opportunities-card-wrapper .col-md-3 {
    
}
.category-opportunities-card-wrapper :is(.block-wrapper, .block-code, .page-block, .category-opportunities-card) {
    height: 100%;
}
.category-opportunities-card.card {
    background-color: #0b533a;
    border-radius: 36px;
    padding: 0;
    width: 18rem;
}

@media (max-width: 1399.8px) {
    .category-opportunities-card-wrapper .col-md-3 {
        width: 50%;
        margin: 0.5rem auto;
    }
}
.category-opportunities-card-wrapper .col-md-3 .category-opportunities-card.card {
    margin: 0.5rem auto;
}
.category-opportunities-card-wrapper .col-md-3 .category-opportunities-card.card img {
    object-fit: cover;
}
@media (max-width: 767.8px) {
    .category-opportunities-card-wrapper .col-md-3 {
        width: 100%;
        margin: 0.5rem auto;
    }
  .category-opportunities-card.card {
      max-width: 18rem;
      width: 100%;
  }
}
.category-opportunities-card .card-img,
.category-opportunities-card .card-img-top {
    border-radius: 0px;
    max-height: 190px !important;
    object-fit: cover;
}

.category-opportunities-card .card-header {
    color: #f8b615;
    padding: 1rem 1.5rem;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-opportunities-card .card-header-text {
    font-family: 'Figtree-Bold', sans-serif;
    font-size: 1.5rem;
    color: #f8b615;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
}
.category-opportunities-card .card-body {
    padding: 1rem 1.5rem 1rem;
    min-height: 90px;
}
.category-opportunities-card .card-text.card-body-text {
    color: #ffffff;
    font-family: 'Figtree-Regular', sans-serif;
    font-size: 1.2rem;
    margin: 0.25rem 0 1rem;
    line-height: 1.3;
}

.category-opportunities-card a[href].card-text.card-body-text  {
    display: inline-block;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* ==== SEARCH RESULTS - CUSTOM CARD LAYOUT ============ */
.col-12.job-search-results-card-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}
.job-search-results .job-component-details {
    float: right !important;
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    width: 275px !important;
    margin-top: -30px;
    margin-bottom: 0;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    line-height: 2em;
    font-weight: 400 !important;
    padding: 60px 12px 70px 12px;
    top: 0;
    right: 0;
    position: relative;
}
h3.card-title.job-search-results-card-title {
    position: relative;
    display: inline-block;
    width: 65%;
}

.card-text.job-search-results-summary {
    width: 65%;
}
@media (min-width: 992px) and (max-width: 1399.8px) {
  h3.card-title.job-search-results-card-title {
      width: 55%;
  }
  .card-text.job-search-results-summary {
      width: 55%;
  }
}
.card-body.job-search-results-card-body {
    padding-right: 0;
}
.card.job-search-results-card {
    padding-right: 0;
    display: block;
    margin: 0px 15px 0px 15px;
    padding-bottom: 0;
}
.job-search-results .job-component-icon-and-text span {
    word-break: break-word;
    font-size: 14px;
    line-height: 1.2;
    max-width: 200px;
}
/* viewport width less than 992px */
@media (max-width: 991.8px) {
  .check-check .card-body.job-search-results-card-body {
    padding: 1rem;
  }
  .check-check .job-component-details  {
    float: none !important;
    position: relative;
    display: block;
    background-color: #F8F8F8;
    margin-top: 0;
    margin-bottom: 0.5rem;
    margin-left: -5px;
    border-radius: 0;
    border: none;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 0.5rem 0;
    width: 100% !important;
  }
  .check-check .card-title.job-search-results-card-title {
    width: 100%;
    line-height: 1.1;
  }
  .check-check .job-component-details .job-component-list li {
    line-height: 1.4;
    margin-bottom: 0.2rem;
  }
  .check-check .card-text.job-search-results-summary {
    width: 100%;
  }
}
/* ==== CORE VALUES LIST ============ */
.core-values-list {
    position: relative;
}
.core-values-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
    padding-left: 3.5rem;
}
.core-values-list ul > li {
    list-style: none;
    line-height: 1;
    font-size: 1.25rem;
}
.core-values-list :is(p:last-of-type) {
    position: absolute;
    bottom: 5%;
    left: 12%;
}

/* ==== SEARCH PAGE - RESULTS CARDS STYLE UPDATES ============ */
.job-search-results .job-component-icon-and-text span {
    word-break: break-word;
    max-width: 200px;
}
.job-search-results-card .job-component-icon-and-text i.fas.fa-industry {
    visibility: hidden;
}
.job-search-results-card .job-component-icon-and-text:has(i.fas.fa-industry):nth-of-type(1) > i {
    visibility: visible;
}
.job-search-results-card .job-component-icon-and-text {
    display: inline-flex;
}
.job-component-list.job-component-list-category > ul {
    display: flex;
    flex-direction: column;
}
/* ==== text-block_yellow-bg-green-heading, 2nd paragraph is not hyperlink, position text in original location ============ */
.text-block_yellow-bg-green-heading.standard-paragraph :is(p:last-of-type), 
.text-block_white-bg-green-heading.standard-paragraph :is(p:last-of-type) {
    position: relative !important;
}

/* GLOBAL ACCESSIBILITY NAV - 'SKIP TO MAIN' AND CORRESPONDING ANCHOR LINKS */
.access-nav {
    position: absolute;
    z-index: 99999;
    top: 0
}
.access-nav.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0)
}
.access-nav.show-on-focus:focus {
    position: static!important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    background-color: #fff;
    outline: none;
}
.page-body.not-editing div.page-row:has(#nmu_main_content) {
    height: 0px;
}
.page-body.editing div.page-row:has(#nmu_main_content) .row.page-row-border {
    border: 3px dashed #ff0000;
}
.page-body.editing div.page-row:has(#nmu_main_content) .row.page-row-border::before {
    content: '"skip to main" anchor link';
    color: #ff0000;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

/* updates06132025 */
@media (max-width: 991.8px) {
  .page-body.not-editing .multi-block-cluster-wrapper .col-md-6 {
      width: 100%;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
  }
  
  .page-body.not-editing .multi-block-cluster-wrapper .col-md-6:nth-of-type(2) {
      width: 100%;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      justify-items: center;
  }
}
.multi-block-cluster-wrapper .multi-block-box-each img {
    max-width: 100px;
    height: auto;
}
.text-img-department-wrapper .block-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media (min-width: 768px) {
  .match-text-block-height,
  .match-text-block-height .block-image,
  .match-text-block-height .block-image-cover {
      height: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.8px) {
    .core-values-list {
        height: 55%;
    }
}
@media (min-width: 992px) and (max-width: 1199.8px) {
    .core-values-list {
        height: 67%;
    }
    .core-values-list ul > li {
        line-height: 2.5 !important;
    }
}
@media (max-width: 991.8px) {
    .core-values-container .col-md-6 {
        width: 100%;
    }
    .core-values-list ul {
        padding-left: 1.5rem !important;
    }
}
@media (max-width: 1399.8px) {
  .stack-vertical-1400 div[class^="col-"] {
      width: 100%;
  } 
}
