@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--bs-link-color-rgb: #051B3B;
	--bs-link-hover-color-rgb: #051B3B;
	--bs-border-width: 1px;
}

/* Fonts Start */
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("/media/imc/assets/fonts/glyphicons-halflings-regular.ttf");
}


@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 100 700;
	src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v136/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyph {
	font-family: 'Glyphicons Halflings'
}


.fa-envelope:before {
	content: "\f0e0"
}

.fa-solid,
.fas {
	font-weight: 900;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
	font-family: "Font Awesome 6 Free"
}



.fa-phone-alt:before,
.fa-phone-flip:before {
	content: "\f879"
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(https://ka-f.fontawesome.com/releases/v6.4.2/webfonts/free-fa-solid-900.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.4.2/webfonts/free-fa-solid-900.ttf) format("truetype")
}



/* Fonts End */

/* Reset CSS */
.mt-n3 {
	margin-top: -1rem !important;
}

.mdc-button--unelevated.btn-tertiary {
	--mdc-filled-button-label-text-weight: inherit;
}

.body-p,
.drawer,
.drawer__header>ul>li,
.drawer__navigation .items-more__cta,
.drawer__search,
.footer-row a,
.geocoder .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input,
.location-search-results,
.map-popup,
.map-sidebar,
.map-state--select,
.mobile-control>ul>li,
.no-locations,
.rich-block__subtitle,
.rich-block__summary,
.footer-row a,
nav.mobile-menu>ul>li,
nav.top-menu .mega-menu .show-more-less-container a[data-menu-action],
nav.top-menu>ul>li,
p,
ul.sidebar__navigation {
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-size: 14px;
}

.body-regular,
.footer__links a,
.footer__links p,
.footer__links a,
.footer__links p,
nav.shortcut-menu .menu-link,
nav.shortcut-menu .search,
ul.breadcrumb {
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-size: inherit;
}

a {
	transition: .3s;
	text-underline-offset: 2px;
}

html {
	font-family: "Inter", serif;
	font-size: 62.5%;
}

body {
	font-size: 1rem;
	font-family: "Inter", serif;
	color: #333;
}

a {
	color: #051B3B;
}

/* Page Layout Start */
@media (min-width: 1200px) and (max-width: 1609px) {

	.container,
	.testimonials-slider-wrapper>.row_0,
	.Contact-banner-bottom-container>.row_0,
	.logo-wrapper>.row_0,
	.four-cards-wrapper>.row_0,
	.leadership-container-wrapper>.row_0,
	.container_0 {
		max-width: 95%;
	}
}



@media (min-width: 768px) and (max-width: 991px) {

	.container,
	.testimonials-slider-wrapper>.row_0,
	.logo-wrapper>.row_0,
	.Contact-banner-bottom-container>.row_0,
	.four-cards-wrapper>.row_0,
	.leadership-container-wrapper>.row_0,
	.container_0 {
		max-width: 750px;
	}
}

.testimonials-slider-wrapper>.row_0,
.logo-wrapper>.row_0,
.Contact-banner-bottom-container>.row_0,
.leadership-container-wrapper>.row_0,
.four-cards-wrapper>.row_0,
.container_0 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* .container_0 .row_0{
	margin-left: -12px;
	margin-right: -12px;
}
.container_0 .row_0 .container_0 {
	padding-left: 8px;
	padding-right: 8px;
}
.container_0 .row_0 .container_0 .row_0{
	margin: 0;
} */
.row_0 {
	--bs-gutter-x: 0;
}

.container_0 .row_0.row-content-with-link {
	margin-left: 0;
	margin-right: 0;
}



@media (min-width: 768px) {

	.testimonials-slider-wrapper>.row_0,
	.logo-wrapper>.row_0,
	.Contact-banner-bottom-container>.row_0,
	.leadership-container-wrapper>.row_0,
	.four-cards-wrapper>.row_0,
	.container_0 {
		max-width: 750px;
	}
}

@media (min-width: 992px) {

	.testimonials-slider-wrapper>.row_0,
	.logo-wrapper>.row_0,
	.Contact-banner-bottom-container>.row_0,
	.leadership-container-wrapper>.row_0,
	.four-cards-wrapper>.row_0,
	.container_0 {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {

	.testimonials-slider-wrapper>.row_0,
	.logo-wrapper>.row_0,
	.Contact-banner-bottom-container>.row_0,
	.leadership-container-wrapper>.row_0,
	.four-cards-wrapper>.row_0,
	.container_0 {
		max-width: 1170px;
	}
}

@media (min-width: 1440px) {

	.container_0,
	.testimonials-slider-wrapper>.row_0,
	.logo-wrapper>.row_0,
	.Contact-banner-bottom-container>.row_0,
	.leadership-container-wrapper>.row_0,
	.four-cards-wrapper>.row_0,
	.container {
		max-width: 1300px;
	}
}

@media (min-width: 1600px) {

	.container_0,
	.testimonials-slider-wrapper>.row_0,
	.logo-wrapper>.row_0,
	.Contact-banner-bottom-container>.row_0,
	.leadership-container-wrapper>.row_0,
	.four-cards-wrapper>.row_0,
	.container {
		max-width: 1440px;
	}
}

@media (min-width: 1920px) {

	.container_0,
	.testimonials-slider-wrapper>.row_0,
	.logo-wrapper>.row_0,
	.Contact-banner-bottom-container>.row_0,
	.leadership-container-wrapper>.row_0,
	.four-cards-wrapper>.row_0,
	.container {
		max-width: 1700px;
	}
}


/* .row {
	--bs-gutter-x: 0;
} */
body p,
body a,
body ul,
body li,
body span,
body label,
body input,
body textarea,
body button {
	font-size: 16px;
}

/* Page Layout End */

/* Header Code Start */
body.scrolled header {
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}

nav.shortcut-menu>ul {
	--bs-gutter-x: 0;
}

nav.shortcut-menu {
	height: auto;
	background-color: transparent;
	position: absolute;
	right: 0;
	z-index: 1;
	padding: 15px 15px 0 15px;
	width: auto;
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	top: 28%;
}

@media (max-width: 767px) {
	nav.shortcut-menu {
		display: none;
	}
}

.shortcut-menu ul {
	list-style: none;
	width: 100%;
	max-width: 1140px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}

nav.shortcut-menu>ul>li {
	height: 24px;
	display: inline;
	margin-left: 0;
}

nav.shortcut-menu ul li a,
nav.shortcut-menu .menu-link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 12px;
	font-size: 14px;
}

.shortcut-menu ul li:first-child {
	border-right: 1px solid #6b81a4;
}

.shortcut-menu ul li a:hover {
	text-decoration: underline;
}

.shortcut-menu ul li:last-child {
	display: inline-flex;
	align-items: center;
	margin-left: 24px;
	position: relative;
}

.shortcut-menu .input-search,
.mobile--search .input-search,
nav.shortcut-menu .search .input-search {
	right: 0;
	background: #fff;
	border: 1px solid #dbe2ec;
	padding: 0 0 0 0;
	position: relative;
	width: 200px;
	border-radius: 0;
}

@media (max-width: 767px) {
	.mobile--search .input-search {
		width: 100%;
	}
}

.shortcut-menu .button-search .menu-link,
.mobile--search .button-search .menu-link {
	background-color: #dbe2ec;
	text-decoration: none;
	width: 36px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.shortcut-menu .button-search .menu-link,
.mobile--search .button-search .menu-link {
	height: 31px;
	background: url(/media/imc/assets/search-icon.jpg) no-repeat center center #dbe2ec;
	width: 35px;
	position: absolute;
	top: -3px;
	right: 0;
	bottom: 0;
	border: 0;
	border-radius: 0;
}

@media (max-width: 767px) {

	.shortcut-menu .button-search .menu-link,
	.mobile--search .button-search .menu-link {
		top: 0;
		height: 36px;
	}
}

.shortcut-menu .button-search .menu-link span,
.mobile--search .button-search .menu-link span {
	font-size: 0;
}

@media (max-width: 767px) {
	.mobile--search .search {
		width: 100%;
	}

}

.shortcut-menu .search input,
.mobile--search .search input,
nav.shortcut-menu .search .input-search input {
	font-size: 14px;
	background: none;
	border: none;
	border-radius: 0;
	padding: 5px 35px 5px 5px;
	font-stretch: normal;
	width: 100% !important;
	background-color: #fff;
	height: 36px;
}

.navbar-toggler-icon {
	width: 1em;
	height: 1em;
}

.navbar-toggler {
	padding: 6px 11px;
	border-color: #ddd;
	background: #fff;
	height: 36px;
}

.navbar-toggler:focus {
	box-shadow: none;
	background-color: #ddd;
}



@media (min-width: 768px) {
	.navbar-toggler {
		display: none;
	}
}

.navbar.bg-light {
	background: #051B3B !important;
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.navbar.bg-light {
		border-bottom: 4px solid #051B3B;
	}
}

.navbar.bg-light .navbar-brand {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.navbar.bg-light .navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.navbar.bg-light .navbar-brand img {
		height: 40px;
	}

}




@media (min-width: 768px) {
	.navbar.bg-light .container {
		flex-direction: column;
		align-items: flex-start;
	}

	@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

	:root {
		--bs-link-color-rgb: #051B3B;
		--bs-link-hover-color-rgb: #051B3B;
		--bs-border-width: 1px;
	}

	/* Fonts Start */
	@font-face {
		font-family: 'Glyphicons Halflings';
		src: url("/media/imc/assets/fonts/glyphicons-halflings-regular.ttf");
	}


	@font-face {
		font-family: 'Material Symbols Outlined';
		font-style: normal;
		font-weight: 100 700;
		src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v136/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
	}

	.material-symbols-outlined {
		font-family: 'Material Symbols Outlined';
		font-weight: normal;
		font-style: normal;
		font-size: 24px;
		line-height: 1;
		letter-spacing: normal;
		text-transform: none;
		display: inline-block;
		white-space: nowrap;
		word-wrap: normal;
		direction: ltr;
		-webkit-font-feature-settings: 'liga';
		-webkit-font-smoothing: antialiased;
	}

	.glyphicon {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}

	.glyph {
		font-family: 'Glyphicons Halflings'
	}


	.fa-envelope:before {
		content: "\f0e0"
	}

	.fa-solid,
	.fas {
		font-weight: 900;
	}

	/*!
	 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
	 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
	 * Copyright 2023 Fonticons, Inc.
	 */
	.fa {
		font-family: var(--fa-style-family, "Font Awesome 6 Free");
		font-weight: var(--fa-style, 900)
	}

	.fa,
	.fa-brands,
	.fa-classic,
	.fa-regular,
	.fa-sharp,
	.fa-solid,
	.fab,
	.far,
	.fas {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: var(--fa-display, inline-block);
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		text-rendering: auto
	}

	.fa-classic,
	.fa-regular,
	.fa-solid,
	.far,
	.fas {
		font-family: "Font Awesome 6 Free"
	}



	.fa-phone-alt:before,
	.fa-phone-flip:before {
		content: "\f879"
	}

	@font-face {
		font-family: "Font Awesome 6 Free";
		font-style: normal;
		font-weight: 900;
		font-display: block;
		src: url(https://ka-f.fontawesome.com/releases/v6.4.2/webfonts/free-fa-solid-900.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.4.2/webfonts/free-fa-solid-900.ttf) format("truetype")
	}



	/* Fonts End */

	/* Reset CSS */
	.mt-n3 {
		margin-top: -1rem !important;
	}

	.mdc-button--unelevated.btn-tertiary {
		--mdc-filled-button-label-text-weight: inherit;
	}

	.body-p,
	.drawer,
	.drawer__header>ul>li,
	.drawer__navigation .items-more__cta,
	.drawer__search,
	.footer-row a,
	.geocoder .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input,
	.location-search-results,
	.map-popup,
	.map-sidebar,
	.map-state--select,
	.mobile-control>ul>li,
	.no-locations,
	.rich-block__subtitle,
	.rich-block__summary,
	.footer-row a,
	nav.mobile-menu>ul>li,
	nav.top-menu .mega-menu .show-more-less-container a[data-menu-action],
	nav.top-menu>ul>li,
	p,
	ul.sidebar__navigation {
		font-family: inherit;
		font-weight: inherit;
		line-height: inherit;
		font-size: 14px;
	}

	.body-regular,
	.footer__links a,
	.footer__links p,
	.footer__links a,
	.footer__links p,
	nav.shortcut-menu .menu-link,
	nav.shortcut-menu .search,
	ul.breadcrumb {
		font-family: inherit;
		font-weight: inherit;
		line-height: inherit;
		font-size: inherit;
	}

	a {
		transition: .3s;
		text-underline-offset: 2px;
	}

	html {
		font-family: "Inter", serif;
		font-size: 62.5%;
	}

	body {
		font-size: 1rem;
		font-family: "Inter", serif;
		color: #333;
	}

	/* Header Code Start */
	body.scrolled header {
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
	}

	nav.shortcut-menu>ul {
		--bs-gutter-x: 0;
	}

	nav.shortcut-menu {
		height: auto;
		background-color: transparent;
		position: absolute;
		right: 0;
		z-index: 1;
		padding: 15px 15px 0 15px;
		width: auto;
		display: flex;
		align-items: center;
		padding-top: 0;
		padding-bottom: 0;
		top: 25%;
		white-space: nowrap;
	}

	@media (max-width: 767px) {
		nav.shortcut-menu {
			display: none;
		}
	}

	.shortcut-menu ul {
		list-style: none;
		width: 100%;
		max-width: 1140px;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
	}

	nav.shortcut-menu>ul>li {
		height: 24px;
		display: inline;
		margin-left: 0;
	}

	nav.shortcut-menu ul li a,
	nav.shortcut-menu .menu-link {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		padding: 0 12px;
		font-size: 14px;
	}

	.shortcut-menu ul li:first-child {
		border-right: 1px solid #6b81a4;
	}

	.shortcut-menu ul li a:hover {
		text-decoration: underline;
	}

	.shortcut-menu ul li:last-child {
		display: inline-flex;
		align-items: center;
		margin-left: 24px;
		position: relative;
	}

	.shortcut-menu .input-search,
	.mobile--search .input-search,
	nav.shortcut-menu .search .input-search {
		right: 0;
		background: #fff;
		border: 1px solid #dbe2ec;
		padding: 0 0 0 0;
		position: relative;
		width: 200px;
		border-radius: 0;
	}

	@media (max-width: 767px) {
		.mobile--search .input-search {
			width: 100%;
		}
	}

	.shortcut-menu .button-search .menu-link,
	.mobile--search .button-search .menu-link {
		background-color: #dbe2ec;
		text-decoration: none;
		width: 36px;
		height: 30px;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.shortcut-menu .button-search .menu-link,
	.mobile--search .button-search .menu-link {
		height: 31px;
		background: url(/media/imc/assets/search-icon.jpg) no-repeat center center #dbe2ec;
		width: 35px;
		position: absolute;
		top: -4px;
		right: 0;
		bottom: 0;
		border: 0;
		border-radius: 0;
	}

	.shortcut-menu .button-search .menu-link span,
	.mobile--search .button-search .menu-link span {
		font-size: 0;
	}

	@media (max-width: 767px) {
		.mobile--search .search {
			width: 100%;
		}

	}

	.shortcut-menu .search input,
	.mobile--search .search input,
	nav.shortcut-menu .search .input-search input {
		font-size: 14px;
		height: 30px;
		background: none;
		border: none;
		border-radius: 0;
		padding: 5px 35px 5px 5px;
		font-stretch: normal;
		width: 100% !important;
	}

	.navbar-toggler-icon {
		width: 1em;
		height: 1em;
	}

	.navbar-toggler {
		padding: 6px 11px;
		border-color: #ddd;
	}

	.navbar-toggler:focus {
		box-shadow: none;
		background-color: #ddd;
	}


	@media (min-width: 768px) and (max-width:992px) {
		.navbar.bg-light .navbar-brand img {
			max-width: 50%;
		}
	}

	@media (min-width: 768px) {
		.navbar-toggler {
			display: none;
		}
	}

	.navbar.bg-light {
		background: #051B3B !important;
		padding-top: 0;
		padding-bottom: 0;
	}

	@media (max-width: 767px) {
		.navbar.bg-light {
			border-bottom: 4px solid #051B3B;
		}
	}

	.navbar.bg-light .navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	@media (max-width: 767px) {
		.navbar.bg-light .navbar-brand {
			padding-top: 0;
			padding-bottom: 0;
			margin-top: 10px;
			margin-bottom: 10px;
		}

		.navbar.bg-light .navbar-brand img {
			height: 40px;
		}

	}




	@media (min-width: 768px) {
		.navbar.bg-light .container {
			flex-direction: column;
			align-items: flex-start;
		}

		.navbar.bg-light .navbar-collapse {
			min-height: 57px;
			margin-top: -4px;
			/* border-bottom: 4px solid #051B3B; */
		}

		.navbar.bg-light .navbar-collapse {
			display: flex;
		}

		.navbar.bg-light .navbar-collapse .navbar-nav {
			flex-direction: row;
		}

		.navbar.bg-light .navbar-collapse::before {
			content: '';
			background-color: #dae2e8;
			position: absolute;
			z-index: 0;
			width: 100%;
			height: 54px;
			left: 0;
			bottom: 0;
			border-bottom: 4px solid #051B3B;
		}

		.navbar.bg-light .navbar-collapse ul li a {
			color: #051B3B;
			text-transform: uppercase;
			font-size: 18px;
			width: 100%;
			padding: 15px;
			line-height: 20px;
			text-decoration: none;
			display: block;
		}


		.navbar.bg-light .navbar-collapse ul li .dropdown-menu a {
			padding: 12px 20px;
			white-space: nowrap;
			text-transform: uppercase;
			font-size: 16px;
			font-weight: 500;
			color: #051B3B;
		}

		.navbar.bg-light .navbar-collapse ul li .dropdown-menu a.active {
			font-weight: bold;
			background: transparent;
			color: #051B3B;
		}

		.navbar.bg-light .navbar-collapse ul li .dropdown-menu a.active:hover {
			color: #fff;
		}

	}

	@media (max-width: 767px) {
		.navbar-collapse {
			margin-left: -16px;
			margin-right: -16px;
			overflow: hidden;
		}

		.navbar.bg-light .navbar-collapse ul li a {
			background-color: #DAE2E8;
			color: #051B3B;
			border-top: 1px solid #051B3B;
			padding: 10px 10px 10px 10px;
			line-height: 20px;
			text-transform: uppercase;
			font-size: 18px;
			width: 100%;
		}

		.navbar.bg-light .navbar-collapse ul li a.active {
			background-color: #028350;
			color: #ffffff;
		}

		.navbar.bg-light .navbar-collapse ul li .dropdown-menu {
			padding: 0;
			border-width: 0;
			border-radius: 0;
			margin-top: 0;
		}

		.navbar.bg-light .navbar-collapse ul li .dropdown-menu li a {
			padding-left: 6%;
		}

		.navbar.bg-light .navbar-collapse ul li a {
			justify-content: space-between;
		}


	}

	.navbar.bg-light .navbar-collapse ul {
		z-index: 1;
	}



	@media (min-width: 768px) and (max-width: 1199px) {
		.navbar.bg-light .navbar-collapse ul li a {
			font-size: 12px;
			width: 100%;
			padding: 15px 8px;
			line-height: 20px;
		}
	}

	.navbar.bg-light .navbar-collapse ul li.dropdown>a {
		display: inline-flex;
		align-items: center;
	}

	.navbar.bg-light .navbar-collapse ul li.dropdown>a:after {
		font-family: "Material Symbols Outlined";
		content: "\e5cf";
		position: relative;
		top: 0;
		padding: 0;
		font-size: 18px;
		line-height: 14px;
		display: inline-block !important;
		border-width: 0;
	}

	@media (max-width: 767px) {
		.navbar.bg-light .navbar-collapse ul li.dropdown>a:after {
			rotate: 0deg;
		}

		.navbar.bg-light .navbar-collapse a.dropdown-toggle.show:after {
			rotate: 180deg;
		}

		.navbar.bg-light .navbar-collapse ul li a {
			display: inline-flex;
			align-items: center;
			justify-content: space-between;
			text-decoration: none;
		}

		.navbar.bg-light .navbar-collapse ul li a:after {
			rotate: -90deg;
			color: #fff;
			font-family: "Material Symbols Outlined";
			content: "\e5cf";
			position: relative;
			top: 0;
			padding: 0;
			font-size: 40px !important;
			line-height: 14px;
			display: inline-block !important;
			border-width: 0;

		}
	}

	.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child a .mdc-button__ripple {
		display: none;
	}

	@media (min-width: 768px) {
		.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child {
			background: #028350;
			display: inline-flex;
			align-items: center;
			justify-content: center;
		}

		.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child a {
			letter-spacing: 0;
			background-color: #FFA400 !important;
			text-decoration: none;
			color: #051B3B !important;
			font-weight: 700;
		}
	}


	@media (min-width: 768px) {

		.navbar.bg-light .navbar-collapse>.active>a,
		.navbar.bg-light .navbar-collapse .active,
		.navbar.bg-light .navbar-collapse>.open>a,
		.navbar.bg-light .navbar-collapse>.active>a:hover,
		.navbar.bg-light .navbar-collapse li:hover,
		.navbar.bg-light .navbar-collapse li.active:hover,
		.navbar.bg-light .navbar-collapse>.open>a:hover,
		.navbar.bg-light .navbar-collapse .dropdown li:hover,
		.navbar.bg-light .navbar-collapse .dropdown a:hover,
		.navbar.bg-light .navbar-collapse .dropdown-toggle:focus,
		.navbar.bg-light .navbar-collapse .dropdown-toggle a:hover,
		.navbar.bg-light .navbar-collapse li:hover,
		.navbar.bg-light .navbar-collapse a:hover,
		.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child a:hover,
		.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child a.active {
			background-color: #028350;
			color: #ffffff;
		}

		.navbar.bg-light .navbar-collapse .dropdown-menu {
			z-index: 1000;
			padding: 20px 0 40px;
			border-radius: 0;
			position: absolute;
			min-width: 250px;
			border: 1px solid #CCC;
			background: #FFF;
			box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
		}

		.navbar.bg-light .navbar-collapse .dropdown-toggle.show::before {
			content: '';
			background: #000;
			position: fixed;
			left: 0;
			top: 0;
			opacity: .65;
			filter: alpha(opacity=65);
			z-index: 10;
			width: 100%;
			height: 100%;
			cursor: default;
		}
	}

	/* Mobile Menu with Search Start */
	@media (max-width: 767px) {
		.mobile--search {
			position: relative;
			display: flex !important;
			align-items: center;
			width: 100%;
			margin-bottom: 10px;
		}
	}

	@media (max-width: 767px) {
		.mobile-sub--menu {
			display: block !important;
			align-items: center;
		}
	}

	.navbar.bg-light .navbar-collapse .mobile-sub--menu li {
		border-top: 1px solid #fff;
	}

	.navbar.bg-light .navbar-collapse .mobile-sub--menu li .nav-link {
		background: #37627a;
		color: #fff;
		padding: 12px 10px 13px 10px;
	}

	.navbar.bg-light .navbar-collapse .mobile-sub--menu li:last-child .nav-link {
		font-weight: bold;
	}

	/* Mobile Menu  with Search  End */


	/* Header code End */


	/* footer Start */
	.footer {
		background: #051B3B;
		color: #fff;
		padding: 0;
	}

	@media (max-width: 991px) {
		.footer {
			margin-top: 16px;
		}
	}


	.footer a {
		color: #fff;
		text-decoration: none;
		line-height: normal;
		margin: 0;
		font-size: 14px;
	}

	.footer a:hover {
		text-decoration: none;
	}

	.footer h4 {
		text-transform: uppercase;
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.1;
	}

	.footer .phone {
		font-size: 18px;
	}

	.footer .multi-column {
		display: block !important;
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}

	.footer .multi-column .list-arrow {
		break-after: column;
		margin-bottom: 10px;
	}

	.footer .multi-column .list-arrow li {
		line-height: 175%;
		padding-top: 5px;
	}

	.footer .multi-column .list-arrow li:before {
		position: relative;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e080";
		font-size: .6em;
		line-height: 2.8;
		top: 0
	}

	.footer .footer__title {
		font-size: 18px;
		font-weight: normal;
		margin: 0;
	}

	.footer .subscribe-link {
		margin-left: 26px;
	}

	@media (max-width: 767px) {
		.subscribe {
			flex-direction: column;
			text-align: center;
		}

		.footer .subscribe-link {
			margin-top: 10px;
			margin-left: 0;
		}
	}

	.footer .subscribe-link a,
	.subscribe-box p a {
		background-color: #fff;
		font-size: 14px;
		border: none;
		color: #028350;
		padding: 10px 20px;
		text-align: center;
		text-transform: uppercase;
		display: inline-block;
		border-radius: 0;
		cursor: pointer;
		font-weight: bold;
		line-height: normal;
		border-color: transparent;
		text-decoration: none;
	}

	.footer .btn-secondary:not(:disabled):not(.disabled).active,
	.footer .btn-secondary:not(:disabled):not(.disabled):active,
	.footer .btn-secondary:focus,
	.subscribe-box p a:focus {
		color: #002265;
		background-color: #fff;
		-webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0);
		box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0)
	}

	.footer .subscribe-link a:hover,
	.footer .subscribe-link a:active,
	.footer .subscribe-box p a:hover {
		color: #002265;
		background-color: #fff;
		-webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, .5);
		box-shadow: 0 2px 4px 0 rgba(255, 255, 255, .5)
	}

	.footer .join-our--row {
		padding: 20px 10px;
		border-bottom: 1px solid #fff;
		margin-bottom: 10px;
	}

	.footer .join-our--row .subscribe {
		text-align: center;
		max-width: 100%;
		width: 100%;
	}

	.footer .white-border-top {
		border-top: 1px solid #fff;
		margin-top: 20px;
		display: flex;
		align-items: center;
		padding-bottom: 30px;
		padding-top: 20px;
	}

	@media (max-width: 767px) {
		.footer .white-border-top {
			margin-left: 0;
			margin-right: 0;
		}
	}

	.footer .white-border-top p {
		margin: 0;
		font-size: 12px;
	}

	.footer .white-border-top .bottom-page--links .list-unstyled {
		margin-bottom: 0;
	}

	@media (max-width: 991px) {
		.footer .white-border-top .bottom-page--links .list-unstyled {
			margin-top: 8px;
			margin-bottom: 16px;
			justify-content: center !important;
		}
	}

	@media (max-width: 767px) {
		.hidden-xs {
			display: none !important;
		}
	}

	.footer .white-border-top .bottom-page--links li {
		border-left: 1px solid #fff;
		padding: 0 10px;
		list-style-type: none;
		display: inline;
		text-align: right;
		line-height: 14px;
	}

	.footer .white-border-top .bottom-page--links li:first-child {
		border-left: 0;
	}

	.footer .white-border-top .bottom-page--links li:last-child {
		padding-right: 0;
	}

	.footer .white-border-top .bottom-page--links li a {
		font-size: 12px;
	}

	.footer .footer-bottom-right {
		flex-direction: column;
	}

	/* footer End */
	.title-class-wrapper>.row_0>h2 {
		color: #028350;
		text-align: center;
		-webkit-text-stroke-width: 10;
		-webkit-text-stroke-color: #028350;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
		border-bottom: 2px solid #028350;
		padding-bottom: 32px;
		margin-top: 120px;
		margin-bottom: 80px;
		font-size: calc(2rem + 1.460vw);
	}

	@media (max-width: 991px) {
		.title-class-wrapper>.row_0>h2 {
			padding-bottom: 24px;
			margin-top: 60px;
			margin-bottom: 32px;
		}
	}


	.two-cards-wrapper .row,
	.three-cards-wrapper .row {
		--bs-gutter-x: 0;
		margin-right: -16px;
		margin-left: -16px;
	}


	.two-cards-wrapper .row>div,
	.three-cards-wrapper .row>div {
		padding-left: 16px;
		padding-right: 16px;
	}

	.two-cards-wrapper .row .rich-block-bg-image {
		height: 500px;
	}

	.single-card-wrapper {
		margin-top: 44px;
	}

	.single-card-wrapper .row_0 .rich-block-bg-image {
		height: 500px;
		align-items: center;
		justify-content: center;
	}


	.single-card-wrapper .row_0 .rich-block-bg-image .rich-block__description h2,
	.two-cards-wrapper .row .rich-block-bg-image .rich-block__description h2,
	.three-cards-wrapper .row .rich-block-bg-image .rich-block__description h2 {
		font-size: calc(2rem + 0.85vw);
	}

	.three-cards-wrapper .row .rich-block-bg-image {
		height: 650px;
	}

	@media (max-width: 991px) {
		.three-cards-wrapper .row .rich-block-bg-image {
			height: 500px;
		}
	}



	.four-cards-wrapper {
		position: relative;
		max-width: 100%;
		background: #F9F9F9;
		padding-top: 90px;
		padding-bottom: 90px;
	}

	@media (max-width: 991px) {
		.four-cards-wrapper {
			padding-top: 44px;
			padding-bottom: 44px;
		}
	}

	.four-cards-wrapper.title-class-wrapper>.row_0>h2 {
		-webkit-text-stroke-width: 0;
		-webkit-text-stroke-color: #028350;
		border-bottom: 0 solid #028350;
		padding-bottom: 80px;
		margin-top: 0;
		font-weight: 700;
		margin-bottom: 0;
	}

	@media (max-width: 991px) {
		.four-cards-wrapper.title-class-wrapper>.row_0>h2 {
			-webkit-text-stroke-width: 0;
			-webkit-text-stroke-color: #028350;
			border-bottom: 0 solid #028350;
			padding-bottom: 60px;
			margin-top: 0;
			margin-bottom: 0;
		}
	}

	.four-cards-wrapper .rich-block-bg-image .rich-block__description {
		height: 230px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 36px;
	}

	.four-cards-wrapper .rich-block-bg-image .rich-block__cta {
		margin-top: 0px;
		margin-bottom: 24px;
	}

	.four-cards-wrapper .rich-block-bg-image .rich-block__cta .btn-primary {
		border: 1px solid rgba(255, 255, 255, 0.60);
		padding: 14px 35px;
		font-size: 16px;
		height: 48px;
	}




	.testimonials-slider-wrapper {
		position: relative;
		max-width: 100%;
		background: #f2f2f2;
		padding-top: 90px;
		padding-bottom: 90px;
	}

	@media (max-width: 991px) {
		.testimonials-slider-wrapper {
			padding-top: 44px;
			padding-bottom: 44px;
		}
	}




	.logo-wrapper {
		position: relative;
		max-width: 100%;
		background: #FFF;
		padding-top: 90px;
		padding-bottom: 90px;
	}

	@media (max-width: 991px) {
		.logo-wrapper {
			padding-top: 44px;
			padding-bottom: 44px;
		}
	}


	.logo-wrapper h2 {
		color: #028350;
		text-align: center;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		margin-bottom: 80px;
		margin-top: 0;
		padding-top: 0 !important;
		font-size: calc(2rem + 1.460vw);
	}

	@media (max-width: 991px) {
		.logo-wrapper h2 {
			margin-bottom: 40px;
		}

	}



	.logo-wrapper .carousel-inner {
		height: 100%;
		box-shadow: none;
		border-radius: 0;
		padding-bottom: 32px;
	}

	.logo-wrapper .carousel-inner .carousel-item {
		height: 540px !important;
	}

	@media (min-width: 768px) {
		.logo-wrapper .carousel-inner .carousel-item {
			height: 100% !important;
		}
	}

	.logo-wrapper .carousel-inner .carousel-item .row {
		width: calc(100% - var(--bs-gutter-x) * -.5);
	}

	.logo-wrapper .carousel-inner .carousel-item .row .theme--carousel-three-card {
		box-shadow: 0 5px 8px #888888;
		margin: 15px 16px;
		padding: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
	}

	@media (min-width: 768px) {
		.logo-wrapper .carousel-inner .carousel-item .row .theme--carousel-three-card {
			min-height: 100%;
		}
	}

	.logo-wrapper .carousel-inner .carousel-item .row .theme--carousel-three-card .theme--attribution-text {
		display: none;
	}

	.logo-wrapper .carousel-inner .carousel-item .row .theme--carousel-three-card img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
	}

	.call-us--today {
		display: inline-flex;
		border-radius: 28px;
		background: #028350;
		align-items: flex-start;
		justify-content: center;
		height: 40px;
		padding: 3px 21px 4px 5px !important;
	}

	.call-us--today .wrap--text {
		color: #fff;
		display: inline-flex;
		flex-direction: column;
		padding-left: 8px;
	}

	.call-us--today .wrap--text em,
	.call-us--today .wrap--text span {
		font-size: 11px;
		font-weight: 600;
		line-height: 16px;
		text-decoration: underline;
		text-transform: uppercase;
	}

	.call-us--today .wrap--text span {
		text-decoration: none;
		font-weight: 800;
		margin-top: 4px;
	}

	.navbar.bg-light .navbar-collapse {
		min-height: 57px;
		margin-top: -4px;
		width: 100%;
		/* border-bottom: 4px solid #051B3B; */
	}

	.navbar.bg-light .navbar-collapse {
		display: flex;
	}

	.navbar.bg-light .navbar-collapse .navbar-nav {
		flex-direction: row;
		width: 100%;
	}

	.navbar.bg-light .navbar-collapse::before {
		content: '';
		background-color: #dae2e8;
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 54px;
		left: 0;
		bottom: 0;
		border-bottom: 4px solid #051B3B;
	}

	.navbar.bg-light .navbar-collapse ul li a {
		color: #051B3B;
		text-transform: uppercase;
		font-size: 18px;
		width: 100%;
		padding: 15px;
		line-height: 20px;
		text-decoration: none;
		display: block;
	}


	.navbar.bg-light .navbar-collapse ul li .dropdown-menu a {
		padding: 12px 20px;
		text-transform: none;
		white-space: nowrap;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 500;
		color: #051B3B;
	}

	.navbar.bg-light .navbar-collapse ul li .dropdown-menu a.active {
		font-weight: bold;
		background: transparent;
		color: #051B3B;
	}

	.navbar.bg-light .navbar-collapse ul li .dropdown-menu a.active:hover {
		color: #fff;
	}

}

@media (max-width: 767px) {
	.navbar-collapse {
		margin-left: -16px;
		margin-right: -16px;
		overflow: hidden;
	}

	.navbar.bg-light .navbar-collapse ul li a {
		background-color: #DAE2E8;
		color: #051B3B;
		border-top: 1px solid #051B3B;
		padding: 12px 24px;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 18px;
		width: 100%;
	}

	.navbar.bg-light .navbar-collapse ul li a.active {
		background-color: #028350;
		color: #ffffff;
	}

	.navbar.bg-light .navbar-collapse ul li .dropdown-menu {
		padding: 0;
		border-width: 0;
		border-radius: 0;
		margin-top: 0;
	}

	.navbar.bg-light .navbar-collapse ul li .dropdown-menu li a {
		padding-left: 6%;
	}

	.navbar.bg-light .navbar-collapse ul li a {
		justify-content: space-between;
	}


}

.navbar.bg-light .navbar-collapse ul {
	z-index: 1;
}



@media (min-width: 768px) and (max-width: 1199.99px) {
	.navbar.bg-light .navbar-collapse ul li a {
		font-size: 10px;
		width: 100%;
		padding: 15px 8px;
		line-height: 20px;
		font-family: 700 !important;
	}
}

@media (min-width: 1200px) and (max-width: 1399.99px) {
	.navbar.bg-light .navbar-collapse ul li a {
		font-size: 14px;
	}
}

.navbar.bg-light .navbar-collapse ul li.dropdown>a {
	display: inline-flex;
	align-items: center;
}

.navbar.bg-light .navbar-collapse ul li.dropdown>a:after {
	font-family: "Material Symbols Outlined";
	content: "\e5cf";
	position: relative;
	top: 0;
	padding: 0;
	font-size: 18px;
	line-height: 14px;
	display: inline-block !important;
	border-width: 0;
}

@media (max-width: 767px) {
	.navbar.bg-light .navbar-collapse ul li.dropdown>a:after {
		rotate: 0deg;
	}

	.navbar.bg-light .navbar-collapse a.dropdown-toggle.show:after {
		rotate: 180deg;
	}

	.navbar.bg-light .navbar-collapse ul li a {
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		text-decoration: none;
	}

	.navbar.bg-light .navbar-collapse ul li a:after {
		rotate: -90deg;
		color: #fff;
		font-family: "Material Symbols Outlined";
		content: "\e5cf";
		position: relative;
		top: 0;
		padding: 0;
		font-size: 40px !important;
		line-height: 14px;
		display: inline-block !important;
		border-width: 0;

	}
}

.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child a .mdc-button__ripple {
	display: none;
}

@media (min-width: 768px) {
	.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child {
		margin-left: auto;
		background: #028350;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child a {
		letter-spacing: 0;
		background-color: #FFA400 !important;
		text-decoration: none;
		color: #051B3B !important;
		font-weight: 700;
	}
}


@media (min-width: 768px) {

	.navbar.bg-light .navbar-collapse>.active>a,
	.navbar.bg-light .navbar-collapse .active,
	.navbar.bg-light .navbar-collapse>.open>a,
	.navbar.bg-light .navbar-collapse>.active>a:hover,
	.navbar.bg-light .navbar-collapse li:hover,
	.navbar.bg-light .navbar-collapse li.active:hover,
	.navbar.bg-light .navbar-collapse>.open>a:hover,
	.navbar.bg-light .navbar-collapse .dropdown li:hover,
	.navbar.bg-light .navbar-collapse .dropdown a:hover,
	.navbar.bg-light .navbar-collapse .dropdown-toggle:focus,
	.navbar.bg-light .navbar-collapse .dropdown-toggle a:hover,
	.navbar.bg-light .navbar-collapse li:hover,
	.navbar.bg-light .navbar-collapse a:hover,
	.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child a:hover,
	.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child a.active {
		background-color: #028350;
		color: #ffffff;
	}

	.navbar.bg-light .navbar-collapse .dropdown-menu {
		z-index: 1000;
		border: 3px solid #051B3B;
		padding: 20px 0 40px;
		border-radius: 0;
		position: absolute;
		min-width: 250px;
		border: 1px solid #CCC;
		background: #FFF;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	}

	.navbar.bg-light .navbar-collapse .dropdown-toggle.show::before {
		content: '';
		background: #000;
		position: fixed;
		left: 0;
		top: 0;
		opacity: .65;
		filter: alpha(opacity=65);
		z-index: 10;
		width: 100%;
		height: 100%;
		cursor: default;
	}
}

/* Mobile Menu with Search Start */
@media (max-width: 767px) {
	.mobile--search {
		position: relative;
		display: flex !important;
		align-items: center;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.mobile-sub--menu {
		display: block !important;
		align-items: center;
	}
}

.navbar.bg-light .navbar-collapse .mobile-sub--menu li {
	border-top: 1px solid #fff;
}

.navbar.bg-light .navbar-collapse .mobile-sub--menu li .nav-link {
	background: transparent;
	color: #fff;
	padding: 12px 28px 13px 26px;
}

.navbar.bg-light .navbar-collapse .mobile-sub--menu li:last-child .nav-link {
	font-weight: bold;
}

/* Mobile Menu  with Search  End */


/* Header code End */


/* footer Start */
.footer {
	background: #051B3B;
	color: #fff;
	padding: 0;
}

@media (max-width: 991px) {
	.footer {
		margin-top: 16px;
	}
}


.footer a {
	color: #fff;
	text-decoration: none;
	line-height: normal;
	margin: 0;
	font-size: 14px;
}

.footer a:hover {
	text-decoration: none;
}

.footer h4 {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
}

.footer span,
.footer strong {
	font-size: 14px;
}

.footer .phone {
	font-size: 14px;
}

.footer .multi-column {
	display: block !important;
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}

.footer .multi-column .list-arrow {
	break-after: column;
	margin-bottom: 10px;
}

.footer .multi-column .list-arrow li {
	line-height: 175%;
	padding-top: 5px;
}

.footer .multi-column .list-arrow li:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e080";
	font-size: .6em;
	line-height: 2.8;
	top: 0
}

.footer .footer__title {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

.footer .subscribe-link {
	margin-left: 26px;
}

@media (max-width: 767px) {
	.subscribe {
		flex-direction: column;
		text-align: center;
	}

	.footer .subscribe-link {
		margin-top: 10px;
		margin-left: 0;
	}
}

.footer .subscribe-link a,
.subscribe-box p a {
	background-color: #fff;
	font-size: 14px;
	border: none;
	color: #028350;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 0;
	cursor: pointer;
	font-weight: bold;
	line-height: normal;
	border-color: transparent;
	text-decoration: none;
}

.footer .btn-secondary:not(:disabled):not(.disabled).active,
.footer .btn-secondary:not(:disabled):not(.disabled):active,
.footer .btn-secondary:focus,
.subscribe-box p a:focus {
	color: #002265;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0);
	box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0)
}

.footer .subscribe-link a:hover,
.footer .subscribe-link a:active,
.footer .subscribe-box p a:hover {
	color: #002265;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 2px 4px 0 rgba(255, 255, 255, .5)
}

.footer .join-our--row {
	padding: 20px 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.footer .join-our--row .subscribe {
	text-align: center;
	max-width: 100%;
	width: 100%;
}

.footer .white-border-top {
	border-top: 1px solid #fff;
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	padding-top: 20px;
}

@media (max-width: 767px) {
	.footer .white-border-top {
		margin-left: 0;
		margin-right: 0;
	}
}

.footer .white-border-top p {
	margin: 0;
	font-size: 12px;
}

.footer .white-border-top .bottom-page--links .list-unstyled {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.footer .white-border-top .bottom-page--links .list-unstyled {
		margin-top: 8px;
		margin-bottom: 16px;
		justify-content: center !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

.footer .white-border-top .bottom-page--links li {
	border-left: 1px solid #fff;
	padding: 0 10px;
	list-style-type: none;
	display: inline;
	text-align: right;
	line-height: 14px;
}

.footer .white-border-top .bottom-page--links li:first-child {
	border-left: 0;
}

.footer .white-border-top .bottom-page--links li:last-child {
	padding-right: 0;
}

.footer .white-border-top .bottom-page--links li a {
	font-size: 12px;
}

.footer .footer-bottom-right {
	font-size: 14px;
	flex-direction: column;
}

.footer .social-share {
	margin-top: 20px;
	display: flex;
	margin-bottom: 0;
}

.footer .social-share .social-icon {
	border-radius: 5px;
	height: 30px;
	width: 30px;
	margin-right: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.footer .social-share .facebook-icon {
	background: url(/media/imc/assets/facebook-icon.png) no-repeat center center #028350;
	background-size: auto;
	background-size: 50% 50%;
}

.twitter-icon {
	background: url(/media/imc/assets/twitter-icon.png) no-repeat center center #028350;
	background-size: auto;
	background-size: 50% 50%;
}

.linked-in-icon {
	background: url(/media/imc/assets/Linked-In%20Icon.png) no-repeat center center #028350;
	background-size: auto;
	background-size: 50% 50%;
}

/* footer End */



/* Insurance Marketing Center Start */
.gx-4 h1 {
	margin-top: 35px;
	margin-bottom: 10px;
	color: #028350;
}

.gx-4 h2,
.gx-4 h3,
.gx-4 h4 {
	color: #028350;
	font-weight: 700;
}

.gx-4 p,
.post-content .text p,
.post-content .text h4 {
	line-height: 225%;
	margin-bottom: 10px;
	color: #333;
}

.gx-4 p a {
	color: #051B3B;
	line-height: inherit;
	font-size: inherit;
	text-decoration: none;
}

.link-list h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #028350;
}

.link-list p {
	border-left: solid #051B3B 5px;
	padding: 5px 10px;
	background-color: #eeeeee;
	margin-bottom: 5px;
	width: 100%;
	max-width: 100%;
	line-height: 1.4;
	font-size: 16px;
}

.link-list p a {
	text-decoration: none;
	color: #051B3B;
	background-color: transparent;
	font-size: 16px;
}

.rich-block-bg-image {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 550px;
	border-top: 5px solid #051B3B;
	padding: 15px 30px 36px 30px;
	margin-bottom: 35px !important;
	display: flex;
	justify-content: flex-end;
	text-align: center;
	color: #fff;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.rich-block-bg-image {
		margin-bottom: 20px !important;
	}
}


.rich-block-bg-image .rich-block__description {
	/* background: rgba(5, 27, 59, 0.31); */
	background: rgba(5, 27, 59, 0.55);
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	max-width: 550px;
}

.rich-block-bg-image .rich-block__description h2 {
	color: #fff;
	font-size: calc(2rem + 0.65vw);
	margin-bottom: 24px;
	margin-top: 20px;
}

.rich-block-bg-image .rich-block__description p {
	font-size: calc(1.5rem + 0.5vw);
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 175%;
	color: #fff;
}

.rich-block-bg-image .rich-block__cta {
	max-width: 378px;
	width: 100%;
	margin-top: 8px;
}

.rich-block-bg-image .rich-block__cta .btn-primary {
	background: #028350;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	padding: 14px 75px;
	display: inline-block;
	line-height: 100%;
	font-weight: bold;
	border-radius: 6px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.18px;
	height: 70px;
}

.rich-block-bg-image .rich-block__cta .btn-primary:hover,
.rich-block-bg-image .rich-block__cta .btn-primary:focus {
	box-shadow: 0 5px 8px #323232;
	color: #028350;
	background: #ffffff;
	border: 2px solid #028350;
}

@media (max-width: 767px) {
	.rich-block-bg-image .rich-block__cta .btn-primary {
		height: 60px;
	}
}

/* Insurance Marketing Center End */

/* Subscribe Box Start */
.subscribe-box {
	background: #028350;
	color: #fff;
	text-align: center;
	width: 215px;
	height: 181px;
	padding: 20px;
	position: fixed;
	right: 0;
	top: 185px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: none;
}

.subscribe-box p {
	line-height: 175%;
	margin: 0 0 10px;

}

.subscribe-box p strong {
	font-weight: bold;
}

.subscribe-box p a {
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
}

@media (max-width: 1609px) {
	.subscribe-box {
		display: none;
	}
}

/* Subscribe Box End */


/* Iframe Hero Banner Start */
.mobile-menu,
header+.drawer {
	display: none;
}

.container-hero .container-hero {
	position: relative;
	width: auto;
	height: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	border: 0 none;
}

.container-hero iframe {
	overflow: hidden;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Career  Page Start */
ul.breadcrumb {
	margin: 10px 0;
	padding: 0;
}

ul.breadcrumb .breadcrumb-item {
	font-size: 14px;
	text-transform: none;
	color: #999;
	display: inline-flex;
	align-items: center;
}

ul.breadcrumb .breadcrumb-item a {
	color: #003c7b;
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	float: none !important;
}

.page-title--header {
	border-bottom: 3px solid #878787;
	padding-bottom: 20px;
	margin-bottom: 20px;
	/* margin-left: -15px; */
	/* margin-right: -15px; */
}

@media (max-width: 767px) {
	.page-title--header {
		flex-direction: column;
		align-items: flex-start !important;
	}
}


.page-title--header h1 {
	color: #028350;
	font-size: 32px;
	margin: 40px 0 10px;
}

.short-desc {
	background-color: #ffffff;
	color: #333333;
	line-height: 225%;
	margin: 0 0 10px;
}

@media (max-width: 767px) {
	.page-title--header h1 {
		order: 1;
	}
}

.page-title--header .partner-logo-wrap img {
	height: 65px !important;
	width: auto !important;
	margin: 20px 0 10px;
}

@media (max-width: 767px) {
	.page-title--header .partner-logo-wrap img {
		height: 50px;
		margin: 10px 0 0;
	}
}

.rich-block .rich-block__multimedia figure img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.rich-block .rich-block__multimedia+.rich-block__description .rich-block__summary {
	border-left: solid #051B3B 5px;
	padding: 5px 0px 0px 15px;
	color: #8e8e8e;
	font-size: 13px;
	font-style: italic;
	margin-top: 20px;
}

.col-lg-4 .rich-block--no-multimedia:first-child .rich-block__description .rich-block__summary {
	border-left: solid #051B3B 5px;
	padding: 20px 10px 20px 25px;
	color: #333;
	line-height: 165%;
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 25px;
	background: #f8f8f8;
}

.rich-block.mt-3.mb-3 {
	margin-top: 10px !important;
}

.rich-block .rich-block__multimedia+.rich-block__description .rich-block__cta .btn-primary {
	background-color: #028350;
	border: none;
	color: white;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 35px 20px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.42857143;
}

.rich-block .rich-block__multimedia+.rich-block__description .rich-block__cta .btn-primary:hover {
	box-shadow: 0 5px 8px #888888;
	background-color: #028350;
}

.container_0 h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #051B3B;
	font-size: 20px;
}

.container_0 h5+h6 {
	color: #878787;
}

.left-caption-txt {
	color: #8e8e8e;
	background-color: #ffffff;
	font-size: 13px;
}

/* Career  Page End */

/* Privacy, Terms, Compensation, CCPA Pages Start */
.post-content {
	margin-bottom: 50px;
	margin-right: -15px;
	margin-left: -15px;
}

.post-content h1 {
	color: #028350;
	font-size: 32px;
	margin-top: 44px;
	margin-bottom: 20px;
	border-bottom: 3px solid #878787;
	padding-bottom: 30px;
}

.post-content .text h4 {
	font-weight: bold;
}

.ContainerWrapper ul,
.post-content .text>ul,
.ContainerPane ul,
.videowrapper+p+ul,
.list-type-circle {
	margin-left: 18px;
	margin-bottom: 10px;
	list-style: circle !important;
	padding-left: 0;
}

.post-content .text>ul li ul,
.ContainerPane ul li ul,
.ContainerWrapper li ul,
.list-type-circle li ul {
	margin-left: 18px;
	margin-bottom: 10px;
	list-style: circle !important;
	padding-left: 0;
}

.post-content .text ul li,
.ContainerWrapper ul li,
.ContainerWrapper ol li,
.post-content .text ol li,
.ContainerPane ul li,
.ContainerPane ol li,
.list-type-circle li,
.videowrapper+p+ul li,
.list-type-circle li {
	line-height: 175%;
	padding-top: 10px;
}

.post-content a {
	color: #051B3B;
	text-decoration: none;
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Privacy, Terms, Compensation, CCPA Pages End */


/* Broker Services | HRWS Start */
@media (max-width: 767px) {
	.circle-list--inside {
		flex-direction: column;
	}
}

.cta-block .btn-small,
.btn-small {
	background-color: #028350;
	border: none;
	color: white;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 25px 0 45px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.42857143;
}

.cta-block .btn-small:hover,
.btn-small:hover {
	box-shadow: 0 5px 8px #888888;
	background-color: #028350;
	color: #ffffff;
}

/* Broker Services | HRWS End */


/* carousel Start */
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: flex;
	flex-wrap: wrap;
}


.carousel-item {
	border-radius: 10px;
	line-height: 135%;
	min-height: 100%;
	width: 100%;
}

.box-shadow {
	/* margin: 1rem 24px; */
	background-color: #fff;
	/* box-shadow: 0 5px 8px #888888; */
	padding-top: 16px;
	padding-bottom: 16px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

@media (min-width: 0px) {
	.carousel-inner {
		/* height: 600px; */
		height: 320px;
		box-shadow: 0 5px 8px #888888;
		border-radius: 10px;
		margin: auto 0;
	}
}

@media (min-width: 768px) {
	.carousel-inner {
		height: 400px;
	}
}

@media (min-width: 1200px) {
	.carousel-inner {
		/* height: 510px; */
	}
}

@media (min-width: 1240px) {
	.carousel-inner {
		/* height: 510px; */
	}
}

.carousel-inner .testimonial-quote {
	/* min-height: 300px; */
	/* height: calc(100% - 70px); */
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

@media (max-width: 1199px) {
	.carousel-inner .testimonial-quote {
		/* min-height: 300px; */
		/* height: calc(100% - 70px); */
	}
}

@media (max-width: 768px) {
	.carousel-inner .testimonial-quote {
		/* min-height: 370px; */
		/* height: calc(100% - 70px); */
	}
}

.testimonial-quote img {
	width: 80px !important;
	transform: rotate(180deg);
	margin: 15px 40px;
	height: auto !important;
}

@media (max-width: 767px) {
	.testimonial-quote img {
		margin: 15px 24px;
		width: 60px !important;

	}
}

.carousel-inner .testimonial-name {
	/* background: #051B3B; */
	width: 100%;
	margin-top: 44px;
}

@media (max-width: 767px) {
	.carousel-inner .testimonial-name {
		margin-top: 0;
	}
}

.carousel-inner .testimonial-name p {
	margin: 0;
	text-align: right;
	padding: 15px 60px;
	font-size: 20px;
	color: #30996F;
	font-weight: 700;
	line-height: 38px;
}

@media (max-width: 767px) {
	.carousel-inner .testimonial-name p {
		padding: 15px 24px;
		font-size: 16px;
		line-height: normal;
	}
}

.carousel-inner .testimonials-text {
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	padding: 0 60px;
	line-height: 225%;
	/* margin-bottom: 15px; */
}

@media (max-width: 767px) {
	.carousel-inner .testimonials-text {
		font-size: 16px;
		font-weight: 500;
		padding: 0;
		line-height: 170%;
	}
}

.carousel-indicators {
	/* display: none; */
	bottom: 24px;
}

.carousel-indicators {
	display: none;
}

@media (min-width: 768px) {
	.carousel-indicators {
		display: flex;
		bottom: 24px;
	}

}

.carousel-indicators [data-bs-target] {
	border: 2px solid #00205C;
	background-color: #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	opacity: 1;
}

.carousel-indicators .active {
	background-color: #028350;
	border-color: #028350;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-image: none;
	rotate: 90deg;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-control-next-icon {
	rotate: -90deg;
}

.carousel-control-next-icon::before,
.carousel-control-prev-icon::before {
	font-family: "Material Symbols Outlined";
	content: "\e5cf";
	position: relative;
	top: 0;
	padding: 4px 4px 0px 4px;
	font-size: 32px;
	display: inline-block;
	color: #fff;
	background-color: #028350;
	font-weight: 500;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 40px;
	border: 1px solid #006E8C;
}


.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
	height: auto;
	height: 20px;
	width: 0;
	margin: auto;
	color: #d6d6d6;
	font-weight: bold;
	z-index: 0;
}

@media (min-width: 1200px) {
	.carousel-control-prev {
		left: -44px;
	}

	.carousel-control-next {
		right: -44px;
	}
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
	color: #002265;
	opacity: 1;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #d6d6d6;
	opacity: 1;
}

.text-center.text-header.pt-5 {
	color: #028350;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 80px;
	margin-top: 0;
	padding-top: 0 !important;
	font-size: calc(2rem + 1.460vw);
}

@media (max-width: 991px) {
	.text-center.text-header.pt-5 {
		margin-bottom: 40px;
	}

}

/* carousel End */


/* Info Page */
.information-wrapper {
	margin: 30px auto 40px;
}

.information-wrapper .row {
	margin: 0;
	justify-content: center;
}

.information-wrapper .row>div {
	padding: 0;
	margin: 10px 10px 0 0;
	width: 275px;
}

@media (max-width: 500px) {
	.information-wrapper .row>div {
		margin-right: 0;
		width: 100%;
	}
}

.information-wrapper .rich-block-bg-image {
	height: 175px;
	padding: 0;
	margin: 0 !important;
	position: relative;
}

.information-wrapper .rich-block-bg-image:hover {
	box-shadow: 0px 0px 8px 3px #888888;
}

.information-wrapper .rich-block__description {
	height: 0;
	padding: 0;
}

.information-wrapper .rich-block__description h2 {
	display: none;
}

.information-wrapper .rich-block__cta {
	margin-top: 0;
	position: absolute;
	bottom: 0;
}

.information-wrapper .redirect-link {
	position: absolute;
	top: -2px;
	background: transparent;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 2;
}

.information-wrapper .rich-block-bg-image .rich-block__cta .btn-primary {
	pointer-events: none;
	font-weight: normal;
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 5px;
	background: rgba(6, 59, 89, 0.75);
	text-transform: none;
}

/* Infor Page End */

/* Medicare Page */
.ContainerPane h6 {
	color: #878787;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
}

label.medicare:hover {
	text-decoration: underline;
}

label.medicare {
	color: #051B3B;
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.nameboxwrap {
	text-align: center;
	margin: 35px auto;
	max-width: 750px;
	width: 100%;
}

.nameboxes {
	padding: 10px 5px 5px 5px;
	background-color: #f9f9f9;
	width: 125px;
	display: inline-block;
	text-align: center;
	border: 1px solid #eeeeee;
	color: #87133E;
	color: #028350;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 5px 5px 5px;
	height: 72px;
	line-height: 135%;
}

.namebox-text {
	display: table-cell;
	height: 52px;
	vertical-align: middle;
	text-align: center;
	width: 115px;
	padding: 5px;
}

.contact-info .fas {
	color: #002265;
	font-size: 16px;
	padding-right: 4px;
}

.contact-info .link {
	display: inline-block;
}

.contact-info .divider {
	padding: 0 8px;
	font-size: 20px;
	color: #6e6e6e;
}

.ContainerWrapper a,
.rich-block__summary a,
h6 a {
	color: #051B3B;
	text-decoration: none;
}

.ContainerWrapper a:hover,
.rich-block__summary a:hover,
h6 a {
	text-decoration: underline;
}

/* Medicare Page End */

/* Carrier Deadlines Start */
.text-end.mt-4 {
	display: none;
}

.accordion {
	border-top: 1px solid #eeeeee;
	margin: 30px 0 20px;
}

.accordion .accordion-header {
	border-bottom: 1px solid #eeeeee;
	margin-top: 0;
	margin-bottom: 0;
	font-family: inherit;
	color: inherit;
	font-size: 18px;
}

.accordion .accordion-item {
	background-color: transparent;
	border: 0px solid #000;
}

.accordion .accordion-button {
	padding: 12px 50px 12px 20px;
	box-shadow: none;
	font-size: 18px;
	color: #028350;
	background-color: #fff;
	border: 0;
	border-radius: 0;
}

.accordion .accordion-button::after {
	content: '+';
	background-image: none;
	position: absolute;
	right: 0;
	top: -3px;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

.accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(315deg);
}

.accordion .accordion-button[aria-expanded="true"]:hover {
	background-color: #fff;
}

.accordion .accordion-button:hover {
	background-color: #f9f9f9;
}

.accordion .accordion-body {
	padding: 10px;
}

.accordion .accordion-body {
	font-family: Arial, Helvetica, sans-serif;
}

.accordion .accordion-body table {
	width: 100%;
}

.accordion .accordion-body td,
.accordion .accordion-body th {
	border: 1px solid #ddd;
	padding: 8px;
}

.accordion .accordion-body tr:nth-child(even) {
	background-color: #f2f2f2 !important;
}

.accordion .accordion-body tr:hover {
	background-color: #ddd !important;
}

.accordion .accordion-body tr:first-child {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #051B3B !important;
	color: white;
	font-weight: bold;
	border: 1px solid #ddd;
}

.accordion .accordion-body p {
	margin-bottom: 0;
}

.accordion .accordion-body table {
	width: 100% !important;
}

/* Carrier Deadlines End */

/* DC-Exchange Start */
.col-lg-4 .container.no-padding-mobile {
	width: 100%;
	padding: 0;
}

.col-lg-4 .container.no-padding-mobile .row.hero-container.validate-sidebar {
	margin: 10px 0 40px;
}

@media (max-width: 767px) {
	.col-lg-4 .container.no-padding-mobile .row.hero-container.validate-sidebar {
		margin: 10px 0 10px;
	}
}

.col-lg-4 .container.no-padding-mobile .row.hero-container.validate-sidebar .col-12 {
	padding: 0;
	width: 100%;
}

.col-lg-4 .container.no-padding-mobile .row.hero-container.validate-sidebar .col-12 img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.col-lg-4 .container.no-padding-mobile .col-12.col-lg-6.order-lg-first.img-container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.col-lg-4 .container.no-padding-mobile .col-12.col-lg-6.order-lg-first.text-container {
	display: none;
}

.col-lg-4 section+.link-list,
.col-lg-4 .rich-block.mt-3.mb-3+.link-list {
	margin-bottom: 40px;
}

@media (max-width: 767px) {

	.col-lg-4 section+.link-list,
	.col-lg-4 .rich-block.mt-3.mb-3+.link-list {
		display: none;
	}
}

@media (max-width: 991px) {
	.col-lg-4 .container.no-padding-mobile .col-12.col-lg-6.order-lg-first.text-container {
		display: block !important;
	}

	.col-lg-4 .container.no-padding-mobile .col-12.col-lg-6.order-lg-first.text-container h1 {
		display: none;
	}

	.col-lg-4 .container.no-padding-mobile .col-12.col-lg-6.order-lg-first.text-container .d-lg-none.my-2 {
		margin: 0 !important;
	}
}

/* DC-Exchange End */

/* Current Agents Start */
.NavTile-wrap {
	width: 1000px;
	max-width: 100%;
	text-align: center;
	margin: 60px auto 70px auto;
}

.NavTile-wrap .NavTile {
	width: 275px;
	max-width: 100%;
	height: 175px;
	display: inline-block;
	margin: 3px 10px 10px 0;
	position: relative;
	border-top: 5px solid #051B3B;
	position: relative;
}

@media (max-width: 500px) {
	.NavTile-wrap .NavTile {
		margin-right: 0;
		width: 100%;
	}
}

.NavTile-wrap .NavTile img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.NavTile a {
	display: block;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.NavTile a:hover {
	box-shadow: 0px 0px 8px 3px #888888;
}

.NavTile .NavLinkText {
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 10px 5px;
	background: rgba(6, 59, 89, 0.75);
	position: absolute;
	bottom: 0;
	z-index: 2;
}

/* Current Agents End */

/* IMC Team Directory Start HTML Markup*/
.teambtn a {
	text-decoration: none;
	padding: 0 8px 0 8px;
	color: #051B3B;
	font-weight: bold;
	line-height: 300%;
	display: inline-block;
	margin-bottom: 10px;
}

.teambtn a:hover {
	background: #051B3B;
	color: #ffffff;
}

.seniorship-grid__item {
	display: inline-block;
	background-color: #f8f8f8;
	padding: 10px 10px 10px 18px;
	margin: 5px;
	width: 275px;
	font-size: 13px;
	line-height: 165%;
	border-left: solid #051B3B 5px;
	vertical-align: top;
}

.leadership-biotitle,
.leadership-title {
	width: 250px;
}

.leadership-biotitle b {
	color: #028350;
	padding: 0;
	line-height: 100%;
	font-size: 18px;
	font-weight: normal;
}

.leadership-title {
	color: #878787;
	font-size: 15px;
}

.seniorship-grid {
	display: flex;
	flex-wrap: wrap;
}

.leadership-biotext strong {
	color: #4C4C4C;
	font-weight: bold;
}

.leadership-biotext a {
	color: #051B3B;
	text-decoration: none;
}

.leadership-biotext a:hover {
	text-decoration: underline;
}

@media (max-width: 599px) {
	.execwrap {
		width: 100%;
		margin-left: 0;
	}
}

.jump-link a {
	text-decoration: none;
	font-size: x-small;
	font-style: italic;
	display: inline-block;
	margin-top: 10px;
	line-height: inherit;
	color: #051B3B;
}

.jump-link a:hover {
	text-decoration: underline;
}

.row_0 .leader-list-jump-link:last-child {
	margin-bottom: 54px;
}

.container_0.seniorship-padding {
	padding-left: 0;
	padding-right: 0;
}

/* IMC Team Directory End HTML Markup*/

/* Search Results APCORP Component Modification Start */
.search-results {
	margin-top: 32px;
}

.search-results__title {
	font-family: "Source Serif Pro";
	font-weight: 600;
	margin-bottom: 1rem
}

@media (max-width: 767.98px) {
	.search-results__title {
		font-size: 2.25rem
	}
}

.search-results__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 1rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.search-results__form .mdc-select__anchor,
.search-results__form .mdc-text-field {
	padding: 0 .5rem;
	height: 2.625rem
}

.search-results__form .mdc-select__anchor::before {
	display: none
}

.search-results__form .mdc-select__anchor .mdc-select__selected-text-container {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.search-results__form .search-terms {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}

@media (max-width: 767.98px) {
	.search-results__form .search-terms {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%
	}
}

.search-results__form .label-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width: 767.98px) {
	.search-results__form .label-input {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%
	}
}

.search-results__form .label-input label {
	font-weight: 700;
	font-size: 16px;
}

.search-results__form .mdc-select {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
}

@media (max-width: 767.98px) {
	.search-results__form .form-check-inline {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%
	}
}


.search-results__form .form-check-inline {
	display: inline-flex;
	align-items: center;
	margin-right: 1rem
}

#exactsearch {
	height: 16px;
	width: 16px;
	margin-right: 6px;
}

.search-results__grid {
	display: grid;
	grid-template-columns: minmax(0, 80rem);
	gap: 0rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 4rem auto;
	font-size: 16px;
	max-width: 80rem
}

.search-results__item {
	margin: 0 auto;
	width: 100%
}

.search-results__item--title {
	text-transform: capitalize;
	font-size: 1.25rem;
	line-height: 2rem;
	display: block;
	margin-bottom: .5rem;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

.search-results__item--link {
	margin-bottom: .5rem;
	display: block;
	text-decoration: none;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

.search-results .paginationjs-pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 2rem
}

.search-results .paginationjs-pages ul .paginationjs-next .page-link,
.search-results .paginationjs-pages ul .paginationjs-prev .page-link {
	font-size: 0;
	display: inline
}

.search-results .paginationjs-pages ul li {
	display: inline;
	position: relative;
	padding: 0 1rem
}

.search-results .paginationjs-pages ul li.active {
	font-weight: 700
}

.search-results .paginationjs-pages ul li a {
	line-height: 160%;
	color: #051B3B;
	text-decoration: none;
	display: inline-block
}

.search-results .paginationjs-pages ul .paginationjs-next li a.page-link,
.search-results .paginationjs-pages ul .paginationjs-prev li a.page-link,
.search-results .paginationjs-pages ul li .paginationjs-next a.page-link,
.search-results .paginationjs-pages ul li .paginationjs-prev a.page-link,
.search-results .paginationjs-pages ul li a.icon-ap,
.search-results .paginationjs-pages ul li a.no-locations:before {
	color: #051B3B;
	font-size: 1.125rem
}

.search-results a {
	text-underline-offset: 6px;
}

.search-results a {
	/* color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); */
	text-decoration: underline;
}

.icon-ap {
	font-size: 0;
}

.search-results p a {
	/* color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); */
	text-decoration: none;
}

.search-results p a:hover {
	text-decoration: underline;
}

.search-results a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}


.search-results a:not([href]):not([class]),
.search-results a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

.search-results .h3,
.search-results h3 {
	color: #051B3B;
	font-family: inherit;
	font-weight: Bold;
	line-height: AUTO;
	font-size: 1.5rem;
	letter-spacing: 0;
	text-decoration: none
}

.search-results p {
	font-family: inherit;
	font-weight: 400;
	line-height: 160%;
	font-size: 16px;
}

.search-results p em {
	background-color: yellow;
}

.search-results hr {
	margin: 1rem 0 2rem;
	color: inherit;
	border: 0;
	border-top: var(--bs-border-width) solid;
	opacity: .25;
	border-color: #878787;
}


.search-results .paginationjs-pages ul {
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 2rem
}

.search-results .paginationjs-pages ul .paginationjs-next .page-link,
.search-results .paginationjs-pages ul .paginationjs-prev .page-link {
	display: inline
}

.search-results .paginationjs-pages ul li {
	display: inline;
	position: relative;
	padding: 0 1rem
}

.search-results .paginationjs-pages ul li a {
	padding: 0;
	border-width: 0;
	background-color: transparent;
	color: inherit;
}

.search-results .paginationjs-pages ul li.active {
	font-weight: 700
}

.search-results .paginationjs-pages ul li.active a {
	background-color: transparent;
	color: inherit;
}

.search-results .paginationjs-pages ul li a {
	line-height: 160%;
	color: #051B3B;
	text-decoration: none;
	display: inline-block
}

.J-paginationjs-previous,
.J-paginationjs-next {
	font-size: 0;
}

.J-paginationjs-previous a::before,
.J-paginationjs-next a::before {
	transform: rotate(90deg);
	font-family: "Material Symbols Outlined";
	content: "\e5cf";
	position: relative;
	top: 0;
	padding: 0;
	font-size: 30px;
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.J-paginationjs-next a::before {
	transform: rotate(-90deg);
}

.search-results .paginationjs-pages ul .paginationjs-next li a.page-link,
.search-results .paginationjs-pages ul .paginationjs-prev li a.page-link,
.search-results .paginationjs-pages ul li .paginationjs-next a.page-link,
.search-results .paginationjs-pages ul li .paginationjs-prev a.page-link,
.search-results .paginationjs-pages ul li a.icon-ap,
.search-results .paginationjs-pages ul li a.no-locations:before {
	color: #051B3B;
	font-size: 1.125rem
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
	background-color: #fff;
	--mdc-ripple-fg-size: 120px;
	--mdc-ripple-fg-scale: 1.7863535263368626;
	--mdc-ripple-fg-translate-start: -26.75px, -35.927093505859375px;
	--mdc-ripple-fg-translate-end: 40px, -39px;
}

.search-results__form .mdc-select__anchor,
.search-results__form .mdc-text-field {
	padding: 0 0.5rem;
	height: 2.625rem;
}

.mdc-select--filled .mdc-select__anchor {
	border-top-left-radius: 4px;
	border-top-left-radius: var(--mdc-shape-small, 4px);
	border-top-right-radius: 4px;
	border-top-right-radius: var(--mdc-shape-small, 4px);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.mdc-select--filled .mdc-select__anchor {
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.mdc-select .mdc-select__anchor {
	padding-left: 16px;
	padding-right: 0;
}

.mdc-select__anchor {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: transparent;
	will-change: transform, opacity;
}

.mdc-select__anchor {
	width: 200px;
	min-width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	outline: 0;
	cursor: pointer;
	padding: 0 0.5rem;
	height: 2.625rem;
	border-bottom: 1px solid #878787;

}

.mdc-select--activated .mdc-select__anchor {
	border-bottom: 2px solid #878787;
}

.mdc-menu-surface {
	max-width: unset;
}

.mdc-menu-surface {
	display: none;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: calc(100vw - 32px);
	max-width: var(--mdc-menu-max-width, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	max-height: var(--mdc-menu-max-height, calc(100vh - 32px));
	margin: 0;
	padding: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	opacity: 0;
	overflow: auto;
	will-change: transform, opacity;
	z-index: 8;
	-webkit-transition: opacity 30ms linear, height 250ms cubic-bezier(0, 0, .2, 1), -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
	transition: opacity 30ms linear, height 250ms cubic-bezier(0, 0, .2, 1), -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
	transition: opacity 30ms linear, transform .12s cubic-bezier(0, 0, .2, 1), height 250ms cubic-bezier(0, 0, .2, 1);
	transition: opacity 30ms linear, transform .12s cubic-bezier(0, 0, .2, 1), height 250ms cubic-bezier(0, 0, .2, 1), -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
	border-radius: 4px;
	border-radius: var(--mdc-shape-medium, 4px);
	transform-origin-left: top left;
	transform-origin-right: top right
}


.mdc-menu {
	min-width: 112px;
	min-width: var(--mdc-menu-min-width, 112px);
}

.mdc-menu-surface--fullwidth {
	width: 100%;
}

.mdc-menu-surface {
	display: none;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: calc(100vw - 32px);
	max-width: var(--mdc-menu-max-width, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	max-height: var(--mdc-menu-max-height, calc(100vh - 32px));
	margin: 0;
	padding: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	opacity: 0;
	overflow: auto;
	will-change: transform, opacity;
	z-index: 8;
	-webkit-transition: opacity 30ms linear, height 250ms cubic-bezier(0, 0, .2, 1), -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
	transition: opacity 30ms linear, height 250ms cubic-bezier(0, 0, .2, 1), -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
	transition: opacity 30ms linear, transform .12s cubic-bezier(0, 0, .2, 1), height 250ms cubic-bezier(0, 0, .2, 1);
	transition: opacity 30ms linear, transform .12s cubic-bezier(0, 0, .2, 1), height 250ms cubic-bezier(0, 0, .2, 1), -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
	border-radius: 4px;
	border-radius: var(--mdc-shape-medium, 4px);
	transform-origin-left: top left;
	transform-origin-right: top right;
}

.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text-container {
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.search-results__form .mdc-select__anchor .mdc-select__selected-text-container {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
	color: rgba(0, 0, 0, .87);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: left;
	/* max-width: 32px; */
	font-size: 16px;
}

.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text::before {
	content: "​";
}

.mdc-select .mdc-select__dropdown-icon {
	width: 24px;
	height: 24px;
	font-size: 0;
}

.mdc-select .mdc-select__dropdown-icon .icon-ap {
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mdc-select .mdc-select__dropdown-icon .icon-ap:before {
	font-family: "Material Symbols Outlined";
	content: "\e5cf";
	position: relative;
	top: 0;
	padding: 0;
	font-size: 30px;
	line-height: 12px;
	display: inline-block;
}

.mdc-select__dropdown-icon {
	margin-left: 12px;
	margin-right: 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	pointer-events: none;
}

.mdc-menu .mdc-deprecated-list,
.mdc-menu .mdc-list {
	position: relative;
}

.mdc-list {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	line-height: 1.5rem;
	margin: 0;
	padding: 8px 0;
	list-style-type: none;
}

:not(.mdc-list-item--disabled).mdc-list-item {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: transparent;
	will-change: transform, opacity;
}

.mdc-list-item {
	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.mdc-list-item:hover {
	background-color: whitesmoke;
}

.mdc-list-item.mdc-list-item--selected {
	background-color: #ebedf0;
}

.mdc-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden;
	padding: 0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	cursor: pointer;
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.mdc-menu-surface {
	display: none;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: calc(100vw - 32px);
	max-width: var(--mdc-menu-max-width, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	max-height: var(--mdc-menu-max-height, calc(100vh - 32px));
	margin: 0;
	padding: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	opacity: 0;
	overflow: auto;
	will-change: transform, opacity;
	z-index: 8;
	-webkit-transition: opacity 30ms linear, height 250ms cubic-bezier(0, 0, .2, 1), -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
	transition: opacity 30ms linear, height 250ms cubic-bezier(0, 0, .2, 1), -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
	transition: opacity 30ms linear, transform .12s cubic-bezier(0, 0, .2, 1), height 250ms cubic-bezier(0, 0, .2, 1);
	transition: opacity 30ms linear, transform .12s cubic-bezier(0, 0, .2, 1), height 250ms cubic-bezier(0, 0, .2, 1), -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
	border-radius: 4px;
	border-radius: var(--mdc-shape-medium, 4px);
	transform-origin-left: top left;
	transform-origin-right: top right
}

.mdc-menu-surface:focus {
	outline: 0
}

.mdc-menu-surface--animating-open {
	display: inline-block;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.mdc-menu-surface--open {
	display: inline-block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;

}

.mdc-menu-surface--animating-closed {
	display: inline-block;
	opacity: 0;
	-webkit-transition: opacity 75ms linear;
	transition: opacity 75ms linear
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
	background-color: #fff;
}

.search-results__form .mdc-select__anchor,
.search-results__form .mdc-text-field {
	padding: 0;
	height: 2.625rem;
}

.search-terms input {
	height: 100%;
	color: rgba(0, 0, 0, .87);
	width: 100%;
	border-width: 0;
	border-bottom: 1px solid #878787;
	padding: 0 0.5rem;
	font-size: 16px;
}

.search-terms input:focus {
	border-width: 0;
	border-bottom: 1px solid #878787;
}

.search-terms input:focus-visible {
	outline: 0px none;
}

.search-results .mdc-button {
	background-color: #028350;
	border: none;
	color: white;
	padding: 7px 21px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.42857143;
}

.search-results .mdc-button:hover {
	box-shadow: 0 5px 8px #888888;
	background-color: #028350;
	color: #ffffff;
}

.search-results>h2 {
	color: #028350;
	font-size: 32px;
	font-weight: 500;
}

/* Search Results APCORP Component Modification End */



/* Resources DCHL-Resources HTML Markup CSS Start*/
.info-box {
	width: 100%;
	background: #f3f3f3;
	padding: 0 10px 1px 10px;
	margin: 3px;
	border-left: 5px solid #051B3B;
}

.info-box:hover {
	background: #eeeeee;
}

.info-box ul li a {
	font-size: 12px;
}

.info-wrap {
	margin: 10px 0;
	padding: 10px;
}

.ref-plan-header {
	width: 100%;
	display: inline-block;
	padding: 15px;
	background: #051B3B;
	color: #ffffff;
	vertical-align: top;
}

.ref-plan-header p {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 12px;
}

.ref-plan-header p,
.ref-plan-header h5 {
	color: #fff;
}

.ref-plan-body {
	width: 100%;
	border: 5px solid #051B3B;
	display: inline-block;
	padding: 15px;
	vertical-align: top;
	margin-bottom: 35px;
}

.FTE-blocks--container {
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}

.FTE-blocks {
	width: 335px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #f3f3f3;
	padding: 15px 25px;
	margin: 5px 5px 5px 0;
	min-height: 309px;
	text-align: left;
	border: 1px solid #eeeeee;
}

.FTE-blocks h6 {
	color: #028350;
	font-weight: bold;
}

.year-pay {
	width: 350px;
	max-width: 100%;
	padding: 20px 0 15px 0;
	border-top: 3px solid #878787;
	border-bottom: 3px solid #878787;
}

.year-pay p {
	line-height: 1.42857143;
}

.how-do-FTEs {
	width: 100%;
	padding: 20px;
	text-align: center;
	background: #f3f3f3;
	margin-bottom: 25px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	border: 1px solid #eee;
}

.year-pay.border-top-0 {
	border-top-width: 0;
	margin-bottom: 25px;
}

[class*="two-column-layout"] {
	margin-top: 0 !important;
}

.container.toolkitContainer {
	max-width: 100% !important;
	padding: 0;
}

.container.toolkitContainer .col-lg-6,
.container.toolkitContainer .col {
	width: 100%;
	flex: 0 0 auto;
}

.container.toolkitContainer .col-lg-6 select {
	display: none;
}

.container.toolkitContainer .row+.mt-5 {
	display: none;
}

[class*="two-column-layout"] h1 {
	color: #051B3B;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

[class*="two-column-layout"] ul {
	list-style: none !important;
	margin-bottom: 0;
	margin-left: 18px;
	padding-left: 0;
}

[class*="two-column-layout"] ul li {
	background: url('/media/imc/assets/Extpdf_32x32_Standard.png') no-repeat left;
	background-size: 22px;
	height: 30px;
	padding-left: 35px;
	line-height: 175%;
	padding-top: 3px;
}

[class*="two-column-layout"] ul li a {
	color: #051B3B;
	text-decoration: none;
}

[class*="two-column-layout"] ul li a:hover {
	text-decoration: underline;
}

[class*="two-column-layout"] h6 {
	margin-top: 20px;
}

[class*="two-column-layout"] h4 {
	margin-top: 20px;
	color: #878787;
	font-size: 16px;
	margin-bottom: 10px;
}

/* Resources DCHL-Resources HTML Markup CSS End */

/* Carriers Info HTML Markup CSS Start */
.filter-by--wrap h5 {
	margin-bottom: 15px;
	display: inline-block;
	padding-right: 15px;
	font-size: 16px;
	color: #002265;
	font-weight: 500;
	font-family: inherit;
}

.filter-by--wrap select {
	margin-bottom: 15px;
	padding: 8px;
	border: 1px solid #dfdfdf;
	width: 250px;
}

.carriers-wrap {
	text-align: center;
	margin-bottom: 35px;
}

.mainwrap {
	display: inline-block;
	cursor: pointer;
}

.carriers-wrap .logowrap {
	border: 1px solid #eeeeee;
	padding: 5px 5px 5px 5px;
	margin: 8px 4px;
	width: 210px;
	height: 135px;
	text-align: center;
	cursor: pointer;
}

.carriers-wrap .logowrap:hover {
	box-shadow: 0 5px 8px #888888;
}

.carriers-wrap .logowrap img {
	max-width: 200px;
}

@media (max-width: 500px) {
	.mainwrap {
		display: block;
	}

	.mainwrap label {
		width: 100%;
	}

	.carriers-wrap .logowrap {
		width: 100%;
	}
}

/* Modal Popup */
.partners-modal .modal-dialog {
	max-width: 800px;
	padding: 0;
	color: #333;
	border-radius: 0;
}

@media (max-width: 767px) {
	.partners-modal .modal-dialog {
		text-align: center;
	}
}

.partners-modal .modal-dialog .modal-content {
	border: 3px solid #878787;
	border-radius: 0;
}

.partners-modal .modal-body {
	height: 500px;
	overflow: auto;
	padding: 25px 35px;
}

@media (max-width: 767px) {
	.partners-modal .modal-body {
		height: auto;
	}
}

.partners-modal .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}

.partners-modal .row .col-sm-4 img {
	margin-top: -25px;
	width: 150px;
}

.partners-modal a {
	text-decoration: none;
}

.partners-modal .row .col-sm-4 img:hover {
	box-shadow: 0 5px 8px #888888;
}

.partners-modal .row .col-sm-8 a {
	color: #051B3B;
	font-size: 20px;
	text-decoration: none;
}

.partners-modal .row .col-sm-8 a:hover {
	text-decoration: underline;
}

.partners-modal .nav-pills {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 175%;
}



.partners-modal .nav-pills li.active a {
	color: #051B3B;
}

.partners-modal .nav-pills li {
	line-height: 175%;
	display: inline-block;
	color: #000;
	margin: 0 15px;
	padding-top: 0;
}

.partners-modal .nav-pills li a {
	color: #6e6e6e;
	transition: all 0.5s ease-in-out;
	position: relative;
	line-height: 40px;
	text-decoration: none;
}

.partners-modal .nav-pills li a:before,
.partners-modal .nav-pills li a:after,
.partners-modal .nav-pills li a.active::after,
.partners-modal .nav-pills li a.active::before {
	content: "";
	position: absolute;
	bottom: -6px;
	width: 100%;
	height: 2px;
	margin: 5px 0 0;
	transition: all 0.2s ease-in-out;
	transition-duration: 0.35s;
	opacity: 0;
	background-color: #028350;
	left: 0;
}

.partners-modal .nav-pills li:hover a:before,
.partners-modal .nav-pills li:hover a:after,
.partners-modal .nav-pills li a.active::after,
.partners-modal .nav-pills li a.active::before {
	width: 100%;
	opacity: 1;
}

.partners-modal .nav-pills li a:hover {
	color: #051B3B;
}

.partners-modal .tab-content {
	color: #000;
	padding-top: 10px;
}

.partners-modal .tab-content a:hover {
	color: #028350 !important;
}

.partners-modal .tab-content .link {
	display: block;
}

.partners-modal .tab-content ul {
	text-align: left;
}

.partners-modal .tab-content .header {
	color: #6e6e6e;
	font-size: 16px;
	line-height: 20px;
	padding-top: 15px;
}

.partners-modal .tab-content .fas {
	color: #051B3B;
	font-size: 16px;
	padding-right: 4px;
}

.partners-modal .tab-content .link {
	display: inline-block;
	margin: 0 -6px !important;
	vertical-align: middle;
}

.partners-modal .tab-content .link a {
	display: inline-block;
	margin: 0 6px !important;
}

.partners-modal .tab-content .link a+span {
	background-color: transparent !important;
}

.partners-modal .tab-content .link.link-with-icon a::before {
	font-family: "Font Awesome 6 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-weight: 900;
	content: "\f879";
	font-size: 16px;
	margin-right: 6px;
}

.partners-modal .tab-content .link.link-with-icon a:hover:before {
	color: #051B3B;
}

.partners-modal .tab-content .link.link-with-icon a:last-child::before {
	content: "\f0e0";
}

.partners-modal .tab-content .divider {
	padding: 0 8px;
	font-size: 20px;
	color: #6e6e6e;
}

.partners-modal .tab-content a {
	color: #051B3B;
}

.modal-backdrop {
	background-color: rgba(10, 31, 98, .7);
}

/* Modal Popup End */
/* Carriers Info HTML Markup CSS End */



/* Hero banner */

/* Animation*/
@keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}


@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/*End of Animation*/

.hero-banner-wrapper {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
	padding: 30px;
	/* height: calc(100vh - 171px); */
	height: calc(100vh - 220px);
	flex-direction: column;
}

@media (max-width: 767px) {
	.hero-banner-wrapper {
		padding: 20px;
		height: calc(100vh - 250px);
	}
}

@media (min-width: 1600px) {
	.hero-banner-wrapper {
		padding: 40px;
		height: calc(100vh - 250px);
	}
}

.hero-banner-wrapper::before {
	background-color: rgba(5, 27, 59, 0.36);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: '';
}

.hero-banner-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

@media (max-width: 767px) {
	.hero-banner-wrapper .large-src {
		/* display: none; */
	}
}

@media (min-width: 768px) {
	.hero-banner-wrapper .small-src {
		display: none;
	}
}

.hero-banner-wrapper h2,
.hero-banner-wrapper h1 {
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	max-width: 1000px;
	font-weight: 700;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 12px;
	z-index: 3;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: calc(2.5rem + 1.8vw);
	line-height: calc(2.5rem + 1.8vw);
	animation: fadeIn 3s;
	-webkit-animation: fadeIn 3s;
	-moz-animation: fadeIn 3s;
	-o-animation: fadeIn 3s;
	-ms-animation: fadeIn 3s;

}

@media (min-width: 1600px) {
	.hero-banner-wrapper h2 {
		/* font-size: 25px;
		max-width: 810px;
		line-height: 36px;
		margin-bottom: 100px; */
	}

}

@media (max-width: 767px) {
	.hero-banner-wrapper h2 {
		/* font-size: 28px; */
		/* max-width: 255px; */
		/* margin-bottom: 40px; */
	}
}

.hero-banner-wrapper h2+a {
	text-align: center;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	max-width: 270px;
	width: 100%;
	color: rgb(235, 104, 89);
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	z-index: 3;
	line-height: normal;
}

.hero-banner-wrapper h2+a:hover {
	color: rgb(6, 59, 89);
}

@media (max-width: 767px) {
	.hero-banner-wrapper h2+a {
		height: 42px;
	}
}

@media (min-width: 1600px) {
	.hero-banner-wrapper h2+a {
		height: 52px;
		max-width: 280px;

	}
}

.hero-banner-wrapper p {
	max-width: 1000px;
	color: #FFF;
	text-align: center;

	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	/* 150% */
	z-index: 2;
	margin: 0 auto;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: calc(1.5rem + 0.5vw);
	animation: fadeIn 4s;
	-webkit-animation: fadeIn 4s;
	-moz-animation: fadeIn 4s;
	-o-animation: fadeIn 4s;
	-ms-animation: fadeIn 4s;


}

@media (max-width: 767px) {
	.hero-banner-wrapper p {
		line-height: 28px;
	}
}

/* Hero banner End*/


.title-class-wrapper>.row_0>h2 {
	color: #028350;
	text-align: center;
	-webkit-text-stroke-width: 10;
	-webkit-text-stroke-color: #028350;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-bottom: 2px solid #028350;
	padding-bottom: 32px;
	margin-top: 120px;
	margin-bottom: 80px;
	font-size: calc(2rem + 1.460vw);
}

@media (max-width: 991px) {
	.title-class-wrapper>.row_0>h2 {
		padding-bottom: 24px;
		margin-top: 60px;
		margin-bottom: 32px;
	}
}


.two-cards-wrapper .row,
.three-cards-wrapper .row {
	--bs-gutter-x: 0;
	margin-right: -16px;
	margin-left: -16px;
}


.two-cards-wrapper .row>div,
.three-cards-wrapper .row>div {
	padding-left: 16px;
	padding-right: 16px;
}

.two-cards-wrapper .row .rich-block-bg-image {
	height: 500px;
}

.single-card-wrapper {
	margin-top: 44px;
}

.single-card-wrapper .row_0 .rich-block-bg-image {
	height: 500px;
	align-items: center;
	justify-content: center;
}


.single-card-wrapper .row_0 .rich-block-bg-image .rich-block__description h2,
.two-cards-wrapper .row .rich-block-bg-image .rich-block__description h2,
.three-cards-wrapper .row .rich-block-bg-image .rich-block__description h2 {
	font-size: calc(2rem + 0.85vw);
}

.three-cards-wrapper .row .rich-block-bg-image {
	height: 650px;
}

@media (max-width: 991px) {
	.three-cards-wrapper .row .rich-block-bg-image {
		height: 500px;
	}
}



.four-cards-wrapper {
	position: relative;
	max-width: 100%;
	background: #F9F9F9;
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.four-cards-wrapper {
		padding-top: 44px;
		padding-bottom: 44px;
	}
}

.four-cards-wrapper.title-class-wrapper>.row_0>h2 {
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: #028350;
	border-bottom: 0 solid #028350;
	padding-bottom: 80px;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.four-cards-wrapper.title-class-wrapper>.row_0>h2 {
		-webkit-text-stroke-width: 0;
		-webkit-text-stroke-color: #028350;
		border-bottom: 0 solid #028350;
		padding-bottom: 40px;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.four-cards-wrapper .rich-block-bg-image .rich-block__description {
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 36px;
}

.four-cards-wrapper .rich-block-bg-image .rich-block__cta {
	margin-top: 0px;
	margin-bottom: 24px;
}

.four-cards-wrapper .rich-block-bg-image .rich-block__cta .btn-primary {
	border: 1px solid rgba(255, 255, 255, 0.60);
	padding: 14px 35px;
	font-size: 16px;
	height: 48px;
}




.testimonials-slider-wrapper {
	position: relative;
	max-width: 100%;
	background: #f2f2f2;
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.testimonials-slider-wrapper {
		padding-top: 44px;
		padding-bottom: 44px;
	}
}




.logo-wrapper {
	position: relative;
	max-width: 100%;
	background: #FFF;
	padding-top: 90px;
	padding-bottom: 210px;
}

@media (max-width: 767px) {
	.logo-wrapper {
		padding-top: 44px;
		padding-bottom: 44px;
	}
}

.logo-wrapper .carousel-indicators {
	bottom: -130px;
}

.logo-wrapper h2 {
	color: #028350;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 80px;
	margin-top: 0;
	padding-top: 0 !important;
	font-size: calc(2rem + 1.460vw);
}

@media (max-width: 991px) {
	.logo-wrapper h2 {
		margin-bottom: 40px;
	}

}



.logo-wrapper .carousel-inner {
	height: 100%;
	box-shadow: none;
	border-radius: 0;
	padding-bottom: 32px;
}

.logo-wrapper .carousel-inner .carousel-item {
	height: 540px !important;
}

@media (min-width: 768px) {
	.logo-wrapper .carousel-inner .carousel-item {
		height: 100% !important;
	}
}

.logo-wrapper .carousel-inner .carousel-item .row {
	/* width: calc(100% - var(--bs-gutter-x) * -.5); */
	width: 100%;
}

.logo-wrapper .carousel-inner .carousel-item .row .theme--carousel-three-card {
	box-shadow: 0 5px 8px #888888;
	margin: 15px 16px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}

@media (min-width: 768px) {
	.logo-wrapper .carousel-inner .carousel-item .row .theme--carousel-three-card {
		min-height: 100%;
	}
}

.logo-wrapper .carousel-inner .carousel-item .row .theme--carousel-three-card .theme--attribution-text {
	display: none;
}

.logo-wrapper .carousel-inner .carousel-item .row .theme--carousel-three-card img {
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
}

.call-us--today {
	margin-right: 12px;
	display: inline-flex;
	border-radius: 28px;
	background: #028350;
	align-items: flex-start;
	justify-content: center;
	height: 40px;
	text-decoration: none !important;
	padding: 3px 21px 4px 5px !important;
}

.call-us--today .wrap--text {
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	padding-left: 8px;
}

.call-us--today .wrap--text em,
.call-us--today .wrap--text span {
	font-style: normal;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	text-decoration: underline;
	text-transform: uppercase;
}

.call-us--today .wrap--text span {
	text-decoration: none;
	font-weight: 800;
	margin-top: 4px;
}

header {
	position: relative;
}

/* Header Top Right Item Position Setting */
@media (min-width: 992px) and (max-width: 1199px) {
	.shortcut-menu {
		right: calc((100vw - 992px) / 2 + 0px) !important;
	}
}

@media (min-width: 1200px) {
	.shortcut-menu {
		right: calc((100vw - 1200px) / 2 + 5px) !important;
	}
}

@media (min-width: 1340px) {
	.shortcut-menu {
		right: calc((100vw - 1200px) / 2 + 0px) !important;
	}
}

@media (min-width: 1440px) {
	.shortcut-menu {
		right: calc((100vw - 1200px) / 2 + -60px) !important;
	}
}

@media (min-width: 1500px) {
	.shortcut-menu {
		right: calc((100vw - 1200px) / 2 - 60px) !important;
	}
}

@media (min-width: 1600px) {
	.shortcut-menu {
		right: calc((100vw - 1200px) / 2 - 130px) !important;
	}
}

@media (min-width: 1900px) {
	.shortcut-menu {
		right: calc((100vw - 1200px) / 2 - 260px) !important;
	}
}

@media (min-width: 2560px) {
	.shortcut-menu {
		left: calc((100vw - 1200px) / 2 - 70px) !important;
	}
}

/* Header Top Right Item Position Setting */


/* Home Slider */
@keyframes moveInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10rem);
		transform: translateX(-10rem)
	}

	80% {
		-webkit-transform: translateX(1rem);
		transform: translateX(1rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes moveInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes moveInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10rem);
		transform: translateX(10rem)
	}

	80% {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes moveInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(3rem);
		transform: translateY(3rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.hero-slider {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.hero-slider::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0, 32, 92, 0.34);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
	.hero-slider {
		height: calc(100vh - 165px);
		max-height: 840px;
	}
}

@media (max-width: 767px) {
	.hero-slider {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.hero-slider .yellow-border {
	display: none;
	height: 96px
}

.hero-slider .hero-slider-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	opacity: 0;
	display: none;
	margin: auto;
	padding: 0 30px
}

@media (min-width: 1240px) {
	.hero-slider .hero-slider-container {
		max-width: 1200px;
		padding: 0 20px
	}
}

.hero-slider .hero-slider-container.animate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both
}

.hero-slider .hero-slider-container .text-container {
	padding: 50px 50px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	background: rgba(5, 27, 59, 0.40);
	z-index: 2;
	align-items: baseline
}

@media (max-width: 767px) {
	.hero-slider .hero-slider-container .text-container {
		margin-top: 44px;
		margin-bottom: 44px;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		padding: 36px 24px;
		flex: 1 0 100%
	}
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-container .text-container {
		padding: 60px 36px 56px 36px;
		min-width: 680px;
	}
}

@media (min-width: 1200px) {
	.hero-slider .hero-slider-container .text-container {
		padding: 60px 36px 56px 36px;
		min-width: 780px;
	}
}

.hero-slider .hero-slider-container .text-container h1 {
	font-style: normal;
	font-weight: 600;
	line-height: calc(2.8rem + 1.7vw);
	font-size: calc(2.5rem + 1.7vw);
	color: #fff;
}

@media (max-width: 1200px) {
	.hero-slider .hero-slider-container .text-container h1 {
		/* font-size: 36px;
		line-height: 43px */
	}
}

.hero-slider .hero-slider-container .text-container p,
.hero-slider .hero-slider-container .text-container span {
	color: #fff !important;
	font-size: calc(2rem + 0.65vw) !important;
	background-color: transparent !important;
	line-height: calc(2rem + 1.65vw) !important;
	margin: 12px 0 24px;
}

@media (min-width: 768px) {

	.hero-slider .hero-slider-container .text-container p,
	.hero-slider .hero-slider-container .text-container span {
		margin: 12px 0 56px;
	}
}

.hero-slider .hero-slider-container .text-container h2 {
	/* font-family: Montserrat, sans-serif; */
	font-weight: 400;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 40px;
	line-height: 29px;
	font-size: 20px
}

@media (max-width: 1200px) {
	.hero-slider .hero-slider-container .text-container h2 {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 20px
	}
}

.hero-slider .hero-slider-container .text-container .button {
	background: #028350;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	padding: 14px 40px;
	display: inline-block;
	line-height: 100%;
	font-weight: bold;
	border-radius: 6px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.18px;
	height: 70px;
}

.hero-slider .hero-slider-container .text-container .button:hover {
	background-color: #051B3B;
	border: 1px solid #fff;
}

.hero-slider .hero-slider-container .text-space {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	width: 50%
}

.hero-slider .img-container {
	position: absolute;
	visibility: hidden;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out
}

@media (max-width: 767px) {
	.hero-slider .img-container {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		height: unset;
		bottom: 0;
		top: unset
	}
}

.hero-slider .img-container.animate {
	opacity: 1;
	visibility: visible
}

@media (max-width: 767px) {
	.hero-slider .img-container.animate {
		position: relative
	}
}

.hero-slider .img-container img {
	max-width: 100%;
	display: block;
	margin: auto;
	text-align: center;
	height: 100%;
	object-fit: cover;
}

.slider-buttons-containers {
	position: absolute;
	bottom: -5px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	min-width: 130px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 15px
}

@media (min-width: 767px) {
	.slider-buttons-containers {
		bottom: 0
	}
}

.slider-buttons-containers .slider-button {
	z-index: 9;
	display: inline-block;
	min-width: 5px;
	margin: 0 4px;
	background: #fff;
	opacity: .6;
	border: 2px solid #051B3B;
	border-radius: 25px;
	width: 24px;
	height: 24px;
	-webkit-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out
}

.slider-buttons-containers .slider-button.selected {
	opacity: 1;
	background: #028350;
	border-color: #fff;
	/* width: 60px */
}

@keyframes moveInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10rem);
		transform: translateX(-10rem)
	}

	80% {
		-webkit-transform: translateX(1rem);
		transform: translateX(1rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes moveInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes moveInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10rem);
		transform: translateX(10rem)
	}

	80% {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes moveInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(3rem);
		transform: translateY(3rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

/* Home Slider End */




.leadership-container-wrapper {
	position: relative;
	max-width: 100%;
	background: #FFF;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-left: 0;
	padding-right: 0;
	background: #F2F2F2;
}

@media (max-width: 991px) {
	.leadership-container-wrapper {
		padding-top: 44px;
		padding-bottom: 44px;
	}
}

.leadership-category {
	overflow: hidden;
}

.leadership-container-wrapper h1 {
	color: #028350;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 80px;
	margin-top: 0;
	padding-top: 0 !important;
	font-size: calc(2rem + 1.460vw);
}

@media (max-width: 991px) {
	.leadership-container-wrapper h1 {
		margin-bottom: 40px;
	}

}

.leadership-container {
	/* padding-bottom: 158px */
}

.leadership-container.bio {
	padding-bottom: 55px;
	padding-top: 40px
}

.leadership-container.bio .breadcrumb-container {
	padding-top: 80px
}

@media (min-width: 1024px) {
	.leadership-container.bio .breadcrumb-container {
		padding-top: 0
	}
}

.leadership-container .leaders-cards-container {
	margin-left: -20px;
	margin-right: -20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/* grid-template-columns: repeat(auto-fill, 100%);
	grid-gap: 0; */
	/* padding-top: 40px */

}

@media (min-width: 767px) {
	.leadership-container .leaders-cards-container {
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		display: grid;
		grid-gap: 3%;
		align-items: center;
		justify-content: center;		grid-template-columns: repeat(auto-fill, 31%) */
	}
}

.leadership-container .leaders-cards-container .leader {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 33.333333%;
	opacity: 0
}

@media (max-width: 1199px) {
	.leadership-container .leaders-cards-container .leader {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.leadership-container .leaders-cards-container .leader {
		width: 100%;
	}
}

.leadership-container .leaders-cards-container .leader.in-view {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 2s;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: both
}

.leadership-container .leaders-cards-container .leader__img {
	z-index: 3;
	position: relative;
	background: -webkit-radial-gradient(50% 50%, 50% 50%, #37afbc 0, #143e44 100%);
	background: radial-gradient(50% 50% at 50% 50%, #37afbc 0, #143e44 100%);
	width: 230px;
	height: 230px;
	border-radius: 50%;
	margin: 40px auto 0;
}

.leadership-container .leaders-cards-container .leader__img::before {
	content: "";
	display: inline-block;
	background: -webkit-radial-gradient(50% 50%, 50% 50%, #ffa400 53.65%, #c67d08 100%);
	background: radial-gradient(50% 50% at 50% 50%, #ffa400 53.65%, #c67d08 100%);
	width: 230px;
	height: 230px;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
	display: none;
}

.leadership-container .leaders-cards-container .leader__img img {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.leadership-container .leaders-cards-container .leader:focus-visible .leader__img::before,
.leadership-container .leaders-cards-container .leader:hover .leader__img::before {
	opacity: 1
}

.leadership-container .leaders-cards-container .leader a {
	padding: 0 15px;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	background: #F8F9FE;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: block;
	color: #222;
	text-decoration: none;
}

.leadership-container .leaders-cards-container .leader h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	margin-top: 44px;
	margin-bottom: 12px;
	color: #000;
	text-transform: none;
}

.leadership-container .leaders-cards-container .leader h3 {
	margin-bottom: 36px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #222
}

.leadership-container .leaders-cards-container .leader h3 p a {
	color: #247588;
	font-weight: 500;
	font-size: 18px;
	text-decoration: underline;
	border-radius: 0;
	background: transparent;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
}

.leadership-container .leaders-cards-container .leader h3 p {
	color: #000;
	font-weight: 500;
	font-size: 18px;
	margin: 0;
	line-height: 32px;
}

.leadership-container .leaders-cards-container .leader h3 p:first-child {
	margin-top: 18px;
}



.bio-detail .has-img.bio {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 40px
}

.bio-detail .has-img.bio .bio-title {
	color: #222;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	text-decoration-line: underline;
	text-transform: uppercase
}

.bio-detail .has-img.bio .bio-sub-title {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	margin: 8px 0 16px
}

.bio-detail-container.bio {
	margin-bottom: 56px
}

.bio-detail-container.bio>em {
	margin-bottom: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	color: #063b59;
	display: block
}

.bio-detail-container.bio {
	line-height: normal;
	text-align: center
}

.bio-detail-container.bio a {
	color: #063b59;
	text-decoration: none;
	font-weight: 700
}

.bio-detail-container.bio p {
	line-height: normal;
	margin-bottom: 0;
}

/* Contact Us Start */


.Contact-banner-bottom-container {
	position: relative;
	max-width: 100%;
	background: #FFF;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 991px) {
	.Contact-banner-bottom-container {
		padding-top: 44px;
		padding-bottom: 44px;
	}
}


.Contact-banner-bottom-container .login-form h2,
.Contact-banner-bottom-container .login-form h1 {
	color: #028350;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 8px;
	margin-top: 0;
	padding-top: 0 !important;
	font-size: calc(2rem + 0.870vw);
}

@media (max-width: 991px) {

	.Contact-banner-bottom-container .login-form h2,
	.Contact-banner-bottom-container .login-form h1 {
		margin-bottom: 12px;
	}
}

.Contact-banner-bottom-container h2+p,
.Contact-banner-bottom-container h1+p {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 36px;
	line-height: 36px;
}

.Contact-banner-bottom-container .g-4,
.Contact-banner-bottom-container .gx-4 {
	--bs-gutter-x: 4.5rem;
	overflow: hidden;
}

@media (max-width: 991px) {

	.Contact-banner-bottom-container .g-4,
	.Contact-banner-bottom-container .gx-4 {
		--bs-gutter-x: 0;
	}
}

.login-form {
	border-radius: 22px;
	background: #F8F9FE;
	padding: 60px 32px;
}

@media (max-width: 991px) {
	.login-form {
		padding: 32px 16px;
	}
}

form>.row {
	justify-content: flex-end;
	margin-right: 0;
	margin-left: 0;
}

.login-form input,
.login-form textarea {
	border-radius: 4px;
	border: 1px solid #028350;
	background: #F9FAFC;
	height: 60px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 32px;
	padding: 15px 20px;
}

.login-form input[type=submit] {
	border-radius: 4px;
	background: #028350;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #fff !important;
	padding: 8px 35px;
	margin-top: 0px;
	max-width: 220px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.18px;
	height: 65px;

}

.login-form .field-validation-error {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block;
	margin-top: -32px;
	text-align: right;
}

.login-form textarea {
	height: 160px;
}

.google-map h3 {
	font-weight: 700;
}

.container.contact-info {
	max-width: 100%;
	padding: 0;
	margin-bottom: 44px;
}

.container.contact-info p {
	color: #000;
	font-weight: 500;
	margin: 0;
	line-height: 24px;
}

.internal-layout>.col-12>.row {
	margin-left: 0;
	margin-right: 0;
}

.internal-layout>.col-12>.row>.col-12 {
	padding: 0;
}

.map-container iframe,
.google-map iframe {
	width: 100%;
	/* margin-top: 32px; */
}

.map-container h2,
.google-map h2 {
	color: #000;
	/* font-size: 24px; */
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 100% */
	margin: 0 0 8px;
}

.map-container h2 strong,
.google-map h2 strong {
	font-weight: 700;

}

.map-bottom-row {
	margin-top: 44px;
}

.map-bottom-row .social-share .social-icon {
	border-radius: 50%;
}

.map-bottom-row .social-share {
	margin-top: 0;
}

.Contact-banner-bottom-container strong {
	font-weight: 700;
}

.social-share {
	margin-top: 20px;
	display: flex;
	margin-bottom: 0;
}

.social-share .social-icon {
	border-radius: 5px;
	height: 30px;
	width: 30px;
	margin-right: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.social-share .facebook-icon {
	background: url(/media/imc/assets/facebook-icon.png) no-repeat center center #028350;
	background-size: 50% 50%;
}

.twitter-icon {
	background: url(/media/imc/assets/twitter-icon.png) no-repeat center center #028350;
	background-size: 50% 50%;
}

.linked-in-icon {
	background: url(/media/imc/assets/Linked-In%20Icon.png) no-repeat center center #028350;
	background-size: 50% 50%;
}

/* Contact Us End */



/* Footer Subscribe Form */
#mc_embed_signup_scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 0;
	margin-top: 16px;
	margin-left: -14px;
	margin-right: -14px;
}

#mc_embed_signup_scroll .required {
	height: 42px;
	font-size: 14px;
	padding: 6px 16px !important;
	font-weight: 400;
	border-radius: 3px 0 0 3px;
	width: 240px;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	background: rgba(255, 255, 255, 0.05);
	padding-block: 0;
	padding-inline: 0;
	color: #c1c1c1;
	border-right-width: 0 !important;
	outline: 0 none;
}

#mc_embed_signup_scroll .required:focus,
#mc_embed_signup_scroll .required:focus-visible {
	border: 1px solid #FFA400 !important;
	border-right-width: 0 !important;

}

#mc_embed_signup_scroll .required::placeholder {
	color: #c1c1c1;
}

#mc_embed_signup_scroll .button {
	margin-left: -1px;
	background: #FFA400;
	color: #051B3B;
	height: 44px;
	font-size: 14px;
	padding: 6px 16px;
	font-weight: 700;
	border-radius: 0 3px 3px 0;
	border: 1px solid #FFA400;
	line-height: normal;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#mc_embed_signup_scroll .button:hover {
	background-color: #FFA400;
	border-color: #FFA400;
}

#mc_embed_signup div.mce_inline_error {
	font-size: 14px;
	margin-top: 16px !important;
}

#mc_embed_signup_scroll .response {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 600;
}

.subscribe-link {
	display: none;
}

/* Footer Subscribe Form End */






/* our-story--container */
.container_0.about-banner-bottom-container-wrapper {
	max-width: 100%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: #0B1C30;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.our-story--container {
	max-width: 1400px;
	margin: auto;
	padding: 90px 15px;
}

@media (max-width: 991px) {
	.our-story--container {
		padding-top: 44px;
		padding-bottom: 44px;
	}
}

.our-story--container h2,
.our-story--container h3 {
	color: #fff;
	font-size: calc(2rem + 1.460vw);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	line-height: 32px;
	margin: 0;
}

.our-story--container .col-lg-12.col-md-12.col-sm-12.text-center.pt-5.pb-5 {
	margin: 0 !important;
	padding: 0 !important;
}

.our-story--container h2+p,
.our-story--container h3+p {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 24px;
	font-weight: 500;
	line-height: 36px !important;
	margin: 24px 0 0 !important;
	/* 150% */
}

@media (max-width: 991px) {

	.our-story--container h2+p,
	.our-story--container h3+p {
		font-size: 18px !important;
		line-height: normal !important;
	}
}

.media-container.media--with-title .media-wrap,
.our-story--container .text-center .theme--ellipse-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	width: 150px;
	height: 150px;
	border-radius: 12px;
	border: 5px solid #ffffff73;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.media-container.media--with-title .media-wrap img,
.our-story--container .text-center .theme--ellipse-image img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.our-story--container .text-center,
.media-container {
	margin-top: 84px;
}

@media (max-width: 991px) {

	.our-story--container .text-center,
	.media-container {
		margin-top: 44px;
	}

}

.media-title em,
.our-story--container .text-center p em {
	margin: 24px 0 -24px;
	display: block;
	font-size: calc(2rem + 1.1vw);
	font-style: normal;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 500;
	line-height: normal;
	/* 100% */
}

.media-title p,
.our-story--container .text-center p {
	margin: 0;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: Inter;
	font-size: calc(1.8rem + 0.55vw);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


/* our-story--container End */

/* About US 2 column Cards  */
.two-column-container {
	max-width: 100%;
	padding: 0;
}

.two-column-container .g-4,
.two-column-container .gx-4 {
	--bs-gutter-x: 0;
}

.two-column-container .rich-block-bg-image {
	position: relative;
	z-index: 1;
	border-width: 0;
	height: 100%;
	margin: 0 !important;
	justify-content: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.two-column-container .rich-block-bg-image::before {
	background: linear-gradient(0deg, rgba(5, 27, 59, 0.75) 0%, rgba(5, 27, 59, 0.75) 100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.two-column-container .rich-block-bg-image .rich-block__description {
	background: transparent;
	width: 100%;
	color: #ffffff;
	padding: 15px;
	max-width: 100%;
	text-align: left;
}

.two-column-container .image-list-grid .image-list-item {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}


@media (max-width: 991px) {
	.two-column-container .image-list-grid .image-list-item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.two-column-container .image-list-grid .image-list-item {
		margin-bottom: 24px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
	}
}

.two-column-container .image-list-grid .image-list-item:last-child {
	margin-bottom: 0;
}

.two-column-container .image-list-item__text {
	padding-left: 32px;
}

@media (max-width: 991px) {
	.two-column-container .image-list-item__text {
		padding-left: 16px;
	}
}

.two-column-container .image-list-item__text h5,
.two-column-container .image-list-item__text p {
	margin: 0 auto;
	color: #222;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	/* 177.778% */
}

@media (max-width:767px) {
	.two-column-container .image-list-item__text p {
		max-width: 90%;
	}
}

.two-column-container .image-list-item__text h5 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}

.image-list-grid {
	padding: 60px 80px;
}

@media (max-width: 1199px) {
	.image-list-grid {
		padding: 36px 16px;
		display: flex;
		flex-wrap: wrap;
	}
}

.two-column-container .image-list-item img {
	max-height: 120px;
	max-width: 120px;
}

@media (max-width: 991px) {
	.two-column-container .image-list-item img {
		margin-bottom: 24px;
	}
}

@media (max-width: 991px) {

	.two-column-wrapper1 .col-lg-6+.col-lg-6,
	.two-column-wrapper3 .col-lg-6+.col-lg-6 {
		order: -1;
	}
}

/* About US 2 column End  */


/* Home Page | Agent */

.agent-container {
	height: 100%;
	position: relative;
	z-index: 1;
	max-height: 100%;
	display: flex;
	align-items: flex-end;
}

@media (min-width: 768px) {
	.agent-container {
		/* height: 80vh;
		max-height: 950px; */
	}
}

.agent-container .agent-banner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.agent-container .row {
	margin-left: 0;
	margin-right: 0;
}

.agent-wrapper-box {
	max-width: 1000px;
	margin: auto;
	padding: 0px 24px 24px 24px;
	background: rgba(255, 255, 255, 0.73);
	margin-bottom: 24px;
	color: #000;
}

@media (min-width: 768px) {
	.agent-wrapper-box {
		max-width: 720px;
		padding: 0px 24px 32px 24px;
		margin-bottom: 44px;
	}
}

@media (min-width: 992px) {
	.agent-wrapper-box {
		max-width: 1000px;
		padding: 0px 75px 41.638px 77px;
		margin-bottom: 64px;
	}
}

.agent-container-fluid .rich-block-bg-image {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-top: 0px solid #051B3B;
	padding: 0;
	margin-bottom: 0 !important;
	height: 100%;
	max-height: 100%;
}

@media (min-width: 768px) {
	.agent-container-fluid .rich-block-bg-image {
		height: 100vh;
		max-height: 600px;
	}
}

@media (min-width: 1200px) {
	.agent-container-fluid .rich-block-bg-image {
		height: 100vh;
		max-height: 650px;
	}
}

@media (min-width: 1440px) {
	.agent-container-fluid .rich-block-bg-image {
		height: 100vh;
		max-height: 750px;
	}
}

.agent-container-fluid .rich-block-bg-image .rich-block__description {
	background: rgba(5, 27, 59, 0);
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 0;
	max-width: 1000px;
}

.agent-container-fluid .rich-block-bg-image .rich-block__description p {
	margin: 20px 0 0;
	color: #000;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}

@media (min-width: 768px) {
	.agent-container-fluid .rich-block-bg-image .rich-block__description p {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (min-width: 1440px) {
	.agent-container-fluid .rich-block-bg-image .rich-block__description p {
		font-size: 18px;
		line-height: 34px;
	}
}

.agent-container-fluid em {
	font-size: calc(2rem + 0.85vw);
	font-weight: 600;
	font-style: normal;
	display: block;
	color: #028350;
	line-height: normal;
	margin-top: 44px;
}

@media (min-width: 768px) {
	.agent-container-fluid em {
		margin-top: -40px;
	}
}

.agent-container-fluid .rich-block-bg-image .rich-block__description h2 {
	font-size: calc(2rem + 0.65vw);
	color: #028350;
	margin: 0;
	font-weight: 800;
	line-height: 60px;
}

.agent-container-fluid .cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.18px;
	background: #00205C;
	color: #fff !important;
	text-decoration: none !important;
	width: 100%;
	margin-top: 32px;
}

.agent-container-fluid .cta-btn:hover,
.agent-container-fluid .cta-btn:focus {
	opacity: 0.8;
}

.prospective-agents p,
.prospective-agents em,
.prospective-agents h2 {
	text-align: left !important;
}

.current--agents h2,
.current--agents em,
.current--agents p {
	text-align: right;
}

@media (min-width: 768px) {

	.prospective-agents p,
	.prospective-agents em,
	.prospective-agents h2,
	.prospective-agents .agent-cta-btn {
		padding-left: 24px;
	}

	.current--agents h2,
	.current--agents em,
	.current--agents p,
	.current--agents .agent-cta-btn {
		padding-right: 24px;
	}
}

/* Home Page | Agent CSS End*/

.cards-inner-container {
	padding: 44px 0;
}

.cards-inner-container h2 {
	color: #028350;
	font-size: calc(2rem + 1.460vw);
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 44px;
}

.cards-inner-container .logo-container {
	align-items: center !important;
	height: 100px;
	background: #fff;
	margin-bottom: 18px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}


/* generic content Page Start */
.generic-content-container {
	padding: 54px 0;
}

.generic-content-container .row_0 {
	padding: 0 15px;
}

.generic-content-container h1 {
	font-size: calc(2.5rem + 1.8vw);
	color: #028350;
	text-align: left;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-bottom: 2px solid #028350;
	padding-bottom: 32px;
	margin-bottom: 36px;
	font-size: calc(2rem + 1.460vw);
}

.generic-content-container h2 {
	color: #028350;
	font-size: calc(2rem + 1.460vw);
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 32px;
	margin-top: 32px;
}

.generic-content-container h3 {
	color: #028350;
	font-size: calc(2rem + 0.65vw);
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 24px;
	margin-top: 24px;
}

.generic-content-container img {
	max-width: 100%;
	height: auto;
}

.generic-content-container iframe {
	width: 100%;
	margin: 24px 0;
}

.generic-content-container .cta-btn {
	margin: 24px 0;
	border: 1px solid rgba(255, 255, 255, 0.60);
	padding: 14px 35px;
	font-size: 16px;
	height: 48px;
	background: #028350;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	display: inline-block;
	line-height: 100%;
	font-weight: bold;
	border-radius: 6px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.18px;
	opacity: 0.8;
}

.generic-content-container .cta-btn:hover {
	opacity: 1;
}

.generic-content-container ul li {
	margin-bottom: 12px;
}

/* generic content Page End */

.video-wrapper {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.video-wrapper .row_0 {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.video-wrapper .rich-block {
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.video-wrapper .rich-block {
		flex-direction: column;
	}
}

.video-wrapper .rich-block .rich-block__multimedia,
.video-wrapper .rich-block .rich-block__description {
	width: 50%;
}

.video-wrapper .rich-block .rich-block__description {
	padding: 15px 24px;
}

@media (max-width: 767px) {

	.video-wrapper .rich-block .rich-block__multimedia,
	.video-wrapper .rich-block .rich-block__description {
		width: 100%;
	}

	.video-wrapper .rich-block .rich-block__description {
		padding: 0;
	}

	.video-wrapper .rich-block .rich-block__description h2 {
		margin: 0;
	}
}

.video-wrapper .row_0 iframe {
	width: 100%;
	aspect-ratio: 16/9;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

/* 404 Page */
.page-404-wrapper {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 767px) {
	.page-404-wrapper {
		padding-top: 44px;
		padding-bottom: 44px;
	}
}

.page-404-wrapper .col-lg-6:last-child {
	text-align: center;
}

.page-404-wrapper .col-lg-6 img {
	max-width: 100%;
}

.page-404-wrapper h1 {
	font-size: calc(2.5rem + 1.8vw);
}

.page-404-wrapper p {
	margin: 32px 0 24px;
	line-height: normal;
	font-size: 20px;
	font-weight: 500;
	color: #313131;
}

.page-404-wrapper p a {
	color: #028350;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0.6px;
	text-decoration-line: underline;
}

/* 404 Page */
.footer-no-child-link {
	text-transform: uppercase !important;
	margin-left: -14px !important;
	background: #051b3b;
	z-index: 8;
	position: relative;
}

.footer-no-child-link::before {
	display: none;
}




/* Form CSS */
.auth-form-wrapper input,
.auth-form-wrapper select,
.auth-form-wrapper textarea {
	border-radius: 4px;
	border: 1px solid #028350;
	background: #F9FAFC;
	height: 60px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 32px;
	padding: 15px 20px;
	width: 100%;
}

.auth-form-wrapper input[type=submit] {
	border-radius: 4px;
	background: #028350;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #fff !important;
	padding: 8px 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.18px;
	height: 65px;
	margin-top: 24px;
	margin-bottom: 24px;
	display: block;
	min-width: 200px;
	width: auto;
}

.auth-form-wrapper form {
	max-width: 1200px;
	margin: 0 auto;
}

.auth-form-wrapper form>div label {
	display: flex;
	margin-bottom: 12px;
	align-items: center;
}

.auth-form-wrapper .field-validation-error {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block;
	margin-top: -32px;
	text-align: right;
}

.auth-form-wrapper textarea {
	height: 160px;
}


.auth-form-wrapper h1 {
	font-size: calc(2.5rem + 1.8vw);
	color: #028350;
	text-align: left;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-bottom: 2px solid #028350;
	padding-bottom: 32px;
	margin-bottom: 36px;
	font-size: calc(2rem + 1.460vw);
}

.auth-form-wrapper h2 {
	color: #028350;
	font-size: calc(2rem + 1.460vw);
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 32px;
	margin-top: 32px;
}

.auth-form-wrapper h3 {
	color: #028350;
	font-size: calc(2rem + 0.65vw);
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 24px;
	margin-top: 24px;
}

.auth-form-wrapper {
	padding-top: 54px;
	padding-bottom: 54px;
}

.auth-form-wrapper input[type=checkbox],
.auth-form-wrapper input[type=radio] {
	height: 20px;
	width: 20px;
	margin: 0 12px 0 0;
}

.auth-form-wrapper .rohrer-login-form {
	max-width: 600px;
}

/* Form CSS End */
.two-column-row1 .row,
.two-column-row2 .row {
	align-items: center;
}

.two-column-row2 iframe {
	aspect-ratio: 16 / 9;
}

@media (min-width: 992px) {
	.navbar.bg-light .navbar-brand img {
		max-width: 100%;
		height: 65px;
	}
}

.col-logged-In-user .readonly {
	padding: 0;
	height: 100%;
	border-width: 0;
	background: transparent;
	pointer-events: none;
}

.col-logged-In-user .readonly:focus {
	outline: 0;
	pointer-events: none;
	cursor: not-allowed;
}

.testimonial-with-user .testimonials-text {
	color: #333;
	text-align: center;
	line-height: 200%;
	font-style: italic;
	max-width: 820px;
	margin: 0 auto;
}

.testimonial-with-user .testimonial-user {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 44px;
}

.testimonial-with-user .user-profile {
	border-radius: 50%;
	border: 2px solid #028350;
}

.testimonial-with-user .user-profile img {
	max-width: 60px;
	max-height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-with-user .user-detail {
	padding-left: 16px;
}

.testimonial-with-user .user-detail p {
	line-height: normal;
}

.user-detail .user-title {
	color: #028350;
	font-weight: 600;
}

#contentSlider .carousel-inner {
	box-shadow: 0 5px 8px transparent;
}

.box-shadow.testimonial-with-user {
	background-color: transparent;
}

.testimonials-slider-wrapper h3 {
	margin-bottom: 0 !important;
}

.testimonials-slider-wrapper .carousel-indicators {
	display: none;
}




#contentSlider .carousel-control-next-icon::before,
#contentSlider .carousel-control-prev-icon::before {
	content: "🡪";
	padding: 0;
	font-size: 24px;
	color: #fff;
	color: #028350;
	background-color: transparent;
	border: 2px solid #028350;
	min-width: 40px;
	min-height: 40px;
	line-height: normal;
	font-weight: 400;
}

#contentSlider .carousel-control-next-icon {
	rotate: 0deg;
}

#contentSlider .carousel-control-prev-icon {
	rotate: 180deg;
}

#contentSlider .carousel-control-prev {
	left: 0;
}

#contentSlider .carousel-control-next {
	right: 0;
}

.brick.in-view {
	justify-content: center;
}

@media (min-width: 1200px) {
	.brick.in-view .col.h50 {
		width: 20%;
		max-width: 20%;
	}
}

.content-with-image-wrapper .image figure {
	margin: 0;
}

.content-with-image-wrapper .image figure img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.content-with-image-wrapper .rich-block {
	padding: 24px 44px;
}

@media (max-width: 991px) {
	.content-with-image-wrapper .rich-block {
		padding: 24px 24px;
	}
}

.content-with-image-wrapper.title-class-wrapper>.row_0>h2 {
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.content-with-image-wrapper.title-class-wrapper>.row_0>h2 {
		margin-bottom: 24px;
	}
}

.content-with-image-wrapper .col-12>.row {
	align-items: center;
}

.content-with-image-wrapper .btn-primary {
	margin-top: 32px;
	background: #028350;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	padding: 14px 40px;
	display: inline-block;
	line-height: 100%;
	font-weight: bold;
	border-radius: 6px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.18px;
	height: 60px;
	text-align: center;
}

.content-with-image-wrapper h2 {
	font-size: calc(2rem + 1.0vw);
	font-weight: 500;
}