:root {
--primary: #002F6C;
--primary-light: #1864B2;
--primary-bright: #3B9CFF;
--secondary: #052c49;
--tertiary: #98CC13;
--accent: #a0ce4e;
--white: #fff;
--black: #000;
--dark-gray: #333;
--light-gray: #f0f0f0;
--bg-gray: #f9f9f9;
--bg-light: #f8f9fa; 
--bg-dark: #e2e6ea;
--text-color: #6C7073;
/* brand gray */
--light-text-color: #9d9da0;
--dark-text-color: #333;
	--standard-font: OpenSans-Regular, sans-serif;
	--light-font: "OpenSans-light", sans-serif;
  --header-font:"georgia";
  --d-grey: #494949;
}

/* Fonts */

@font-face {
	font-family: "facetselecticon";
	src: url("../system/production/assets/377/original/facetselecticon.eot");
	src: url("../system/production/assets/380/original/facetselecticon.woff")
			format("woff"),
		url("../system/production/assets/378/original/facetselecticon.ttf")
			format("truetype"),
		url("../system/production/assets/379/original/facetselecticon.svg")
			format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../system/production/assets/34219/original/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-light";
  src: url("../system/production/assets/34219/original/OpenSans-Regular.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "georgia";
  src: url("../system/production/assets/34220/original/georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* end Fonts */

/* Custom Animations */

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadebgin {
	0% {
		background: transparent;
	}
	100% {
		background: rgba(255, 255, 255, 1);
	}
}

@-webkit-keyframes fadebgin {
	0% {
		background: transparent;
	}
	100% {
		background: rgba(255, 255, 255, 1);
	}
}

@keyframes fadebgout {
	0% {
		background: rgba(255, 255, 255, 1);
	}
	100% {
		background: transparent;
	}
}

@-webkit-keyframes fadebgout {
	0% {
		background: rgba(255, 255, 255, 1);
	}
	100% {
		background: transparent;
	}
}

@keyframes slideleft {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-80%);
	}
}

@-webkit-keyframes slideleft {
	0% {
		-webkit-transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-80%);
	}
}

@-moz-eyframes slideleft {
	0% {
		-moz-transform: translateX(0%);
	}
	100% {
		-moz-transform: translateX(-80%);
	}
}

@keyframes slideright {
	0% {
		transform: translateX(-80%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideright {
	0% {
		-webkit-transform: translateX(-80%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes slideright {
	0% {
		-moz-transform: translateX(-80%);
	}
	100% {
		-moz-transform: translateX(0%);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

/* end Custom Animations */

html {
	height: 100%;
	width: 100%;
}

body {
	min-height: 100%;
	background: var(--white);
	color: var(--text-color);
	font-family: var(--standard-font), sans-serif;
	display: flex;
	flex-direction: column;
}
a{
	text-decoration: none !important;
}
p{
	color: var(--text-color);
	font-family: var(--standard-font), sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: var(--header-font) !important;
}

ul, li{
	font-family: var(--standard-font) !important;
}

.container-fluid.full-width {
	padding-left: 0px;
	padding-right: 0px;
}

.content {
	flex: 1 0 auto;
}

.main-footer {
	flex-shrink: 0;
}

/* General Classes */

.smaller {
	font-size: 85%;
}

.text-muted {
	color: var(--primary-light) !important;
	font-weight: 600;
}

.has-shadow {
	box-shadow: 0 5px 15px rgba(34, 34, 34, 0.2);
	-moz-box-shadow: 0 5px 15px rgba(34, 34, 34, 0.2);
	-webkit-box-shadow: 0 5px 15px rgba(34, 34, 34, 0.2);
	position: relative;
	z-index: 1;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.sticky {
	position: sticky;
}

.sticky-top {
	z-index: 999;
	width: 100%;
}

.preloader {
	animation: rotate 0.8s infinite linear;
	border: 6px solid #999;
	border-right-color: #ccc;
	border-radius: 50%;
	height: 28px;
	left: 50%;
	margin: 50px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 28px;
}
.career_site_home_page .form-control{
background-color: white !important;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 2;
	color: #495057;
	background-color: #bfe5fc21;
	background-clip: padding-box;
	border: 1px solid var(--primary-light);
	border-radius: 0rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 2;
	border-radius: 30px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.job-alert-link.btn.btn-block {
    background-color: var(--primary);
    border-color: var(--primary);
}

a{
  color: var(--primary);
}

.btn-primary, .btn-secondary {
	background-color: var(--primary);
	border-color: var(--primary);
}

.btn-primary:hover, .btn-secondary:hover {
	background-color: var(--primary);
	border-color: var(--primary);
	opacity: 0.75;
}

.btn-primary a {
	color: var(--white);
}

.btn-success {
	background-color: var(--tertiary);
	border-color: var(--tertiary);
}

.btn-success:hover {
	background-color: var(--tertiary);
	border-color: var(--tertiary);
	opacity: 0.75;
}

.btn a:hover {
	text-decoration: none;
}
/* end General Classes */

/* Effects */

.slideright {
	animation-name: slideright;
	-webkit-animation-name: slideright;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

.slideleft {
	animation-name: slideleft;
	-webkit-animation-name: slideleft;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

.fadebgout {
	animation-name: fadebgout;
	-webkit-animation-name: fadebgout;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

.fadebgin {
	animation-name: fadebgin;
	-webkit-animation-name: fadebgin;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

/* end Effects */

.hero-images {
	position: relative;
	z-index: 1;
	padding: 240px 0;
	box-shadow: inset 0 -12px 24px -12px rgba(34, 34, 34, 0.4);
	    background-color: rgb(90 64 87 / 10%);
}

.hero-images:before {
	content: "";
	background: url("//connect.healthcaretalentsource.com/system/production/assets/1132/original/hero_image_1.jpg")
		no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-images .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background-color: #000;
	background-position: center;
	background-size: cover;
}

.hero-job-search {
	background: linear-gradient(180deg, #E6EDF8, #002F6C, #00050B, #E6EDF8);
}

.cs_share_container {
	float: left;
}

.inner-search {
	position: relative;
	width: 100%;
	z-index: 2;
	padding: 15px 0px;
}

.inner-search h1,
.hero-images h1 {
	color: var(--white);
  font-family: var(--header-font);
}
.headertext{
  font-family: var(--header-font);
  
}

.inner-search h4 {
	font-weight: 300;
	font-family: var(--light-font);
}

/* Pre Footer */

.pre-footer {
	background-color: var(--primary);
}

.pre-footer .fa-circle,
.pre-footer h3 {
	color: var(--white);
}

.pre-footer .fa-inverse {
	color: var(--d-grey);
	transform: translateX(7%);
}

/* end Pre Footer */

/* Footer */

.footer {
	background-color: #1864b2;
	padding: 5px 8px;
	color: var(--white);

}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active {
	color: var(--white);
	margin: 0 5px;
		    /* padding: 12px;
    background: var(--primary-bright); */
}

.footer a:hover {
	background: var(--primary);
color: white !important;
}

/* end Footer */

/* Pages */

.page-section {
	margin: 0 0 30px 0;
}

.page__image {
	margin: 0 0 30px 0;
}

.page__image img {
	width: 100%;
}

/* end Pages */

/* Posts */

#myList .list {
	display: none;
}

.our-stories-header {
	background-color: var(--secondary);
	color: var(--white);
	margin-top: -30px;
}
.our-stories-cat {
	background-color: var(--primary);
	color: var(--white);
}

.our-stories-cat a {
	color: var(--white);
}

.our-stories-image {
	overflow: hidden;
	height: 100%;
	cursor: pointer;
}

.our-stories-image .image-bg {
	width: 100%;
	min-height: 330px;
	position: relative;
	display: block;
	background-position: top;
	background-size: cover;
	color: var(--text-dark-color);
	transition: transform 0.2s, opacity 0.2s;
}
.post-wrapper:hover .our-stories-image .image-bg {
	transform: scale(1.05);
	opacity: 0.9;
}

.post-wrapper {
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
	margin: 30px 0;
	cursor: pointer;
}
.post-content {
	padding: 1.5rem;
}

.post-content h2 {
	color: var(--secondary);
}

.indented {
	padding-left: 15px;
}

ul.list-group.list-group-flush.indented .list-group-item:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* End Posts */

/* Home Page */

.working-at {
	background-color: var(--bg-gray);
}

.working-at .row {
	padding: 30px 0;
}

.working-at-section {
	position: relative;
	overflow: hidden;
	height: 350px;
}

.working-at-section img {
	display: inline-block;
	transform: translate(-50%, 50%);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.working-at-section-content {
	position: absolute;
	height: 100%;
	background-color: rgb(9 35 97 / 80%);
	padding: 35px;
	transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-webkit-transition: 1s;
	left: 50%;
	top: 125%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
}

.working-at-section:hover .working-at-section-content {
	top: 50%;
}

.working-at-section-content-inner {
	color: white;
	text-align: center;
}

.working-at-section-content-inner h3 {
	padding-bottom: 45px;
	margin: 0;
	font-weight: bold;
}

.working-at-section-content-inner p {
	margin-bottom: 45px;
}

.working-at-link {
	padding: 14px;
	border: thin solid var(--white);
	color: white;
	font-weight: 500;
}

.working-at-link:hover {
	color: #dae0e5;
}

.working-at-sidebar:before {
	content: "";
	box-shadow: 0px 6px 12px rgba(23, 26, 27, 0.3);
	height: 90%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	border-radius: 9px 9px 75% 75%;
}

.working-at a:hover {
	text-decoration: none;
	border-radius: 6px;
}

.talent-network-block .btn-primary, #talent_network-1, #talent_network-2{
	background-color: #fff;
    border-color: #fff;
    color: var(--primary);
  padding: 5px 2rem;
}

.hero-job-search .btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid;
    font-weight: bold;
}

.job-category {
	min-height: 400px;
	position: relative;
	cursor: pointer;
	background-color: var(--primary);
}

.job-category div.title {
	z-index: 2;
}

.job-category h2,
.job-category i {
	color: var(--white);
  font-size: 1.75em;
  font-weight: bold;
}

.job-category i {
	content: "";
}

.job-category.with-image-bg div.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.job-category div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-color: #000;
	opacity: 0.5;
}

.job-category:hover div.overlay {
	opacity: 0.6;
}

.job-category.last div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-color: #000;
	opacity: 0;
}

.job-category.last:hover div.overlay {
	opacity: 0.3;
}

.job-category:hover {
	text-decoration: none;
}

.job-category:after {
	background-color: var(--primary);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
}

.talent-network-block {
	background-color: rgba(51, 51, 51, 1) !important;
}

.talent-network-block h2,
.talent-network-block p {
	color: var(--white);
}

/* Home Page */

.filter {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	background-color: var(--white);
}

.job-search.page-section {
	background-color: var(--light-gray);
	padding: 15px;
}

/* Job Details */
.job__details h1{
	color: var(--primary);
}

.jobs-section__apply .btn,
.job__details-apply .btn {
	display: block;
	margin-bottom: 10px;
}

.jobs-section__category-info {
	background-position: center center;
	background-size: cover;
}
.job__sidebar .card-header{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: var(--primary-light);
    color: white;
    border-bottom: 2px solid rgb(24 100 178);
}

.jobs-section__category-info-desc {
background: rgb(0 47 108 / 58%);
    color: white;
	padding: 24px;
}
.jobs-section__category-info-desc h2{
	font-weight: bold;
}

/* end Job Details */

/* Job Details : Saved Job Overlay */

.saved-jobs-alert-wrapper {
	background: rgba(34, 34, 34, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.saved-jobs-alert {
	background: var(--white);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 280px;
}

.saved-jobs-alert__check {
	background: var(--dark-gray);
	color: var(--white);
	font-size: 120px;
	line-height: 120px;
	padding: 24px;
}

.saved-jobs-alert__check.removed {
	background: #8fd400;
}

.saved-jobs-alert__message {
	background: var(--white);
	padding: 24px;
}
/* end Job Details : Saved Job Overlay */

/* Pagination */

.pagination {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0px 15px;
}

.pagination a,
.pagination span {
	position: relative;
	display: none;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: var(--white);
	border: none;
}

.pagination a.disabled,
.pagination span.disabled {
	color: var(--text-color);
	pointer-events: none;
	cursor: auto;
}

.pagination:first-child {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.pagination span.current {
	color: var(--dark-text-color);
	font-weight: 700;
}
.pagination span:first-child,
.pagination span:last-child,
.pagination a:last-child,
.pagination a:first-child {
	font-weight: 600;
	font-size: 25px;
	padding: 3px 1rem 5px 1rem;
	display: block !important;
}
.pagination span:first-child,
.pagination a:first-child {
	background: gray !important;
	color: var(--white) !important;
}
.pagination span:last-child,
.pagination a:last-child {
	background: var(--primary) !important;
	color: var(--white) !important;
}
.pagination a:last-child:hover {
	background: gray !important;
	text-decoration: none !important;
}
.pagination a:first-child:hover {
	background: var(--primary) !important;
	text-decoration: none !important;
}
.pagination-pages {
	position: absolute;
	right: 10%;
	bottom: 20%;
	color: var(--dark-text-color);
	margin-right: 20px;
	top: 10px;
}

/* end Pagination */

/* Jobs Search */

#search--jobs-search .row {
	background-color: var(--bg-light);
}

.jobs-section__item {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: none;
}

.jobs-section__item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	/* 0px 11px 8px -10px #CCC, 0px -11px 8px -10px #CCC */
	transition: 100ms;
	border-top-color: transparent;
	z-index: 55;
}

.jobs-section__item:hover + .jobs-section__item {
	border-top-color: transparent;
}

.fa-star {
	color: var(--warning);
}

.fa-flag {
	color: var(--danger);
}

.tooltip > .tooltip-inner {
	background-color: var(--primary);
}

.tooltip > .arrow::before {
	border-top-color: var(--primary);
}

.talent-network .card {
	background: linear-gradient(10deg, #8198bc, #002F6C, #00050B);
	border: none;
	border-radius: 0px;
}

.talent-network .card .card-text {
	color: var(--white);
}

.btn-danger {
    color: #fff;
    background-color: var(--d-grey);
    border-color: var(--d-grey);
}

/* end Jobs Search */

/* Facets */

.facet-loading {
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	display: none;
	height: 60px;
	margin: 20px auto;
	padding: 20px 0;
	width: 60px;
}

.facet-loading--dark {
	background-image: url("/system/production/assets/43/original/facet-loading-bg--dark.gif");
}

.facet-loading--light {
	background-image: url("/system/production/assets/44/original/facet-loading-bg--light.gif");
}

.facet-section h2 {
	border-bottom: 1px solid var(--black);
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	position: relative;
	color: var(--primary);
}

.facet-section h2 span {
	font-size: 12px;
}

.facet-item {
	margin: 0 0 10px 0;
}

.facet-item--collapsed {
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
}

.facet-item__heading h3 {
	cursor: pointer;
	font-size: 18px;
	line-height: 16px;
	margin: 0;
	position: relative;
	color: var(--primary);
	font-weight: bold;
}
.jobs-section__item-details h4{
	color: var(--primary);
	font-weight: bold;
}
.jobs-section h1{
	color: var(--primary);
}
.facet-item--expanded .facet-item__heading h3 {
	margin: 0 0 10px 0;
}

.facet-item--expanded .facet-item__options {
	display: block;
}

.facet-item--collapsed .facet-item__options {
	display: none;
}

a.facet-item__show-more {
	display: inline-block;
	margin: 10px 0;
}

span.facet-item__heading-expand-collapse {
	bottom: 0;
	font-family: "facetselecticon";
	font-size: 12px;
	position: absolute;
	right: 0;
	vertical-align: middle;
	width: 10%;
}

.facet-item--expanded span.facet-item__heading-expand-collapse:after {
	content: "s";
}

.facet-item--collapsed span.facet-item__heading-expand-collapse:after {
	content: "p";
}

.facet-item__options-item {
	border-bottom: 1px solid #ddd;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	position: relative;
}

.facet-item__heading div {
	padding: 0 10px;
	text-align: right;
}

span.facet-item__options-item-type {
	font-family: "facetselecticon";
}

.facet-item__options-item-type--multi:after {
	content: "b";
}

.facet-item__options-item-type--selected.facet-item__options-item-type--multi:after {
	content: "o";
}

.facet-item__options-item-type--single:after {
	content: "f";
}

.facet-item__options-item-type--selected.facet-item__options-item-type--single:after {
	content: "g";
}

/* end Facets */

/* Job Alerts Popup */

#fancybox-wrap #fancybox-outer {
	padding: 15px;
}

#fancybox-wrap #fancybox-outer #fancybox-content {
	padding: 0;
}

#fancybox-wrap
	#fancybox-outer
	#fancybox-content
	#candidateJobNotification
	.fInput
	br {
	display: none;
}

#fancybox-wrap
	#fancybox-outer
	#fancybox-content
	#candidateJobNotification
	.g-recaptcha {
	margin: 0;
}

@media only screen and (min-width: 480px) {
	#fancybox-wrap {
		min-width: 344px;
		width: auto !important;
	}
}

#fancybox-wrap
	#fancybox-outer
	#fancybox-content
	#candidateJobNotification
	.fInput {
	padding-left: 0;
	margin-bottom: 0;
}

#fancybox-wrap
	#fancybox-outer
	#fancybox-content
	#candidateJobNotification
	.fInput
	.fLabel {
	color: var(--light-text-color);
	font-size: smaller;
	margin-bottom: 0.2rem;
}

#fancybox-wrap
	#fancybox-outer
	#fancybox-content
	#candidateJobNotification
	button {
	/* have to emulate the bootstrap button here due to Talemetry defaults */
	background-color: var(--primary);
	border-color: var(--primary);
	text-transform: none;
	font-size: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: var(--white);
	padding: 0.375rem 0.75rem;
	box-shadow: none;
	margin-bottom: 0;
	right: 0;
}
.button-save{
    background: var(--primary-bright);
    color: white;
}
.badge-light {
    color: #212529;
    background-color: #d3e6f8;
	font-weight: bold;
	font-size: 12px;
}
#fancybox-wrap
	#fancybox-outer
	#fancybox-content
	#candidateJobNotification
	button:hover {
	opacity: 0.75;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
    font-size: 14px;
}

/* Job Alerts Popup */

/* default (xs-screens) */

html,
body {
	font-size: 14px !important;
}

h1 {
	font-size: 1.602em;
}

h2 {
	font-size: 1.424em;
}

h3 {
	font-size: 1.266em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 0.889em;
}

h6 {
	font-size: 0.79em;
}

.display-1 {
	font-size: 3.906em;
}

.display-2 {
	font-size: 3.125em;
}

.display-3 {
	font-size: 2.5em;
}

.display-4 {
	font-size: 2em;
}

/* Navbar */
.navbar {
	-webkit-backface-visbility: hidden;
	z-index: 12;
	background-color: var(--bg-light);
}
.navbbar.scrolled-nav {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.navbar .navbar-brand img.logo {
	height: 29px;
}
.navbar-light .navbar-nav .nav-link {
    color: #6C7073;
    font-weight: bold;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
color: var(--primary) !important;
}

.navbar.scrolled-nav {
	box-shadow: 0px 0px 23px 2px rgba(34, 34, 34, 0.4);
}

.jobs-search .navbar,
.jobs.search .navbar {
	box-shadow: none;
}

.jobs-search .search,
.jobs.search .search {
	z-index: 11;
}

.jobs-search .search.sticky,
.jobs.search .search.sticky {
	box-shadow: 0px 0px 23px 2px rgba(34, 34, 34, 0.4);
}

.mobile-subnav {
	box-shadow: none;
	position: unset !important;
}

.mobile-subnav {
	box-shadow: none;
	background-color: var(--bg-light);
}

.mobile-subnav a.nav-link {
}

.mobile-subnav.scrolled-nav {
	box-shadow: 0px 0px 23px 2px rgba(34, 34, 34, 0.4);
}

/* end Navbar */

.facet-section {
	background: var(--white);
	/* display: none; */
	font-size: 12px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
	.facet-section {
		display: block;
		height: auto;
		margin: 0 0 30px 0;
		position: relative;
		z-index: 0;
	}
}

@media (max-width: 767px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		overflow: hidden;
	}
	.row-offcanvas-right .sidebar-offcanvas {
		right: -100%;
		padding: 0 20px 0 20px;
	}
	.row-offcanvas-left .sidebar-offcanvas {
		left: -100%;
		padding: 0 20px 0 20px;
	}
	.row-offcanvas-right.active {
		right: 110%;
		overflow: unset;
	}
	.row-offcanvas-left.active {
		left: 110%;
		overflow: unset;
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 100%;
	}
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
	h1 {
		font-size: 2.441em;
	}
	h2 {
		font-size: 1.953em;
	}
	h3 {
		font-size: 1.563em;
	}
	h4 {
		font-size: 1.25em;
	}
	.display-1 {
		font-size: 6em;
	}
	.display-2 {
		font-size: 5.5em;
	}
	.display-3 {
		font-size: 4.5em;
	}
	.display-4 {
		font-size: 3.5em;
	}
	.navbar .navbar-brand img.logo {
		height: 70px;
		transition-property: height;
		transition-duration: 200ms;
		transition-timing-function: linear;
		transition-delay: 0s;
	}
	.navbar.scrolled-nav .navbar-brand img.logo {
		height: 40px;
		transition-property: height;
		transition-duration: 200ms;
		transition-timing-function: linear;
		transition-delay: 0s;
	}

	/*Hero*/
	.inner-search {
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		width: 100%;
		z-index: 2;
		padding: 15px 0px;
	}
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
	html,
	body {
		font-size: 16px !important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
}

/* Custom Styles */

.mobile-facet-label {
	background: var(--primary);
	color: var(--white);
	padding: 7px 10px;
	float: left;
	margin-right: 7px;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 7px;
}
.mobile-facet-label i,
.mobile-facet-label a {
	color: var(--white);
	text-decoration: none;
	font-size: 12px;
}

/* Google Form */
.google-form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Job Search Autofill */
.cs_jsearchform .ui-widget-content {
	font-family: din-condensed, sans-serif;
	border-bottom: 2px solid #eee !important;
}
.cs_jsearchform .ui-corner-all {
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.cs_jsearchform .ui-autocomplete-head {
	border-bottom: 2px solid #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.cs_jsearchform .cs_srchresults_count {
	float: none;
}
.cs_jsearchform .cs_srchresults_close {
	float: none;
	position: absolute;
	right: 8px;
	top: 6px;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	background: #eee;
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
}
.cs_jsearchform a.cs_mtitle,
.cs_jsearchform a.cs_mtitle.ui-state-focus,
.cs_jsearchform a.cs_mtitle.ui-state-active {
	border: medium none;
	font-family: din-condensed, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
.cs_jsearchform .cs_mtitle .cs_mjob_title {
	position: relative;
}
.cs_jsearchform .cs_mtitle .ui-icon {
	margin: 0;
	position: absolute;
	top: 0;
}
.cs_jsearchform .cs_mtitle .cs_mjob_titletext {
	width: 100%;
}
.cs_jsearchform .cs_mtitle .cs_mjob_location {
	padding-left: 18px;
}
.cs_jsearchform .ui-autocomplete-foot a,
.cs_jsearchform .ui-autocomplete-foot a.ui-state-focus,
.cs_jsearchform .ui-autocomplete-foot a.ui-state-active {
	font-size: 12px;
	line-height: 18px;
}
.cs_jsearchform .ui-autocomplete-notfound {
	font-size: 12px;
	line-height: 18px;
	padding: 4px;
	width: 100%;
}
.jobs-search .cs_jsearchform .ui-autocomplete {
	z-index: 9999 !important;
}
/* Job Search Autofill End */

/* Chat Bot Mobile Fixes */
.wrapper {
	z-index: 99999;
}
@media (max-width: 576px) {
	.wrapper {
		width: 100%;
		height: 8vh !important;
		bottom: 0 !important;
		top: auto !important;
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.wrapper.opened {
		width: 100%;
		height: 100%;
		height: 100vh !important;
		top: 0 !important;
		bottom: auto !important;
		left: 0;
		-webkit-transform: translate(0%, 0px) !important;
		transform: translate(0%, 0px) !important;
	}
}
/* END Chat Bot Mobile Fixes */
/* Wrapper reset for nested hubs */
.connect-form {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
}

/* Select styling */
.connect-form select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; /* CRITICAL for nested layouts */
    
    padding: 15px 50px 15px 20px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    text-align: center;
    outline: none;

    background: #fff;
    color: var(--primary);
    font-weight: bold;
    cursor: pointer;
    appearance: none;

    /* Custom arrow */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;

    /* Prevent parent flex/grid from shrinking it */
    flex-shrink: 0;
}

/* Mobile */
@media (max-width: 600px) {
    .connect-form select {
        font-size: 0.95rem;
        padding: 12px 40px 12px 15px;
        border-radius: 20px;
        background-position: right 12px center;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .connect-form select {
        font-size: 1rem;
        padding: 14px 45px 14px 18px;
    }
}



    .connect-form button {
        padding: 15px 40px;
        background: white;
        color: var(--primary);
        border: none;
        border-radius: 25px;
        font-weight: 700;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }
	.connect-form option{
		text-align: center;
	}

    .connect-form button:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }


/* Card Container */
.custom-card {
  border-radius: 15px;
  overflow: hidden;
  background: var(--primary);
  border-left: 6px solid var(--primary-bright);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Title */
.custom-card .card-title {
  font-weight: 700;
  color: white;
}

/* Text */
.custom-card .card-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: white;
}

/* Image Styling */
.custom-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 4px solid var(--primary-light);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .custom-img {
    border-left: none;
    border-top: 4px solid var(--primary-light);
  }
}

@media (min-width: 992px) { 
    .top--45 {
        position: relative;
        top: 0px;
    }
}

  /* ===========================
   MAIN FOOTER
   =========================== */
  .main-footer {
    background: #15375a;
    color: #ffffff;
	padding: 30px 0px 0px 0px;
  }


  .footer-top {
    padding: 50px;
  }

  .footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 2px solid white;
  }
   .footer-col h4 a{
	color: white;
      text-decoration: none !important;
   }
  .footer-col h4 a:hover{
    color: var(--primary-bright);
	text-decoration: none;
  }

  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-col ul li {
    margin-bottom: 10px;
  }

  .footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
  }

  .footer-col ul li a:hover {
    opacity: 1;
    color: var(--primary-bright);
  }

  /* ===========================
   BUTTON COLUMN
   =========================== */
  .footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
  }

  .footer-btn {
    background: #1864b2;
    color: #ffffff;
    padding: 14px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
  }

  .footer-btn:hover {
    background: #3b9cff;
    color: white;
    text-decoration: none;
  }
.page-header{
  font-size: 46px !important;
    font-family: var(--header-font) !important;
    font-weight: 400 !important;
    color: var(--primary) !important;
    line-height: 1.2;
}
  /* ===========================
   BOTTOM SECTION
   =========================== */
  .footer-bottom {
    background: #15375a;
    padding: 20px 110px;
    margin-top: 0px;
  }

  .footer-bottom p {
    margin: 0;
    font-size: 14px;
  }

  .footer-social a {
    color: #ffffff;
    font-size: 20px;
    margin-left: 18px;
  }

  .footer-social a:hover {
    color: #007bff;
  }

  .line {
    border-top: 4px solid #3b9cff;
    margin: 0px 120px;
  }

  /* ===========================
   MOBILE ADJUSTMENTS
   =========================== */
  @media (max-width: 767px) {
    .footer-buttons {
      margin-top: 30px;
    }
	
.f-align {
    padding: 15px 15px 15px 15px !important;
}
  }

  /* All iPads (768px–1024px) */
@media only screen 
  and (min-device-width: 768px)
  and (max-device-width: 1024px) {
  /* iPad styles */
  .f-align {
    padding: 15px 15px 15px 15px !important;
}
}
.benefits-grid {
  display: flex;
  flex-wrap: wrap;
}

.our-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 95px !important; /* adjust if needed */
  width: 100%;
}
.our-benefits {
    background: var(--primary);
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 1.25rem 0.75rem;
    float: left;
    border: 3px solid #fff;
    transition: 0.25s ease-in-out;
}
.our-benefits:hover {
    box-shadow: inset 0 0 20px rgba(255,255,255,0.6);
	 transform: translateY(-4px);
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 745px;
        margin: 1.75rem auto;
    }
}
.f-align{
	text-align: left !important;
    padding: 0px 0px 0px 125px;
}
/* About Al */

  .hub-page .hero-banner {
    background: linear-gradient(38deg, #002F6C, #00050B, #E6EDF8);
    padding: 55px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 60px;
  }

  .hub-page .hero-banner h2 {
    color: white;
    font-size: 2rem;
    font-weight: 800;
    font-family: var(--header-font);
  }

  .hub-page .hero-banner p,  .hub-page .hero-banner p a {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    /* max-width: 800px; */
    line-height: 1.8;
  }

  .hub-page .hero-banner ul li {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    /* max-width: 800px; */
    line-height: 1.8;
  }
    .citypage .about-text {
    padding-left: 15px;
  }

  /* HIGHLIGHTS */
  .citypage .highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--primary-light);
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: .3s;
  }

  .citypage .highlight-item:hover {
    transform: translateX(8px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .citypage .highlight-item i {
    font-size: 24px;
    color: var(--primary-bright);
  }
  /* RESPONSIVE */
  @media(max-width: 768px) {
    .citypage .about-text {
      padding-left: 0;
    }
  }

  .citypage h2 {
    color: #1864b2;
	font-family: var(--header-font);
	font-size: 2rem;
    font-weight: 800;
  }

  .community-links a {
    color: white;
    text-decoration: none;
  }

  .community-links a:hover {

    text-decoration: underline;
  }
    .citypage .about img {
    width: 100%;
    border-radius: 0px;
  }


  .talent-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 340px;
  }

  .talent-btn {
    background-color: white;
    color: var(--primary);
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid #3B9CFF;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .talent-menu {
    display: none;
    position: absolute;
    background-color: white;
    border-radius: 12px;
    margin-top: 6px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 999;
  }

  .talent-menu a {
    display: block;
    padding: 10px;
    color: var(--primary);
    text-decoration: none;
    font-size: 15px;
	border-bottom: 1px solid;
  }

  .talent-menu a:hover {
    background-color: var(--secondary);
	color: white;
  }

  /* Desktop hover */
  @media (min-width: 768px) {
    .talent-dropdown:hover .talent-menu {
      display: block;
    }
  }

  /* Mobile & tablet click-to-open */
  .talent-btn.active + .talent-menu {
    display: block;
  }
.talentDropdown1{
	margin-bottom: 3.5rem;
}
.talentDropdown1 .talent-btn{
	padding: 10px 20px !important;
}
.talentDropdown1 .talent-menu a{
padding: 5px !important;
}
@media (max-width: 767px) {
.talentDropdown1{
	margin-bottom:6rem !important;
}
.hero-images{
	padding: 175px 0px !important;
}
}
.dropdown2 {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: visible; /* allows dropdown to open normally */
  z-index: 1;
}

.dropdown2 .talent-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown2 .talent-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 10px;
  display: none;
  z-index: 999; /* stays above button but below page content */
}
.dropdown2 .talent-btn.active + .talent-menu {
  display: block;
}
  .meetmyteam {
        background: #f4f8ff;
        padding: 50px 0;
    }

    /* Section */
    .meetmyteam .team-section {
        width: 90%;
        max-width: 1100px;
        margin: auto;
    }

    .meetmyteam h1 {
        text-align: center;
        font-size: 40px;
        color: #0a3d62;
        margin-bottom: 40px;
    }

    /* Card */
    .meetmyteam .team-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--primary);
        color: white;
        margin-bottom: 25px;
        padding: 25px;
        border-radius: 15px;
        transition: 0.3s;
    }

    .meetmyteam .team-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    /* Alternate layout */
    .meetmyteam .team-card.reverse {
        flex-direction: row-reverse;
        background: Var(--primary-light);
    }

    /* Text */
    .meetmyteam .text {
        width: 60%;
    }

    .meetmyteam .text h2 {
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 26px;
    }

    .meetmyteam .text h4 {
        margin-bottom: 10px;
        font-weight: normal;
    }

    .meetmyteam .text p {
        font-size: 14px;
        line-height: 1.5;
		color: white !important;
    }
  .meetmyteam .text p strong{
	color: white !important;
  }
    .meetmyteam .text p a {
        color: white;
    }

    /* Image */
    .meetmyteam .image {
        width: 230px;
        height: 260px;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid white;
    }

    .meetmyteam .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* LinkedIn Button */
    .meetmyteam .btn {
        display: inline-block;
        margin-top: 10px;
        padding: 8px 16px;
        background: #ffffff;
        color: #0a66c2;
        /* LinkedIn blue */
        border-radius: 20px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        transition: 0.3s;
    }

    .meetmyteam .btn:hover {
        background: #0a66c2;
        color: #fff;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .meetmyteam .team-card {
            flex-direction: column;
            text-align: center;
        }

        .meetmyteam .team-card.reverse {
            flex-direction: column;
        }

        .meetmyteam .text {
            width: 100%;
            margin-bottom: 15px;
        }
    }
 .albion-highlight {
        background: var(--primary);
        color: #fff;
        padding: 1.25rem;
        font-size: 18px;
        font-weight: 600;
        border-left: 6px solid #fff;
        border-radius: 6px;
        line-height: 1.5;
        margin-top: 1.5rem;
    }

    .albion-highlight a {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
        transition: 0.25s ease-in-out;
    }

    .albion-highlight a:hover {
        color: #000;
        background: #fff;
        padding: 2px 6px;
        border-radius: 4px;
    }

	@media (max-width: 767px) {
.hub-page .hero-banner {
    background: linear-gradient(38deg, #002F6C, #00050B, #E6EDF8);
    padding: 25px 25px 100px 25px !important;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 60px;
}
	}
	   .area-map {
        width: 100%;
        aspect-ratio: 4 / 3;
        /* adjust as needed */
        background-image: url('//connect.healthcaretalentsource.com/system/production/assets/34232/original/area_map.gif');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
	    /* Job Shadow page */
            .job-shadow-wrapper {
                background: url('https://connect.healthcaretalentsource.com/system/production/assets/34226/original/job_shadow_landing_page.jpg') center/cover no-repeat;
                padding: 60px 0;
                color: #fff;
            }

            .job-shadow-wrapper .shadowing-section {
                font-family: Arial, sans-serif;
                background: rgba(0, 0, 0, 0.55);
                padding: 40px;
                border-radius: 10px;
            }

            .job-shadow-wrapper .intro-text {
                font-size: 1.1rem;
                margin-bottom: 25px;
                line-height: 1.6;
            }

            .job-shadow-wrapper .section-title {
                font-size: 2rem;
                font-weight: 700;
                color: #ffffff !important;
                text-align: center !important;
            }

            .job-shadow-wrapper .section-subtitle {
                font-size: 1.1rem;
                color: #e0e0e0;
            }

            .job-shadow-wrapper .info-box {
                background: #f8f9fa;
                border-left: 6px solid #007ea7;
                padding: 25px;
                border-radius: 6px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
                color: #000;
            }

            .job-shadow-wrapper .box-title {
                font-size: 1.4rem;
                font-weight: 600;
                color: #004b6e;
                margin-bottom: 15px;
            }

            .job-shadow-wrapper .requirements-list {
                list-style: none;
                padding-left: 0;
            }

            .job-shadow-wrapper .requirements-list li {
                padding: 6px 0;
                border-bottom: 1px solid #e0e0e0;
            }

            .job-shadow-wrapper.requirements-list li:last-child {
                border-bottom: none;
            }

            .job-shadow-wrapper a {
                color: var(--primary);
                font-weight: 600;
            }

            @media (max-width: 768px) {

                /* Move ALL timeline dots/lines to the LEFT */
                .shadow .timeline-item::before {
                    left: 0 !important;
                    right: auto !important;
                }

                /* If your right-side items have their own rule, override it too */
                .shadow .timeline-item.right::before {
                    left: 0 !important;
                    right: auto !important;
                }

                /* Optional: make all items align left visually */
                .shadow .timeline-item {
                    text-align: left !important;
                }
            }
       
    .shadow {
        background: linear-gradient(to bottom, #f4f8ff, #eaf2ff);
    }

    .shadow h2 {
        text-align: center;
        color: var(--primary);
        margin-bottom: 40px;
    }

    /* ABOUT */
    .shadow .about {
        padding: 30px 20px;
        display: flex;
        gap: 30px;
        margin: auto;
    }

    .shadow .about img {
        width: 100%;
        border-radius: 10px;
        border: 5px solid var(--primary-light);
    }

    /* .shadow .about-text {
        width: 50%;
    } */

    /* BENEFITS */
    .shadow .benefits {
        padding: 60px 20px;
    }

    .shadow .glass-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
        /* max-width: 1000px; */
        margin: auto;
    }

    .shadow .glass-card {
        background: rgb(0 47 130 / 11%);
        backdrop-filter: blur(10px);
        padding: 25px;
        border-radius: 12px;
        text-align: center;
        border: 1px solid rgb(9 35 97);
        transition: .3s;
    }

    .shadow .glass-card:hover {
        transform: translateY(-8px);
    }

    .shadow .glass-card i {
        font-size: 30px;
        color: var(--primary);
        margin-bottom: 10px;
    }

    .shadow .glass-card h3 {
        color: var(--primary);
    }

    .shadow .glass-card p a {
        color: var(--primary-bright);
    }

    /* TIMELINE */
    .shadow .timeline {
        padding: 60px 0;
    }

    .shadow .timeline-container {
        position: relative;
    }

    .shadow .timeline-container::before {
        content: '';
        position: absolute;
        left: 50%;
        width: 3px;
        height: 100%;
        background: var(--primary-light);
    }

    .shadow .timeline-item {
        width: 50%;
        padding: 20px;
        position: relative;
    }

    .shadow .timeline-item.left {
        left: 0;
        text-align: right;
    }

    .shadow .timeline-item.right {
        left: 50%;
    }

    .shadow .timeline-item::before {
        content: '';
        position: absolute;
        top: 20px;
        width: 15px;
        height: 15px;
        background: var(--primary);
        border-radius: 50%;
    }

    .shadow .timeline-item.left::before {
        right: -8px;
    }

    .shadow .timeline-item.right::before {
        left: -8px;
    }

    .shadow .timeline-box {
        background: white;
        padding: 20px;
        border-radius: 10px;
        transition: .3s;
        cursor: pointer;
    }

    .shadow .timeline-box:hover {
        transform: scale(1.05);
    }

    /* SIDE CARD */
    .shadow .side-card {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 100px;
    }

    .shadow .side-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .shadow .side-content {
        padding: 20px;
    }

    .shadow .side-content h4 {
        color: var(--primary);
        margin-top: 15px;
    }

    /* CTA */
    .shadow .cta {
        background: linear-gradient(rgba(0, 47, 108, 0.85), rgba(24, 100, 178, 0.85)), url('https://images.unsplash.com/photo-1580281658629-3d6e8c29f3b3');
        background-size: cover;
        text-align: center;
        color: white;
        padding: 100px 20px;
    }

    .cta h2 {
        text-align: center;
        color: white;
    }

    .shadow .cta a {
        padding: 12px 30px;
        border: 2px solid white;
        color: white;
        text-decoration: none;
        border-radius: 25px;
        transition: .3s;
    }

    .shadow .cta p {
        color: white;
    }

    .shadow .cta a:hover {
        background: white;
        color: var(--primary);
    }

    /* RESPONSIVE */
    @media(max-width:768px) {
        .shadow .about {
            flex-direction: column;
        }

        .shadow .about img,
        .shadow .about-text {
            width: 100%;
        }

        .shadow .timeline-item {
            width: 100%;
            left: 0 !important;
            text-align: left;
        }

        .shadow .timeline-container::before {
            left: 10px;
        }
    }
