/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


@import url("https://p.typekit.net/p.css?s=1&k=qff1vrf&ht=tk&f=33638.33639.33642.33643&a=103419349&app=typekit&e=css");

@font-face {
font-family:"questa-slab";
src:url("https://use.typekit.net/af/e8d92c/00000000000000007735af5c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/e8d92c/00000000000000007735af5c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/e8d92c/00000000000000007735af5c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;
font-style:normal;
font-weight:400;
font-stretch:normal;
}

@font-face {
font-family:"questa-slab";
src:url("https://use.typekit.net/af/a94d76/00000000000000007735af64/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/a94d76/00000000000000007735af64/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/a94d76/00000000000000007735af64/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;
font-style:italic;
font-weight:400;
font-stretch:normal;
}

@font-face {
font-family:"questa-slab";
src:url("https://use.typekit.net/af/04aba0/00000000000000007735af67/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/04aba0/00000000000000007735af67/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/04aba0/00000000000000007735af67/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;
font-style:italic;
font-weight:700;
font-stretch:normal;
}

@font-face {
font-family:"questa-slab";
src:url("https://use.typekit.net/af/0e484e/00000000000000007735af6a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/0e484e/00000000000000007735af6a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/0e484e/00000000000000007735af6a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;
font-style:normal;
font-weight:700;
font-stretch:normal;
}

.tk-questa-slab { font-family: "questa-slab",serif; }

.w-btn, 
.button, 
button[type="submit"], 
input[type="submit"] {
	font-family: "questa-slab",serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "questa-slab",serif !important;
}

.blue-bg {
	overflow: hidden;
}
.blue-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #3070C7;
	opacity: 0.82;
}
.green-bg {
	overflow: hidden;
}
.green-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #72C6C7;
	opacity: 0.82;
}

/*** 
====================================================================
  header section css 
====================================================================
***/

header .l-subheader.at_top {
	padding: 0 !important;
}
header .l-subheader.at_top .l-subheader-h {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
header .l-subheader.at_top .l-subheader-cell.at_left {
	height: 100%;
}
header .l-subheader.at_top .l-subheader-cell.at_left .donate-btn {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
header .l-subheader.at_top .l-subheader-cell.at_left .donate-btn::before {
	display: none;
}
header .l-subheader.at_top .l-subheader-cell.at_left .donate-btn:hover {
	background-color: #2B375F;
}





header .l-subheader.at_top .l-subheader-cell.at_right {
	height: 100%;
}
header .l-subheader.at_top .l-subheader-cell.at_right .help-btn {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
header .l-subheader.at_top .l-subheader-cell.at_right .help-btn::before {
	display: none;
}

header .l-subheader.at_top .w-btn .w-btn-label {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.541' height='15.219' viewBox='0 0 19.541 15.219'%3E%3Cpath id='keyboard_double_arrow_right_FILL0_wght200_GRAD0_opsz48' d='M244.607-678.644l-.838-.72,7.247-6.228-7.247-6.253.838-.695,8.085,6.948Zm9.078,0-.808-.72,7.247-6.228-7.247-6.253.808-.695,8.085,6.948Z' transform='translate(-242.995 693.198)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: right center;
  	padding-right: 30px;
}
header .l-subheader.at_top .l-subheader-cell.at_right .help-btn:hover {
	background-color: #2B375F;
}


header .l-subheader-cell .w-nav {
	padding: 15px 0 0;
}

header .l-subheader.at_middle {
	transition: all 0.3s ease-in-out !important;
}

@media (max-width: 2599px) {
	header.sticky .l-subheader.at_middle {
		opacity: 0;
		visibility: hidden;
	}
}



/*** 
====================================================================
  banner section css 
====================================================================
***/

.cms-banner article.attachment .w-grid-item-h {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.cms-banner article.attachment .post_image img {
	width: auto;
}


/*** 
====================================================================
  banner slider css 
====================================================================
***/

.banner-slider .w-ibanner.animation_melete:hover .w-ibanner-image {
	opacity: 1;
  	transform: scale(1.2);
  	background-color: rgba(43, 55, 95, 0.63);
}
.banner-slider .w-ibanner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(43, 55, 95, 0.63);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.banner-slider .w-ibanner.animation_melete:hover::after {
	opacity: 1;
}
.banner-slider .w-ibanner.animation_melete .w-ibanner-content {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-slider .w-ibanner.animation_melete .w-ibanner-title {
	width: 146px;
	height: 37px;
	border: 3px solid #FFFFFF;
	border-radius: 24px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.54px;
	color: #FFFFFF;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.banner-slider button.slick-prev i,
.banner-slider button.slick-next i {
	display: none;
}
.banner-slider button.slick-prev {
	font-size: 30px !important;
	left: 30px;
	background-image: url(/wp-content/uploads/2023/09/Group-126.svg) !important;
	background-repeat: no-repeat no-repeat;
}
.banner-slider button.slick-next {
	font-size: 30px !important;
	right: 30px;
	background-image: url(/wp-content/uploads/2023/09/Group-125.svg) !important;
	background-repeat: no-repeat no-repeat;
}


/*** 
====================================================================
  home service css 
====================================================================
***/

.cms-home-service .service-inner {
	border-radius: 30px;
	box-shadow: 0px 3px 6px #00000029;
	border: solid 4px #3070C7;
	margin: 140px 0 0;
}
.cms-home-service .service-inner .ult_tabs {
	margin: 0;
}
.cms-home-service ul.ult_tabmenu {
	margin: -85px auto 0;
	max-width: 1126px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 12px;
}
.cms-home-service ul.ult_tabmenu li.ult_tab_li {
	background-color: transparent !important;
	border-radius: 20px !important;
	float: none;
	clear: both;
	height: 115px;
	transition: all 0.3s ease-in;
}
.cms-home-service ul.ult_tabmenu li.ult_tab_li a.ult_a {
	position: relative;
	display: flex;
	justify-content: center;
	float: none;
	clear: both;
	color: #fff !important;
	background-color: transparent !important;
	white-space: normal;
	height: 100%;
}
.cms-home-service ul.ult_tabmenu li.ult_tab_li a.ult_a .ult-span-text {
	font-family: FilsonPro-Black;
	font-size: 28px !important;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.84px;
	text-transform: capitalize;
	transition: none;
}
.cms-home-service ul.ult_tabmenu li.ult_tab_li a.ult_a .aio-icon {
	margin: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.187' height='18.342' viewBox='0 0 18.187 18.342'%3E%3Cpath id='keyboard_double_arrow_right_FILL0_wght200_GRAD0_opsz4823' d='M244.553-675.7l-.784-.872,6.779-7.547-6.779-7.577.784-.842,7.563,8.419Zm8.492,0-.756-.872,6.779-7.547-6.779-7.577.756-.842,7.563,8.419Z' transform='translate(-243.092 693.287)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	width: 18px;
  	height: 18px;
  	position: relative;
  	top: 20px;
  	margin-top: -10px;
  	transition: all 0.3s ease-in-out;
}
.cms-home-service ul.ult_tabmenu li.ult_tab_li a.ult_a .aio-icon i {
	display: none;
}
.cms-home-service ul.ult_tabmenu li.current,
.cms-home-service ul.ult_tabmenu li:hover {
	height: 145px;
}
span.ult_tab_section {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	height: 90px;
	align-items: center;
	width: 100%;
}
.cms-home-service ul.ult_tabmenu li.current .ult_tab_iconright,
.cms-home-service ul.ult_tabmenu li:hover .ult_tab_iconright {
	rotate: 90deg;
}
.cms-home-service ul.ult_tabmenu li.service-tab-01 {
	background-color: #3070C7 !important;
}
.cms-home-service ul.ult_tabmenu li.service-tab-02 {
	background-color: #7BC9CA !important;
}
.cms-home-service ul.ult_tabmenu li.service-tab-03 {
	background-color: #CC403D !important;
}
.cms-home-service ul.ult_tabmenu li.service-tab-04 {
	background-color: #D7713F !important;
}




.cms-home-service .ult_tabitemname {
	padding: 60px 60px 60px;
}


/*** 
====================================================================
  indy number css 
====================================================================
***/

.indy-bot::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 140px;
	background-color: #F5F5F5;
}
.indy-bot .indy-icon {
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
}


/*** 
====================================================================
  faq css 
====================================================================
***/

.cms-faq .w-tabs-section {
	border-width: 3px 0 0 0 !important;
	border-color: #2B375F;
}
.cms-faq .w-tabs-section-title {
	font-family: FilsonPro-Bold;
	font-size: 18px;
	line-height: 24px;
	color: #2B375F;
	letter-spacing: 0.54px;
}
.cms-faq .w-tabs-section-header {
	padding: 1.3em 0 2.3em;
}
.cms-faq .w-tabs-section-content {
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.cms-faq .w-tabs-section-control {
	width: 38px;
	height: 38px;
	background-image: url(/wp-content/uploads/2023/09/faq-plus.svg);
	background-repeat: no-repeat no-repeat;
}
.cms-faq .w-tabs-section-control::before,
.cms-faq .w-tabs-section-control::after {
	display: none;
}
.cms-faq .w-tabs-section.active > .w-tabs-section-header .w-tabs-section-control {
	transform: none;
	background-image: url(/wp-content/uploads/2023/09/faq-minus.svg);
}
.cms-faq .w-tabs-section-header:hover, 
.cms-faq .w-tabs-section-header:focus {
	background-color: transparent;
}


/*** 
====================================================================
  footer css 
====================================================================
***/

.cms-footer ul#menu-footer-menu {
	position: relative;
	display: flex;
	justify-content: flex-end;
	column-gap: 35px;
}
.cms-footer ul#menu-footer-menu li a {
	font-family: FilsonPro-Bold;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	white-space: nowrap;
}
.cms-footer ul#menu-footer-menu li a:hover {
	color: #7BC8C9;
}

.cms-footer .footer-call a {
	color: #fff;
}
.cms-footer .footer-call a:hover {
	color: #7BC8C9;
}


.footer-social .w-socials-list {
	display: flex;
	column-gap: 13px;
}
.footer-social .w-socials-item-link {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social .w-socials-item-link i {
	color: #3070C7;
}
.footer-social .w-socials-item-link:hover i {
	color: #fff;
}



.cms-footer #mc_embed_signup form {
	margin: 0;
}
.cms-footer #mc_embed_signup .mc-field-group {
	padding: 0;
}
.cms-footer #mc_embed_signup input#mce-EMAIL {
	font-family: "questa-slab",serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.54px;
	text-align: center;
	box-shadow: none;
	border: 3px solid #FFFFFF;
	border-radius: 22px;
	background-color: #3070C7;
	height: 36px;
  	line-height: 1;
  	margin: 0 0 0;
}
.cms-footer #mc_embed_signup input#mce-EMAIL:focus {
	box-shadow: none;
	border-color: #7BC8C9;
}
.cms-footer #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 3px solid #e85c41;
}
.cms-footer #mc_embed_signup input::-webkit-input-placeholder { /* Edge */
    opacity: 0.34;
    color: #FFF;
}
.cms-footer #mc_embed_signup input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.34;
    color: #FFF;
}
.cms-footer #mc_embed_signup input::placeholder {
    opacity: 0.34;
    color: #FFF;
} 
.cms-footer #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.cms-footer #mc_embed_signup #mc-embedded-subscribe {
	margin: 20px auto 0;
	border: 0;
	border-radius: 50px;
}

/*** 
====================================================================
  need help page css 
====================================================================
***/

 
.help-faq .w-tabs-sections {
	display: flex;
	flex-direction: column;
	row-gap: 35px;
}
.help-faq .w-tabs-section {
	border: 0 !important;
	padding: 0 25px;
}
.help-faq .w-tabs-section .w-tabs-section-header {
	min-height: 160px;
	padding: 30px 40px 30px !important;
	font-family: FilsonPro-Heavy;
	font-size: 24px !important;
	color: #fff !important;
	letter-spacing: 0.72px;
	border-radius: 20px;
	position: relative;
}
.help-faq .w-tabs-section .w-tabs-section-content {
	border-radius: 20px;
	border: solid 4px #3070C7;
	margin: -90px -25px 0;
}
.help-faq .w-tabs-section .w-tabs-section-content-h {
	padding: 90px 30px 0;
	padding-right: 50px;
}
.help-faq .w-tabs-section .w-tabs-section-content a {
	color: #3973B7;
}
.help-faq .w-tabs-section .w-tabs-section-content a:hover {
	color: #D7713F;
}





.help-faq .w-tabs-section-control {
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2023/10/double_arrow_right.svg);
	background-repeat: no-repeat no-repeat;
}
.help-faq .w-tabs-section-control::before,
.help-faq .w-tabs-section-control::after {
	display: none;
}
.help-faq .w-tabs-section.active > .w-tabs-section-header .w-tabs-section-control {
	transform: rotate(90deg);
}
.help-faq .w-tabs-section-header:hover, 
.help-faq .w-tabs-section-header:focus {
	background-color: transparent;
}

.help-faq .help-box.orange .w-tabs-section-header {
	background-color: #D7713F;
}
.help-faq .help-box.yellow .w-tabs-section-header {
	background-color: #EBAB3C;
}
.help-faq .help-box.green .w-tabs-section-header {
	background-color: #7BC9CA;
}


.help-faq .help-top-content a {
	color: #3070C7;
	text-decoration: underline;
}
.help-faq .help-top-content a:hover {
	color: #D7713F;
	text-decoration: none;
}
.help-faq .help-bot-content a {
	color: #2B375F;
}
.help-faq .help-bot-content a:hover {
	color: #D7713F;
}

/*** 
====================================================================
  career page css 
====================================================================
***/

.pdf-btn {
	text-decoration: underline;
}


/*** 
====================================================================
  our team page css 
====================================================================
***/


.cms-ourteam .w-grid-list {
	justify-content: center;
}
.main-team article.our_team {
	cursor: pointer;
}
.cms-ourteam article.our_team .post_image {
	margin: 0;
	width: 100%;
	height: 230px;
	overflow: hidden;
	border-radius: 30px;
}
.cms-ourteam article.our_team .post_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
	transition: all 0.5s ease-in-out;
}
.cms-ourteam article.our_team:hover .post_image img {
	transform: scale(1.1);
}
.cms-ourteam article.our_team .team-img::before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 28px;
	height: 28px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.363' height='26.1' viewBox='0 0 27.363 26.1'%3E%3Cg id='Group_95' data-name='Group 95' transform='translate(-368.137 -1009.24)'%3E%3Cellipse id='Ellipse_51' data-name='Ellipse 51' cx='12.089' cy='12.089' rx='12.089' ry='12.089' transform='translate(368.137 1011.163)' fill='%237bc9ca'/%3E%3Cpath id='add_circle_FILL0_wght200_GRAD0_opsz48' d='M131.455-822.127h1.018v-5.393h5.4v-1.018h-5.4v-5.5h-1.018v5.5h-5.5v1.018h5.5Zm.474,5.958a11.509,11.509,0,0,1-4.644-.938,12.164,12.164,0,0,1-3.782-2.563,12.145,12.145,0,0,1-2.565-3.78A11.51,11.51,0,0,1,120-828.1a11.561,11.561,0,0,1,.938-4.636,11.917,11.917,0,0,1,2.563-3.78,12.29,12.29,0,0,1,3.78-2.548,11.509,11.509,0,0,1,4.647-.939,11.562,11.562,0,0,1,4.636.938,12.058,12.058,0,0,1,3.78,2.546,12.029,12.029,0,0,1,2.548,3.782,11.567,11.567,0,0,1,.939,4.637,11.51,11.51,0,0,1-.938,4.644,12.235,12.235,0,0,1-2.546,3.775,12.025,12.025,0,0,1-3.782,2.565A11.5,11.5,0,0,1,131.929-816.169Zm0-1.018a10.486,10.486,0,0,0,7.706-3.179,10.534,10.534,0,0,0,3.175-7.735,10.5,10.5,0,0,0-3.169-7.706,10.506,10.506,0,0,0-7.729-3.175,10.526,10.526,0,0,0-7.719,3.169,10.5,10.5,0,0,0-3.179,7.728,10.508,10.508,0,0,0,3.179,7.718A10.528,10.528,0,0,0,131.932-817.187ZM131.916-828.084Z' transform='translate(251.168 1849.74)' fill='%232b375f' stroke='%232b375f' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	z-index: 1;
}
.cms-ourteam article.our_team h2,
.cms-ourteam article.our_team h3,
.cms-ourteam article.our_team h4 {
	transition: all 0.3s ease-in-out;
}
.cms-ourteam article.our_team:hover h2,
.cms-ourteam article.our_team:hover h3,
.cms-ourteam article.our_team:hover h4 {
	color: #CC403D !important;
}




.w-popup-box-title {
	display: none;
}
.w-popup-box-content,
.w-popup-box-h {
	overflow: inherit;
}
.bio-modal__wrapper {
	position: relative;
	color: #fff;
	padding: 50px 65px 50px;
}
.bio-modal__wrapper::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3070C7;
	transform: scaleX(.4);
	transform-origin: 0 0;
	transition: 375ms step-end;
	transition-property: opacity,transform;
	border-radius: 30px;
	z-index: -1;
}
.w-popup-box.active .bio-modal__wrapper::before {
  	transition: transform .5s cubic-bezier(.645,.045,.355,1);
  	transform: scaleX(1);
}



.bio-main {
	display: grid;
	grid-template-columns: 350px auto;
	column-gap: 60px;
}
.bio-main .bio-img {
	position: relative;
	width: 100%;
	height: 330px;
	overflow: hidden;
	border-radius: 30px;
	margin: 0 0 30px;
}
.bio-main .bio-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bio-main .bio-img::after {
	content: " ";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3070C7;
	transform-origin: 0 0;
	transform: scaleX(0) translateZ(0);
	opacity: 0.82;
}
.w-popup-box.active .bio-main .bio-img::after {
  	transform: scaleX(1) translateZ(0);
  	left: 100%;
  	transition: transform 675ms 0s cubic-bezier(.645,.045,.355,1),left 675ms .65s cubic-bezier(.645,.045,.355,1);
}
.bio-main .bio-touch {
	font-family: FilsonPro-Bold;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	margin: 0 0 25px;
}
.bio-main .bio-lft ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.bio-main .bio-lft a {
	font-family: FilsonPro-Medium;
	font-size: 20px;
	color: #79C5C6;
	letter-spacing: 0.6px;
	text-decoration: underline;
	text-align: center;
}
.bio-main .bio-lft a:hover {
	text-decoration: none;
	color: #fff;
}





.bio-main .bio-name {
	font-family: "questa-slab",serif;
	font-weight: 700;
	font-size: 36px;
	color: #fff;
	line-height: 1;
	letter-spacing: 1.08px;
	margin: 0 0 15px;
}
.bio-main .bio-pronoun {
	font-family: "questa-slab",serif;
	font-weight: 500;
	font-size: 22px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.66px;
	margin: 0 0 15px;
}
.bio-main .bio-title {
	font-family: FilsonPro-Bold;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.bio-main .bio-content {
	letter-spacing: 0.54px;
	margin: 0 0 30px;
}
.bio-main .bio-about {
	font-family: FilsonPro-Bold;
	font-size: 22px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.66px;
	text-transform: uppercase;
	margin: 0 0 30px;
}



.bio-modal__body, 
.bio-modal__headline, 
.bio-modal__name, 
.bio-modal__title {
	opacity: 0;
	transform: translateY(12px);
	transition: 375ms step-end;
	transition-property: opacity,transform;
}
.w-popup-box.active .bio-modal__name {
  	transition-delay: .6s;
}
.w-popup-box.active .bio-modal__body, 
.w-popup-box.active .bio-modal__headline, 
.w-popup-box.active .bio-modal__name, 
.w-popup-box.active .bio-modal__title {
	opacity: 1;
	transform: translateY(0);
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.w-popup-box.active .bio-modal__title {
  transition-delay: .7s;
}
.w-popup-box.active .bio-modal__headline {
  	transition-delay: .8s;
}
.w-popup-box.active .bio-modal__body {
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
  	transition-delay: .9s;
  	padding-bottom: 6em;
}
.w-popup-closer {
	transform: scale(.6) rotateZ(-30deg);
	opacity: 0;
	transition: all 375ms step-end;
}
.w-popup-box.active .w-popup-closer {
	transform: scale(1) rotateZ(180deg);
	opacity: 1;
	transition: all .75s 1.25s cubic-bezier(.645,.045,.355,1);
	display: flex;
  	align-items: center;
  	justify-content: center;
  	top: 30px;
  	right: 20px;
}
.w-popup-closer::before {
	content: "";
	width: 62px;
	height: 62px;
	background-image: url(/wp-content/uploads/2023/10/close-btn.svg);
    background-repeat: no-repeat;
    display: block;
}


/*** 
====================================================================
  contact page css 
====================================================================
***/

.contact-detail a {
	color: #2B375F;
}
.contact-detail a:hover {
	color: #D7713F;
}


.contact-form form {
	display: flex;
	flex-direction: column;
	row-gap: 35px;

}
.contact-form .form-box label {
	font-family: "questa-slab",serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.66px;
	color: #2B375F;
	text-transform: capitalize;
}
.contact-form .form-box input,
.contact-form .form-box select,
.contact-form .form-box textarea {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.66px;
	color: #333333;
	min-height: 36px;
	line-height: 36px;
	background-color: transparent;
	box-shadow: none;
	border: solid 3px #2B375F;
	outline: none;
	border-radius: 22px;
}
.contact-form .form-box input:focus,
.contact-form .form-box select:focus,
.contact-form .form-box textarea:focus {
	box-shadow: 0px 0px 0px 2px #2B375F;
}
.contact-form .form-box textarea {
	height: 214px;
}


#mc_embed_signup .mc-field-group {
	width: 100%;
}
.contact-newsletter {
	max-width: 580px !important;
  	margin-left: auto !important;
  	margin-right: auto !important;
}
.contact-newsletter input[type=email] {
	font-family: "questa-slab",serif;
	font-size: 18px;
	font-weight: 500 !important;
	color: #FFF !important;
	letter-spacing: 0.54px !important;
	text-align: center;
	box-shadow: none !important;
	border: 3px solid #FFFFFF !important;
	border-radius: 22px !important;
	background-color: transparent !important;
	min-height: 36px;
  	line-height: 1;
  	margin: 0 0 10px;
}
.contact-newsletter input[type=email]:focus {
	box-shadow: none;
	border-color: #7BC8C9;
}
.contact-newsletter input[type=email]::-webkit-input-placeholder { /* Edge */
    opacity: 0.34;
    color: #FFF;
}
.contact-newsletter input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.34;
    color: #FFF;
}
.contact-newsletter input[type=email]::placeholder {
    opacity: 0.34;
    color: #FFF;
} 
.contact-newsletter #mc-embedded-subscribe {
	font-size: 22px;
	letter-spacing: 0.03em;
  	border-radius: 52px;
  	padding: 0.3em 1.8em;
  	border: 0;
  	margin: 0 auto;
}


/*** 
====================================================================
  donate page css 
====================================================================
***/


.cms-donate article.donate_now .post_image {
	height: 315px;
	border-radius: 30px;
}
.cms-donate article.donate_now .post_image img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
}
.cms-donate article.donate_now .donate-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 30px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	background-color: rgba(43, 55, 95, 0.82);
	border-radius: 30px;
}
.cms-donate article.donate_now:hover .donate-content  {
	opacity: 1;
}

/*** 
====================================================================
  service page css 
====================================================================
***/



/*** 
====================================================================
  what we do cc page css 
====================================================================
***/


.coc-slider article.services .post_image {
	height: 320px;
}
.coc-slider article.services .post_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.coc-slider article.services .post_image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(43, 55, 95, 0.63);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.coc-slider article.services:hover .post_image::after {
	opacity: 1;
}
.coc-slider article.services .btn-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	transform: scale(0);
	opacity: 0;
}
.coc-slider article.services:hover .btn-box {
	opacity: 1;
	transform: scale(1);
}


.coc-slider .owl-nav .owl-prev::before,
.coc-slider .owl-nav .owl-prev::after {
	display: none;
}
.coc-slider .owl-nav .owl-next::before,
.coc-slider .owl-nav .owl-next::after {
	display: none;
}
.coc-slider .owl-nav .owl-prev {
	width: 2rem !important;
	height: 2rem !important;
	left: 30px;
	background-image: url(/wp-content/uploads/2023/09/Group-126.svg) !important;
	background-repeat: no-repeat no-repeat !important;
}
.coc-slider .owl-nav .owl-next {
	width: 2rem !important;
	height: 2rem !important;
	right: 30px;
	background-image: url(/wp-content/uploads/2023/09/Group-125.svg) !important;
	background-repeat: no-repeat no-repeat !important;
}
.coc-slider .owl-nav div:hover {
	background-color: transparent !important;
}



.cms-home-service .work-content p {
	margin: 0 0 20px;
}
.cms-home-service .work-content a {
	display: block;
	color: #3070C7;
	text-decoration: underline;
	font-weight: 700;
}

.coc-newsletter {
	margin: 0 !important;
}
.coc-newsletter input {
	font-family: "questa-slab",serif;
	font-size: 18px;
	font-weight: 700 !important;
	color: #2B375F !important;
	letter-spacing: 0.54px !important;
	padding: 0 20px;
	box-shadow: none !important;
	border: 3px solid #2B375F !important;
	border-radius: 22px !important;
	background-color: transparent !important;
	min-height: 43px;
  	line-height: 1;
  	margin: 0 0 0 !important;
}
.coc-newsletter input:focus {
	box-shadow: none;
	border-color: #2B375F;
}
.coc-newsletter input::-webkit-input-placeholder { /* Edge */
    opacity: 0.58;
    color: #2B375F;
}
.coc-newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.58;
    color: #2B375F;
}
.coc-newsletter input::placeholder {
    opacity: 0.58;
    color: #2B375F;
} 
.coc-newsletter input#mc-embedded-subscribe {
	font-weight: 700;
	width: 168px;
	height: 43px;
  	padding: 0.4em 1em;
  	color: #3070C7 !important;
  	border: 3px solid #3070C7 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coc-newsletter input#mc-embedded-subscribe:hover {
	background-color: #3070C7 !important;
	color: #fff !important;
}


/*** 
====================================================================
  partner resource coc page css 
====================================================================
***/


.cms-coc-resource .w-tabs-section {
	border-width: 3px 0 0 0 !important;
	border-color: #356CB9;
}
.cms-coc-resource .w-tabs-section-title {
	font-family: "questa-slab",serif;
	font-weight: 700;
	font-size: 30px !important;
	line-height: 1;
	color: #2B375F;
	letter-spacing: 0.9px;
}
.cms-coc-resource .w-tabs-section-header {
	padding: 2em 0 2.2em;
}
.cms-coc-resource .w-tabs-section-content {
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.cms-coc-resource .w-tabs-section-control {
	width: 38px;
	height: 38px;
	background-image: url(/wp-content/uploads/2023/09/faq-plus.svg);
	background-repeat: no-repeat no-repeat;
}
.cms-coc-resource .w-tabs-section-control::before,
.cms-coc-resource .w-tabs-section-control::after {
	display: none;
}
.cms-coc-resource .w-tabs-section.active > .w-tabs-section-header .w-tabs-section-control {
	transform: none;
	background-image: url(/wp-content/uploads/2023/09/faq-minus.svg);
}
.cms-coc-resource .w-tabs-section-header:hover, 
.cms-coc-resource .w-tabs-section-header:focus {
	background-color: transparent;
}


.other-resource a {
	color: #6BB6B6;
}
.other-resource a:hover {
	color: #fff;
}

.report-content a {
	color: #3070C7;
}
.report-content a:hover {
	color: #CC403D;
}



/*** 
====================================================================
  news and event page css 
====================================================================
***/


.coc-slider article.type-post .post_image {
	height: 320px;
}
.coc-slider article.type-post .post_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.coc-slider article.type-post .post_image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(43, 55, 95, 0.63);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.coc-slider article.type-post:hover .post_image::after {
	opacity: 1;
}
.coc-slider article.type-post .btn-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	transform: scale(0);
	opacity: 0;
}
.coc-slider article.type-post:hover .btn-box {
	opacity: 1;
	transform: scale(1);
}



/*** 
====================================================================
  data page css 
====================================================================
***/


.data-pluging {
	display: flex;
	align-items: center;
	justify-content: center;
}
.request-content a {
	color: #467DC9;
	text-decoration: underline;
}
.request-content a:hover {
	color: #D7713F;
}



/*** 
====================================================================
  news event page css 
====================================================================
***/

.cms-blog-listing .g-filters.style_1 {
	background: transparent;
}
.cms-blog-listing .g-filters .g-filters-item {
	font-family: "questa-slab",serif;
	font-size: 30px !important;
	font-weight: 700;
	letter-spacing: 0.9px;
	color: #2B375F;
	text-transform: capitalize;
	border-radius: 0;
	background-color: transparent;
}
.cms-blog-listing .g-filters .g-filters-item:hover,
.cms-blog-listing .g-filters .g-filters-item.active {
	background: transparent !important;
	color: #7BC9CA !important;
	text-decoration: underline;
}
.cms-blog-listing .category-title {
	font-family: "questa-slab",serif;
}



.cms-blog-listing article.type-post .post_image {
	height: 220px;
	border-radius: 30px;
}
.cms-blog-listing article.type-post .post_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cms-blog-listing article.type-post .post_image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(67, 115, 187, 0.78);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.cms-blog-listing article.type-post:hover .post_image::after {
	opacity: 1;
}
.cms-blog-listing article.type-post .btn-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	transform: scale(0);
	opacity: 0;
}
.cms-blog-listing article.type-post:hover .btn-box {
	opacity: 1;
	transform: scale(1);
}
.cms-blog-listing article.type-post .post_content {
	transition: all 0.3s ease-in-out;
}
.cms-blog-listing article.type-post:hover .category-title a,
.cms-blog-listing article.type-post:hover .blog-title,
.cms-blog-listing article.type-post:hover .post_content {
	color: #4B7FC6 !important;
}
.cms-blog-listing article.type-post:hover .blog-title {
	text-decoration: underline;
}


.blogdetail-lft img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 30px;
}

/*** 
====================================================================
  our partner page css 
====================================================================
***/

.our-partnerpage article.our_team .team-img::before {
	display: none;
}
.our-partnerpage article.our_team .team-img {
	height: auto;
}








/*** 
====================================================================
  responsive css 
====================================================================
***/




/* 1440 */
@media only screen and (max-width: 1600px) and (min-width: 1440px) {
	

}
/* 1366 */
@media only screen and (max-width: 1439px) and (min-width: 1281px) {
	

}

/* 1280 */
@media only screen and (max-width: 1280px) and (min-width: 1200px) {
	
	
}

/* 1024 */
@media only screen and (max-width: 1199px) {

header .l-subheader-cell.at_right ul.w-nav-list { background-color: #fff !important; }
.cms-home-service .service-inner { padding: 20px; }	
.cms-home-service .ult_tabitemname { padding: 20px; }
.cms-home-service ul.ult_tabmenu li.ult_tab_li a.ult_a .ult-span-text { font-size: 22px !important; }
.indy-bot::before { display: none; }
.cms-footer ul#menu-footer-menu { column-gap: 25px; }
.cms-footer ul#menu-footer-menu li a { font-size: 12px; }

/*** 
====================================================================
  need help css 
====================================================================
***/
.help-faq .w-tabs-section .w-tabs-section-header { font-size: 20px !important; padding: 20px !important; }
.help-faq .w-tabs-section .w-tabs-section-content-h { padding: 80px 10px 0; }
.help-faq .w-tabs-section { padding: 0; }

/*** 
====================================================================
  our team css 
====================================================================
***/

.w-popup-box { width:100% !important; max-width:calc(280px + 860 * ((100vw - 320px)/ 1120));   }
.bio-modal__wrapper { padding: 30px;  }
.bio-main { grid-template-columns: repeat(1, 1fr); height: 80vh; overflow: auto; }
.bio-main .bio-lft { text-align: center; padding: 0 0 30px; }
.bio-main .bio-img { width: auto; height: auto; margin: 30px 0 30px; }
.bio-main .bio-img img { width: auto; height: auto; border-radius: 30px; }
.bio-main .bio-touch { font-size: 18px; margin: 0 0 10px; padding: 0 10px; }
.bio-main .bio-lft ul { padding: 0 10px; }
.bio-main .bio-lft ul li { margin: 0 0 5px; line-height: 1; }
.bio-main .bio-lft a { font-size: 16px; }
.bio-main .bio-name { font-size: 30px; }
.bio-main .bio-pronoun { font-size: 20px; }
.bio-main .bio-title { font-size: 18px; }
.bio-main .bio-about { font-size: 20px; }
.w-popup-box.active .w-popup-closer { width: 60px; height: 60px; top: 0; right: 0; }
.w-popup-closer::before { background-size: 70%; background-position: center; }


	
	
}

/* 768 */
@media only screen and (max-width: 1023px) {
.cms-banner article.attachment .w-grid-item-h { justify-content: center; }
.cms-home-service .service-inner { margin: 0; }	
.cms-home-service ul.ult_tabmenu { margin: 0; }	
.cms-home-service .ult_tabitemname { padding: 20px 0 0; }
.cms-home-service ul.ult_tabmenu { grid-template-columns: repeat(2, 1fr); row-gap: 12px; }
.cms-home-service .ult_tabitemname .g-cols { grid-gap: 2rem !important; }
.cms-footer ul#menu-footer-menu { justify-content: center; flex-wrap: wrap; }
.cms-footer .footer-address { text-align: center; }
.footer-social .w-socials-list { justify-content: center;}
.cms-footer .footer-call { text-align: center !important;}
.cms-footer .newsletter-lft { text-align: center;}
.career-list { grid-gap: 0rem !important;}
	



}

/* 736 */
@media only screen and (max-width: 767px) {
.cms-home-service ul.ult_tabmenu li.ult_tab_li a.ult_a .ult-span-text { font-size: 20px !important; }	
.w-popup-box { max-width: 100%; }
.bio-modal__wrapper { padding: 0; }
.bio-modal__wrapper::before { border-radius: 0;}
.bio-main {  height: 100%; overflow: hidden; }
.bio-rht { padding: 0 20px;}

.cms-coc-resource .w-tabs-section-title { font-size: 20px !important; }
	
	

}
	

/* 667 */
@media only screen and (max-width: 735px) {
	
}

/* 600 */
@media only screen and (max-width: 666px) {
	

}

/* 568 */
@media only screen and (max-width: 599px) {

}

/* 480 */
@media only screen and (max-width: 567px) {
	
}

/* 414 */
@media only screen and (max-width: 479px) {
	
}
/* 375 */
@media only screen and (max-width: 413px) {
	
}

