@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Oxygen");

:root {
	--bs-link-color-rgb: #a11227;
	--bs-link-hover-color-rgb: #a11227;
	--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: 'Euclid-Circular-A-SemiBold';
	src: url("/media/imc/assets/fonts/Euclid-Circular-A-SemiBold.ttf");
}

@font-face {
	font-family: 'Proxima-Nova-Xbold';
	src: url("/media/imc/assets/fonts/FontsFree-Net-Proxima-Nova-Xbold.otf");
}

@font-face {
	font-family: 'ProximaNova-Regular';
	src: url("/media/imc/assets/fonts/FontsFree-Net-ProximaNova-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 {
	text-underline-offset: 2px;
}

html {
	font-family: sans-serif;
}

body {
	font-size: 14px;
	font-family: 'ProximaNova-Regular';
	color: #333;
}

/* Page Layout Start */

@media (min-width: 1200px) and (max-width: 1609px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 750px;
	}
}

.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) {
	.container_0 {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.container_0 {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.container_0 {
		max-width: 1170px;
	}
}

@media (min-width: 1610px) {
	.container_0 {
		max-width: 1320px;
	}
}

/* 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;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	padding: 28px 15px 28px 15px;
	display: block;
}

@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;

}

nav.shortcut-menu>ul>li {
	display: inline;
	margin-left: 0;
}

nav.shortcut-menu ul li a,
nav.shortcut-menu .menu-link {
	color: #a11227 !important;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px;
}

.shortcut-menu ul li:first-child {
	border-right: 1px solid #6b81a4;
	display: none;
}

.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;
	display: inline-block;
	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 {
	background: url(/media/imc/assets/search-icon.jpg) no-repeat center center #dbe2ec;
	width: 35px;
	position: absolute;
	top: 0;
	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 {
	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) {
	.navbar-toggler {
		display: none;
	}
}

.navbar.bg-light {
	background-color: #fff !important;
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.navbar.bg-light {
		border-bottom: 4px solid #a11227;
	}
}

.navbar.bg-light .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 2;
}

@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 #a11227; */
	}

	.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: #000;
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 54px;
		left: 0;
		bottom: 0;
		border-bottom: 4px solid #a11227;
	}

	.navbar.bg-light .navbar-collapse ul li a {
		color: #fff;
		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: 10px;
		text-transform: none;
		white-space: nowrap;
		color: #000;
	}

	.navbar.bg-light .navbar-collapse ul li .dropdown-menu a.active {
		font-weight: bold;
		background: transparent;
		color: #a11227;
	}

	.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: #fff;
		color: #a11227;
		border-top: 1px solid #a11227;
		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: #a11227;
		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: 14px;
		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;
		color: #a11227;
	}

	.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: #a11227;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.navbar.bg-light .navbar-collapse>.navbar-nav>li:last-child a {
		letter-spacing: 0;
		background: #a11227;
		text-decoration: none;
		color: #fff;
	} */
}


@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: #a11227;
		color: #ffffff;
	}

	.navbar.bg-light .navbar-collapse .dropdown-menu {
		z-index: 1000;
		border: 3px solid #a11227;
		padding: 20px 0 40px;
		border-radius: 0;
		position: absolute;
	}

	.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: #a11227;
	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-color: #4b4b55;
	color: #fff;
	padding: 0;
}

@media (max-width: 991px) {
	.footer {
		margin-top: 16px;
	}
}


.footer a {
	color: #fff;
	text-decoration: none;
	line-height: normal;
	margin: 0;
}

.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;
	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: #a11227;
	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;
	display: 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: #a11227;
	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: #a11227;
	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 .col-lg-6{
	width: 100%;
	text-align: center;
}
.footer .white-border-top p {
	margin: 0;
}

.footer .white-border-top .bottom-page--links .list-unstyled {
	margin-bottom: 0;
	justify-content: center !important;
	flex-wrap: wrap;
}

@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: center;
	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 .footer-bottom-right {
	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 #a11227;
	background-size: auto;
	background-size: 50% 50%;
}

.twitter-icon {
	background: url(/media/imc/assets/twitter-icon.png) no-repeat center center #a11227;
	background-size: auto;
	background-size: 50% 50%;
}

.linked-in-icon {
	background: url(/media/imc/assets/Linked-In%20Icon.png) no-repeat center center #a11227;
	background-size: auto;
	background-size: 50% 50%;
}

/* footer End */



/* Insurance Marketing Center Start */
.gx-4 h1 {
	margin-top: 35px;
	margin-bottom: 10px;
	font-family: Euclid-Circular-A-SemiBold, sans-serif;
	color: #a11227;
}

.gx-4 p,
.post-content .text p,
.post-content .text h4 {
	line-height: 225%;
	margin-bottom: 10px;
	color: #333;
}

.gx-4 p a {
	color: #a11227;
	line-height: inherit;
	font-size: inherit;
	text-decoration: none;
}

.link-list h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: Euclid-Circular-A-SemiBold, sans-serif;
	color: #a11227;
}

.link-list p {
	border-left: solid #a11227 5px;
	padding: 5px 10px;
	background-color: #eeeeee;
	margin-bottom: 5px;
	font-size: 90%;
	width: 100%;
	max-width: 100%;
	line-height: 1.4;
}

.link-list p a {
	text-decoration: none;
	color: #a11227;
	background-color: transparent;
	font-size: 100%;
}

.rich-block-bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 550px;
	border-top: 5px solid #a11227;
	padding: 15px 30px 60px 30px;
	margin-bottom: 35px !important;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	text-align: center;
	color: #fff;
	flex-direction: column;
}

@media (max-width: 991px) {
	.rich-block-bg-image {
		margin-bottom: 20px !important;
	}
}


.rich-block-bg-image .rich-block__description {
	background: rgba(6, 59, 89, .55);
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	max-width: 378px;
}

.rich-block-bg-image .rich-block__description h2 {
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-family: Euclid-Circular-A-SemiBold, sans-serif;
}

.rich-block-bg-image .rich-block__description p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 175%;
	color: #fff;
}

.rich-block-bg-image .rich-block__cta {
	max-width: 378px;
	width: 100%;
	margin-top: 35px;
}

.rich-block-bg-image .rich-block__cta .btn-primary {
	background: #fff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	color: #a11227;
	border-radius: 0;
	padding: 14px 35px;
	display: inline-block;
	line-height: 100%;
	font-weight: bold;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.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: #a11227;
	background: #ffffff;
}

/* Insurance Marketing Center End */

/* Subscribe Box Start */
.subscribe-box {
	
	background: #a11227;
	color: #fff;
	text-align: center;
	width: 215px;
	height: 181px;
	padding: 20px;
	position: fixed;
	right: 0;
	top: 185px;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.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: #a11227;
	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 {
	font-family: Euclid-Circular-A-SemiBold, sans-serif;
	color: #a11227;
	font-size: 32px;
	margin: 20px 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 #a11227 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 #a11227 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: #a11227;
	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: #a11227;
}

.container_0 h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Euclid-Circular-A-SemiBold, sans-serif;
	color: #a11227;
	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 {
	font-family: Euclid-Circular-A-SemiBold, sans-serif;
	color: #a11227;
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #878787;
	padding-bottom: 30px;
}

.post-content .text h4 {
	font-size: inherit;
	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: #a11227;
	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: #a11227;
	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: #a11227;
	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%;
}

.box-shadow {
	margin: 1rem 24px;
	box-shadow: 0 5px 8px #888888;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

@media (min-width: 0px) {
	.carousel-inner {
		height: 600px;
	}
}

@media (min-width: 768px) {
	.carousel-inner {
		height: 400px;
	}
}

@media (min-width: 1200px) {
	.carousel-inner {
		height: 410px;
	}
}

@media (min-width: 1240px) {
	.carousel-inner {
		height: 380px;
	}
}

.carousel-inner .testimonial-quote {
	/* min-height: 300px; */
	height: calc(100% - 70px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@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: 400px; */
		height: calc(100% - 70px);
	}
}

.testimonial-quote img {
	width: 80px !important;
	transform: rotate(180deg);
	padding: 15px;
	height: auto !important;
}

.carousel-inner .testimonial-name {
	background-color: #a11227;
	width: 100%;
	margin-top: auto;
}

.carousel-inner .testimonial-name p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	text-align: right;
	padding: 15px;
	line-height: 20px;
}

.carousel-inner .testimonials-text {
	width: 100%;
	font-size: 14px;
	color: #393939;
	padding: 0 15px;
	line-height: 225%;
	/* margin-bottom: 15px; */
}

.carousel-indicators {
	display: none;
}

.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: 0;
	font-size: 30px;
	line-height: 12px;
	display: inline-block;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
	height: auto;
	height: 20px;
	width: 0;
	margin: auto;
	color: #d6d6d6;
	font-weight: bold;
	z-index: 0;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
	color: #a11227;
	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 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Euclid-Circular-A-SemiBold, sans-serif;
	color: #a11227;
	font-size: 20px;
	text-align: left !important;
	padding-top: 0 !important;
}

/* 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: #a11227;
	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: #a11227;
	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: #a11227;
	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: #a11227;
	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: #a11227;
	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: #a11227 !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 #a11227;
	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: #a11227;
	font-weight: bold;
	line-height: 300%;
	display: inline-block;
	margin-bottom: 10px;
}

.teambtn a:hover {
	background-color: #a11227;
	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 #a11227 5px;
	vertical-align: top;
}

.leadership-biotitle,
.leadership-title {
	width: 250px;
}

.leadership-biotitle b {
	color: #a11227;
	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: #a11227;
	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: #a11227;
}

.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-block;
	margin-right: 1rem
}

.search-results__grid {
	display: grid;
	grid-template-columns: minmax(0, 54rem);
	gap: 0rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 4rem auto;
	max-width: 54rem
}

.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 {
	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: #a11227;
	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: #a11227;
	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;
}

.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: #a11227;
	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: 1rem;
}

.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: #a11227;
	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: #a11227;
	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;
}

.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: #a11227;
	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: #a11227;
	color: #ffffff;
}

.search-results>h2 {
	font-family: Euclid-Circular-A-SemiBold, sans-serif;
	color: #a11227;
	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 #a11227;
}

.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-color: #a11227;
	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 #a11227;
	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: #a11227;
	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 {
	font-family: Euclid-Circular-A-SemiBold, sans-serif;
	color: #a11227;
	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: #a11227;
	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: #a11227;
	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: #a11227;
	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: #a11227;
}

.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: #a11227;
	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: #a11227;
}

.partners-modal .tab-content {
	color: #000;
	padding-top: 10px;
}

.partners-modal .tab-content a:hover {
	color: #a11227 !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: #a11227;
	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: #a11227;
}

.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: #a11227;
}

.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);
	flex-direction: column;
	max-height: 450px;
}

@media (max-width: 767px) {
	.hero-banner-wrapper {
		width: 100%;
		padding: 20px;
		height: calc(100vh - 250px);
		max-height: 200px;
		aspect-ratio: 16/9;
	}
}

@media (min-width: 1600px) {
	.hero-banner-wrapper {
		padding: 40px;
		height: calc(100vh - 250px);
	}
}

.hero-banner-wrapper::before {
	background-color: rgba(6, 59, 89, 0.37);
	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 {
	font-family: 'Euclid-Circular-A-SemiBold';
	max-width: 650px;
	font-weight: 400;
	font-style: normal;
	font-size: calc(2rem + 0.95vw);
	line-height: normal;
	/* font-size: 20px; */
	/* line-height: 30px; */
	margin-top: 0;
	/* margin-bottom: 60px; */
	z-index: 3;
	color: #a11227;
	animation: fadeIn 5s;
	-webkit-animation: fadeIn 5s;
	-moz-animation: fadeIn 5s;
	-o-animation: fadeIn 5s;
	-ms-animation: fadeIn 5s;
}

@media (min-width: 1600px) {
	.hero-banner-wrapper h2 {
		/* font-size: 25px; */
		/* max-width: 410px; */
		/* line-height: 36px; */
		/* margin-bottom: 100px; */
	}

}

@media (max-width: 767px) {
	.hero-banner-wrapper h2 {
		font-size: 28px;
		line-height: normal;
		/* 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-family: Euclid-Circular-A-SemiBold, sans-serif;
	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 End*/

/* Extra CSS added */
.internal-layout {
	margin-bottom: 84px;
}

@media (max-width: 767px) {
	.internal-layout {
		margin-bottom: 44px;
	}
}
