@font-face {
    font-family: 'GT Standard L';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c1b5112c9c850deb1f49a9ff26879bf9/0e0508050ee80a64e769d0ac61b3ecbc/woff2/GT-Standard-L-Standard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GT Standard L';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c1b5112c9c850deb1f49a9ff26879bf9/0e0508050ee80a64e769d0ac61b3ecbc/woff2/GT-Standard-L-Standard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GT Standard L';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c1b5112c9c850deb1f49a9ff26879bf9/0e0508050ee80a64e769d0ac61b3ecbc/woff2/GT-Standard-L-Standard-Medium-Oblique.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

/* Theme Variables */
:root {
    /* Typography */
    --font-family-body: 'GT Standard L', sans-serif;
    --font-family-heading: 'GT Standard L', sans-serif;
    
    --font-size-h1: 60px;
    --font-size-h2: 50px;
    --font-size-h3: 40px;
    --font-size-h4: 32px;
    --font-size-h5: 22px;
    --font-size-h6: 20px;
    --font-size-paragraph: 18px;
    
    /* Colors */
    --primary-color: #48000E;
    --secondary-color:#B4CBFF;
    --dark-color: #000000;
    --light-color: #ffffff;
    --input-border-color:#ced4da;
	--input-bg-color:#ffffff;
    
    --bc-header-light: #f4efdd;
    --bc-header-light-border: rgba(216, 111, 0, 0.45);
    --bc-header-dark: #48000E;
    --bc-header-dark-border: rgba(216, 111, 0, 0.55);
    --bc-header-link-light: #5a0012;
    --bc-header-link-dark: #c8d5ff;
    --bc-header-button-soft: #c5d5ff;
    --bc-header-button-strong: #d86e00;
    
	/* Other variables */
  	--border-radius: 5px;

    /* Border Radius & Padding */
    --btn-border-radius: 35px;
    --input-border-radius: 5px;
    --input-padding: 10px 28px;

    /* Primary Button */
    --primary-btn-bg: #CFDDFF;
    --primary-btn-color: #48000E;
    --primary-btn-border-color: #CFDDFF;
    
    /* Primary Button Hover */
    --primary-btn-bg-hover: #FCF8E5;
    --primary-btn-color-hover: #48000E;
    --primary-btn-border-color-hover: #FCF8E5;
    
    /* Secondary Button */
    --secondary-btn-bg: #CD5804;
    --secondary-btn-color: #FCF8E5;
    --secondary-btn-border-color: #CD5804;
    
    /* Secondary Button Hover */
    --secondary-btn-bg-hover: #FCF8E5;
    --secondary-btn-color-hover: #48000E;
    --secondary-btn-border-color-hover: #FCF8E5;
 
    /* Button One */
    --button-one-bg: #CD5804;
    --button-one-color: #ffffff;
    --button-one-border-color: #CD5804;

    /* Button One Hover */
    --button-one-bg-hover: #09a3e2;
    --button-one-color-hover: #ffffff;
    --button-one-border-color-hover: #09a3e2;

    /* Button Two */
    --button-two-bg: #FFF7CF;
    --button-two-color: #ffffff;
    --button-two-border-color: #FFF7CF;

    /* Button Two Hover */
    --button-two-bg-hover: #014f8c;
    --button-two-color-hover: #ffffff;
    --button-two-border-color-hover: #014f8c;

    /* Button Three */
    --button-three-bg: #01579b;
    --button-three-color: #ffffff;
    --button-three-border-color: #01579b;

    /* Button Three Hover */
    --button-three-bg-hover: #014f8c;
    --button-three-color-hover: #ffffff;
    --button-three-border-color-hover: #014f8c;

    /* Button Four */
    --button-four-bg: #01579b;
    --button-four-color: #ffffff;
    --button-four-border-color: #01579b;

    /* Button Four Hover */
    --button-four-bg-hover: #014f8c;
    --button-four-color-hover: #ffffff;
    --button-four-border-color-hover: #014f8c;
	
	/* Cards */
	--card-background-color: #ffffff;
	--card-border-color: #c9c9c9;
	--card-padding: 30px 30px;
	--card-border-radius: 10px;
	--card-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;

	/* Navbar */
	--navbar-background: #ffffff;
	--navbar-color: #010101;

	/* Footer */
	--footer-background: #010101;
	--footer-color: #ffffff;

    /* Layout Settings */
    --card-columns: 33.333%;
    --filter-columns: 25%;

	/* Spacing */
	--bs-spacer-0: 0;
	--bs-spacer-1: 0.25rem;
	--bs-spacer-2: 0.5rem;
	--bs-spacer-3: 1rem;
	--bs-spacer-4: 1.5rem;
	--bs-spacer-5: 3rem;
	--bs-spacer-6: 6rem;

	--motion-duration: .2s;
    --motion-ease: cubic-bezier(.2,.7,.3,1);
}

/*** Global Theme ***/
body {
	background: #FFF7CF;
	color: #662D38;
	line-height: 1.5;
	font-family: var(--font-family-body);
	font-weight: 500;
	font-size: var(--font-size-paragraph);
	overflow-x: hidden;
}
/** Typography **/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family-heading);
	font-weight: 700;
	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);
	}
}
@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);
	}
}
.hero-h1 h1 {
	font-size: 96px;
}
.hero-h2 h2 {
	font-size: 46px;
}
@media (max-width: 576px) {
	.hero-h1 h1 {
		font-size: calc(var(--font-size-h1)* 0.8);
	}
	.hero-h2 h2 {
		font-size: calc(var(--font-size-h2)* 0.7);
	}
  	.hero-h1 .container-fluid h1,
  	.hero-h2 .container-fluid h2,
	.hero-h1 .container-fluid p,
  	.hero-h2 .container-fluid p {
		padding-left: 15px;
		padding-right: 15px;
  }
}
a, a:visited {
	color: var(--primary-color);
}
a:hover {
	color: var(--primary-color);
}

/** Navigation **/

.navbar {
	background: var(--navbar-background);
}
.nav-item {
	margin: 0px;
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.nav-link {
	color: var(--navbar-color) !important;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 20px !important;
}
.nav-link:visited {
	color: var(--navbar-color) !important;
}
.nav-link:hover {
	color: var(--primary-color) !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--dark-color);
    background-color: #ececec;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--dark-color);
    background-color: #ececec;
}
@media (max-width: 767px) {
  .nav-link {
    padding: 10px 8px !important;
  }
  .navbar-nav .nav-item:first-child {
    margin-top: 20px;
  }
}
/* Logos */

.navbar-brand-logo {
	width: 100%;
	max-width: 155px;
}
.footer-brand-logo {
	width: 100%;
	max-width: 155px;
}
@media (max-width: 576px) {
	.navbar-brand-logo {
		max-width: 115px;
	}
}
@media (max-width: 576px) {
	.footer-brand-logo {
		max-width: 155px;
	}
}
.no-gutters .col-md-12 {
	padding: 0px;
}
/*** Buttons ***/

.btn, button, a.button {
	font-weight: 500 !important;
	font-family: inherit !important;
	line-height: 1.5 !important;
	padding: var(--input-padding) !important;
    transition:
    background-color var(--motion-duration) var(--motion-ease),
    color var(--motion-duration) var(--motion-ease),
    border-color var(--motion-duration) var(--motion-ease),
    box-shadow var(--motion-duration) var(--motion-ease);
	border-radius: var(--btn-border-radius) !important;
	font-size: 15px !important;
	text-transform: inherit !important;
	text-decoration:none !important;
}
.btn-primary {
	background: var(--primary-btn-bg) !important;
	color: var(--primary-btn-color) !important;
	border: 1px solid var(--primary-btn-border-color) !important;
}
.btn-primary:visited, .btn-primary:active, .btn-primary:focus {
	background: var(--primary-btn-bg) !important;
	color: var(--primary-btn-color) !important;
	border: 1px solid var(--primary-btn-border-color) !important;
}
.btn-primary:hover, .btn-primary:first-child:active, .btn-primary:focus-visible {
	background: var(--primary-btn-bg-hover) !important;
	color: var(--primary-btn-color-hover) !important;
	border: 1px solid var(--primary-btn-border-color-hover) !important;
}
.btn-success {
	background: var(--secondary-btn-bg) !important;
	color: var(--secondary-btn-color) !important;
	border: 1px solid var(--secondary-btn-border-color) !important;
}
.btn-success:visited, .btn-success:active, .btn-success:focus, .btn:first-child:active {
	background: var(--secondary-btn-bg) !important;
	color: var(--secondary-btn-color) !important;
	border: 1px solid var(--secondary-btn-border-color) !important;
}
.btn-success:hover {
	background: var(--secondary-btn-bg-hover) !important;
	color: var(--secondary-btn-color-hover) !important;
	border: 1px solid var(--secondary-btn-border-color-hover) !important;
}
.btn-info, .btn-danger {
	background: var(--primary-btn-bg) !important;
	color: var(--primary-btn-color) !important;
	border: 1px solid var(--primary-btn-border-color) !important;
}
.btn-info:hover, .btn-info:visited, .btn-info:active, .btn-info:focus,
.btn-danger:hover, .btn-danger:visited, .btn-danger:active, .btn-danger:focus {
	background: var(--primary-btn-bg-hover) !important;
	color: var(--primary-btn-color-hover) !important;
	border: 1px solid var(--primary-btn-border-color-hover) !important;
}
.candidate-favourite:hover, .view-favourites:hover {
    text-decoration: none;
}
@media (max-width: 768px) {
  .candidate-favourite, .view-favourites {
    margin-bottom: 5px;
  }
}
/* 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: 1px solid var(--button-four-border-color);
}
a.button.button4:hover {
	background:var(--button-four-bg-hover);
	color:var(--button-four-color-hover);
	border:1px solid var(--button-four-border-color-hover);
}
/* Input group */

.call-to-action .form-control {
  border: 1px solid var(--input-border-color);
  background: var(--input-bg-color);
}
.input-group input, .input-group-btn button {
	height: auto !important;
	padding: var(--input-padding) !important;
}
/* Bootstrap Card */

.card {
	border: 1px solid var(--card-border-color);
	border-radius: var(--border-radius);
	box-shadow: var(--card-box-shadow);
	margin-bottom: 6px;
	background: var(--card-background-color);
	padding: var(--card-padding);
}
.card-title {
    line-height: .85;
}
/* Search / CTA input */
.job-search-control .form-control {
    border-radius: var(--input-border-radius) !important;
}
.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(--input-border-radius) !important;
}
.form-control {
    background-color: var(--input-bg-color);
}
.job-search-control input {
	background: var(--input-bg-color);
}
.job-search-control .easy-autocomplete {
  	background:transparent;
}
.call-to-action .form-control {
	border-radius: var(--input-border-radius);
}
.call-to-action-form input, .call-to-action-form select {
    background: var(--input-bg-color);
}
.form-call-to-action input[type=file].form-control {
    padding: 6px 10px;
}
.selectize-control.multi .selectize-input>div {
	background-color: var(--primary-color);
	color: var(--light-color);
	border-radius: var(--btn-border-radius);
	padding: 2px 10px;
}
.selectize-dropdown-content .option.active {
	background-color: var(--primary-color);
    color:var(--light-color);
}
.selectize-dropdown .option {
    color:var(--primary-color);
}
.selectize-input {
    border-radius: var(--input-border-radius) !important;
}
.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;
}
/** Job Search content block **/
.easy-autocomplete-container .eac-category {
    color: #000000 !important;
}
.easy-autocomplete-container .eac-item * {
    color: #000000 !important;
}

/** Job Search page **/

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 26px;
}
/* Job Search table */

.job-search-results-table .job-search-results-title a {
    color:var(--primary-color);
}
.job-search-filter-header {
	font-size: 20px !important;
}
.block-job-search-results .job-search-results table, .block-job-search-results .job-search-results .table-counts {
    font-size: inherit !important;
}
.table>:not(caption)>*>* {
    padding: 0.7rem 0.5rem;
}
/* Job Search cards */

@media (min-width: 992px) {
	.job-search-results-card-col {
		flex: 0 0 var(--card-columns) !important;
		max-width: var(--card-columns) !important;
	}
}
@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(--card-border-radius);
	box-shadow: var(--card-box-shadow);
	margin-bottom: 6px;
}
.job-search-results-card-title a {
	color: #000000;
	font-size: 22px;
}
.job-search-results-summary {
    font-size: 16px;
}
.job-search-results-card-body {
	padding: 0px;
}
.job-search-results-footer {
	background: var(--card-background-color);
	border-top: 0px;
	padding: 10px 0px;
}
.job-search-results-footer a {
	background: var(--card-background-color);
	color: var(--primary-color);
}
.job-search-results-card {
	background: var(--card-background-color);
}
.job-component-details {
    padding-top: 8px;
}
/** 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-color);
}
.job-search-dropdown-filters select {
	padding: 10px 10px;
	margin-bottom: 6px;
	border-radius: var(--input-border-radius);
	border: 1px solid var(--input-border-color);
	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 (max-width: 576px) {
  .pagination li.page-item {
    display: none;
  }
  .pagination li.prev,
  .pagination li.next {
    display: inline-block;
  }
  .pagination li.active {
    display: inline-block;
  }
  .pagination li.page-item:has(+ .active) {
    display: inline-block;
  }
  .pagination li.active + li.page-item {
    display: inline-block;
  }
}
.job-search-results .job-search-collapse {
    font-size: 16px !important;
}
.job-search-results .job-search-collapse:after {
    content: "F4FE";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 600 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-left: 2px;
}
@media (max-width: 767px) {
  .job-search-control input {
    margin-bottom: 8px;
  }
}

/** Job Advert **/

.block-job-description .job-title {
	font-size: 26px !important;
	color:var(--primary-color);
}
.job-description a:not(.btn) {
	text-decoration: underline;
	font-weight: 400;
}
/* Side panels */

.side-panel {
	box-shadow: var(--card-box-shadow);
	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: 21px;
}
.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: var(--card-box-shadow);
	padding: 30px;
	width: calc(33.333% - 15px);
	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:var(--primary-color);
    font-size:18px;
}
.job-list-cards .job-summary {
	padding-top: 12px;
	color: #444444 !important;
}
/* Jobs list content block table style */

.job {
	background: transparent;
	padding: 0px;
}
.job .job-title {
	margin-bottom: 10px;
	color:var(--primary-color);
}
.job-summary {
	padding-top: 12px;
	color: #444444 !important;
}
.block-jobs .job {
	margin-bottom: 16px;
}
/* Employee Referral Link */

/* 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%;
	}
}
.carousel-item-block.col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .carousel-item-block.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/** Video **/

/** 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;
	position: relative;
	background: #fff8e5 !important;
	border: 0 !important;
	border-radius: 30px !important;
	box-shadow: none !important;
	overflow: hidden;
}
.posts-cards .posts-card {
	border-radius: 30px !important;
}
.posts-cards .posts-card::after {
	content: "";
	position: absolute;
	inset: 10px;
	border: 2px dashed #f0c5a2;
	border-radius: 26px;
	pointer-events: none;
}
.posts-cards .posts-card-body {
	height: auto;
	padding: 24px 30px 12px;
	background: transparent;
}
.posts-cards .posts-card .card-title {
	color: #48000e;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 14px;
}
.posts-cards .posts-card .card-text,
.posts-cards .posts-card .posts-card-text {
	color: #662D38;
	font-size: 1rem;
	line-height: 1.5;
}
.posts-cards .posts-card-link {
	color: #48000e !important;
	font-weight: 500;
	font-size: 1rem;
	margin-top: 18px;
	text-decoration: none;
}
.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: 0 30px 30px;
	background: transparent;
	border-top: 0;
}
.posts-card-image {
	transition: transform 0.3s ease;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 20px 0;
	border-radius: 44px;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
	.posts-cards .posts-cards-cols {
		flex-direction: column;
	}
	.posts-cards .posts-card .card-title {
		font-size: 1.6rem;
	}
	.posts-cards .posts-card-body {
		padding: 22px 24px 12px;
	}
	.posts-cards .posts-card-footer {
		padding: 0 24px 24px;
	}
	.posts-card-image {
		padding: 18px 18px 0;
		border-radius: 36px;
	}
}
/** FAQs Accordion **/

.faq-set {
    color: #662D38;
}

.faq-set-header {
    color: #48000e;
    font-size: clamp(2rem, 1.6rem + 1vw, 2.7rem);
    font-weight: 700;
    margin-bottom: 22px;
}

.faq-accordion {
    background: transparent;
}

.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:last-of-type,
.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed,
.faq-accordion .accordion-item:first-of-type .accordion-button {
	border-radius: 0;
}

.faq-accordion .accordion-item {
    color: #662D38;
    background-color: transparent;
    border: 0;
    border-bottom: 2px dashed #7f2436;
    border-radius: 0;
    overflow: visible;
}

.faq-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: clamp(1.45rem, 1.2rem + 0.45vw, 1.95rem);
    font-weight: 700;
    line-height: 1.25;
    color: #48000e;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 26px 24px 26px 0;
}

.faq-accordion .accordion-button:not(.collapsed) {
	color: #48000e;
	background-color: transparent;
	box-shadow: none;
}

.faq-accordion .accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.faq-accordion .accordion-button::after {
    margin-left: auto;
}

.faq-accordion .accordion-body {
    padding: 0 0 30px 24px;
    background-color: transparent;
    color: #662D38;
    font-size: 1.05rem;
    line-height: 1.45;
}

.faq-accordion .accordion-body > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .faq-accordion .accordion-button {
        font-size: 1.25rem;
        padding: 22px 10px 22px 0;
    }

    .faq-accordion .accordion-body {
        padding: 0 0 24px 18px;
        font-size: 1rem;
    }
}
/** Footer **/

footer {
	background: var(--footer-background);
}
footer * {
	color: var(--footer-color);
}
footer a {
  	color: var(--footer-color);
}
footer a:hover,
footer a:visited,
footer a:active {
  	color: var(--footer-color) !important;
	opacity:0.85;
}
.social a {
	font-size: 16px;
	text-decoration:none;
}
/** Cookie consent **/

.offcanvas.offcanvas-bottom, .offcanvas.offcanvas-top {
    height: fit-content !important;
}
.consent-modal .image-wrapper {
	width: 100%;
	text-align: left;
}
.consent-reject, .reject-performance-cookies {
	background: var(--secondary-btn-bg);
	color: var(--secondary-btn-color);
	border: 1px solid var(--secondary-btn-border-color);
}
.consent-agree, .consent-confirm {
	background: var(--primary-btn-bg);
	color: var(--primary-btn-color);
	border: 1px solid var(--primary-btn-border-color);
}
.consent-reject:hover,
.reject-performance-cookies:hover,
.consent-reject:focus,
.reject-performance-cookies:focus,
.consent-reject:active,
.reject-performance-cookies:active,
.consent-reject:disabled,
.reject-performance-cookies:disabled {
	background: var(--secondary-btn-bg-hover);
	color: var(--secondary-btn-color-hover);
	border: 1px solid var(--secondary-btn-border-color-hover);
}
.consent-agree:hover,
.consent-confirm:hover,
.consent-agree:focus,
.consent-confirm:focus,
.consent-agree:active,
.consent-confirm:active,
.consent-agree:disabled,
.consent-confirm:disabled {
	background: var(--primary-btn-bg-hover);
	color: var(--primary-btn-color-hover);
	border: 1px solid var(--primary-btn-border-color-hover);
}
@media (max-width: 767.98px) {
    #cookie_consent_description {
        font-size: 15px;
    }
    #implied_consent_footer {
        height: auto;
    }
}
.cookie-description * {
    color: var(--dark-color);
}

/* Candidate Settings */

.candidate-settings-panel {
	background-color: #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;
}
.exit-call-to-action-modal {
  .modal-content {
      border-radius: 8px;
  }
  .modal-header {
  
  }
  .modal-body {

  }
  .modal-footer {
  
  }
}
/* Accessibility */

:where(a, button, .btn):focus-visible{
  outline: 2px solid color-mix(in oklch, var(--primary-btn-bg), white 20%);
  outline-offset: 3px;
}
/* Alignment / Spacing / Order */

.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* ordering */

@media (max-width: 767px) {
  .reverse-columns .row.page-row-border {
    display: flex;
    flex-direction: column;
  }
  .reverse-columns .row.page-row-border > [class*="col-"]:first-child {
    order: 2;
  }
  .reverse-columns .row.page-row-border > [class*="col-"]:last-child {
    order: 1;
  }
}
/* 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;
	}
}
/** Rounded class for images **/
.rounded-0 .image-uncropped-full-width,
.rounded-0 .block-image-cover {
    border-radius: 0 !important;
}

.rounded-1 .image-uncropped-full-width,
.rounded-1 .block-image-cover {
    border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 .image-uncropped-full-width,
.rounded-2 .block-image-cover {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-3 .image-uncropped-full-width,
.rounded-3 .block-image-cover {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 .image-uncropped-full-width,
.rounded-4 .block-image-cover {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 .image-uncropped-full-width,
.rounded-5 .block-image-cover {
    border-radius: var(--bs-border-radius-xxl) !important;
}
/** Negative spacing utilites **/

.mt-n1 {
	margin-top: calc(var(--bs-spacer-1) * -1) !important;
}
.mt-n2 {
	margin-top: calc(var(--bs-spacer-2) * -1) !important;
}
.mt-n3 {
	margin-top: calc(var(--bs-spacer-3) * -1) !important;
}
.mt-n4 {
	margin-top: calc(var(--bs-spacer-4) * -1) !important;
}
.mt-n5 {
	margin-top: calc(var(--bs-spacer-5) * -1) !important;
}
.mt-n6 {
	margin-top: calc(var(--bs-spacer-6) * -1) !important;
}
.me-n1 {
	margin-right: calc(var(--bs-spacer-1) * -1) !important;
}
.me-n2 {
	margin-right: calc(var(--bs-spacer-2) * -1) !important;
}
.me-n3 {
	margin-right: calc(var(--bs-spacer-3) * -1) !important;
}
.me-n4 {
	margin-right: calc(var(--bs-spacer-4) * -1) !important;
}
.me-n5 {
	margin-right: calc(var(--bs-spacer-5) * -1) !important;
}
.me-n6 {
	margin-right: calc(var(--bs-spacer-6) * -1) !important;
}
.mb-n1 {
	margin-bottom: calc(var(--bs-spacer-1) * -1) !important;
}
.mb-n2 {
	margin-bottom: calc(var(--bs-spacer-2) * -1) !important;
}
.mb-n3 {
	margin-bottom: calc(var(--bs-spacer-3) * -1) !important;
}
.mb-n4 {
	margin-bottom: calc(var(--bs-spacer-4) * -1) !important;
}
.mb-n5 {
	margin-bottom: calc(var(--bs-spacer-5) * -1) !important;
}
.mb-n6 {
	margin-bottom: calc(var(--bs-spacer-6) * -1) !important;
}
.ms-n1 {
	margin-left: calc(var(--bs-spacer-1) * -1) !important;
}
.ms-n2 {
	margin-left: calc(var(--bs-spacer-2) * -1) !important;
}
.ms-n3 {
	margin-left: calc(var(--bs-spacer-3) * -1) !important;
}
.ms-n4 {
	margin-left: calc(var(--bs-spacer-4) * -1) !important;
}
.ms-n5 {
	margin-left: calc(var(--bs-spacer-5) * -1) !important;
}
.ms-n6 {
	margin-left: calc(var(--bs-spacer-6) * -1) !important;
}
/** hero image positioning **/

.img-top .block-image-cover {
    background-position: 50% 15% !important;
}
.img-bottom .block-image-cover {
    background-position: 50% 75% !important;
}
/** Theme Specific **/

.list-item-check li, .list-item-circle-check li {
	list-style: none;
}
.list-item-check li::before {
    content: "\f00c";
    color: #000;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 8px;
}
.list-item-circle-check li::before {
    content: "\f058";
    color: #000;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 8px;
}
.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;
}
.section-one-background {
    background-color: #f1f6fb;
    background-image: url(https://cdn.prod.website-files.com/656d63a5a8c1cffefeee75a0/656eb9324bc9f3abbb604420_pattern-1.png);
    background-position: 0 0;
    background-size: auto;
}
.benefit-card img {
    width: 100%;
    max-width: 90px !important;
    height: auto;
}
.curved-hero-banner {
  position: relative;
  padding: 165px 0 250px;
  color: #fff;
  background: none;
  overflow: visible;  
}
.curved-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.25)),
    url('#')
      center/cover no-repeat;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path fill='white' d='M0,0 H100 V80 Q50,98 0,80 Z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path fill='white' d='M0,0 H100 V80 Q50,98 0,80 Z'/></svg>");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.curved-hero-banner > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .curved-hero-banner {
    padding: 180px 0 200px;
  }
  .curved-hero-banner::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path fill='white' d='M0,0 H100 V84 Q50,96 0,84 Z'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path fill='white' d='M0,0 H100 V84 Q50,96 0,84 Z'/></svg>");
  }
}
/** fix for media querries in the builder **/
.page {
    &.editing {
        & .page-row {
            .block-wrapper {
                display: block !important;
            }
        }
    }
}
/** Custom Career Site CSS **/

.block-image-cover, .image-uncropped-full-width, .page-block img {
    border-radius: 24px;
}
.container-fluid .block-image-cover {
    border-radius: 0px;
}

.card-blue {
    position: relative;
    background: #cfdcff !important;
    border: 0 !important;
    border-radius: 28px !important;
    box-shadow: none;
    overflow: hidden;
}

.card-blue::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 2px dashed #cd5804;
    border-radius: 24px;
    pointer-events: none;
}

.card-blue img {
    display: block;
    width: 100%;
    height: auto;
}

.card-yellow {
    position: relative;
    background: #fff8e5 !important;
    border: 0 !important;
    border-radius: 30px !important;
    box-shadow: none;
    overflow: hidden;
}

.card-yellow::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 2px dashed #f0c5a2;
    border-radius: 26px;
    pointer-events: none;
}

.card-yellow img {
    display: block;
    width: 100%;
    height: auto;
}

.card-yellow h2,
.card-yellow h3,
.card-yellow h4,
.card-yellow .card-title {
    color: #48000e;
    line-height: 1.2;
}

.card-yellow p,
.card-yellow li {
    color: #662D38;
}

.card-yellow .btn,
.card-yellow a.button,
.card-yellow .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px !important;
    background: #d86e00;
    border: 0;
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none;
}

.card-yellow .btn:hover,
.card-yellow a.button:hover,
.card-yellow .button:hover {
    background: #be6200;
    color: #ffffff !important;
}
/* BaptistCare Scroll Header */


.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.site-header-top,
.site-nav {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.site-header-top {
    background: var(--bc-header-light);
    position: relative;
    border-bottom: 0;
}

.site-header-top::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background-image: repeating-linear-gradient(
        to right,
        rgba(224, 158, 89, 0.55) 0 6px,
        transparent 6px 10px
    );
}

.site-header-top-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-header-meta,
.site-header-utility,
.site-header-phone {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-header-location,
.site-header-top a {
    color: var(--bc-header-link-light);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.site-header-phone i,
.site-header-search i {
    font-size: 0.95rem;
}

.site-nav {
    background: var(--bc-header-light);
    box-shadow: 0 10px 24px rgba(59, 15, 15, 0.04);
    padding: 0;
}

.site-header-main-inner {
    min-height: 102px;
    display: flex;
    align-items: center;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    margin-right: 32px;
    color: var(--bc-header-link-light);
    text-decoration: none;
}

.site-brand:hover,
.site-brand:visited {
    color: var(--bc-header-link-light);
}

.site-brand-logo-wrap {
    position: relative;
    display: block;
    width: min(100%, 240px);
}

.site-brand-logo {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.site-brand-logo-dark {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.site-primary-nav {
    gap: 10px;
}

.site-primary-nav .nav-link {
    color: var(--bc-header-link-light) !important;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 12px 18px !important;
}

.site-primary-nav .nav-link:visited {
    color: var(--bc-header-link-light) !important;
}

.site-primary-nav .nav-link:hover {
    color: var(--bc-header-link-light) !important;
    opacity: 0.75;
}

.site-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-action {
    min-width: 120px;
    padding: 13px 24px;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.site-action i {
    margin-right: 8px;
}

.site-action-secondary {
    background: var(--bc-header-button-soft);
    color: var(--bc-header-link-light);
}

.site-action-secondary:hover,
.site-action-secondary:focus,
.site-action-secondary:active {
    background: #b6c8fa;
    color: var(--bc-header-link-light);
}

.site-action-primary {
    background: var(--bc-header-button-strong);
    color: #ffffff;
}

.site-action-primary:hover,
.site-action-primary:focus,
.site-action-primary:active {
    background: #be6200;
    color: #ffffff;
}

.site-nav-toggler.navbar-toggler {
    border: 1px solid rgba(90, 0, 18, 0.2);
    padding: 8px 10px;
}

.site-nav-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%2889,0,20,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.site-header.is-scrolled .site-header-top {
    background: var(--bc-header-dark);
}

.site-header.is-scrolled .site-header-top::after {
    background-image: repeating-linear-gradient(
        to right,
        rgba(216, 111, 0, 0.7) 0 6px,
        transparent 6px 10px
    );
}

.site-header.is-scrolled .site-nav {
    background: var(--bc-header-dark);
    box-shadow: 0 14px 28px rgba(31, 0, 8, 0.24);
}

.site-header.is-scrolled .site-header-location,
.site-header.is-scrolled .site-header-top a,
.site-header.is-scrolled .site-brand,
.site-header.is-scrolled .site-brand:hover,
.site-header.is-scrolled .site-brand:visited,
.site-header.is-scrolled .site-primary-nav .nav-link,
.site-header.is-scrolled .site-primary-nav .nav-link:visited {
    color: var(--bc-header-link-dark) !important;
}

.site-header.is-scrolled .site-primary-nav .nav-link:hover {
    color: #ffffff !important;
}

.site-header.is-scrolled .site-brand-logo-light {
    opacity: 0;
}

.site-header.is-scrolled .site-brand-logo-dark {
    opacity: 1;
}

.site-header.is-scrolled .site-action-secondary {
    color: var(--bc-header-link-light);
}

.site-header.is-scrolled .site-nav-toggler.navbar-toggler {
    border-color: rgba(200, 213, 255, 0.3);
}

.site-header.is-scrolled .site-nav-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28200,213,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
    .site-header-top-inner,
    .site-header-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-header-top-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .site-header-meta,
    .site-header-utility {
        gap: 10px;
    }

    .site-header-main-inner {
        min-height: 84px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .site-brand {
        margin-right: auto;
    }

    .site-nav .navbar-collapse {
        background: inherit;
        padding: 12px 0 20px;
    }

    .site-primary-nav {
        gap: 0;
        margin: 16px 0 10px;
    }

    .site-primary-nav .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-nav-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .site-action {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .site-header-location,
    .site-header-top a {
        font-size: 0.88rem;
    }

    .site-header-utility {
        flex-wrap: wrap;
    }

    .site-brand-logo-wrap {
        width: min(100%, 210px);
    }
}

/* BaptistCare Footer */

.site-footer {
    background: #48000E;
    color: #fff7fb;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer a,
.site-footer a:visited,
.site-footer a:active {
    color: #f4f7ff;
}

.site-footer a:hover {
    color: #d6e2ff;
    opacity: 1;
}

.site-footer .small {
    font-size: 13px !important;
}

.site-footer-services {
    padding: 60px 0 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer-heading {
    color: #c8d5ff;
    font-size: clamp(2rem, 1.6rem + 0.8vw, 2.5rem);
    margin-bottom: 42px;
}

.site-footer-service-grid {
    row-gap: 28px;
}

.site-footer-service-group h3 {
    color: #c8d5ff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.site-footer-service-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-service-group li + li {
    margin-top: 12px;
}

.site-footer-service-group a {
    display: inline-block;
    color: #d8e4ff;
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.site-footer-service-group a:hover,
.site-footer-service-group a:focus {
    color: #ffffff;
}

.site-footer-bottom {
    padding: 22px 0 34px;
}

.site-footer-legal {
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 700;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 14px;
}

.site-footer-links a {
    color: #f4f7ff;
    font-size: 0.98rem;
    position: relative;
    text-decoration: none;
}

.site-footer-links a + a::before {
    content: "|";
    color: rgba(255, 255, 255, 0.7);
    margin-right: 18px;
}

.site-footer-acknowledgement {
    max-width: 760px;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
}

.site-footer-social-wrap {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 28px;
}

.site-footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-footer-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.7rem;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
}

.site-footer-social a:hover {
    transform: translateY(-2px);
}

.site-footer-seal {
    width: 68px;
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #eff8ff 0%, #d8fff1 100%);
    border: 3px solid #ffffff;
    color: #0c6a59;
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991px) {
    .site-footer-services {
        padding: 48px 0 42px;
    }

    .site-footer-social-wrap {
        justify-content: flex-start;
        margin-top: 6px;
    }
}

@media (max-width: 767px) {
    .site-footer-heading {
        margin-bottom: 32px;
    }

    .site-footer-service-group a {
        font-size: 1rem;
    }

    .site-footer-links {
        gap: 8px 14px;
    }

    .site-footer-links a + a::before {
        margin-right: 14px;
    }

    .site-footer-social-wrap {
        flex-wrap: wrap;
        gap: 18px;
    }
}

/* BaptistCare Job Cards */

.job-search-results-card,
.job-list-cards .job {
    background: #fbfbfb !important;
    border: 1px solid rgba(72, 0, 14, 0.12) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    padding: 28px 28px 24px !important;
}

.job-search-results-card {
    height: 100%;
}

.job-search-results-card-body,
.job-list-cards .job {
    display: flex;
    flex-direction: column;
}

.job-search-results-card-title a,
.job-list-cards .job .job-title,
.job .job-title {
    color: #48000e !important;
    font-size: clamp(1.5rem, 1.28rem + 0.4vw, 1.95rem) !important;
    font-weight: 500 !important;
    line-height: 1.15;
    text-decoration: none;
}

.job-search-results-card-title,
.job-list-cards .job .job-title,
.job .job-title {
    margin-bottom: 16px !important;
}

.job-component-details,
.job-search-results-card .badge,
.job-list-cards .badge,
.job-list-cards .job-field,
.job-search-results-card .job-field {
    color: #5c2940 !important;
    font-size: 0.9rem !important;
}

.job-component-details {
    padding-top: 10px;
    margin-bottom: 18px;
}

.job-component-icon-and-text  {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 35px;
    background: #cfddff !important;
    border: 0 !important;
    box-shadow: none !important;
    font-weight: 500;
        color: #5c2940 !important;
}

.job-search-results-summary, .job-list-cards .job-summary, .job-summary {
    color: #48000e !important;
    line-height: 1.65;
}

.job-search-results-footer {
    margin-top: auto;
    padding: 0 !important;
    background: transparent !important;
}

.job-search-results-footer a,
.job-list-cards .job a:not(.badge):not(.btn),
.block-jobs .job a:not(.badge):not(.btn) {
    color: #48000e !important;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.job-search-results-footer a:hover,
.job-list-cards .job a:not(.badge):not(.btn):hover,
.block-jobs .job a:not(.badge):not(.btn):hover {
    color: #48000e !important;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .job-search-results-card,
    .job-list-cards .job {
        padding: 22px 20px 20px !important;
    }

    .job-search-results-card-title a,
    .job-list-cards .job .job-title,
    .job .job-title {
        font-size: 1.35rem !important;
    }
}

/* BaptistCare Pagination */

.pagination {
    gap: 12px;
    align-items: center;
    margin-top: 28px;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-link {
    min-width: 46px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 0;
    border-radius: 8px !important;
    background: #ffffff;
    color: #48000e;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    box-shadow: none;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    background: #ead4ca !important;
    color: #48000e !important;
    box-shadow: none !important;
    text-decoration: none;
}

.pagination .previous_page .page-link {
    background: #660016;
    border-color: transparent;
    color: #ffffff;
}
.pagination .next_page .page-link {
    background: #ffffff;
    color: #48000e;
    font-size: 1.2rem;
}

.pagination .page-item.prev .page-link:hover,
.pagination .page-item.next .page-link:hover,
.pagination .page-item.prev .page-link:focus,
.pagination .page-item.next .page-link:focus {
    background: #cfb0a3;
}

.pagination .page-item.disabled .page-link {
    background: #efe5e0;
    color: rgba(72, 0, 14, 0.45);
    pointer-events: none;
}

.job-search-results-form .job-search-control, .job-search-dropdown-filters {
    background: #48000e !important;
}
.job-search-results-form .job-search-control {
    padding: 35px 45px 20px 45px;
    margin-bottom: 0px !important;
    border-radius: 8px 8px 0px 0px;
}
.job-search-results-form .job-search-dropdown-filters {
    padding: 10px 45px 30px 45px !important;
    margin-bottom: 50px;
    box-shadow: none;
    border-radius: 0px 0px 8px 8px;
}
.job-search-results-footer i {
    display: none;
}

.table-counts p {
    color: #660016;
    font-size: 16px;
    font-weight: 300;
}
