/*
Theme Name: Genesis Block Theme Child
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: Henn
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Template: genesis-block-theme
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
*/

/*
font-family: 'Open Sans', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

/*
font-family: 'Aleo', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

html,
body {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	overflow: unset;
	color: #383838;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Aleo', serif !important;
}

.button {
	background-color: #AA3354 !important;
	font-family: "Avenir-Black";
	white-space: nowrap;
	border-radius: 0;
    font-size: 15px;
    padding: 15px 20px;
}

.cutom-button {
    background-color: #002C6F;
    padding: 20px 40px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
}

.cutom-button.service-btn {
    background-color: transparent;
    padding: 20px 40px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cutom-button.secondary {
    background-color: #F08B1E;
}

.cutom-button .btn-text {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
	line-height: 1.5em;
	margin-right: 50px;
}

.button:hover {
	color: #AA3354;
	background-color: #fff !important;
}

.menu-color-blue .button:hover {
    color: #ffffff;
    background-color: #AA3354 !important;
}

.site-content {
	padding: 0;
	overflow-x: clip;
}

.container {
	max-width: 1288px;
	padding: 0;
	margin: 0 auto;
}

.container-fluid {
    max-width: initial;
    width: 100%;
    padding: 0px 56px;
    margin: auto;
}

.position-relative {
	position: relative;
}

/* .e-con, .e-con-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
} */

.container::before, .container::after {
	display: none;
}

.hidden {
	display: none !important;
}

.header-border {
	display: flex !important;
	visibility: visible !important;
}

.header-border.hidden {
	visibility: hidden !important;
}

.search-form {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.desktop-menu-search {
	margin-left: 15px;
}

.desktop-menu-search .search-field {
    margin: 0;
    border: none;
    font-size: 1rem;
    width: 0;
    opacity: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.desktop-menu-search .search-field.hover {
    margin: 0;
    width: 200px;
    opacity: 1;
    padding: 0.5rem;
}

.mobile-menu-top .search-field {
    margin: 0;
    border: none;
    font-size: 0.72em;
    width: 200px;
	height: 28px;
    opacity: 1;
    padding: 0.5rem;

}

.search-submit {
    border: none;
    background-color: transparent !important;
    cursor: pointer;
    padding: 0 !important;
    height: 40px;
    width: 40px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header.unsticky {
	padding-top: 0 !important;
}

.site-header.unsticky .search-submit {
	/* color: #fff !important; */
}

.menu-color-white .search-submit {
    color: #ffffff;
}

.menu-color-blue .search-submit {
    color: #002467;
    background-color: transparent !important;
    outline: none;
}

.header-sticky .search-submit {
    color: #002467;
    background-color: transparent !important;
    outline: none;
}

.search-submit i {
    font-size: 28px;
}

.custom-border {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4px;
	width: 100%;
}

.custom-border .first {
	height: 100%;
	width: 33%;
	background-color: #AA3254;
}

.custom-border .second {
	height: 100%;
	width: 34%;
	background-color: #F08B1E;
}

.custom-border .third {
	height: 100%;
	width: 33%;
	background-color: #002C6F;
}

/**
* Header
**/

.site-header {
	background-color: transparent;
	/* position: sticky;
	top: 0;
	margin-top: -4px;	 */
    position: fixed;
    left: 0px;
    top: 0px;
    transition: all .35s ease;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header.header-sticky {
    background-color: #ffffff;
    /* opacity: 1;
    visibility: visible; */
}

.site-header.header-hidden {
    /* opacity: 0;
    visibility: hidden; */
    top: -177px;
}

.site-header .top-navigation {
	padding-bottom: 10px;
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
}

.upper-case {
	text-transform: uppercase;
}

.main-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-top: 21px;
}

.main-navigation ul li a {
	margin-bottom: 0;
}

.main-navigation ul {
    margin-right: 30px;
}

.main-navigation.top ul {
    margin-right: 0px;
}

.site-header .site-title-wrap {
	max-width: 260px;
}

.site-title-wrap {
    margin-top: 20px;
    margin-left: 50px;
}

.titles-wrap {
	display: none;
}

.main-navigation a {
	/* color: #FFFFFF !important; */
	text-transform: uppercase;
}

.site-header.unsticky .menu-top-menu-container a {
	color: #fff !important;
}

.site-header.unsticky .mega-menu-link {
	color: #fff !important;
}

.main-navigation {
	font-size: 18px;
	font-family: 'Aleo', sans-serif;
}

.main-navigation.top {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.main-navigation a:hover {
	/* color: #AA3354 !important; */
}

.top-navigation .main-navigation {
	text-align: right;
	/* margin: 1rem 0; */
}

.menu-toggle.button-toggle {
	text-align: right;
	background-color: transparent !important;
	padding: 20px !important;
}

.site-header .container {
	position: relative;
}

.mega-menu-item-wrapper {
	position: relative;
	text-align: right;
}

.mega-menu-item-wrapper img {
	width: 384px;
}

.mega-menu-item-wrapper .menu-text {
	position: absolute;
	right: -20px;
	bottom: -20px;
	padding: 18px 25px;
    min-width: 306px;
    text-align: right;
	color: #fff;
	font-size: 24px;
	font-family: 'Aleo', sans-serif;
    height: 76.8px;
}

.mega-menu-item-wrapper .menu-text-bk {
	position: absolute;
	right: -20px;
	bottom: -20px;
	padding: 18px 25px;
    min-width: 306px;
	background-color: #002467;
    mix-blend-mode: multiply;
    backdrop-filter: blur(7px);
    height: 76.8px;
}


.mega-sub-menu {
	margin-left: 0 !important;
	transform: translate(0, 32px) !important;
}

.mega-menu-item .mega-indicator {
	display: none !important;
	top: -5px;
	left: calc(50% - 6px) !important;
}

.mega-menu-item.mega-toggle-on .mega-indicator {
	display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0px 10px;
}

.mega-menu-link {
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

.mega-sub-menu .menu-item {
	border-bottom: solid 2px #f7f7f7;
	position: relative;
	max-width: 680px;
}

.mega-sub-menu .menu-item:last-of-type {
    border-bottom: 0px;
}

.mega-sub-menu .menu-item::after{
	content: "\f054";
  	font-family: 'Font Awesome\ 5 Free';
	position: absolute;
	top: calc(50% - 6px);
	right: 0;
	font-size: 16px;
	color: #F08B1E;
}

.mega-sub-menu .menu-item a {
	font-size: 20px;
	font-family: 'Aleo-Regular';
	color: #01184F !important;
    padding-left: 0px;
    padding-top: 10px;
}

.mobile-navigation {
	background-color: #fff !important;
}

.mega-sub-menu .mega-menu-item:last-of-type {
    padding-left: 50px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    color: #E6E6EC;
    font-size: 29px;
}

.desktop-menu {
    padding-bottom: 55px;
}

/*
==========================================================================
*/

/**
* Content
**/
.site {
	/* margin-top: -168px; */
}
.page-banner {
	position: relative;
	z-index: 2;
}
.page-banner .banner-text-wrapper {
	position: absolute;
	bottom: -50px;
	left: 50px;
	z-index: 9;
}
.image-banner-wrapper .page-banner .banner-text-wrapper {
	bottom: 0;
}
.page-banner .banner-text-wrapper .banner-text-inner {
	position: relative;
	background-color: #002c6fc9;
	color: #fff;
	padding: 100px;
	padding-left: 160px;
	overflow: hidden;
	max-width: 720px;
	width: 100%;
	backdrop-filter: blur(6px);
}
.page-banner .banner-text-wrapper .banner-text-inner.yes {
	background-color: #aa3355c9;
}
.page-banner .banner-text-wrapper .banner-text-inner .mark_image-wrapper {
	position: absolute;
	top: -20px;
    left: 20px;
    width: 80%;
}

.image-banner-wrapper .page-banner .banner-text-wrapper .banner-text-inner {
	width: 720px;
	background-color: transparent;
	backdrop-filter: none;
}

.page-banner .banner-mask {
	position: absolute;
    left: -80px;
    top: -40px;
    width: 686px;
    height: 854px;
    z-index: 5;
}

.page-banner .banner-text-wrapper .banner-text-inner .inner-wrapper {
	position: relative;
}
.page-banner .banner-text-wrapper .banner-text-inner .title {
	font-size: 28px;
	line-height: 32px;
	font-family: 'Aleo', sans-serif;
	margin-bottom: 20px;
}
.page-banner .banner-text-wrapper .banner-text-inner .description {
	font-size: 18px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
.page-banner .banner-text-wrapper .banner-text-inner .btn-link .btn-text {
	font-size: 15px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #90C8E7;
	text-transform: uppercase;
	white-space: nowrap;
}
.page-banner .slick-prev, .page-banner .slick-next {
	display: none !important;
}

.banner-slider .slide {
	position: relative;
}
.banner-slider .slide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000040;
	z-index: 1;
}
.banner-slider .slide img {
	max-height: 800px;
	object-fit: cover;
}

.banner-slider-container {
	position: relative;
	overflow: hidden;
}

.banner-slider-container .main-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 42px;
	font-family: 'Aleo', sans-serif;
	line-height: 52px;
	color: #fff;
	text-align: center;
	z-index: 9;
	width: 100%;
}

.banner-slider-container #slider-play-btn {
	position: absolute;
    bottom: 40px;
    right: 60px;
    z-index: 9;
    cursor: pointer;
    font-size: 60px;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider-container #slider-play-btn .pause {
	display: block;
}

.banner-slider-container #slider-play-btn .play {
	display: none;
}

.banner-slider-container #slider-play-btn.stop .pause {
	display: none;
}

.banner-slider-container #slider-play-btn.stop .play {
	display: block;
}





.featured-image-text-container {
	position: relative;
	overflow-x: clip;
}
.featured-image-text-container .image-wrapper {
	padding-top: 50px;
	padding-bottom: 100px;
	padding-right: 30px;
	background-color: #F7F7F7;
}
.featured-image-text-container .text-wrapper {
	position: absolute;
    left: 10%;
    bottom: -10%;
    width: 50%;
}
.featured-image-text-container .text-wrapper .text-wrapper-inner {
	position: relative;
	padding: 40px 100px;
	background-color: #ffffff9f;
	backdrop-filter: blur(6px);
}
.featured-image-text-container .text-wrapper .text-wrapper-inner .icon-wrapper {
	position: absolute;
	top: -51px;
	left: -51px;
	width: 102px;
	height: 102px;
}
.featured-image-text-container .text-wrapper .text-wrapper-inner .description {
	font-size: 32px;
	font-family: 'Aleo', sans-serif;
	margin-bottom: 30px;
}
.featured-image-text-container .text-wrapper .text-wrapper-inner .btn-link {
	background-color: #002C6F;
	padding: 20px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 316px;
}
.featured-image-text-container .text-wrapper .text-wrapper-inner .btn-link .btn-text {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.featured-image-text-container .mark-wrapper {
	position: absolute;
    right: 5%;
    bottom: -5%;
    width: 40%;
	display: block;
}
.featured-image-text-container .mark-wrapper.mobile {
	display: none;
}

.section-title {
	font-size: 42px;
    line-height: 55px;
	font-weight: 400;
	font-family: 'Aleo', sans-serif;
	color: #383838;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.blog-feeds-wrapper {
    max-width: 1288px;;
    margin: auto;
	margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
	overflow: hidden;
}

.blog-feeds-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-feeds-wrapper .items-inner-wrapper {
	position: relative;
}

.blog-feeds-wrapper .items-inner-wrapper::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	/* background-color: #F7F7F7; */
	left: 0;
	top: 5%;
}

.blog-feeds-wrapper .items-inner-wrapper .main-item {
	position: relative;
}

.blog-feeds-wrapper .items-inner-wrapper .main-item .item-image {
	width: 50%;
}

.blog-feeds-wrapper .items-inner-wrapper .main-item .item-image .item-image-wrap-container {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 77.43%;
}

.blog-feeds-wrapper .items-inner-wrapper .main-item .item-image .item-image-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-top: initial;
}

.blog-feeds-wrapper .items-inner-wrapper .main-item .item-texts-wrapper {
	position: absolute;
	top: 50%;
	right: 0;
	width: 70%;
	transform: translate(0, -50%);
	background-color: #fff;
	border-top: solid 6px #002C6F;
	padding: 40px;
}

.blog-feeds-wrapper .items-inner-wrapper .main-item .item-texts-wrapper .description {
	font-size: 30px;
	font-weight: 400;
	font-family: 'Aleo', sans-serif;
	margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-feeds-wrapper .items-inner-wrapper .main-item .item-texts-wrapper .description a {
    color: #383838;
}

.blog-feeds-wrapper .items-inner-wrapper .main-item .item-texts-wrapper .description p {
    margin-bottom: 0px;
}

.blog-feeds-wrapper .items-inner-wrapper .item-texts-wrapper .info {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-feeds-wrapper .items-inner-wrapper .item-texts-wrapper .info .category {
	color: #383838;
    font-size: 14px;
    line-height: 19px;
    font-family: "Avenir-Medium";
}

.blog-feeds-wrapper .items-inner-wrapper .item-texts-wrapper .info .links a {
	color: #AE2F54;
    font-family: "Avenir-Black";
    font-size: 14px;
    line-height: 19px;
}

.blog-feeds-wrapper .items-inner-wrapper .item-texts-wrapper .info .links a.read {
	padding-right: 10px;
	border-right: solid 1px #f7f7f7;
}

.blog-feeds-wrapper .items-inner-wrapper .item-texts-wrapper .info .links a.share {
	padding-left: 10px;
}

.blog-feeds-wrapper .items-inner-wrapper .feed-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 56px;
}

.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item {
	position: relative;
	width: 32%;
	min-height: 400px;
}

.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item .item-image {
	height: 256px;
}

.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item .item-texts-wrapper {
	position: absolute;
	width: calc(100% - 40px);
	left: 50%;
	bottom: 0;
    transform: translate(-50%, 0);
	background-color: #fff;
	border-bottom: solid 6px #AA3354;
	padding: 20px;
	min-height: 214px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item:nth-child(2) .item-texts-wrapper {
	border-bottom: solid 6px #F08B1E;
}

.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item:nth-child(3) .item-texts-wrapper {
	border-bottom: solid 6px #90C8E7;
}

.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item .item-texts-wrapper .description {
	font-size: 22px;
	font-weight: 400;
	font-family: 'Aleo', sans-serif;
    /* height: 140.8px; */
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item .item-texts-wrapper .description a {
    color: #383838;
}

.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item .item-image:hover + .item-texts-wrapper .description a {
    text-decoration: underline;
}

.news-feeds-container {
    background-color: #002C6F;
    position: relative;
    padding-top: 56px;
    margin-bottom: 86px;
    padding-bottom: 5px;
}

.news-feeds-container.research-list-container {
    margin-bottom: 0px;
}

/* homepage news section */

.news-feeds-wrapper {
    max-width: 1288px;
    margin: auto;
	padding-left: 40px;
    padding-right: 40px;
	color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.news-feeds-wrapper .items-inner-wrapper {
	position: relative;
}

.news-feeds-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-feeds-wrapper .section-title {
	color: #fff;
	padding-left: 126px;
}

.news-feeds-wrapper .main-news-item {
	position: relative;
	display: flex;
	align-items: center;
}

.news-feeds-wrapper .main-news-item .item-image {
	width: 50%;
}

.news-feeds-wrapper .main-news-item .item-texts-wrapper {
	width: 50%;
	padding: 40px;
	position: relative;
}

.news-feeds-wrapper .main-news-item .item-texts-wrapper .item-texts-wrapper-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -20px;
	opacity: 0.1;
	z-index: 0;
}

.news-feeds-wrapper .main-news-item .item-texts-wrapper .text-wrapper {
	position: relative;
	z-index: 2;
}

.news-feeds-wrapper .main-news-item .item-texts-wrapper .title {
	font-size: 26px;
	font-weight: 400;
	font-family: 'Aleo', sans-serif;
    display: none;
}

.news-feeds-wrapper .description {
	font-size: 20px;
    line-height: 26px;
	font-weight: 400;
    font-family: 'Aleo', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-feeds-wrapper .description a {
    text-decoration: none;
}

.news-feeds-wrapper .main-news-item .item-texts-wrapper .read-btn {
	width: 220px;
	background-color: #F08B1E;
	color: #fff;
	padding: 20px 40px;
	font-size: 16px;
	line-height: 19px;
	font-family: "Avenir-Black";
	text-align: left;
	display: inline-block;
	position: relative;
	margin-top: 40px;
}

.news-feeds-wrapper .main-news-item .item-texts-wrapper  .read-btn::after {
    content: "\f054";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    font-size: 16px;
    color: #002C6F;
}

.text-right {
	text-align: right;
}

.news-feeds-wrapper .news-items {
	display: flex;
	align-items: center;
	margin-top: 76px;
    padding-left: 126px;
}

.news-feeds-wrapper .news-items .news-item {
	width: calc(25% - 24px);
	margin-left: 12px;
    margin-right: 12px;
	opacity: 0.5 !important;
	cursor: pointer;
}

.news-feeds-wrapper .news-items .news-item .read-btn {
	display: none;
}

.news-feeds-wrapper .news-items .news-item.active {
	opacity: 1 !important;
}

.news-feeds-wrapper .news-items .news-item .item-image {
	height: 0px;
    padding-top: 66.35%;
    position: relative;
	margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.news-feeds-wrapper .news-items .news-item.active .item-image {
    outline: 6px solid #ffffff;
    outline-offset: -6px;
}

.news-feeds-wrapper .news-items .news-item .item-texts-wrapper .title-val {
	display: none;
}

.news-feeds-wrapper .news-items .news-item .item-texts-wrapper .title {
	display: none;
}

.news-feeds-wrapper .news-items .news-item .item-texts-wrapper .description {
	display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.more-wrapper {
    margin-top: 40px;
}

.news-feeds-wrapper .more-wrapper {
	text-align: right;
	margin-top: 54px;
	position: relative;
	z-index: 1;
}

.news-feeds-wrapper .more-wrapper a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.news-feeds-wrapper .more-wrapper .more-link {
    font-family: "Avenir-Black";
    font-size: 16px;
}

.news-feeds-wrapper .items-inner-wrapper > div {
	z-index: 1;
	position: relative;
}

.news-feeds-wrapper .items-inner-wrapper .more-mark {
	position: absolute !important;
    left: 100px;
    bottom: -118px;
    width: 100%;
    height: 100%;
    background-image: url(./images/news-mark.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0 !important;
}

.news-feeds-wrapper .color-cross-lines {
    position: absolute;
    left: 82px;
    top: -95px;
    right: 250px;
    bottom: -18px;
}

.news-feeds-wrapper .color-cross-lines .color-v-lines {
    height: 100%;
    bottom: -40px;
    position: relative;
}

.news-feeds-wrapper .color-cross-lines .color-v-lines .color-v-line-top {
    mix-blend-mode: soft-light;
}

.news-feeds-wrapper .color-cross-lines .color-v-lines .color-v-line-bottom {
    height: 100px;
    position: relative;
}

.custom-bg-1 {
	position: relative;
}

.custom-bg-1::after {
	position: absolute;
    width: 80%;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    background-color: #f7f7f7;
}

.top-icon-slider .elementor-testimonial__image {
	position: absolute;
    top: -26px
}

.top-icon-slider div {
	overflow: visible;
}

.elementor-testimonial__image img {
    height: auto !important;
}


/*
==========================================================================
*/


/**
* Footer
**/
.site-footer {
	background-color: transparent;
	padding-bottom: 0;
}

.site-footer .social-items img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.footer-section .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-section .container.first {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-section.top {
	padding: 60px 0;
}

.footer-section.middle {
	padding: 20px 0;
	border-top: solid 2px #D9D9D9;
}

.footer-section.bottom {
	padding: 20px 0;
	background-color: #D9D9D9;
}

.footer-top-first {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 60px;
}

.site-footer ul {
	list-style: none;
    margin: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}

.bottom-navigation a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Aleo', sans-serif;
	color: #002C6F !important;
}

.contact1-navigation a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #AA3354 !important;
}

.footer-navigation a {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #383838 !important;
}

.contact-navigation a {
	font-size: 13px;
	font-weight: 400;
	color: #383838 !important;
}

.footer-copyright1 {
	font-size: 13px;
	font-weight: 400;
	color: #383838 !important;
}

.subscribe-wrapper {
	max-width: 394px;
	padding-top: 60px;
}

.subscribe-form .field-group {
	position: relative;
}

.subscribe-form .field-group .btn-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 11px 20px;
	background-color: transparent;
	color: #002C6F;
}

.subscribe-title {
	font-size: 26px;
	font-family: 'Aleo', sans-serif;
	color: #002C6F;
	margin-bottom: 20px;
}

.social-items {
	gap: 16px;
}

.social-items .social-item {
	width: 16px;
	height: 16px;
	gap: 16px;
}



.footer-navigation li:not(:last-child):after { 
	content: '';
    width: 1px;
    height: 12px;
    background-color: #000;
    position: absolute;
    top: 8px;
    right: -10px;
}

.contact1-navigation-mobile {
	display: none;
}

.main-news-item-btn-wrap {
    text-align: right;
    margin-top: 100px;
}

.news-feeds-container .news-bk-pattern-img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.main-news-item-image {
    border: 6px solid #ffffff;
}

.main-news-item-image-wrap {
    border: 6px solid #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 66.35%;
}

.header-sticky .main-navigation ul li a {
    color: #002467 !important;
}

.main-navigation.top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-menu {
    margin-top: 13px;
}

.main-navigation.top ul li a {
    font-family: "Avenir-Black";
    font-size: 13px;
}

.language-switcher {
    display: flex;
    align-items: center;
    margin-left: 47px;
}

.language-switcher-name {
    font-size: 13px;
    font-family: "Avenir-Black";
    text-transform: uppercase;
    background: initial;
    outline: none;
    border: 0px;
    padding: 8px;
    background-image: url('images/select-dropdown-white.png');
    background-size: 12px 11px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 14px;
}

.header-sticky .language-switcher-name {
    background-image: url('images/select-dropdown-blue.png');
}


.language-switcher-globe-img {
    margin-right: 0px;
}

.menu-color-white .language-switcher-globe-img.color--blue {
    display: none;
}

.menu-color-white .language-switcher-globe-img.color--white {
    display: block;
}

.menu-color-blue .language-switcher-globe-img.color--blue {
    display: block;
}

.menu-color-blue .language-switcher-globe-img.color--white {
    display: none;
}

.menu-color-white .language-switcher-name {
    color: #ffffff;
}

.menu-color-white .mega-menu-link {
    color: #ffffff !important;
}

.menu-color-white .menu-top-menu-container a {
    color: #ffffff !important;
}

.menu-color-blue .mega-menu-link {
    color: #002467 !important;
    font-family: "Aleo-Bold" !important;
}

.menu-color-blue .menu-top-menu-container a {
    color: #002467 !important;
}

.menu-color-blue .language-switcher-name {
    color: #002467;
}

.header-sticky .language-switcher-name {
    color: #002467;
}

.header-sticky .language-switcher-globe-img.color--blue {
    display: block;
}

.header-sticky .language-switcher-globe-img.color--white {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: static;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}

.main-menu-patient-link {
    margin-left: 30px;
}

.mega-sub-menu {
    top: 77px !important;
}

.research-list-container .section-title {
    padding-left: 100px;
}

.research-list-container .item-image {
    position: relative;
}

.item-image-wrap {
    height: 0px;
    width: 100%;
    padding-top: 115.9%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.research-item .title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-research-item .title {
    display: block !important;
    line-height: 34px;
    margin-bottom: 30px;
}

.initiatives-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.initiative-wrap {
    width: calc(50% - 40px);
    margin: 20px;
    background: #F5F5F5;
    border-bottom: 5px solid #AE2F54;
    padding: 20px;
}

.initiative-title {
    color: #383838;
    font-weight: normal;
}

.initiative-title a {
    color: #383838;
}

.initiative-title a:hover {
    text-decoration: underline;
}

.initiative-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.initiative-category {
    color: #383838;
    font-family: "Avenir-Medium";
    text-transform: uppercase;
}

.blogs-filter-btn {
    display: inline-block;
    cursor: pointer;
    color: #AE2F54;
    font-size: 22px;
    font-family: "Avenir-Medium";
    margin: 0px 13px;
    padding-bottom: 18px;
    border-bottom: 4px solid transparent;
    transform: translateY(3px);
}

.blogs-filter-btn:first-of-type {
    margin-left: 0px;
}

.blogs-filter-btn.active {
    border-color: #002467;
    color: #002467;
}

.blogs-fitler-btns {
    border-bottom: 2px solid #E4E4E4;
}

.blogs-item {
    position: relative;
    margin-bottom: 50px;
}

.blogs-item-img-wrap {
    width: 35%;
    height: 0px;
    padding-top: 22%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blogs-item-content {
    background: #F5F5F5;
    padding: 20px 25px;
    border-bottom: 4px solid #AE2F54;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
}

.blogs-item-title,
.blogs-item-title a {
    color: #383838;
    font-size: 18px;
    line-height: 27px;
}

.blogs-item-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogs-item-category {
    color: #383838;
    font-size: 14px;
    font-family: "Avenir-Medium";
}

.blogs-section-btns {
    display: flex;
    justify-content: flex-end;
    margin-right: -15px;
    margin-top: 12px;
}

.blogs-action-btn {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #AE2F54;
    margin: 0px 15px;
}

.blogs-action-btn:hover {
    color: #AE2F54;
}

.blogs-section-body {
    margin-top: 30px;
}

.blogs-load-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogs-load-btn {
    display: inline-block;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    background: #D9D9D9;
    cursor: pointer;
    margin: 0px 5px;
}

.blogs-load-btn.enabled {
    background: #F7AA2B;
    color: #002467;
}

.videos-section-list {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.videos-list-item {
    width: calc(25% - 20px);
    margin: 0px 10px;
}

.videos-list-item-video-wrap {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 63.35%;
}

.videos-list-item-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform :translate(-50%, -50%);
}

.videos-list-item-content-wrap {
    padding: 20px;
    width: calc(100% - 24px);
    margin: auto;
    background: #ffffff;
    border-bottom: 4px solid #90C8E7;
    margin-top: -30px;
    position: relative;
}

.videos-list-item-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 92px;
}

.videos-list-item-content p {
    margin-bottom: 0px;
}

.videos-list-item:hover .videos-list-item-content {
    text-decoration: underline;
}

.vliv-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.videos-section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.videos-section-title {
    font-size: 22px;
    color: #90C8E7;
}

.videos-subscribe-links {
    font-family: "Avenir-Black";
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
}

.videos-subscribe-links:hover {
    color: #F7AA2B !important;
}

.videos-subscribe-links img {
    width: 23px;
    margin-left: 5px;
    top: 5px;
    position: relative;
}

.video-slider-btn {
    display: inline-block;
    cursor: pointer;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #012C6F;
    background: #00368C;
    margin: 0px 5px;
}

.video-slider-btn.enabled {
    background: #F7AA2B;
    color: #002467;
}

.videos-section-list .slick-slide {
    margin: 0px 10px;
}

.content-area.no-hero {
    padding-top: 200px;
}

.top-navigation-blue-bk {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.team-member-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -32.5px;
    margin-right: -32.5px;
}

.team-member-col {
    width :calc(25% - 65px);
    margin: 0px 32.5px;
    margin-bottom: 45px;
}

.tm-img-container {
    width: 100%;
    height: 0px;
    padding-top: 100%;
    position: relative;
}

.tm-img-wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tm-info-container {
    width: calc(100% - 22px);
    margin-left: 11px;
    padding: 12px;
    text-align: center;
    position: relative;
    margin-top: -25px;
}

.tm-info-container::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    opacity: 0.94;
}

.tm-info-content {
    position: relative;
}

.tm-name {
    font-family: "Avenir-Black";
    font-size: 15px;
    line-height: 20px;
    color: #002467;
    margin-bottom: 5px;
}

.tm-role {
    font-family: "Avenir-Roman";
    font-size: 12px;
    line-height: 16px;
    color: #383838;
    margin-bottom: 5px;
    text-transform: uppercase;
    min-height: 32px;
}

.tm-read-btn {
    cursor: pointer;
    font-family: "Avenir-Black";
    text-transform: uppercase;
    font-size: 15px;
    color: #AE2F54;
}

.admin-bar .side-popup-overlay {
    top: 32px;
}

.side-popup-overlay {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 500px;
    height: 100%;
    z-index: 111;
    transform: translateX(100%);
    transition: all .2s;
}

.popup-show.side-popup-overlay {
    transform: translateX(0%);
}

.team-member-details-wrap {
    height: 100%;
}

.tmd-body {
    height: 100%;
    background: #ffffff;
}

.tmd-head {
    padding: 15px 30px;
    background: #002467;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tmd-btn-slide {
    width: 34px;
    height: 34px;
    background-color: #D9D9D9;
    cursor: pointer;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    margin: 0px 5px;
}

.tmd-btn-slide.enabled {
    background-color: #F7AA2B;
}

.tmd-btn-close {
    cursor: pointer;
    color: #ffffff;
}

.sidepopup-body {
    height: 100%;
    background: #ffffff;
}

.sidepopup-head {
    padding: 15px 30px;
    background: #002467;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidepopup-btn-slide {
    width: 34px;
    height: 34px;
    background-color: #D9D9D9;
    cursor: pointer;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    margin: 0px 5px;
}

.sidepopup-btn-slide.enabled {
    background-color: #F7AA2B;
}

.sidepopup-btn-close {
    cursor: pointer;
    color: #ffffff;
}

.tdm-img-wrap {
    width: 100%;
    height: 0px;
    padding-top: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tmd-info-content {
    padding: 20px 30px;
    background: #FFFFFF;
}

.tmd-name {
    font-family: "Aleo-Regular";
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F7F7F7;
    margin-bottom: 10px;
    color: #002467;
}

.tmd-role {
    font-family: "Avenir-Roman";
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F7F7F7;
    margin-bottom: 28px;
    color: #383838;
    text-transform: uppercase;
}

.tmd-role-company {
    padding-bottom: 10px;
    border-bottom: 2px solid #F7F7F7;
}

.tmd-role-text {
    font-family: "Avenir-Book";
    font-size: 14px;
    line-height: 16px;
    color: #383838;
}

.tmd-company {
    font-family: "Avenir-Medium";
    font-size: 18px;
    line-height: 28px;
    color: #383838;
}

.tmd-desc {
    font-family: "Avenir-Roman";
    font-size: 18px;
    line-height: 28px;
    color: #383838;
    max-height: calc(100vh - 550px);
    overflow: auto;
    margin-top: 10px;
}

.tmd-foot {
    font-family: "Aleo-Regular";
    font-size: 24px;
    line-height: 55px;
    color: #ffffff;
    background: #AE2F54;
    padding: 15px 25px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
}

.admin-bar .tmd-foot {
    bottom: 32px;
}

.sp-foot {
    padding: 15px 25px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
}

.admin-bar .sp-foot {
    bottom: 32px;
}

.sp-foot-btns .btn-link {
    margin: 0px 5px;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -7px;
    margin-right: -7px;
}

.service-item-col {
    margin: 7px;
}

.service-item-wrap {
    width: 100%;
    height: 0px;
    padding-top: 68.5%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.services-item-bk {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.87;
}

.service-item-text {
    font-family: "Aleo-Bold";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.sp-img-wrap {
    width: 100%;
    height: 0px;
    padding-top: 53.38%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sp-title {
    color: #AA3354;
    font-family: 'Aleo-Regular';
    padding-bottom: 20px;
    border-bottom: 2px solid #F7F7F7;
    line-height: 30px !important;
}

.sp-desc-wrap {
    overflow: auto;
    max-height: calc(100vh - 560px);
}

.load-type-simple .sp-desc-wrap {
    max-height: calc(100vh - 480px);
}

.sp-desc {
    font-family: "Avenir-Roman";
    line-height: 28px;
    color: #383838;
}

.sp-body-content {
    padding: 20px 30px;
}

.sp-foot {
    background: #ffffff;
}

.sp-foot-btns {
    display: flex;
}

.sp-foot-btns .btn-link {
    max-width: 250px;
    min-width: initial;
}

.service-popup-wrap {
    height: 100%;
}

.feeds-block-control-btn {
    width: 34px;
    height: 34px;
    background-color: #D9D9D9;
    cursor: pointer;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    margin: 0px 5px;
}

.feeds-block-control-btn.enabled {
    background-color: #F7AA2B;
}

.feeds-block {
    border-top: 4px solid #002467;
}

.feeds-block-head {
    background: #ffffff;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.feeds-block-body {
    padding: 20px;
    background: #ffffff;
}

.feeds-block-title {
    color: #AE2F54;
    font-family: "Aleo-Regular";
    margin-bottom: 0px;
}

.feeds-name {
    font-size: 15px;
    font-family: 'Avenir-Medium';
    color: #383838;
    margin-bottom: 16px;
}

.feeds-block-content {
    font-family: "Avenir-Medium";
    line-height: 23px;
    color: #383838;
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

.feeds-block-body .text-link {
    margin-top: 20px;
}

.feeds-block-foot {
    background: #002467;
    padding: 20px 40px;
}

.feeds-btn {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Avenir-Heavy";
    font-size: 16px;
    letter-spacing: 50;
    cursor: pointer;
}

.feeds-btn:hover {
    color: #ffffff;
}

.feeds-btn i {
    color: #F7AA2B;
    margin-left: 5px;
}

.feeds-btn-subscribe {
    display: flex;
    align-items: center;
}

.feeds-btn-subscribe img {
    margin-left: 5px;
}

.feeds-block-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title {
    font-family: "Aleo-Regular";
    color: #383838;
    text-align: center;
    margin-bottom: 30px;
}

.library-category-list,
.library-file-list {
    display: flex;
    justify-content: flex-start;
    margin-left: -7.5px;
    margin-right: -7.5px;
    flex-wrap: wrap;
}

.library-category-col,
.library-file-col {
    width: calc(33.33% - 15px);
    margin: 0px 7.5px;
    margin-bottom: 60px;
}

.library-category-col-wrap,
.library-file-col-wrap{
    background: #F7F7F7;
    padding: 35px 30px;
    border-top: 4px solid #002467;
}

.library-file-col-wrap {
    padding-bottom: 0px;
}

.library-category-name,
.library-file-name {
    font-family: 'Aleo-Regular';
    line-height: 30px;
    min-height: 90px;
    border-bottom: 3px solid #FFFFFF;
    color: #002467;
}

.library-category-desc,
.library-file-desc {
    font-family: "Avenir-Roman";
    color: #383838;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 112px;
}

.library-category-link-wrap,
.library-file-link-wrap {
    margin-top: 25px;
}

.library-file-link-wrap {
    background: #E6E6E6;
    padding: 20px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.library-file-link-wrap .text-link {
    margin: 0px 10px;
}

.wpdm-date {
    text-align: center;
}

.wpdm-content {
    margin-top: 30px;
}

.wpdm-content .btn-link {
    text-transform: uppercase;
}

.wpdm-btns {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}

.wpdm-btns .text-link {
    margin: 0px 10px;
}

.wpdm-details-content {
    margin-bottom: 50px;
}

.mobile-navigation .language-switcher {
    display: none;
}

.mobile-navigation .language-switcher .language-switcher-name {
    background-image: url('images/select-dropdown-blue.png');
}

.mobile-navigation .language-switcher-globe-img.color--white {
    display: none;
}

/* centers select block */
.centers-main-block {
    background: #002467;
    padding-top: 72px;
    padding-bottom: 353px;
    position: relative;
}

.centers-main-block-bk {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100% !important
}

.centers-main-block .ele-container {
    position: relative;
}

.centers-main-block-wrap {
    padding-left: 100px;
    padding-right: 100px;
}

.centers-main-block {
    position: relative;
}

.centers-title {
    color: #ffffff;
    font-family: 'Aleo-Regular';
    margin-bottom: 35px;
}

.centers-list {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 50px;
}

.center-item-title {
    color: #90C8E7;
    font-family: 'Aleo-Regular';
}

.center-locations {
    color: #ffffff;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 30px;
}

.center-select-wrap-title {
    font-family: 'Avenir-Medium';
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 17px;
}

.select-clinics {
    background-image: url('images/select-dropdown-blue.png') !important;
    background-position: calc(100% - 10px) center !important;
    background-repeat: no-repeat !important;
    font-family: 'Aleo-Regular' !important;
}

.center-details-block {
    margin-top: -300px;
    position: relative;
    padding-bottom: 80px;
}

.center-details-block-wrap {
    background: #F7F7F7;
    padding: 65px;
}

.center-details-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 48px;
    margin-left: -110px;
    position: relative;
    z-index: 1;
}

.center-details-body {
    padding-left: 40px;
}

.center-img-wrap {
    width: 100%;
    padding-top: 73.9%;
    height: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.center-details-info {
    font-family: 'Aleo-Regular';
    color: #002467;
    padding-bottom: 20px;
    border-bottom: 3px solid #FFFFFF;
    margin-bottom: 20px;
}

.center-details-location-info {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 50px;
    font-family: 'Avenir-Roman';
    color: #383838;
}

.center-details-address {
    margin-bottom: 20px;
}

.center-details-part-block {
    margin-bottom: 50px;
}

.center-details-note {
    font-family: 'Avenir-Roman';
    color: #383838;
}

.center-details-services {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 50px;
}

/* cross lines */
.color-h-lines {
    display: flex;
    align-items: center;
    height: 3px;
    width: 100%;
}

.color-h-line-left {
    width: 60px;
    position: relative;
    height: 3px;
    margin-right: 6px;
}

.color-h-line-left::before,
.color-h-line-right::before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    border: 3px solid transparent;
}

.color-h-line-left::after,
.color-h-line-right::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 0px;
    border: 3px solid transparent;
}

.color-h-line-right {
    position: relative;
    height: 3px;
}

.cl-grow {
    flex-grow: 1;
}

.cl-yellow {
    background: #F7AA2B;
}

.color-h-lines .cl-yellow::before {
    border-bottom: 3px solid #F7AA2B;
}

.color-h-lines .cl-yellow::after {
    border-top: 3px solid #F7AA2B;
}

.cl-red {
    background: #AE2F54;
}

.color-h-lines .cl-red::before {
    border-bottom: 3px solid #AE2F54;
}

.color-h-lines .cl-red::after {
    border-top: 3px solid #AE2F54;
}

.color-v-lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 700px;
    width: 3px;
}

.color-v-line-top {
    width: 3px;
    position: relative;
    margin-bottom: 6px;
}

.color-v-line-bottom {
    width: 3px;
    height: 60px;
    position: relative;
}

.color-v-line-top::before,
.color-v-line-bottom::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
}

.color-v-line-top::after,
.color-v-line-bottom::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0px;
    border: 3px solid transparent;
}

.cl-white {
    background: #ffffff;
}

.color-v-lines .cl-white::before {
    border-right: 3px solid #ffffff;
}

.color-v-lines .cl-white::after {
    border-left: 3px solid #ffffff;
}

.color-v-lines .cl-yellow::before {
    border-right: 3px solid #F7AA2B;
}

.color-v-lines .cl-yellow::after {
    border-left: 3px solid #F7AA2B;
}

.color-cross-lines {
    position: relative;
}

.color-cross-lines .color-h-lines {
    position: absolute;
    bottom: 30px;
}

.color-cross-lines .color-v-lines {
    padding-left: 30px;
}

.center-details-block-wrap {
    position: relative;
}

.center-details-block-wrap .color-cross-lines {
    position: absolute;
    left: 25px;
    right: 60px;
    top: 3px;
    bottom: 0px;
}

.center-details-block-wrap .color-v-lines {
    height: 100%;
}

.center-details-block-wrap .color-v-line-bottom {
    margin-bottom: -30px;
    height: 90px;
}

.center-details-block-wrap .color-white-line {
    background: #ffffff;
    width: 3px;
    position: absolute;
    left: 53px;
    top: -150px;
    height: 150px;
    opacity: .5;
    mix-blend-mode: soft-light;
}

/* initiative details page */
.si-nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #E6E6E6;
}

.single-initiative-main-title {
    color: #000000;
    margin-bottom: 0px;
    margin-top: 50px;
}

.opportunity-section {
    background: #F7F7F7;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 40px;
}

.initiative-details-content p,
.initiative-main-section p,
.initiative-main-section li  {
    color: #383838;
    font-size: 18px;
    font-family: 'Avenir-Roman';
    line-height: 28px;
}

.single-intitiative-title {
    color: #002467;
    font-family: 'Aleo-Regular' !important;
    font-weight: normal;
}

.initiative-resource-section {
    background: #F7F7F7;
    padding-top: 40px;
    padding-bottom: 50px;
}

.initiative-resource-section hr {
    background: #D9D9D9;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.initiative-resource-section a,
.initiative-main-section a {
    color: #AE2F54;
    font-family: 'Avenir-Roman';
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
}

.initiative-main-section .has-medium-font-size {
    color: #002467;
    font-family: 'Aleo-Regular' !important;
    font-size: 24px !important;
    line-height: 25px;
}

.initiative-main-section {
    padding-top: 40px;
    padding-bottom: 80px;
}


/* eligibility quiz page */
.eligibility-quiz-section {
    padding-bottom: 80px;
}

.eligibility-quiz-title {
    text-align: center;
    margin-bottom: 0px;
}

.eligibility-quiz-head {
    position: relative;
    border-bottom: 3px solid #F7AA2B;
    padding-bottom: 20px;
    margin-bottom: 11px;
}

.e-quiz-reset-btn-text {
    font-family: "Avenir-Heavy";
    line-height: 24px;
    color: #AA3254;
    text-transform: uppercase;
}

.e-quiz-reset-btn-wrap {
    position: absolute;
    right: 0px;
    top: calc(50% - 11px);
    transform: translateY(-50%);
}

.e-quiz-reset-btn-img {
    margin-right: 5px;
}

.e-quiz-reset-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.e-quiz-step-start {
    position: relative;
    padding-top: 167px;
    padding-bottom: 150px;
}

.e-quiz-step-start-bk1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.e-quiz-step-start-bk2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top-right;
}

.e-quiz-step-start-content {
    width: 80%;
    margin: auto;
    position: relative;
}

.e-quiz-step-start-desc {
    font-family: "Avenir-Book";
    margin-bottom: 45px;
    color: #ffffff;
    max-width: 496px;
}

.e-quiz-step-title {
    font-family: 'Aleo-Regular';
    color: #002467;
    text-align: center;
    margin-bottom: 0px;
}

.e-quiz-step-desc {
    color: #383838;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.e-quiz-step-questions {
    background: #F7F7F7;
    padding: 40px 20px;
}

.e-quiz-location-btns {
    display: flex;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}

.e-quiz-location-btn-col {
    width: calc(50% - 5px);
}

.e-quiz-location-btn-wrap {
    width: 100%;
    height: 0px;
    padding-top: 37.93%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
}

.e-quiz-location-btn-text {
    font-family: 'Aleo-Bold';
    font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.e-quiz-location-btn-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
}

.e-quiz-location-btn-icon svg path {
    fill: #E4E4E4;
}

.e-quiz-location-btn-col[data-value="in"] .e-quiz-location-btn-icon.selected svg path {
    fill: #002467;
}

.e-quiz-location-btn-col[data-value="out"] .e-quiz-location-btn-icon.selected svg path {
    fill: #AA3254;
}

.e-quiz-progress-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #383838;
    text-transform: uppercase;
    font-family: "Avenir-Roman";
}

.e-quiz-progress-bar {
    display: flex;
}

.e-quiz-progress-line {
    width: 45px;
    height: 7px;
    background: #E4E4E4;
    margin-right: 8px;
}

.e-quiz-progress-line.active {
    background: #AA3254;
}

.e-quiz-control-btns {
    display: flex;
}

.e-quiz-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.e-quiz-control-btns .e-quiz-btn-back {
    min-width: 80px;
}

.e-quiz-control-btns .e-quiz-btn-next {
    min-width: initial;
    min-width: 200px;
}

.e-quiz-head-content[step="2"] {
    margin-bottom: 61px;
}

.e-quiz-body .e-quiz-body-content[step="1"] {
    padding-bottom: 90px;
}

.e-quiz-body .e-quiz-body-content[step="2"] {
    padding-bottom: 80px;
}

.e-quiz-help-btns,
.e-quiz-insurance-btns {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
    justify-content: center;
    width: 80%;
    margin: auto;
}

.e-quiz-help-btn-col,
.e-quiz-insurance-btn-col {
    width: calc(33.33% - 14px);
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
}

.e-quiz-help-btn-wrap,
.e-quiz-insurance-btn-wrap {
    width: 100%;
    height: 0px;
    padding-top: 61.64%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.e-quiz-help-btn-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "Aleo-Bold";
    font-size: 26px;
    line-height: 32px;
    white-space: nowrap;
}

.e-quiz-help-btn-overlay,
.e-quiz-insurance-btn-overlay {
    position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.e-quiz-help-btn-col[data-value="Medical Health"] .e-quiz-help-btn-overlay,
.e-quiz-insurance-btn-col[data-value="Medical Health"] .e-quiz-insurance-btn-overlay {
    background: #002467;
}

.e-quiz-help-btn-col[data-value="Medical Health"] .e-quiz-help-btn-text,
.e-quiz-insurance-btn-col[data-value="Medical Health"] .e-quiz-insurance-btn-text {
    color: #ffffff;
}

.e-quiz-help-btn-col[data-value="Dental Health"] .e-quiz-help-btn-overlay,
.e-quiz-insurance-btn-col[data-value="Dental Health"] .e-quiz-insurance-btn-overlay {
    background: #f7aa2b;
}

.e-quiz-help-btn-col[data-value="Dental Health"] .e-quiz-help-btn-text,
.e-quiz-insurance-btn-col[data-value="Dental Health"] .e-quiz-insurance-btn-text {
    color: #002467;
}

.e-quiz-help-btn-col[data-value="Behavioral Health"] .e-quiz-help-btn-overlay,
.e-quiz-insurance-btn-col[data-value="Behavioral Health"] .e-quiz-insurance-btn-overlay {
    background: #ae2f54;
}

.e-quiz-help-btn-col[data-value="Behavioral Health"] .e-quiz-help-btn-text,
.e-quiz-insurance-btn-col[data-value="Behavioral Health"] .e-quiz-insurance-btn-text {
    color: #ffffff;
}

.e-quiz-help-btn-icon {
    position:absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.e-quiz-help-btn-icon svg path {
    fill: #E4E4E4;
}

.e-quiz-help-btn-icon.selected svg path {
    fill: #90C8E7;
}

.e-quiz-insurance-btn-text {
    font-size: 26px;
    line-height: 32px;
    font-family: "Aleo-Bold";
    white-space: nowrap;
    margin-bottom: 0px;
}

.e-quiz-insurance-btn-icon.btn-yes svg path {
    fill: #E4E4E4;
}

.e-quiz-insurance-btn-icon.btn-no svg rect {
    fill: #E4E4E4;
}

.e-quiz-insurance-btn-icon.selected.btn-yes svg path {
    fill: #90C8E7;
}

.e-quiz-insurance-btn-icon.selected.btn-no svg rect {
    fill: #AA3254;
}

.e-quiz-insurance-btn-icons {
    display: flex;
    justify-content: center;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 20px;
}

.e-quiz-insurance-btn-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 8px;
    cursor: pointer;
}

.e-quiz-insurance-btn-col-content {
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.e-quiz-insurance-notes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 78px;
}

.e-quiz-insurance-note-wrap {
    margin: 0px 13px;
    display: flex;
    align-items: center;
}

.e-quiz-insurance-note-text {
    color: #383838;
    font-size: 18px;
    line-height: 26px;
    font-family: "Avenir-Roman";
}

.e-quiz-input-explain-text {
    font-size: 22px;
    line-height: 31px;
    font-family: "Avenir-Roman";
    color: #383838;
    text-align: center;
    margin-top: 65px;
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}

.e-quiz-inputs {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
    width: 90%;
    margin: auto;
}

.e-quiz-input-wrap {
    width: calc(50% - 40px);
    margin: 0px 20px;
}

.e-quiz-input-label {
    color: #002467;
    font-family: 'Aleo-Regular';
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    display: block;
}

.e-quiz-input-wrap select {
    border: 1px solid #90C8E7;
    font-size: 34px;
    font-family: "Avenir-Medium";
    color: #383838;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(<?php echo get_stylesheet_directory_uri()?>/images/select-icon.png);
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
    background-size: 20px;
}

.e-quiz-input-wrap select::-ms-expand {
    display: none;
}

.e-quiz-input-wrap select[disabled] {
    color: #E4E4E4;
    background-image: url(<?php echo get_stylesheet_directory_uri()?>/images/select-icon-disabled.png);
}

.e-quiz-step-result-img-col {
    width: calc(33.33% - 10px);
    margin: 0px 5px;
}

.e-quiz-step-result-images {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.e-quiz-step-result-img-wrap {
    width: 100%;
    height: 0px;
    padding-top: 59.05%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.e-quiz-step-result-title {
    color: #AA3254;
    font-size: 26px;
    line-height: 35px;
    font-family: 'Aleo-Regular' !important;
    margin-bottom: 20px;
    padding-left: 100px;
}

.e-quiz-step-result-content {
    width: 80%;
    margin: auto;
}

.e-quiz-step-result-answer {
    width: 100%;
    background: #F7F7F7;
    padding: 50px 100px;
}

.e-quiz-step-start-desktop {
    display: block;
}

.e-quiz-step-start-mobile {
    display: none;
}

.e-quiz-step-start-bk-wrap {
    width: 100%;
    padding-top: 43.84%;
    height: 0px;
    position: relative;
}

.e-quiz-step-start-bk-wrap-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.e-quiz-step-start-mobile .e-quiz-step-start-content {
    background: #002467;
    padding: 60px 40px;
    width: 100%;
    margin-left: 0px;
}

/* search popup */
.search-container {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,0.75);
    z-index: 111;
    transition: all 0.5s ease;
    overflow: hidden;
}

.search-screen-show .search-container {
    visibility: visible;
    height: 100%;
}

.search-content {
    background: #002467;
    padding-top: 50px;
    padding-bottom: 50px;
}

.admin-bar .search-content {
    padding-top: 82px;
}

.search-content-wrap {
    position: relative;
}

.search-input-wrap {
    width: calc(100% - 30px);
    position: relative;
}

.search-input {
    border: 0px;
    outline: none;
    height: 50px;
}

.search-input-icon {
    cursor: pointer;
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #F7AA2B;
    color: #002467;
}

.btn-close-search {
    position: absolute;
    right: 0px;
    top: -15px;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
}

/* search result page */
.search-result-content {
    padding-bottom: 50px;
}

.search-result-content .page-numbers:hover,
.search-result-content .page-numbers.current {
    background-color: #F7AA2B !important;
    color: #002467;
}

.search-result-content .entry-title a,
.search-result-content .entry-title a:hover {
    font-size: 32px;
    color: #000000 !important;
    font-family: 'Aleo-Regular';
    text-decoration: none;
    font-weight: normal;
}

.search-result-content .entry-content {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Avenir-Roman';
    color: #383838;
}

/* single library page */
.wpdm-button-area.p-3 {
    padding: 0px !important;
}

.wpdm-download-link {
    background-color: #002467 !important;
    padding: 20px !important;
    color: #ffffff !important;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-family: "Avenir-Black";
    position: relative;
}

.wpdm-download-link::after {
    content: "\f054";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #F7AA2B !important;
    font-family: Font Awesome\ 5 Free;
    font-size: 18px;
    font-weight: 900;
}

.wpdm-download-link:hover::after {
    color: #ffffff !important;
}

/* newsroom page */
.blogs-list-links .addtoany_share {
    font-size: 14px;
    line-height: 19px;
    font-family: "Avenir-Black";
    color: #AE2F54;
    margin-top: 2px;
}

/* video popup */
body.active_video_pop .video-text-container .vt-video {
    position: fixed;
    max-width: 1200px;
    padding: 0 5%;
	z-index: 1111;
}

.vt-content .pop_close {
    position: fixed;
    top: 16%;
    right: calc(5% - 18px);
    border: 4px solid #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 1111;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.vt-content .pop_close i {
    color: #ffffff;
}

body.active_video_pop .overlay {
    z-index: 111;
}

body.active_video_pop .vt-content .pop_close {
    opacity: 1;
    visibility: visible;
}

/* news room page video popup */
.vliv-popup {
    display: none;
}

.vliv-popup.popup-show {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.75);
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vliv-popup-content {
    position: relative;
    max-width: 1000px;
    width: 90%;
}

.vliv-popup video {
    width: 100%;
    z-index: 1111;
}

.vliv-popup .vliv-popup-close {
    position: absolute;
    right: -30px;
    top: -30px;
    border: 4px solid #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 1111;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

/* single blog page */
.addtoany_share {
    font-size: 14px !important;
    line-height: 19px;
    font-family: "Avenir-Black";
    color: #AE2F54;
    margin-top: 2px;
}

/* all blogs shortcode */
.blog-feeds-wrapper.all-blogs .items-inner-wrapper .feed-items {
    flex-wrap: wrap;
    margin-top: 0px;
}

.blog-feeds-wrapper.all-blogs .items-inner-wrapper .feed-items .feed-item:nth-child(3n) .item-texts-wrapper {
	border-bottom: solid 6px #AA3354;
}

.blog-feeds-wrapper.all-blogs .items-inner-wrapper .feed-items .feed-item:nth-child(3n + 1) .item-texts-wrapper {
	border-bottom: solid 6px #F08B1E;
}

.blog-feeds-wrapper.all-blogs .items-inner-wrapper .feed-items .feed-item:nth-child(3n + 2) .item-texts-wrapper {
	border-bottom: solid 6px #90C8E7;
}

.blog-feeds-wrapper.all-blogs:before {
    display: none;
}

.blog-feeds-wrapper.all-blogs .items-inner-wrapper .feed-items .feed-item .item-texts-wrapper .description {
    -webkit-line-clamp: 3;
}

.blog-feeds-wrapper.all-blogs .items-inner-wrapper::before {
    display: none;
}

.categories-list {
    list-style: none;
    margin-left: 0px;
}

.categories-list .link-red {
    font-size: 14px;
    color: #AE2F54;
    cursor: pointer;
}

.categories-list .active.link-red {
    font-weight: bold;
}

/* pagination */
.pagination-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrap {
    text-align: center;
    margin-top: 45px;
}

.pagination-link,
.pagination-link-fake {
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
    font-family: "Avenir-Regular";
    font-size: 16px;
    color: #AE2F54;
}

.pagination-link.disabled {
    color: #AAAAAA;
}

.pagination-link-prev {
    font-family: 'Aleo-Regular';
    font-size: 22px;
    margin-right: 25px;
    color: #AE2F54;
    cursor: pointer;
}

.pagination-link-next {
    font-family: 'Aleo-Regular';
    font-size: 22px;
    margin-left: 25px;
    color: #AE2F54;
    cursor: pointer;
}

.pagination-link-prev.disabled,
.pagination-link-next.disabled {
    color: #AAAAAA;
}

.slider-on-mobile-clone-wrap {
    display: none;
}

.slider-on-mobile-clone-wrap .slick-list {
    width: calc(100% + 40px);
    overflow: visible;
    margin: 0px -20px;
}

.slider-on-mobile-clone-wrap .slick-list .slick-slide {
    margin: 0px 20px;
}

.slider-on-mobile-clone-wrap .slick-dots li {
    width: 10px;
    height: 10px;
}

.slider-on-mobile-clone-wrap .slick-dots li button {
    width: 10px;
    height: 10px;
}

.slider-on-mobile-clone-wrap .slick-dots li button:before {
    font-size: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
}

.slider-on-mobile-clone-wrap .slider-on-mobile-arrows {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slider-on-mobile-clone-wrap .slider-on-mobile-arrows {
    position: relative;
}

.slider-on-mobile-clone-wrap .slider-on-mobile-arrows .slick-prev:before {
    display: none;
}

.slider-on-mobile-clone-wrap .slider-on-mobile-arrows .slick-next:before {
    display: none;
}

.slider-on-mobile-clone-wrap .slider-on-mobile-arrows .slick-prev {
    position: static;
    margin-right: 5px;
}

.slider-on-mobile-clone-wrap .slider-on-mobile-arrows .slick-next {
    position: static;
    margin-left: 5px;
}

.slider-on-mobile-clone-wrap .slick-dots {
    position: static;
}
/*
==========================================================================
*/


@media ( max-width: 1280px ) {
    .container {
		padding: 0 4%;
	}
}

@media screen and (max-width: 1024px) {
    /* eligibility quiz page */
    .e-quiz-step-start-content {
        width: 50%;
        margin-left: 5%;
        margin-right: auto;
    }

    .e-quiz-help-btns, .e-quiz-insurance-btns {
        width: 95%;
    }

    .e-quiz-input-label {
        font-size: 28px;
        line-height: 35px;
    }

    .e-quiz-input-wrap select {
        font-size: 28px;
    }

    .e-quiz-inputs {
        width: 95%;
    }
}

@media ( max-width: 1000px ) {
    .container {
		padding: 0 20px;
	}
	.site {
		margin-top: 0;
	}

	.cutom-button {
		padding: 20px;
	}

	.cutom-button .btn-text {
		line-height: 1.5em;
		margin-right: 40px;
	}

	/**
	* Header
	**/

	.desktop-header-wrapper {
		display: none !important;
	}

	.mobile-navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.mobile-navigation .menu-toggle.button-toggle {
		width: auto;
		position: absolute;
		right: 10px;
		top: 34px;
	}

	.drawer-menu-explore {
		background-color: #fff;
	}

	ul.mega-sub-menu > li.mega-menu-item:first-child {
		display: none !important;
	}

	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		background: #fff;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		background: #fff;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 18px;
		font-weight: 700;		
		color: #002C6F;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		color: #002C6F;
	}

	.site-header.unsticky .menu-top-menu-container a {
		color: #002C6F !important;
	}
	
	.site-header.unsticky .mega-menu-link {
		color: #002C6F !important;
	}

	.site-header.unsticky .search-submit {
		/* color: #002C6F !important; */
	}

	#mega-menu-primary > li.mega-menu-item {
		border-bottom: solid 2px #f7f7f7 !important;
		padding: 15px 0 !important;
	}

	.mega-sub-menu {
		transform: translate(0) !important;
	}

	.mega-sub-menu .mega-menu-item {
		padding: 0 !important;
	}

	.mega-sub-menu .mega-menu-item .menu .menu-item {
		border-bottom: solid 1px #f7f7f7;
	}

	.mega-sub-menu .mega-menu-item .menu .menu-item a {
		padding: 10px 0 !important;
		width: 100%;
	}


	.mega-sub-menu .menu-item a {
		font-size: 16px;
	}

	.mega-menu-item .mega-indicator {
		display: block !important;
		top: 0;
		left: 0 !important;
		font-size: 20px !important;
	}

	.mega-sub-menu .menu-item::after {
		content: "";
		font-family: dashicons;
		position: absolute;
		top: calc(50% - 10px);
		right: 0;
		font-size: 12px;
		color: #F08B1E;
		transform: rotate(90deg);
	}

	.mobile-menu-header-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.mobile-home {
		/* background-color: #E6E6E6; */
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
	}

	.mobile-btn-search-group {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.button {
		font-size: 15px;
		font-family: 'Open Sans', sans-serif !important;
	}

	#mobile-search-wrapper {
		margin-top: 10px;
	}

	.mobile-header-bottom {
		padding: 30px;
		margin: 0px -30px;
		background-color: #f7f7f7;
	}

    .mobile-header-bottom .mobile-bottom-navigation {
        padding-top: 0px;
    }

	.menu-top-menu-container {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.menu-top-menu-container ul.menu {
		list-style: none;
		padding: 0;
		column-count: 2;
		column-gap: 0;
		flex: 1;
	}

	.menu-top-menu-container ul.menu li.menu-item {
		padding: 10px 0;
	}

	.menu-top-menu-container ul.menu li.menu-item a {
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 700;
		font-family: 'Open Sans', sans-serif !important;
		color: #002C6F;
		width: 100%;
		display: block;
	}

	.site-header .top-navigation {
		padding-bottom: 0;
	}

	.drawer.drawer-menu-explore {
		padding-bottom: 0;
	}

    .mobile-navigation.toggle-active .language-switcher {
        display: flex;
        margin-left: 0px;
        position: absolute;
        left: 15px;
    }

    .mobile-navigation.toggle-active .site-title-wrap {
        visibility: hidden;
    }

    .drawer.drawer-menu-explore {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .top-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
        display: block;
        margin-left: 0px;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px;
        position: relative;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::after {
        content: '';
        content: "\f077";
        width: 34px;
        height: 34px;
        background-color: #F7AA2B;
        font-family: 'Font Awesome\ 5 Free';
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .mega-indicator {
        display: none !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        position: static;
        visibility: visible;
        opacity: 1 !important;
        padding: 0px;
        display: block;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
        display: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
        width: 100%;
        float: initial;
        padding-left: 0px !important;
    }

    #mega-menu-primary > li.mega-menu-item {
        border-bottom: 0px !important;
    }

    .menu-top-menu-container ul.menu {
        margin: 0px;
    }

    .mobile-menus-wrap {
        max-height: calc(100vh - 192px);
        overflow-y: auto;
    }
	/*
	==========================================================================
	*/
	
	
	
	/*
	==========================================================================
	*/

	/**
	* Content
	**/

	.featured-image-text-container {
		margin-top: -40px;
	}

	.featured-image-text-container .image-wrapper {
		padding: 0;
	}
	.featured-image-text-container .image-wrapper img {
		min-height: 250px;
		object-fit: cover;
	}
	.featured-image-text-container .text-wrapper {
		position: relative;
		width: 90%;
		left: 5%;
		bottom: 0;
		z-index: 9;
	}
	.featured-image-text-container .text-wrapper .text-wrapper-inner {
		padding: 50px 20px;
		backdrop-filter: none;
		background-color: transparent;
	}
	.featured-image-text-container .text-wrapper .text-wrapper-inner .icon-wrapper {
		position: absolute;
		top: -30px;
		left: 0;
		width: 60px;
		height: 60px;
	}

	.featured-image-text-container .text-wrapper .text-wrapper-inner .description {
		font-size: 25px;
	}

	.featured-image-text-container .mark-wrapper {		
		display: none;
	}

	.featured-image-text-container .mark-wrapper.mobile {
		display: block;
		position: absolute;
		right: -30px;
		bottom: -70px;
		width: 100%;
	}


	.page-banner .banner-text-wrapper {
		position: relative;
		top: -40px;
		left: 0;
		bottom: 0;
		z-index: 9;
	}

	.banner-slider-container #slider-play-btn {
		bottom: 70px;
		right: 40px;
	}

	.banner-slider-container .main-caption {		
		font-size: 25px;
		line-height: 35px;
	}

	.page-banner .banner-mask {
		position: absolute;
		left: -5%;
		top: -1%;
		width: 50%;
		z-index: 5;
	}

	.page-banner .banner-text-wrapper .banner-text-inner .title {
		font-size: 25px;
		line-height: 34px;
		font-family: 'Aleo', sans-serif;
		margin-bottom: 20px;
	}

	.page-banner .banner-text-wrapper .banner-text-inner .btn-link .btn-text {
		font-size: 15px;
		font-weight: 700;
	}

	.page-banner .banner-text-wrapper .banner-text-inner {
		padding: 60px;
		padding-bottom: 30px;
	}

	.page-banner .banner-text-wrapper .banner-text-inner .mark_image-wrapper {
		left: 0;
	}

	.image-banner-wrapper .page-banner .banner-text-wrapper .banner-text-inner {
		display: none;
	}

	.section-title {
		font-size: 25px;
	}

	.blog-feeds-wrapper {
		padding: 20px;
		margin: 0 -20px;
		background-color: #f7f7f7;
	}

	.blog-feeds-wrapper .items-inner-wrapper .main-item .item-image {
		width: 100%;
	}

	.blog-feeds-wrapper .items-inner-wrapper .main-item .item-texts-wrapper {
		position: relative;
		top: 0;
		transform: none;
		border-top: none;
		width: 100%;
		padding: 20px;
	}

	.blog-feeds-wrapper .items-inner-wrapper .main-item .item-texts-wrapper .description {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.blog-feeds-wrapper .items-inner-wrapper .feed-items {
		flex-direction: column;
	}

	.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item {
		width: 100%;
		min-height: auto;
	}

	.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item .item-image {
		display: none;
	}

	.blog-feeds-wrapper .items-inner-wrapper .feed-items .feed-item .item-texts-wrapper {
		position: relative;
		left: 0;
    	bottom: 0;
		transform: none;
		width: 100%;
	}

	.blog-feeds-wrapper .items-inner-wrapper::before {
		display: none;
	}

	.blog-feeds-wrapper .items-inner-wrapper .feed-items {
		margin-top: 20px;
	}

	.news-feeds-wrapper {
		padding: 20px;
		background-color: transparent;
		position: relative;
	}

	.news-feeds-wrapper .items-inner-wrapper .more-mark {
		display: none;
	}

	.news-feeds-wrapper .main-news-item .item-texts-wrapper .item-texts-wrapper-bg {
		background-image: url(./images/news_bg1.png) !important;
		background-repeat: no-repeat;
		background-size: contain;
		left: -20px;
		opacity: 0.5;
	}

	.news-feeds-wrapper .main-news-item .item-texts-wrapper .item-texts-wrapper-bg {
		opacity: 0.5;
	}

	.news-feeds-wrapper::before {
		position: absolute;
		top: 180px;
		left: 0;
		content: "";
		width: 100%;
		height: calc(100%);
		background-color: #002C6F
	}

	.news-feeds-wrapper .section-title {
		font-size: 25px;
		color: #383838;
		padding-left: 0;
		text-align: center;
	}

	.news-feeds-wrapper .main-news-item {
		flex-direction: column;
	}

	.news-feeds-wrapper .main-news-item .item-image {
		width: 100%;
	}
	
	.news-feeds-wrapper .main-news-item .item-texts-wrapper {
		width: 100%;
		padding: 0;
	}

	.news-feeds-wrapper .text-right {
		text-align: left;
	}

	.news-feeds-wrapper .main-news-item .item-texts-wrapper .title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.news-feeds-wrapper .news-items {
		flex-direction: column;
	}

	.news-feeds-wrapper .news-items .news-item {
		width: 100%;
		height: auto;
		border-bottom: solid 2px #0B4090;
	}

	.news-feeds-wrapper .news-items .news-item .item-image {
		display: none;
	}

	.news-feeds-wrapper .news-items .news-item .item-texts-wrapper .title {
		font-family: 'Aleo', sans-serif;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.news-feeds-wrapper .news-items .news-item .item-texts-wrapper .description {
		display: block;
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
	}

	.news-feeds-wrapper .more-wrapper {
		display: none;
	}

	.align-center-img {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	/*
	==========================================================================
	*/


	/**
	* Footer
	**/
	.footer-section .container.first {
		flex-direction: column;
	}

	.footer-navigation .menu {
		flex-direction: column;
		align-items: baseline;
		gap: 0;
	}

	.footer-section.top {
		padding-bottom: 20px;
	}
	

	.menu-bottom-menu-container .menu {
		flex-direction: column;
		align-items: baseline;
		gap: 10px;
	}

	.footer-section.middle {
		padding: 0;
	}

	.footer-section.middle .footer-navigation {
		padding: 20px;
	}

	.footer-section.middle .container {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 0;
	}
	

	.footer-section.middle .social-wrapper {
		padding: 20px 0;
		width: 100%;
		border-bottom: solid 2px #D9D9D9;
		display: flex;
		justify-content: center;
	}

	.footer-section.bottom {
		padding: 40px 0;
	}

	.footer-section.bottom .container {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.menu-contact-menu-container .menu li:not(:first-child) {
		display: none;
	}

	.footer-copyright1 {
		text-align: center;
	}

	.contact1-navigation {
		display: none;
	}

	.contact1-navigation-mobile {
		display: flex;
		color: #AA3354;
		justify-content: center;
		padding: 20px 0;
	}

	.contact1-navigation-mobile a {
		text-transform: uppercase;
		font-weight: 500;
		font-family: 'Open Sans', sans-serif !important;
		color: #AA3354 !important;
	}

	.mobile-contact1-wrapper {
		border-top: solid 2px #D9D9D9;
	}

	.content-area.no-hero {
        padding-top: 50px;
    }

    .ele-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    /* eligibility quiz page */
    .e-quiz-step-start {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .e-quiz-step-start-content {
        width: 40%;
    }

    .slider-on-mobile-clone-wrap {
        display: block;
    }

    .slider-on-mobile {
        display: none !important;
    }

    .slider-on-mobile-clone .slider-on-mobile{
        display: block !important;
    }
}

@media screen and (max-width: 600px) {

    /* eligibility quiz page */
    .e-quiz-location-btns {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }

    .e-quiz-location-btn-col {
        width: 100%;
        margin-bottom: 16px;
    }

    .e-quiz-location-btn-text {
        left: 25px;
        transform: translateY(-50%);
        top: 50%;
        bottom: initial;
        max-width: 200px;
        white-space: initial;
    }

    .e-quiz-location-btn-icon {
        right: 25px;
        left: initial;
        top: 50%;
        transform: translateY(-50%);
        bottom: initial;
    }

    .e-quiz-help-btns, .e-quiz-insurance-btns {
        width: 100%;
        display: block;
    }

    .e-quiz-help-btn-col, .e-quiz-insurance-btn-col {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .e-quiz-help-btn-wrap, .e-quiz-insurance-btn-wrap {
        padding-top: 24.09%;
    }

    .e-quiz-help-btn-text {
        left: 25px;
        transform: translateY(-50%);
    }

    .e-quiz-help-btn-icon {
        right: 25px;
        left: initial;
        top: 50%;
        bottom: initial;
        transform: translateY(-50%);
    }

    .e-quiz-insurance-btn-col-content {
        left: 25px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 50px);
    }

    .e-quiz-insurance-btn-icons {
        margin-top: 0px;
    }

    .e-quiz-insurance-notes {
        margin-top: 20px;
    }

    .e-quiz-body .e-quiz-body-content[step="1"] {
        padding-bottom: 40px;
    }

    .e-quiz-body .e-quiz-body-content[step="2"] {
        padding-bottom: 40px;
    }

    .e-quiz-body .e-quiz-body-content[step="3"] {
        padding-bottom: 40px;
    }

    .e-quiz-inputs {
        width: 100%;
        display: block;
    }

    .e-quiz-input-wrap {
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }

    .e-quiz-foot {
        flex-wrap: wrap;
        justify-content: center;
    }

    .e-quiz-progress {
        order: 2;
    }

    .e-quiz-control-btns {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-bottom: 40px;
    }

    .e-quiz-step-result-img-col {
        width: calc(50% - 10px);
    }

    .e-quiz-step-result-img-col:last-of-type {
        display: none;
    }

    .e-quiz-step-result-content {
        width: 100%;
        padding: 20px;
    }

    .e-quiz-step-result-answer {
        padding: 40px 30px;
    }

    .e-quiz-step-result-title {
        padding-left: 0px;
    }

    .e-quiz-step-result-images {
        margin-bottom: 40px;
    }

    .e-quiz-reset-btn-wrap {
        position: relative;
        transform: initial;
        margin-top: 15px;
    }

    .e-quiz-reset-btn {
        justify-content: center;
    }

    .e-quiz-step-start-desktop {
        display: none;
    }

    .e-quiz-step-start-mobile {
        display: block;
    }

    .e-quiz-step-start {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 425px) {
    /* eligibility quiz page */
    .e-quiz-control-btns .e-quiz-btn-next {
        min-width: 100px;
    }

    .e-quiz-location-btn-text {
        font-size: 22px;
    }

    .e-quiz-help-btn-text {
        font-size: 20px;
        max-width: 150px;
        white-space: normal;
        text-align: left;
    }

    .e-quiz-insurance-btn-text {
        font-size: 20px;
        max-width: 150px;
        white-space: normal;
        text-align: left;
    }

    .e-quiz-location-btn-icon {
        width: 40px;
        height: 40px;
    }

    .e-quiz-location-btn-icon svg {
        width: 16px;
    }

    .e-quiz-help-btn-icon {
        width: 40px;
        height: 40px;
    }

    .e-quiz-help-btn-icon svg {
        width: 20px;
    }

    .e-quiz-insurance-btn-icon {
        width: 40px;
        height: 40px;
        margin: 0px 4px;
    }

    .e-quiz-insurance-btn-icon.btn-no svg {
        width: 16px;
    }

    .e-quiz-insurance-btn-icon.btn-yes svg {
        width: 20px;
    }

    .e-quiz-input-label {
        font-size: 20px;
    }

    .e-quiz-input-wrap select {
        font-size: 20px;
    }

    .e-quiz-input-explain-text {
        font-size: 18px;
        line-height: 24px;
        margin-top: 40px;
    }

    .e-quiz-step-title  {
        font-size: 26px;
    }

    .e-quiz-location-btn-text {
        max-width: 150px;
    }

    .e-quiz-step-result-content {
        padding: 0px;
    }

    .e-quiz-step-result-title {
        font-size: 18px;
        line-height: 30px;
    }

    .e-quiz-step-result-answer {
        font-size: 16px;
        padding: 20px;
    }

    .e-quiz-help-btn-wrap, .e-quiz-insurance-btn-wrap {
        padding-top: 34.09%;
    }

    .e-quiz-step-result-answer .btn-link {
        min-width: initial;
    }
}

@media screen and (min-width: 1200px) {
    .vt-content .pop_close {
        right: calc(((100% - 1200px) / 2) + 5% - 18px);
    }
}