
/* Theme Variables */
:root {
    /* Typography */
    --font-family-body: "Roboto", sans-serif;
    --font-family-heading: "Sora", sans-serif;
    
    --font-size-h1: 38px;
    --font-size-h2: 34px;
    --font-size-h3: 30px;
    --font-size-h4: 26px;
    --font-size-h5: 18px;
    --font-size-h6: 16px;
    --font-size-paragraph: 16px;
    
    /* Colors */
    --primary-color: #014AA8;
    --secondary-color: #6792CB;
    --dark-color: #000F2F;
    --light-color: #ffffff;
    --input-border-colour:#c9c9c9;
    
    /* Border Radius & Padding */
    --btn-border-radius: 35px;
    --input-border-radius: 5px;
    --input-padding: 10px 28px;

    /* Primary Button */
    --primary-btn-bg: #014AA8;
    --primary-btn-color: #FFFFFF;
    --primary-btn-border-color: #014AA8;
    
    /* Primary Button Hover */
    --primary-btn-bg-hover: #FFFFFF;
    --primary-btn-color-hover: #014AA8;
    --primary-btn-border-color-hover: #014AA8;
    
    /* Secondary Button */
    --secondary-btn-bg: #6792CB;
    --secondary-btn-color: #FFFFFF;
    --secondary-btn-border-color: #6792CB;
    
    /* Secondary Button Hover */
    --secondary-btn-bg-hover: #FFFFFF;
    --secondary-btn-color-hover: #6792CB;
    --secondary-btn-border-color-hover: #6792CB;
 
    /* Button One */
    --button-one-bg: #014AA8;
    --button-one-color: #ffffff;
    --button-one-border-color: #014AA8;

    /* Button One Hover */
    --button-one-bg-hover: #FFFFFF;
    --button-one-color-hover: #014AA8;
    --button-one-border-color-hover: #014AA8;

    /* Button Two */
    --button-two-bg: #6792CB;
    --button-two-color: #FFFFFF;
    --button-two-border-color: #6792CB;

    /* Button Two Hover */
    --button-two-bg-hover: #FFFFFF;
    --button-two-color-hover: #6792CB;
    --button-two-border-color-hover: #6792CB;

    /* Button Three */
    --button-three-bg: #373A36;
    --button-three-color: #ffffff;
    --button-three-border-color: #373A36;

    /* Button Three Hover */
    --button-three-bg-hover: #FFFFFF;
    --button-three-color-hover: #373A36;
    --button-three-border-color-hover: #373A36;

    /* Button Four */
    --button-four-bg: #DDE3FF;
    --button-four-color: #000F2F;
    --button-four-border-color: #DDE3FF;

    /* Button Four Hover */
    --button-four-bg-hover: #000F2F;
    --button-four-color-hover: #DDE3FF;
    --button-four-border-color-hover: #000F2F;
    
    /* Layout Settings */
    --card-columns: 50%;
    --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:var(--font-size-paragraph);
}
/** Typography **/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family:var(--font-family-heading);
  font-weight:600;
  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);
    }
}
.hero-h1 h1 {
  font-size:56px;
}
.hero-h2 h2 {
  font-size:46px;
}
a, a:visited {
    color: var(--secondary-color);
}
a:hover {
    color: var(--secondary-color);
}
/** Navigation **/
.nav-item {
  margin:0px;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.nav-link {
 color: var(--dark-color) !important;
 font-size: 16px;
 font-weight: 500;
 padding: 8px 20px !important;
 font-family:var(--font-family-heading);
}
/* Logos */
.navbar-brand-logo {
    width: 100%;
    max-width: 190px;
}
.footer-brand-logo {
    width: 100%;
    max-width: 125px;
}
@media (max-width: 576px) { 
    .navbar-brand-logo {
        max-width: 175px;
    }
}
@media (max-width: 576px) { 
    .footer-brand-logo {
        max-width: 90px;
    }
}
.no-gutters .col-md-12 {
    padding: 0px;
}

/* ==== UTILITY / HELPERS ================= */
/* 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;
}
.heading-text-white :is(h1,h2,h3,h4,h5) {
    color: #fff !important;
}
.body-text-white :is(p,span,li) {
    color: #fff !important;
}
.hyperlink-white :is(a[href]) {
    color: #fff !important;
} 
.all-text-white *:not(button,.btn,a.button,a.btn) {
    color: #fff !important;
}
.all-text-shadow *:not(button,.btn,a.button,a.btn) {
    text-shadow: 4.49667px 4.49667px 10px rgba(0, 0, 0, 0.25);
}
.heading-text-primary :is(h1,h2,h3,h4,h5) {
    color: var(--primary-color) !important;
}
.body-text-primary :is(p,span,li) {
    color: var(--primary-color) !important;
}
.hyperlink-primary :is(a[href]) {
    color: var(--primary-color) !important;
}
.heading-text-secondary :is(h1,h2,h3,h4,h5) {
    color: var(--secondary-color) !important;
}
.body-text-secondary :is(p,span,li) {
    color: var(--secondary-color) !important;
}
.hyperlink-secondary :is(a[href]) {
    color: var(--secondary-color) !important;
} 
/*** Buttons ***/
.btn, button, a.button {
    font-weight: 600;
    font-family: inherit;
    text-transform: inherit;
    line-height: 1.5;
    padding: var(--input-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) !important;
    font-size: 15px;
    text-transform:inherit;
}
.btn-primary  {
  background:var(--primary-btn-bg);
  color:var(--primary-btn-color);
  border:1px solid var(--primary-btn-border-color);
}
.btn-primary:hover,
.btn-primary:first-child:active,
.btn-primary:focus-visible {
  background:var(--primary-btn-bg-hover);
  color:var(--primary-btn-color-hover);
  border:1px solid var(--primary-btn-border-color-hover);
}
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus {
  background:var(--primary-btn-bg);
  color:var(--primary-btn-color);
  border:1px solid var(--primary-btn-border-color);
}
.btn-success {
  background:var(--secondary-btn-bg);
  color:var(--secondary-btn-color);
  border:1px solid var(--secondary-btn-border-color);
}
.btn-success:hover {
  background:var(--secondary-btn-bg-hover);
  color:var(--secondary-btn-color-hover);
  border:1px solid var(--secondary-btn-border-color-hover);
}
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
  background:var(--secondary-btn-bg);
  color:var(--secondary-btn-color);
  border:1px solid var(--secondary-btn-border-color);
}
.btn-info {
  background:var(--primary-btn-bg);
  color:var(--primary-btn-color);
  border:1px solid var(--primary-btn-border-color);
}
.btn-info:hover,
.btn-info:visited,
.btn-info:active,
.btn-info:focus{
  background:var(--primary-btn-bg-hover);
  color:var(--primary-btn-color);
  border:1px solid var(--primary-btn-border-color-hover);
}
/* Candidate setting buttons */
.label {
    background: var(--secondary-btn-bg);
    color: var(--secondary-btn-color);
    border: 1px solid var(--secondary-btn-bg);
    padding: 4px 12px;
    font-size: 13px !important;
    margin-bottom: 4px;
    display: inline-block;
    border-radius: var(--btn-border-radius);
}
/* custom buttons */
a.button.button1 {
  background:var(--button-one-bg);
  color:var(--button-one-color);
  border:1px solid var(--button-one-border-color);
}
a.button.button1:hover {
  background:var(--button-one-bg-hover);
  color:var(--button-one-color-hover);
  border:1px solid var(--button-one-border-color-hover);
}
a.button.button2 {
  background:var(--button-two-bg);
  color:var(--button-two-color);
  border:1px solid var(--button-two-border-color);
}
a.button.button2:hover {
  background:var(--button-two-bg-hover);
  color:var(--button-two-color-hover);
  border:1px solid var(--button-two-border-color-hover);
}
a.button.button3 {
  background:var(--button-three-bg);
  color:var(--button-three-color);
  border:1px solid var(--button-three-border-color);
}
a.button.button3:hover {
  background:var(--button-three-bg-hover);
  color:var(--button-three-color-hover);
  border:1px solid var(--button-three-border-color-hover);
}
a.button.button4 {
  background:var(--button-four-bg);
  color:var(--button-four-color);
  border:0px solid var(--button-four-border-color);
  padding:0px;
}
/*a.button.button4:hover {
  background:var(--button-four-bg);
  color:var(--button-four-color);
  border:0px solid var(--button-four-border-color-hover);
  padding:0px;
}*/

/* Input group fix */
.input-group input, .input-group-btn button {
    height: auto !important;
    padding: var(--input-padding) !important;
}
/* Bootstrap Card */
.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);
}
.card img {
  border-radius:12px;
  width:100%;
  height:auto;
}
/* Search Bar */
.job-search-control .near-me-control {
    margin-left: 0;
}
.job-search-control .input-group-btn {
    margin-left: 15px !important;
}
@media (max-width: 576px) {
  .job-search-control .form-control,
  .job-search-control .input-group-btn,
  .job-search-control .input-group-btn .btn,
  .job-search-control .btn,
  .job-search-control .col-2 {
    width: 100%;
  }
  .job-search-control .input-group-btn {
    margin: 5px 0 !important;
  }
}
.call-to-action .form-control {
    border-radius: var(--border-radius);
}
/** Job Search page **/
/* Job Search table */
.job-search-filter-header {
    font-size: 20px !important;
}
/* 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);
  }
}
.job-search-results-card {
    border: 1px solid #ececec;
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 6px;
    padding: 20px;
}
.job-search-results-card-title a {
    color: #000000;
    font-size: 20px;
}
.job-search-results-footer {
    background: var(--card-background-colour);
    border-top: 0px;
    padding: 10px 20px;
}
.card-body {
    padding: 10px 20px;
}
.job-search-results-footer a {
    background: var(--card-background-colour);
    color: var(--primary-color);
}
.card {
    background: var(--card-background-colour);
}
/** 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(--input-border-radius) !important;
    border: 1px solid var(--input-border-colour);
}
.job-search-dropdown-filters select {
    padding: 10px 10px;
    margin-bottom: 6px;
    border-radius: var(--input-border-radius);
    border: 1px solid var(--input-border-colour);
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%; 
    color:var(--dark-color);
    background-color:var(--light-color);
}
.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;
	}
}

/** Job Advert **/
/* Side panels */
.side-panel {
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    padding: 40px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.side-panel .job-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.side-panel .job-field {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
}
.side-panel h3 {
    font-size: 24px;
}
.side-panel .job-summary {
    margin-top: 2px;
    padding-top: 2px;
}
/* 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: #202e49  !important;
}
.job-list-cards .job-summary {
  padding-top: 12px;
  color: #444444 !important;
}
/* Jobs list content block table style */
.job {
    background: #ffffff;
    padding: 0px;
}
.job .job-title {
    margin-bottom: 10px;
    color: #202e49  !important;
}
.job-summary {
  padding-top: 12px;
  color: #444444 !important;
}
.block-jobs .job {
    margin-bottom: 16px;
}
/* Employee Referral Link */

/** CTAs **/
/** 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);
}
.cta-left-align .block-call-to-action form {
  margin: 0 auto 0 0;
}
.cta-right-align .block-call-to-action form {
  margin: 0 0 0 auto;
}

.call-to-action-form .btn span,
.call-to-action-form .btn:visited span{
    color: #fff !important;
}
.call-to-action-form .btn:hover span,
.call-to-action-form .btn:active span {
    color: var(--color-primary) !important;
}
/* 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: transparent;
    padding: 2rem;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;  
}
.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: 20px;
}
/** Footer **/
footer {
    background: #f4fbff;
}
footer * {
  color:#0d0d0d;
  font-weight:500;
  font-family:var(--font-family-heading);
}
.social a {
    font-size: 16px;
}
/** Candidate consent **/
.consent-modal .image-wrapper {
   width: 100%;
   text-align: left;
}
.consent-reject {
  
}
.consent-agree {
  
}

/* Candidate Settings */
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.candidate-settings-panel.settings-panel-transparent {
    background-color: transparent;
    border: 2px solid #f9f9f9;
    padding: 30px 42px;
}
.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
.candidate-settings-panel i {
  color:var(--dark-color);
}
.candidate-settings-panel h3 {
    font-size: 22px;
}
/* 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-3, .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%; 
  }
}
/* 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;
  }
}

/* AI Chat bot */
.chatbot-launcher {
background-color: var(--primary-color);
}
.chatbot-chat-window .chatbot-header {
color: #ffffff;
background-color: var(--primary-color);
}
.chatbot-message-content.sent .chatbot-message-text {
color: #ffffff;
background-color: var(--primary-color);
}
.chatbot-message-avatar .fa-circle {
color: var(--primary-color);
}
.chatbot-message-content.sent a[href] {
color: #ffffff;
}
turbo-frame.message-turbo-frame {
    .job-message {
        border: 1px solid var(--chatbot-message-shadow);
        border-radius: 15px;
        box-shadow: 0 2px 5px var(--chatbot-message-shadow);
        padding: 17px 20px;
    }
  .job-interested-btn {
    
  }
}

/* Spacing */

/** Mobile styles **/

/** Career Site CSS **/
.eyebrow h5 {
    background: #fcfcfc;
    display: inline-block;
    padding: 7px 16px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 35px;
    box-shadow: 0px 1px 3px #2e2f3130;
}
.border-radius img {
    border-radius: 16px;
}
.section-one-background {
    background-color: #f1f6fb;
    background-image: url("https://files.clinchtalent.com/1293c94f4024c4feb1b39ad36faced07/b0449e437ab4b1ed05068fb4ac978d63/section-one-bg-pattern.png");
    background-position: 0 0;
    background-size: auto;
}
.health-card .card {
    background: #fff;
    border-radius: 22px;
}
.value-card .block-image-cover {
    height: 300px;
    border-radius: 16px !important;
}

.accordion-item h2 {
  margin-bottom:0;
}

@media (max-width: 768px) {
  .carousel-item-block {
      width: 100%;
  }
}

@media (min-width: 768px) {
  .carousel-inner {
    padding: 0 40px;
  }
}

.sidebar {
    background: #ffffff;
    border-top: 3px solid var(--primary-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0px !important;
    margin-top: 30px;
    padding: 15px;
}

td.job-search-results-title a {
    color: var(--primary-color);  
  font-weight: 800;
}

.border-radius .block-image-cover {
  border-radius: 16px;
}

/* ==== LEXIPOL CUSTOM STYLES AND COMPONENTS ============= */

/* LEXIPOL MIRRORED FOOTER */
.mirror-footer {

    padding-top: 0;

    .footer-main {
        padding: 2rem 0;
        background-image: url("https://files.clinchtalent.com/1293c94f4024c4feb1b39ad36faced07/b0449e437ab4b1ed05068fb4ac978d63/footer-bg/footer-bg.webp");
        background-position: center center;
        background-size: cover;
    }

    @media (max-width: 767.8px) {
        .footer-main {
            border-top: none;
        }
    }

    @media (min-width: 768px) {
        .footer-main-inner {
            border-top: 1px solid #6692B75E;
            padding: 2rem 0;
        }
    }

    .footer-logo img {
        max-width: 150px;
        height: auto;
    }

    .social-icons {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
        transition: background-color 0.3s ease, transform 0.3s ease;
        text-decoration: none;
    }

    .social-icons a:hover {
        background-color: #6792CB42;
        transform: scale(1.1);
    }

    .social-icons svg {
        width: 20px;
        height: 20px;
    }

    .footer-column {
        margin-bottom: 2rem;
    }

    .footer-column {
        border-right: 1px solid #6692B75E;
    }

    .footer-column.last-footer-column {
        border-right: none;
    }

    .footer-column h5 {
        color: #6692B7;
        font-weight: 600;
        margin-bottom: 1rem;
        font-size: 0.95rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-column ul li {
        margin-bottom: 0.75rem;
    }

    .footer-column a {
        color: #000000;
        text-decoration: none;
        font-size: 0.9rem;
        transition: color 0.3s ease;
    }

    .footer-column a:hover {
        text-decoration: underline;
    }

    .contact-button {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background-color: transparent;
        border: 1px solid #FFB81C;
        color: #000;
        padding: 0.5rem 1rem;
        border-radius: 0.25rem;
        text-decoration: none !important;
        font-size: 0.85rem;
        font-weight: 600;
        transition: opacity 0.3s ease;
        margin-top: 1rem;
    }

    .contact-button:hover {
        background-color: #FFB81C;
        color: #fff;
        text-decoration: none !important;
    }

    .contact-button svg {
        width: 20px;
        height: 20px;
    }

    .footer-bottom {
        background-color: #014AA8;
        border-top: 1px solid #444;
        padding: 1.5rem 0;
        font-size: 0.85rem;
    }

    .footer-bottom p {
        margin: 0;
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-bottom nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .footer-bottom nav li {
        margin: 0;
    }

    .footer-bottom a {
        color: #6692B7;
        font-weight: 700;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .footer-bottom a:hover {
        text-decoration: underline;
    }

    @media (max-width: 767.8px) {
        .footer-logo {
            text-align: center;
            margin-bottom: 1.5rem;
            padding-bottom: 2rem;
            border-bottom: 1px solid #6692B75E;

        }

        .social-icons {
            justify-content: center;
            margin-bottom: 1.5rem;
        }



        .footer-bottom {
            text-align: center;
        }

        .footer-bottom nav ul {
            justify-content: center;
        }

        .desktop-contact-button {
            display: none !important;
        }
    }

    @media (min-width: 768px) {
        .mobile-contact-button {
            display: none !important;
        }
    }

    @media (max-width: 991.98px) {
        .footer-logo {
            text-align: center;
        }

        .footer-column {
            margin-bottom: 1.5rem;
            text-align: center;
        }

        .social-icons {
            justify-content: center;
        }
    }
}

/* LEXIPOL MIRRORED HEADER HERO  */
/* .hero-section-wrapper {
    position: relative;
}

.hero-section-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("https://www.lexipol.com/wp-content/uploads/2025/11/LE-hero1.webp");
	background: linear-gradient(103.57deg, #004b87 5.15%, #68000280 63.52%, #d2a92d80 100%),url("https://www.lexipol.com/wp-content/uploads/2025/11/LE-hero1.webp");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: -1;
} */

header .d-overlay-block {
    display: none;
}

header .d-overlay-none {
    display: block;
}

.hero-section-wrapper .page-row-inner :is(h1,h2,h3,p) {
    color: #fff;
}

.hero-section-wrapper .page-row-inner .job-search-control .input-group .easy-autocomplete {
    max-width: 60%;
    border-radius: 12px !important;
}

@media (min-width: 1024px) {
    header .d-overlay-block {
        display: block;
    }

    header .d-overlay-none {
        display: none;
    }

    header .nav-link {
        color: #fff !important;
    }

    /* .hero-section-wrapper::before {
        top: -85px;
    }

    .hero-section-wrapper {
        position: relative;
    } */

    .hero-section-wrapper.hero-1-column .page-row-inner {
        flex: 0 0 50%;
        width: 100%;
        padding: 0 0 0 1rem;
    }

    .hero-section-wrapper .page-row-inner .job-search-control .input-group {
        width: fit-content;
    }

    .hero-section-wrapper .page-row-inner .job-search-control .input-group .easy-autocomplete {
        max-width: 50% !important;
        border-radius: 12px;
    }
}

@media (max-width: 1023.8px) {
    .hero-section-inner .page-block .block-content :not(h5) {
        text-align: center;
    }

    .job-search-control .input-group {
        justify-content: center;
    }

    .hero-section-inner .page-block h5 {
        position: relative;
        left: 3dvw;
    }
}

@media (max-width: 767.8px) {
    .hero-section-wrapper .page-row-inner .job-search-control .input-group .easy-autocomplete {
        max-width: 100%;
        margin-bottom: 1rem;
    }
}
@media (min-width: 576px) and (max-width: 991.8px) {
    .container.navbar-container {
        max-width: 90%;
    }
}
button.navbar-toggler {
    border: none;
    border-radius: 0 !important;
    padding: 0.5rem 1rem;
}
/* .hero-section-wrapper:after {
    content: "";
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#000000cf,#0000);
    pointer-events: none;
    z-index: -1;
} */

/* @media (max-width: 1023.8px) {
    .hero-section-wrapper:after {
        top: 0px !important;
        background: linear-gradient( 90deg, #000c -1.82%, #00000040 98.18%);
    }
} */


/* ==== HERO SECTION WITH ALTERNATING IMAGES ============ */
.hero-section-wrapper {
    position: relative;
}

.hero-section-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    /* animation: heroSlider 40s infinite ease-in-out; */
    animation: heroSlider 40s infinite steps(1);
}

/* Desktop offset */
@media (min-width: 1024px) {
    .hero-section-wrapper::before {
        top: -85px;
    }
}

/* Crossfade slideshow */
@keyframes heroSlider {
    0%, 25% {
        background-image:
            linear-gradient(
                103.57deg,
                #004b87 5.15%,
                #68000280 63.52%,
                #d2a92d80 100%
            ),
            url("https://files.clinchtalent.com/1293c94f4024c4feb1b39ad36faced07/b0449e437ab4b1ed05068fb4ac978d63/hero-img/home-hero-slide-3-scaled.webp");
    }

    25%, 50% {
        background-image:
            linear-gradient(
                103.57deg,
                #004b87 5.15%,
                #68000280 63.52%,
                #d2a92d80 100%
            ),
            url("https://files.clinchtalent.com/1293c94f4024c4feb1b39ad36faced07/b0449e437ab4b1ed05068fb4ac978d63/hero-img/Disp-hero1.webp");
    }

    50%, 75% {
        background-image:
            linear-gradient(
                103.57deg,
                #004b87 5.15%,
                #68000280 63.52%,
                #d2a92d80 100%
            ),
            url("https://files.clinchtalent.com/1293c94f4024c4feb1b39ad36faced07/b0449e437ab4b1ed05068fb4ac978d63/hero-img/Firefighter-hero1.webp");
    }

    75%, 100% {
        background-image:
            linear-gradient(
                103.57deg,
                #004b87 5.15%,
                #68000280 63.52%,
                #d2a92d80 100%
            ),
            url("https://files.clinchtalent.com/1293c94f4024c4feb1b39ad36faced07/b0449e437ab4b1ed05068fb4ac978d63/hero-img/LE-hero1.webp");
    }
}

/* dark overlay */
.hero-section-wrapper:after {
    content: "";
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            180deg,
            #000000cf,
            #0000
        );

    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1023.8px) {
    .hero-section-wrapper:after {
        top: 0 !important;
        background:
            linear-gradient(
                90deg,
                #000c -1.82%,
                #00000040 98.18%
            );
    }
}

/* Round Image */

.round-edge {
    border-radius: 12px;
    overflow: hidden;
}


/* Blue Line Accent*/
.line-row {
    /* Paints a 2px blue line exactly in the middle of the row */
    background: linear-gradient(to bottom, transparent 49%, #014aa8 49%, #014aa8 51%, transparent 51%);
}