@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;700;800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
body,
p,
ul,
li {
  font-family: 'Figtree', Helvetica, Arial, sans-serif;
  color: #000000;
  letter-spacing: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  font-weight: 400;
}

h3 {
  font-size: 28px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 800;
}

h6 {
  font-size: 16px;
  font-weight: 400;
}

body,
p,
ul,
li {
  line-height: normal;
  font-weight: 400;
}

a, 
a:visited,
a:hover,
a:focus,
a:active {
  color: #181818;
}

@media (min-width: 768px) { 
  h1 {
    font-size: 56px;
    font-weight: 700;
  }
  
  h2 {
    font-size: 36px;
    font-weight: 400;
  }

  h3 {
    font-size: 28px;
    font-weight: 700;
  }

  h4 {
    font-size: 24px;
    font-weight: 400;
  }
  
  h5 {
    font-size: 18px;
    font-weight: 700;
  }

  h6 {
    font-size: 18px;
    font-weight: 500;
  }
}
/* ==== UTILITY / HELPER CLASSES ============ */
.bg-img-position-top .block-image-cover {
    background-position-y: top !important;
}
.bg-img-position-25 .block-image-cover {
    background-position-y: 25% !important;
}
.bg-img-position-75 .block-image-cover {
    background-position-y: 75% !important;
}
.bg-img-position-bottom .block-image-cover {
    background-position-y: bottom !important;
}

/* Navbar */

.navbar {
  background-color: #00857b!important;
  padding: 18px 0;
}

img.logo {
  width: 130px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

a.nav-link {
  padding-top: 15px;
}

.navbar .nav-link:hover {
  text-decoration: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
  border-width: 2px;
} 

@media (min-width: 768px) {
  li.nav-item.pt-3.nav-button .nav-link {
    color: #fff;
    border: 2px solid #f6f6f6;
    padding: 12px 24px;
    font-weight: 700;
    border-radius: 4px;
    font-size: 18px;
    border-radius: 30px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 30px;
      padding-left: 30px;
  }
}

/* Body */

.page-body {
  background-color: #f1f1f1;
}

/* Buttons */

a.button, .btn {
  padding: 12px 32px;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: none;
  width: 100%;
}

.block-job-description .job-description-controls .btn {
  width: auto;
}

a.button.button1,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited {
  border: 2px solid #00857B!important;
  background: #00857B;
  color: #ffffff!important;
}

a.button.button1:hover {
  border: 2px solid #000!important;
  background: #000;
  color: #fff;  
}

a.button.button2,
a.button.button2:active,
a.button.button2:focus,
a.button.button2:visited {
  border: 2px solid #00867B;
  background: transparent;
  color: #00867B;
}

a.button.button2:hover {
  border: 2px solid #000;
  background: transparent;
  color: #000;    
}

a.button.button3,
a.button.button3:hover,
a.button.button3:active,
a.button.button3:focus,
a.button.button3:visited {
  border: 3px solid #000000;
  background: transparent;
  color: #000000;
}

a.button.button4,
a.button.button4:hover,
a.button.button4:active,
a.button.button4:focus,
a.button.button4:visited {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  border: 2px solid #00857B!important;
  background: #00857B;
  color: #ffffff!important;
}

.btn-primary:hover {
  border: 2px solid #000;
  background: #000;
  color: #fff;  
}

.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
  border: 2px solid #00857B;
  background: transparent;
  color: #00857B;
  width: 100%;
}

.btn-success:hover {
  border: 2px solid #000;
  background: transparent;
  color: #000;  
  width: 100%;
}

/* Search Form  */

.job-search-results input.form-control {
  border-radius: 4px;
}

.job-search-control .btn-primary {
  margin-left: 15px;
}
.job-search-control .near-me-control {
  margin-left: 15px; /* to offset search btn margin left */
}
.job-search-control .near-me-btn {
  margin-left: 8px;
}

.input-group input, .input-group-btn button {
  height: 50px;
  padding: 12px 24px;
  font-weight: 700;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.job-search-results input.form-control {
  border-radius: 4px;
}

/* Candidate Settings */

.candidate-settings-panel {
  background-color: #F6F6F6;
}

/* Job Page */

.job-header-block h1,
.job-header-block h2 {
  margin: 0;
}
.block-job-description .job-component-icon-and-text {
  font-size: 16px;
}
.block-job-description .job-description-controls {
    margin-bottom: 22px;
    margin-top: 20px;
}
/* Sidebar */

.sidebar {
  background: #fff;
  padding: 1.4em;
  margin-bottom: 30px;
}

.sidebar h2 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 34px;
    margin: 0;
    padding-top: 12px;
}
.form-group.form-template-field-job-alert.job-alert {
    margin: 0;
}
.raf p {
    margin: 0;
}
.sidebar .btn,
.block-job-description .job-description-controls .btn,
.sidebar .call-to-action .btn-primary, 
.sidebar .call-to-action .btn-primary:active, 
.sidebar .call-to-action .btn-primary:focus, 
.sidebar .call-to-action .btn-primary:visited {
  border-radius: 30px;
  color: #fff!important;
}

/* Footer */

footer.bg-light {
  background-color: #F6F6F6!important;
  padding: 80px 0!important;
}

footer .logo-social {
  padding-right: 80px;
}

footer .partners {
  padding: 32px 0;
}

footer .partner-logo {
  width: 190px;
}

footer .partners .social img {
  width: 24px;
}


ul.social.list-unstyled.list-inline {
  padding-top: 15px;
}

footer .logo-social .list-inline-item:not(:last-child) {
  margin-right: 14px;
}

footer .logo-social p:last-child {
  margin-bottom: 0;
}

footer p {
  font-size: 14px;
  margin-bottom: 24px;
  font-weight: 500;
}

footer a {
  color: #181818;
}

footer .menu a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

footer .menu a:hover {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

footer .menu li {
  margin-bottom: 34px;
}

img.footer-logo.pb-2 {
  width: 130px;
  margin-bottom: 24px;
}

footer  .list-inline-item:not(:last-child) {
  margin-right: 26px;
}

footer .text-block {
  color: #535353;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

footer .privacy-menu {
  padding: 32px 0;
  text-align: center;
}

footer .privacy-menu ul,
footer .privacy-menu li {
  margin: 0;
}

.copyright {
  padding: 0;
  font-size: 16px;
  color: #181818;
  text-align: center;
}

footer .copyright p {
  margin: 0;
}

@media (min-width: 768px) { 
  footer .partner-logo {
    width: auto;
    height: 48px;
  }

  footer .partner-logo-90 {
    width: auto;
    height: 90px;
    margin-top: -20px;
  }

  .partner-logos-block ul {
    display: flex;
    justify-content: space-evenly;
  }
}

/* footer social icons - updates */
.social > li {
    margin-right: 20px !important;
}
.social a[aria-label*="icon"] {
    font-size: 1.5rem;
}

.consent-modal .btn {
  padding: 12px 16px;
  font-size: 14px;
}

.consent-modal .btn.consent-reject, 
.consent-modal .btn.consent-reject:active, 
.consent-modal .btn.consent-reject:focus, 
.consent-modal .btn.consent-reject:visited {
    border: 2px solid #00867B;
    background: transparent;
    color: #00867B;
}

.consent-modal .btn.consent-reject:hover {
  border: 2px solid #000;
  background: transparent;
  color: #000;  
}

.job-search-results-table .job-search-results-remote{
  display: none;
}

.badge {
    background-color: #00867b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    max-width: 30px;
    width: 100%;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #00867b;
  border-color: #00867b;
  color: #fff;
  font-weight: 600;
}

.page-link,
.page-link:hover {
  color: #00867b;  
}

.page-link:hover {
  font-weight: 600;
}

.block-jobs h3,
.job-location {
  font-size: 16px;
}

.block-jobs .job h3.job-title {
  color: #00857B;
}

.job-summary {
  font-size: 14px;
}

.grey-cards .card {
  padding: 15px;
  background-color: #f1f1f1;
  border-radius: 0;
  height: 100%;
  border: 2px solid #00867b;
}

.block-job-search-results .job-search-results-dropdown {
  margin: 0 0 0 10px;
  padding: 0 0 10px 10px;
  width: auto;
}

ul.dropdown-menu.dropdown-menu-right.show {
  transform: translate3d(-713.5px, 92px, 0px)!important;
}

table.table {
  background-color: #fff;
}

@media (max-width: 768px) {
  table.table {
    padding: 0 15px;
  }

  footer .partner-logo-90,
  footer .partner-logo  {
    width: 220px;   
  }
}

.selectize-control.multi .selectize-input>div {
  background-color: #0b776f;
}

.selectize-dropdown .active {
  color: #fff;
  background-color: #0b776f;
}

.input-group .form-control:last-child, 
.input-group-addon:last-child, 
.input-group-btn:last-child > .btn, 
.input-group-btn:last-child > .btn-group > .btn, 
.input-group-btn:last-child > .dropdown-toggle, 
.input-group-btn:first-child > .btn:not(:first-child), 
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-radius: 4px;
}

.block-job-search-results .clear-filters-button {
  font-weight: 700;
  line-height: normal;
}

.form-call-to-action input[type=file].form-control {
  padding: 10px;
}

.input-group-btn:last-child > .btn {
  border-radius: 4px;
}

@media (min-width: 768px) { 
  .block-job-search-results .clear-filters-button {
    margin-bottom: 42px;
    width: 223px;
  }
}

.job-search-results-dropdown_field_1 {
  display: none;
}

h4.job-search-filter-header.departments {
    visibility: hidden;
    position: relative;
}

h4.job-search-filter-header.departments::after {
    visibility: visible;
    position: absolute;
    left: 0;
    content: "Category";
}

h4.job-search-filter-header.dropdown_field_1_values {
    visibility: hidden;
    position: relative;
}

h4.job-search-filter-header.dropdown_field_1_values::after {
    visibility: visible;
    position: absolute;
    left: 0;
    content: "Department";
}

th.job-search-results-department {
    visibility: hidden;
    position: relative;
}

th.job-search-results-department::after {
    visibility: visible;
    position: absolute;
    left: 0;
    content: "Category";
}

.partner-logos-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.block-job-search-results .job-search-results table, .block-job-search-results .job-search-results .table-counts {
    font-size: 15px;
}

.block-job-search-results .job-search-filter-groups label:hover {
  white-space: wrap;
}

.job-search-results-requisition-identifiers {
  text-align: center;
}

.job-search-results-dropdown_field_2 {
  display: 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;
    border: none;
}
.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;
}

#fb-share-button {
background: #3b5998;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
    margin: -13px 0 0 10px;
}

#fb-share-button:hover {
    cursor: pointer;
    background: #213A6F
}

#fb-share-button svg {
    width: 18px;
    fill: white;
    vertical-align: middle;
    border-radius: 2px
}

#fb-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}
.bmc-dropdown .dropdown-menu
{
  padding:0;
}
.bmc-dropdown .dropdown-item {
    padding: 20px;
}
.bmc-dropdown .dropdown-item:hover{
   color:#fff;
  background-color:#00857a;
  text-decoration:none;
}
.bmc-dropdown .dropdown-menu li{
  margin-bottom:0;
}
.hero-text-box .block-image-text {
    background: #fff; /* White background */
    color: #000 !important; /* Ensure black text */
    padding: 25px;
    width: 850px; /* Set a fixed width */
    height: 275px; /* Set a fixed height */
    margin-left: auto;
    margin-right: 5vw; /* Push it to the right */
    position: relative;
    bottom: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex; /* Helps with content alignment */
    flex-direction: column;
    justify-content: center; /* Centers text vertically */
    align-items: flex-start; /* Aligns text to the left */
}

/* Ensure all text is black, including bold text */
.hero-text-box h1,
.hero-text-box p,
.hero-text-box a.button.button1,
.hero-text-box strong,
.hero-text-box b {
    color: #000 !important;
    font-weight: 700; /* Keeps bold text bold */
}

/* Adjust for responsiveness */
@media (max-width: 1199px) {
  .hero-text-box .block-image-text {
    width: 500px;
    height: auto; /* Allow height to adjust */
    margin-right: 3vw;
  }
}

@media (max-width: 1051px) {
  .hero-text-box .block-image-text {
    display: none;
  }
  .hero-text-box-mobile {
    display: block !important;
  }
}
/* ==== NEW LOCATION CARDS ============ */
.card.location-cards p > img {
    margin: 0 !important;
    width: 100%;
    height: auto;
    object-fit: cover !important;
}
.card.location-cards h3 {
    padding: 1rem;
    font-size: 24px;
}
.card.location-cards p:not(p:nth-of-type(1)) {
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}