/*
Theme Name: awe
Theme URI: https://humanitymedia.net
Author: Anthony Bear
Author URI: http://humanitymedia.net
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: a4we
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* FONTS */

@import url('//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('//fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* ------------------ GLOBAL ---------------- */
html,
body { scroll-behavior: smooth; font-size: 16px; font-family: "Open Sans", sans-serif; }
pre { font-family: monospace; background: #eee; padding: 10px; font-size: 15px; }
section { position: relative; z-index: 2; background: #ffffff; }
body { overflow-x: hidden; }
h1 { font-size: 48px; font-weight: bold; text-transform: none; font-family: "Open Sans", sans-serif; }
h2 { font-size: 36px; line-height: 48px; font-weight: bold; text-transform: none; font-family: "Open Sans", sans-serif; line-height: 48px; color:#283B6C; }
h3 { font-size: 24px; font-weight: bold; text-transform: none; font-family: "Open Sans", sans-serif; }
h4 { font-size: 18px; font-weight: bold; text-transform: none; font-family: "Open Sans", sans-serif; }
h5 { font-size: 14px; font-weight: bold; text-transform: none; font-family: "Open Sans", sans-serif; }
h6 { font-size: 12px; font-weight: bold; text-transform: none; font-family: "Open Sans", sans-serif; }
p { font-size: 16px; line-height: 24px; }
img.alignleft { float: left; margin: 20px 40px 20px 0; }
img.alignright { float: right; margin: 20px 0 20px 40px; }
.full-section { width: 100%; }
.container-fluid.standard { padding-top: 100px; }
.unlist ul { margin: 0px; padding: 0px; list-style: none; }
.unlist h2,
.logos-gird-symposium h2 { color: #283B6C; }
.unlist ul li { margin: 20px 0; }


/* Bottom Cookie Banner CSS*/
.cky-notice { max-width: 1000px; margin: 0 auto; }

.cky-btn.cky-btn-accept { color: #2C3A69; background-color: #A7D49E; border-color: #A7D49E; display: inline-block; padding: 10px 25px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center;    /* margin: 30px 0 0 0; */ font-family: 'Inter'; border: 1px solid #A7D49E; }

/* Webinar Page CSS*/

.page-id-3517 section.featured-stories-carousel .left-side h1 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; }

/*.container { max-width: 1170px; width: 100% ; }*/
.container { max-width: 1170px; padding: 0 15px; width: 100%; margin: 0 auto; position: relative; }
a { text-decoration: none; transition: 0.3s all ease-in; }
.container:before,
.container:after { display: none; }
ul li { margin: 12px 0; }

/* -------------------------- HEADER ------------------ */
header.header-wrapper { padding: 10px 0px; background: rgb(255, 255, 255); position: sticky; top: 0px; left: 0px; z-index: 9; }
header.header-wrapper .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;	/* 	max-width: 95%; width: 100%;  */ }
header.header-wrapper .logo-with-menu { width: 75%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
header.header-wrapper .search-login { width: 20%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
header.header-wrapper .search-login .search-icon { width: 20%; }
header.header-wrapper .search-login .login-btn { width: 75%; }
header.header-wrapper .search-login .search-icon a { width: 100%; height: 100%; display: block; text-align: center; }
header.header-wrapper .search-login .search-icon a i { font-size: 22px; color: #959595; }
header.header-wrapper .search-login .search-icon a img { width: 25px; }
header.header-wrapper .search-login .login-btn a {     font-family: 'Inter'; display: block; padding: 10px 25px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; }
header.header-wrapper .search-login .login-btn a:hover { background: #2C3A69; color: #A7D49E; }
header.header-wrapper .logo-wrapper { width: 10%; }
header.header-wrapper .logo-wrapper img { max-width: 80px; transition: all 0.5s ease 0s; }
header.header-wrapper.is_sticky .logo-wrapper img { max-width: 80%; transition: all 0.5s ease 0s; }
header.header-wrapper .nav-wrapper { width: 85%; }
header.header-wrapper .menu-button,
header.header-wrapper .mobile-menu { display: none; }
header.header-wrapper .nav-wrapper ul { padding: 0px; margin: 0px; list-style-type: none; display: flex; flex-wrap: wrap; }
header.header-wrapper .nav-wrapper ul li.menu-item { display: block; width: max-content; margin-right: 3%; position: relative; }
header.header-wrapper .nav-wrapper ul li.menu-item a { padding-bottom: 5px; font-size: 16px; font-weight: 600; color: #2A5E8C; display: block; position: relative; text-decoration: none; }
header.header-wrapper .nav-wrapper ul li.menu-item a:after { position: absolute; content: ''; width: 100%; height: 1px; background: #2A5E94; bottom: 0; left: 0; opacity: 0; visibility: hidden; }
header.header-wrapper .nav-wrapper ul li.menu-item.current-menu-item a:after { opacity: 1; visibility: visible; }
header.header-wrapper .nav-wrapper ul li.menu-item.current-menu-parent>a,
header.header-wrapper .nav-wrapper ul li.menu-item.current-menu-item>a,

/*header.header-wrapper .nav-wrapper ul li.menu-item a:hover,*/
header.header-wrapper .nav-wrapper ul li.menu-item a:hover::after { visibility: visible; opacity: 1; }
header.header-wrapper .nav-wrapper ul li.menu-item ul.sub-menu { position: absolute; width: max-content; padding: 0px; margin: 0px; list-style-type: none; z-index: 999; display: none; flex-wrap: wrap; right: 0px; left: 0px; background: rgb(251, 251, 251); }
header.header-wrapper .nav-wrapper ul li.menu-item ul.sub-menu::before { position: absolute; content: ""; width: auto; height: 100%; background: rgb(251, 251, 251); z-index: -1; left: -1000%; }
header.header-wrapper .nav-wrapper ul li.menu-item ul.sub-menu::after { position: absolute; content: ""; width: auto; height: 100%; background: rgb(251, 251, 251); z-index: -1; right: -1000%; }
header.header-wrapper .nav-wrapper ul li.menu-item ul.sub-menu li.menu-item { width: max-content; margin: 0px; }
header.header-wrapper .nav-wrapper ul li.menu-item ul.sub-menu li.menu-item a { text-align: left; display: block; padding: 5px 20px; font-size: 16px; }
header.header-wrapper .nav-wrapper ul li.menu-item ul.sub-menu li.menu-item a:hover { color: rgb(240, 174, 1); }
header.header-wrapper .nav-wrapper ul li.menu-item.menu-item-has-children a { padding: 0px 20px 0px 0px; }
header.header-wrapper .nav-wrapper ul li.menu-item.menu-item-has-children>a::after { position: absolute; content: ""; font-family: Fontawesome; font-size: 12px; right: 0px; top: 50%; transform: translateY(-50%); }
header.header-wrapper .container:before,
header.header-wrapper .container:after { display: none; }
header.header-wrapper.remove-sticky { position: relative; z-index: 0; }
.mobile-header.remove-sticky { position: relative; }
.mobile-header { padding: 10px 0px; display: none; background: rgb(255, 255, 255); position: sticky; top: 0px; left: 0px; z-index: 9; }
.mobile-header .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
.mobile-header .menu-button { width: 10%; text-align: right; }
.mobile-header .menu-button i { font-size: 24px; color: #808080; }
.mobile-header .logo-wrapper { width: 20%; text-align: center; }
.mobile-header .logo-wrapper img { display: block; max-width: 50px; }
.mobile-header .container:before,
.mobile-header .container:after { display: none; }

/*.mobile-header .more-item { width: 70%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }*/
.mobile-header .more-item { max-width: 70%; min-width: 40%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.mobile-header .more-item .search-icon { width: 10%; }
.mobile-header .more-item .search-icon a { width: 100%; height: 100%; display: block; }
.mobile-header .more-item .search-icon a i { color: #808080; font-size: 22px; }
.mobile-header .more-item .login-btn { width: 65%; }
.mobile-header .more-item .login-btn a { display: block; padding: 10px 30px; background: #A7D49E; color: #2C3A69; font-size: 15px; font-weight: 700; border-radius: 30px; text-align: center; }
.mobile-menu { width: 100%; margin-top: 10px; padding: 10px; border-top: 2px solid rgb(0, 0, 0); position: fixed; background: rgb(251, 251, 251); height: 100%; z-index: 999; visibility: hidden; opacity: 0; left: -1000%; transition: all 0.2s ease-in 0s; }
.mobile-menu.active { visibility: visible; opacity: 1; left: 0px; }
.mobile-menu ul { padding: 0px; margin: 0px; list-style-type: none; }
.mobile-menu ul li.menu-item { width: 100%; display: block; position: relative; }
.mobile-menu ul li.menu-item a { display: block; width: 100%; padding: 10px 0px; color: #2A5E8C; font-size: 16px; line-height: 18px; font-weight: 500; position: relative; }
.mobile-menu ul li.menu-item a:hover,
.mobile-menu ul li.menu-item.current-menu-item>a { color: #000; }
.mobile-menu ul li.menu-item.menu-item-has-children ul.sub-menu { display: none; background: rgb(57, 57, 57); padding: 10px; width: 100%; margin: 0px 0px 0px auto; }
.mobile-menu ul li.menu-item.menu-item-has-children span.opener { width: 25px; height: 25px; display: block; position: absolute; top: 0px; right: 0px; }
.mobile-menu ul li.menu-item.menu-item-has-children span.opener::after { position: absolute; content: "+"; font-family: Fontawesome; font-size: 12px; right: 0px; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; }
.mobile-menu ul li.menu-item.menu-item-has-children span.opener.active::after { content: ""; }
.mobile-menu ul li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a { color: rgb(255, 255, 255); padding: 5px 0px; }
.mobile-menu ul li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:hover { color: #2A5E8C; }

.searchbox { width: 100%; height: 100vh; background-color: rgb(0 0 0/93%); position: fixed; z-index: 9999; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all .5s ease 0s; transform: scale(.5) }
.searchbox.active { visibility: visible; opacity: 1; transform: scale(1) }
.searchbox .inner_wrapper { width: 80%; margin: 0 auto; top: 50%; transform: translateY(-50%); position: relative }
.searchbox a.close { position: absolute; right: 5%; top: 5%; color: #fff }
.searchbox a.close i { font-size: 30px; line-height: 30px }
.searchbox .inner_wrapper h2 { font-size: 34px; line-height: 40px; color: #fff; margin: 0 0 2% 0; text-transform: uppercase; font-weight: 500; }
.searchbox .inner_wrapper form { margin: 0 }
.searchbox .inner_wrapper form .search-text { position: relative }
.searchbox .inner_wrapper form .search-text input[type=text] { background: #fff; border: 1px solid #fff; border-radius: 0; box-sizing: border-box; color: #323232; font-size: 18px; margin: 0; padding: 10px; width: 100%; -webkit-appearance: none; outline: none }
.searchbox .inner_wrapper form .search-text input[type=text]:focus { box-shadow: none; outline: none }
.searchbox .inner_wrapper form .search-text input[type=text]::-webkit-input-placeholder { color: #8a8989; opacity: 1 }
.searchbox .inner_wrapper form .search-text input[type=text]:-moz-placeholder { color: #8a8989; opacity: 1 }
.searchbox .inner_wrapper form .search-text input[type=text]::-moz-placeholder { color: #8a8989; opacity: 1 }
.searchbox .inner_wrapper form .search-text input[type=text]:-ms-input-placeholder { color: #8a8989; opacity: 1 }
.searchbox .inner_wrapper form .search-text input[type=submit] { background: url(images/search-upd.png) no-repeat scroll 0 0; border: medium; box-shadow: none; height: 24px; width: 24px; padding: 0; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); cursor: pointer; }

/* footer.footer-wrapper  */
/*footer.footer-wrapper { padding: 50px 0; }
footer.footer-wrapper .container { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 95%; width: 100%; }
footer.footer-wrapper .col { width: 14%; }
footer.footer-wrapper .col.column1 { width: 20%; }
footer.footer-wrapper .col .footer-logo { width: 100%; margin-bottom: 20px; }
footer.footer-wrapper .col .footer-logo img { max-width: 200px; width: 100%; }
footer.footer-wrapper .col.column1 .footer-address { width: 100%; }
footer.footer-wrapper .col.column1 .footer-address p { color: #000; font-size: 18px; margin-bottom: 10px; }
footer.footer-wrapper .col.column1 .footer-address a { color: #000; }
footer.footer-wrapper .col.column1 .footer-address a:hover { color: #2C3A69; }
footer.footer-wrapper .col ul { margin: 0; padding: 0; list-style-type: none; }
footer.footer-wrapper .col ul li { width: 100%; margin: 0 0 5px 0; }
footer.footer-wrapper .col ul li a { display: inline-block; font-size: 18px; }
footer.footer-wrapper .col ul li:first-child a { font-size: 20px; font-weight: 900; text-transform: uppercase; }*/

/* footer.footer-wrapper  */
footer.footer-wrapper { border-top: 1px #e1f0f5 solid; padding: 50px 0; }
footer.footer-wrapper .container { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 95%; width: 100%; }
footer.footer-wrapper .col { width: 16.5%; }
footer.footer-wrapper .col.column1 { width: 16.5%; }
footer.footer-wrapper .col .footer-logo { width: 100%; margin-bottom: 20px; }
footer.footer-wrapper .col .footer-logo img { max-width: 130px; width: 100%; }
footer.footer-wrapper .col.column1 .footer-address { width: 100%; }
footer.footer-wrapper .col.column1 .footer-address p { color: #006B96; font-size: 14px; margin-bottom: 10px; font-family: 'Inter'; line-height: 16px; }
footer.footer-wrapper .col.column1 .footer-address a { color: #006B96; font-family: 'Inter'; }
footer.footer-wrapper .col.column1 .footer-address a:hover { color: #2C3A69; }
footer.footer-wrapper .col h2.widgettitle { font-size: 14px; font-weight: bold; font-family: 'Inter'; text-transform: uppercase; color: #006B96; }
footer.footer-wrapper .col ul { margin: 0; padding: 0; list-style-type: none; }
footer.footer-wrapper .col ul li { width: 100%; margin: 0; }
footer.footer-wrapper .col ul li a { display: inline-block; font-size: 14px; color: #006B96; line-height: 16px; }

footer.footer-wrapper .col .social-icons { width: 100%; margin: 15px 0 0 0; }
footer.footer-wrapper .col .social-icons ul { display: flex; flex-wrap: wrap; }
footer.footer-wrapper .col .social-icons ul li { width: max-content; display: block; margin-right: 10px; }
footer.footer-wrapper .col .social-icons ul li:last-child { margin-right: 0; }
footer.footer-wrapper .col .social-icons ul li a { display: block; }
footer.footer-wrapper .col .social-icons ul li a i { color: #006993; font-size: 22px; }
footer.footer-wrapper .col .social-icons ul li a i:hover { color: #a7d49e; }

/*footer.footer-wrapper .col ul li:first-child a {font-size: 14px;font-weight: bold;font-family: 'Inter';text-transform: uppercase;color: #006B96;}*/

/*Resource Single*/
.resource-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 50px 0; }
.resource-wrapper .featured-img { width: 25%; }
.resource-wrapper .reource-content { width: 100%; }
.resource-wrapper .reource-content.half-width { width: 70%; }
.resource-wrapper .reource-content h1 { margin: 0 0 15px 0; }

/*Resource */
.all-resources .resource-filter { display: flex; flex-wrap: wrap; margin-bottom: 40px; justify-content: space-between; }
.all-resources .resource-filter .type-filter { width: 25%; }
.all-resources .resource-filter .search-filter { width: 30%; }
.all-resources .resource-filter .type-filter select { padding: 15px; font-size: 18px; width: 100%; text-transform: capitalize; border: 1px solid #666; border-radius: 5px; outline: none; }
.all-resources .resource-filter .search-filter form { width: 100%; display: flex; flex-wrap: wrap; position: relative; }
.all-resources .resource-filter .search-filter form .input-field { width: 100%; }
.all-resources .resource-filter .search-filter form .input-button { width: 15%; height: 100%; position: absolute; right: 0; }
.all-resources .resource-filter .search-filter form .input-field input#search { width: 100%; padding: 15px 50px 15px 15px; font-size: 18px; border: 1px solid #666; border-radius: 5px; outline: none; }
.all-resources .resource-filter .search-filter form .input-field input#search:focus { outline: none; }
.all-resources .resource-filter .search-filter form .input-button button#searchsubmit { font-size: 20px; padding: 0; width: 99%; height: 90%; margin: 0; line-height: 0; position: relative; outline: none; border: 0; background: #fff; cursor: pointer; border-radius: 5px; top: 2px; }
.all-resources { padding: 50px 0; position: relative; }
.all-resources.resources-from-category {padding:20px 0;}
.all-resources h1,
.all-resources h2,
.all-resources h3,
.all-resources h4 { margin: 0 0 40px 0; text-align: center; }
.all-resources .category-title h2 { color: #2A5E8C; margin-bottom: 10px; }
.all-resources .category-title p { text-align: center; margin-bottom: 40px; }
.all-resources .category-desciption { width: 100%; margin: 0 0 40px 0; }
.all-resources .resources-wrapper { display: flex; flex-wrap: wrap; position: relative; }
.all-resources .resources-wrapper .resource-box { transition: 0.5s all ease-in; position: relative; width: 23.5%; margin: 0 2% 30px 0; background: #fff; border: 1px solid #666666; border-radius: 10px; overflow: hidden; }
.all-resources .resources-wrapper .resource-box .no-style img { width: 100%; height: 100%; object-fit: cover; }
.all-resources .resources-wrapper .resource-box:nth-child(4n) { margin: 0 0 30px 0; }
.all-resources .resources-wrapper .resource-box .resource-cat { padding: 0 15px; margin: 0 0 15px 0; }
.all-resources .resources-wrapper .resource-box .resource-cat p { margin: 0; color: #666666; text-transform: uppercase; }
.all-resources .resources-wrapper .resource-box .resource-img { margin: 0 0 15px 0; width: 100%; height: 200px; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.all-resources .resources-wrapper .resource-box .resource-title { padding: 0 15px; margin: 0 0 15px 0; min-height: 85px; }
.all-resources .resources-wrapper .resource-box .resource-title h4 { margin: 0; color: #056992; font-size: 18px; font-weight: 700; text-align: left; }
.all-resources .resources-wrapper .resource-box a { text-decoration: none; }
.all-resources .resources-wrapper .resource-box .resource-meta {  padding: 0 15px; margin: 0 0 15px 0; display: none; justify-content: space-between; align-items: center; }
.all-resources .resources-wrapper .resource-box .resource-meta .date { color: #666666; text-transform: uppercase; }
.all-resources .resources-wrapper .resource-box .resource-pdf { padding: 0 25px; margin: 30px 0; }
.all-resources .resources-wrapper .resource-box .resource-pdf a { display: block; padding: 10px 25px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; }
.all-resources .resources-wrapper .resource-box .resource-pdf a:hover { background: #2C3A69; color: #A7D49E; }
.all-resources .resources-wrapper .resource-box .resource-title.no-minHeight { min-height: auto; }
.tax-resource-category .all-resources .resources-wrapper .resource-box .resource-meta { display: none; }
.tax-resource-type .all-resources .resources-wrapper .resource-box .resource-meta { display: none; }
.main-wrapper.archieve-resources { background: #cde3eb; }
.circle-wrapper { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; left: 0; top: 0; }
.circle-wrapper .circle-container { position: relative; height: 50px; width: 50px; margin: 0 auto; }
.circle-wrapper .circle-progress { height: 100%; width: 100%; border-radius: 50%; border: 5px solid #a7d49e; border-radius: 50%; }
.circle-wrapper .circle-progress::before { content: ""; position: absolute; height: 100%; width: 100%; border-radius: 50%; border: 5px solid transparent; border-top-color: #2C3A69; top: 0px; left: 0; animation: spin 1s linear infinite; }
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.all-resources .load_div { text-align: center; margin: 30px 0 0 0; }
.all-resources .load_div a { display: inline-block; padding: 10px 40px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: 700; border-radius: 30px; }
.all-resources .load_div a:hover { background: #2C3A69; color: #A7D49E; }


/**/
/*.all-resources .resources-wrapper .resource-box > a { position: absolute; width: 100%; height: 100%; }*/
.all-resources .resources-wrapper .resource-box > a {position: relative;}
.all-resources .resources-wrapper .resource-box > a.noLink { pointer-events: none; cursor: pointer; }
/*.all-resources .resources-wrapper .resource-box:hover { background: rgb(44 58 105); }*/
.all-resources .resources-wrapper .resource-box:hover { -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
    background: #056992;  box-shadow: 6px 6px 12px #00000085, -5px 8px 10px #00000085; }
.all-resources .resources-wrapper .resource-box:hover .date,
.all-resources .resources-wrapper .resource-box:hover p,
.all-resources .resources-wrapper .resource-box:hover h4,
.all-resources .resources-wrapper .resource-box:hover span { color: #fff !important; }

/*.main-wrapper.archieve-resources .all-resources .resources-wrapper .resource-box > a { position: relative; }
.main-wrapper.archieve-resources .all-resources .resources-wrapper .resource-box:hover { background: rgb(44 58 105); }

.post-listings .all-resources .resources-wrapper .resource-box > a { position: relative; }
.post-listings .all-resources .resources-wrapper .resource-box:hover { background: rgb(44 58 105); }

section.all-resources.no-ab .resources-wrapper .resource-box > a { position: relative; }
section.all-resources.no-ab .resources-wrapper .resource-box:hover { background: rgb(44 58 105); }
*/
.single-resources .related-resources-wrapper .resource-box > a { position: relative; }
/*.single-resources .related-resources-wrapper .resource-box:hover { background: rgb(44 58 105); }*/
.single-resources .related-resources-wrapper .resource-box:hover {  -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
    background: #056992;  box-shadow: 6px 6px 12px #00000085, -5px 8px 10px #00000085; }
.single-resources .related-resources-wrapper .resource-box:hover .date,
.single-resources .related-resources-wrapper .resource-box:hover p,
.single-resources .related-resources-wrapper .resource-box:hover h4,
.single-resources .related-resources-wrapper .resource-box:hover span { color: #fff !important; }

@-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}

/*resources-from-category*/
.category-banner { height: 400px; overflow: hidden; width: 100%; display: block; }
.category-banner img { visibility: hidden; opacity: 0; }
section.full-section.resources-from-category .container { max-width: 95%; width: 100%; }
.resources-from-category .category-title { display: block; margin-bottom: 30px; }
.resources-from-category h2 { display: inline-block; margin: 0; font-size: 46px; color: #2a5e8c; font-weight: 900; }
.resources-from-category a.category-link { color: #2a5e8c; font-size: 16px; margin: 0 0 0 10px; }
.resources-from-category a.category-link:hover { color: #000; }
.resources-wrapper.category-slider .resource-box { margin: 0 10px; min-height: 400px; }
.resources-wrapper.category-slider .resource-box:nth-child(4n) { margin: 0 10px; }
.resources-wrapper.category-slider .resource-box .resource-meta .logo { display: none; }
.resources-wrapper.category-slider ul.slick-dots { width: 100%; padding: 0; margin: 40px 0 0 0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: center; z-index: 1; position: relative; }
.resources-wrapper.category-slider ul.slick-dots li { cursor: pointer; width: 15px; height: 15px; display: block; margin: 0 10px 0 0; background: #a7d49e; border-radius: 15px; }
.resources-wrapper.category-slider ul.slick-dots li:last-child { margin: 0; }
.resources-wrapper.category-slider ul.slick-dots li button { display: none; }
.resources-wrapper.category-slider ul.slick-dots li.slick-active { background: #2C3A69; }
.resources-wrapper.category-slider .resource-title.no-minHeight { min-height: 85px; }

/*banner-with-feature-text*/
section.banner-with-feature-text { width: 100%; min-height: 500px; position: relative; height: 100%; display: flex; align-items: flex-end; }
section.banner-with-feature-text .feature-text { width: 100%; padding: 30px 0 20px 0; background: rgb(0, 105, 147, 0.7); }
section.banner-with-feature-text .feature-text p { color: #fff; font-size: 22px; margin: 0 0 10px 0; }
section.banner-with-feature-text .feature-text p a { color: #a7d49e; text-decoration: underline; }

/*single-resources*/
.single-resources .banner-wrapper { padding: 50px 0; }
.single-resources .banner-wrapper .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
.single-resources .banner-wrapper .left-side { width: 20%; }
.single-resources .banner-wrapper .left-side .feature-img { text-align: center; display: flex; justify-content: center; align-items: center; height: 100%; }
.single-resources .banner-wrapper .right-side { width: 75%; }
.single-resources .banner-wrapper .container:before,
.single-resources .banner-wrapper .container:after { display: none; }
.single-resources .banner-wrapper .right-side .term-name { width: 100%; margin-bottom: 30px; }
.single-resources .banner-wrapper .right-side .term-name h5 { margin: 0; font-size: 20px; color: #fff; text-transform: uppercase; }
.single-resources .banner-wrapper .right-side .title { width: 100%; margin-bottom: 30px; }
.single-resources .banner-wrapper .right-side .title h1 { margin: 0; color: #fff; }
.single-resources .banner-wrapper .right-side .acf-data { width: 100%; }
.single-resources .banner-wrapper .right-side .acf-data a { background: #a7d49e; color: #393b69; padding: 10px 50px; border-radius: 30px; display: inline-block; text-decoration: none; font-size: 20px; font-weight: 600; text-transform: uppercase; }
.single-resources .banner-wrapper .right-side .acf-data a:hover { background: #393b69; color: #fff; }
.single-resources .resources-content { padding: 50px 0; }
.single-resources .resources-content .resources-meta { margin-bottom: 30px; }
.single-resources .resources-content .resources-meta .date { width: 100%; margin-bottom: 10px; }
.single-resources .resources-content .resources-meta .date p { font-weight: 900; font-size: 20px; margin: 0; }
.single-resources .resources-content .resources-meta .cate { width: 100%; }
.single-resources .resources-content .resources-meta .cate ul { margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; }
.single-resources .resources-content .resources-meta .cate ul li:first-child { margin-right: 10px; padding-right: 0; }
.single-resources .resources-content .resources-meta .cate ul li:first-child:after,
.single-resources .resources-content .resources-meta .cate ul li:last-child:after { display: none; }
.single-resources .resources-content .resources-meta .cate ul li:last-child { margin-right: 0; padding-right: 0; }
.single-resources .resources-content .resources-meta .cate ul li strong { font-size: 20px; text-transform: capitalize; font-weight: 900; }
.single-resources .resources-content .resources-meta .cate ul li { width: max-content; display: block; position: relative; padding-right: 10px; margin-right: 10px; }
.single-resources .resources-content .resources-meta .cate ul li:after { position: absolute; content: ','; right: 0; font-size: 26px; line-height: 17px; }
.single-resources .resources-content .resources-meta .cate ul li a { font-size: 20px; text-decoration: none; }
.single-resources .resources-content .data { width: 100%; font-size: 20px; line-height: 30px; }
.single-resources .resources-content .data p { font-size: 20px; line-height: 30px; }
.single-resources .resources-content .speakers_data ul { margin: 0px; padding: 0px; list-style: none; display: ruby; }
.speakers_data *, .date_data { font-size: 20px; line-height: 30px; display: ruby; }
.speakers_data { margin-bottom: 20px; }
.speakers_data strong { padding-right: 10px; }
.speakers_data img { display: none; }
.single-resources .resources-related { padding: 50px 0; background: #e9f5fa; }
.single-resources .resources-related h2 { font-size: 20px; text-align: center; margin-bottom: 50px; color: #2a5e8c; }
.single-resources .related-resources-wrapper { display: flex; flex-wrap: wrap; max-width: 80%; width: 100%; margin: 0 auto; }
.single-resources .related-resources-wrapper .resource-box { width: 32%; margin: 0 2% 30px 0; background: #fff; border: 1px solid #666666; border-radius: 10px; overflow: hidden; }
.single-resources .related-resources-wrapper .resource-box:nth-child(3n) { margin: 0 0 30px 0; }
.single-resources .related-resources-wrapper .resource-box .resource-cat { padding: 0 15px; margin: 0 0 15px 0; }
.single-resources .related-resources-wrapper .resource-box .resource-cat p { margin: 0; color: #666666; text-transform: uppercase; }
.single-resources .related-resources-wrapper .resource-box .resource-img { margin: 0 0 15px 0; width: 100%; height: 200px; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.single-resources .related-resources-wrapper .resource-box .resource-title { padding: 0 15px; margin: 0 0 15px 0; min-height: 85px; }
.single-resources .related-resources-wrapper .resource-box .resource-title h4 { margin: 0; color: #056992; font-size: 18px; font-weight: 700; text-transform: uppercase; }
.single-resources .related-resources-wrapper .resource-box a { text-decoration: none; }
.single-resources .related-resources-wrapper .resource-box .resource-meta { padding: 0 15px; margin: 0 0 15px 0; display: none; justify-content: space-between; align-items: center; }
.single-resources .related-resources-wrapper .resource-box .resource-meta .date { color: #666666; text-transform: uppercase; }

/*pagination-wrapper*/
.pagination-wrapper { width: 100%; display: block; padding: 10px 0 40px 0; }
.pagination-wrapper ul.page-numbers { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; }
.pagination-wrapper ul.page-numbers li { width: max-content; display: block; }
.pagination-wrapper ul.page-numbers li span,
.pagination-wrapper ul.page-numbers li a { width: max-content; display: block; padding: 0 10px; color: #000; font-size: 16px; font-weight: 500; text-decoration: none; }
.pagination-wrapper ul.page-numbers li span:hover,
.pagination-wrapper ul.page-numbers li a:hover { color: #056995; }


/*featured-stories-carousel*/
section.featured-stories-carousel { width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-end; overflow: hidden; }
section.featured-stories-carousel>.container { display: flex; flex-wrap: wrap; justify-content: space-between; }
section.featured-stories-carousel .left-side { width: 46%; padding: 50px 0; }
section.featured-stories-carousel .left-side h1,
section.featured-stories-carousel .left-side h2,
section.featured-stories-carousel .left-side h3,
section.featured-stories-carousel .left-side h4 { color: #fff; margin: 0 0 30px 0; }
section.featured-stories-carousel .left-side .term-name h5 { font-weight: 400; color: #A7D49E; text-transform: uppercase; font-size: 20px; margin: 0px; margin-bottom: 20px; }
section.featured-stories-carousel .left-side .inner-content { width: 100%; display: block; margin: 0 0 30px 0; }
section.featured-stories-carousel .left-side .inner-content p { color: #fff; margin: 0 0 15px 0; }
section.featured-stories-carousel .left-side .inner-content a { color: #fff; text-decoration: underline; }
section.featured-stories-carousel .left-side .inner-content a:hover { text-decoration: none; }
section.featured-stories-carousel .left-side .icons-lists { display: flex; flex-wrap: wrap; }
section.featured-stories-carousel .left-side .icons-lists .icon-box { width: 23%; background: #444d75; padding: 20px; border-radius: 10px; margin: 0 2.6% 15px 0; }
section.featured-stories-carousel .left-side .icons-lists .icon-box:nth-child(4n) { margin: 0 0 15px 0; }
section.featured-stories-carousel .left-side .icons-lists .icon-box:hover { background: #1f284d; }
section.featured-stories-carousel .left-side .icons-lists .icon-box a { display: block; width: 100%; height: 100%; }
section.featured-stories-carousel .left-side .icons-lists .icon-box .icon { margin: 0 0 10px 0; width: 100%; }
section.featured-stories-carousel .left-side .icons-lists .icon-box .icon img { max-width: 90%; width: 100%; margin: 0 auto; display: block; }
section.featured-stories-carousel .left-side .icons-lists .icon-box .title { width: 100%; }
section.featured-stories-carousel .left-side .icons-lists .icon-box .title h5 { color: #fff; text-align: center; margin: 0; }
section.featured-stories-carousel .left-side .button-wrapper { margin: 30px 0 0 0; width: 100%; text-align: center; }
section.featured-stories-carousel .left-side .button-wrapper.left { text-align: left; }
section.featured-stories-carousel .left-side .button-wrapper.right { text-align: right; }
section.featured-stories-carousel .left-side .button-wrapper a { display: inline-block; padding: 10px 25px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; font-family: 'Inter'; border: 1px solid #A7D49E; margin: 10px 0 0 0; }
section.featured-stories-carousel .left-side .button-wrapper a:hover { background: transparent; color: #A7D49E; }

/*section.featured-stories-carousel .right-side { width: 50%; clip-path: circle(82% at 72% 83%);}*/
section.featured-stories-carousel .right-side { width: 50%; height: 100%; position: absolute; right: -4%; left: auto; top: 0; overflow: hidden; border-top-left-radius: 400px 100%; }
section.featured-stories-carousel .right-side .stories-carousel { width: 100%; height: 100%; }
section.featured-stories-carousel .right-side .stories-carousel .carousel-item { width: 100%; height: 100%;	/*	clip-path: polygon(21% 7%, 26% 0, 100% 0, 100% 100%, 0 100%, 0 74%, 2% 59%, 4% 46%, 9% 31%, 15% 17%);*/	/*	    clip-path: circle(70% at 68% 60%);*/

/*	clip-path: circle(75% at 72% 60%);*/ }
section.featured-stories-carousel .right-side .stories-carousel .carousel-item .caro-inner { width: 100%; height: 100%; position: relative; }
section.featured-stories-carousel .right-side .stories-carousel .carousel-item .caro-inner .caro-content { box-sizing: border-box; padding: 20px 50px; text-align: center; position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.5); width: 100%; min-height: 95px; }
section.featured-stories-carousel .right-side .stories-carousel .carousel-item .caro-inner .caro-content p { color: #fff; margin: 0; }
section.featured-stories-carousel .right-side .stories-carousel .carousel-item .caro-inner .caro-content a { color: #fff; font-size: 14px; text-decoration: underline; text-transform: uppercase; margin: 15px 0 0 0; display: inline-block; }
section.featured-stories-carousel .right-side .stories-carousel .carousel-item .caro-inner .caro-content a:hover { text-decoration: none; }
section.featured-stories-carousel .right-side .stories-carousel .slick-list { height: 100%; }
section.featured-stories-carousel .right-side .stories-carousel .slick-list .slick-track { height: 100%; }
section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow { position: absolute; bottom: 25px; z-index: 1; cursor: pointer; }
section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow img { max-width: 12px; }
section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow.arrow-prev { left: 20px; }
section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow.arrow-prev img { transform: rotate(180deg); }
section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow.arrow-next { right: 11%; }
section.featured-stories-carousel.left_carousel .right-side { right: auto; left: -4%; border-top-right-radius: 100% 550px; border-top-left-radius: 0; }
section.featured-stories-carousel.left_carousel .container { flex-direction: row-reverse; }

/*full-width-image-with-logo*/
section.full-width-image-with-logo { padding: 50px 0; min-height: 500px; }
section.full-width-image-with-logo .logo-wrapper { display: flex; flex-wrap: wrap; justify-content: left; }
section.full-width-image-with-logo .logo-wrapper.center { justify-content: center; }
section.full-width-image-with-logo .logo-wrapper.right { justify-content: right; }
section.full-width-image-with-logo .logo-wrapper .logo-direction { width: 20%; }
section.full-width-image-with-logo .logo-wrapper a { display: block; }

/*content-with-image*/
section.content-with-image { padding: 50px 0; position: relative; overflow: hidden; }
section.content-with-image .container { display: flex; flex-wrap: wrap; }
section.content-with-image.left_image { flex-direction: row-reverse; }
section.content-with-image .left-area { width: 40%; min-height: 300px; display: flex; flex-flow: wrap; align-items: center; align-content: center; }
section.content-with-image.simple .left-area { width: 100%; min-height: 150px; }
section.content-with-image.simple .right-area { display: none; }
section.content-with-image .left-area h1,
section.content-with-image .left-area h2,
section.content-with-image .left-area h3,
section.content-with-image .left-area h4 { color: #fff; margin: 0; }
section.content-with-image .left-area .content-wrapper { width: 100%; margin: 20px 0; }
section.content-with-image .left-area .content-wrapper p { color: #fff; margin: 0 0 15px 0; }
section.content-with-image .left-area a.button { display: inline-block; padding: 10px 25px; background: #A7D49E; color: #2C3A69; font-size: 16px; font-weight: 500; border-radius: 30px; text-align: center; font-family: 'Inter'; border: 1px solid #A7D49E; margin: 10px 0 0 0; }
section.content-with-image a { color: #a8d59e; }
section.content-with-image .left-area a.button:hover { color: #A7D49E; background: #2C3A69; }
section.content-with-image .right-area { width: 60%; height: 500px; position: absolute; right: 0; top: 0; padding: 50px 0 0 0; overflow: hidden; }
section.content-with-image .right-area img { width: 100%; height: 100%; object-fit: cover; border-top-left-radius: 400px 100%; }

/*left-and-right-content-blocks-with-images*/
section.left-and-right-content-blocks-with-images { padding: 100px 0; position: relative; }
section.left-and-right-content-blocks-with-images .top-background { position: absolute; width: 100%; height: 50%; z-index: -1; top: 0; }
section.left-and-right-content-blocks-with-images .bottom-background { position: absolute; width: 100%; height: 50%; z-index: -1; bottom: 0; }
section.left-and-right-content-blocks-with-images .font-10 p { font-size: 10px; }
section.left-and-right-content-blocks-with-images .font-15 p { font-size: 15px; }
section.left-and-right-content-blocks-with-images .font-20 p { font-size: 20px; }
section.left-and-right-content-blocks-with-images .font-25 p { font-size: 25px; }
section.left-and-right-content-blocks-with-images .font-30 p { font-size: 30px; }
section.left-and-right-content-blocks-with-images .font-35 p { font-size: 35px; }
section.left-and-right-content-blocks-with-images .font-40 p { font-size: 40px; }
section.left-and-right-content-blocks-with-images .font-45 p { font-size: 45px; }
section.left-and-right-content-blocks-with-images .font-50 p { font-size: 50px; }
section.left-and-right-content-blocks-with-images .line_height-10 p { line-height: 10px; }
section.left-and-right-content-blocks-with-images .line_height-15 p { line-height: 15px; }
section.left-and-right-content-blocks-with-images .line_height-20 p { line-height: 20px; }
section.left-and-right-content-blocks-with-images .line_height-25 p { line-height: 25px; }
section.left-and-right-content-blocks-with-images .line_height-30 p { line-height: 30px; }
section.left-and-right-content-blocks-with-images .line_height-35 p { line-height: 35px; }
section.left-and-right-content-blocks-with-images .line_height-40 p { line-height: 40px; }
section.left-and-right-content-blocks-with-images .line_height-45 p { line-height: 45px; }
section.left-and-right-content-blocks-with-images .line_height-50 p { line-height: 50px; }
section.left-and-right-content-blocks-with-images .line_height-55 p { line-height: 55px; }
section.left-and-right-content-blocks-with-images .line_height-60 p { line-height: 60px; }

/*section.left-and-right-content-blocks-with-images:before { position: absolute; content: ''; width: 90%; height: 75%; top: 15%; left: 0; right: auto; z-index: -1; border-radius: 0 300px 300px 0; }
section.left-and-right-content-blocks-with-images.left_image:before { border-radius: 200px 0 0 200px; right: 0;  left: auto	; }*/
section.left-and-right-content-blocks-with-images .color-shape { position: absolute; content: ''; width: 90%; height: 75%; top: 15%; left: 0; right: auto; z-index: -1; border-radius: 0 300px 300px 0; }
section.left-and-right-content-blocks-with-images.left_image .color-shape { border-radius: 200px 0 0 200px; right: 0; left: auto; }
section.left-and-right-content-blocks-with-images .left_image { flex-direction: row-reverse; }
section.left-and-right-content-blocks-with-images .container { display: flex; flex-wrap: wrap; justify-content: space-between; }

/*section.left-and-right-content-blocks-with-images .left-area { width: 50%; padding: 30px 100px 0 0 ;}*/
section.left-and-right-content-blocks-with-images .left-area { width: 45%; padding: 30px 0 0 0; }
section.left-and-right-content-blocks-with-images .left-area h1,
section.left-and-right-content-blocks-with-images .left-area h2,
section.left-and-right-content-blocks-with-images .left-area h3,
section.left-and-right-content-blocks-with-images .left-area h4 { color: #283B6C; margin: 0; font-size: 36px; line-height: 48px; }
section.left-and-right-content-blocks-with-images .left-area h1 span,
section.left-and-right-content-blocks-with-images .left-area h2 span,
section.left-and-right-content-blocks-with-images .left-area h3 span,
section.left-and-right-content-blocks-with-images .left-area h4 span { font-weight:300; letter-spacing:2px; }
section.left-and-right-content-blocks-with-images .left-area .content-wrapper { width: 100%; margin: 20px 0; }
section.left-and-right-content-blocks-with-images .left-area p { color: #000; margin-bottom: 15px; }
section.left-and-right-content-blocks-with-images .left-area a { color: #006A96; text-decoration: underline; font-size: inherit; display: inline-block; margin: 10px 0 0 0; }
section.left-and-right-content-blocks-with-images .right-area { margin: -80px 0 0 0; width: 45%; overflow: hidden; position: relative; }
section.left-and-right-content-blocks-with-images .left-area .button-wrapper a.button { display: inline-block; padding: 10px 25px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; font-family: 'Inter'; border: 1px solid #A7D49E; margin: 10px 0 0 0; }
section.left-and-right-content-blocks-with-images .left-area .button-wrapper a.button:hover { color: #A7D49E; background: transparent; }
section.left-and-right-content-blocks-with-images .right-area.round-img { padding: 0 0 100px 100px; }
section.left-and-right-content-blocks-with-images .right-area .round-img { width: 250px; height: 250px; border-radius: 100%; overflow: hidden; position: absolute; top: auto; bottom: 0; left: 0; }
section.left-and-right-content-blocks-with-images .right-area .round-img img { width: 100%; height: 100%; object-fit: cover; }
section.left-and-right-content-blocks-with-images .left_image .right-area.round-img { padding: 0 100px 100px 0; }
section.left-and-right-content-blocks-with-images .left_image .right-area.round-img .round-img { left: auto; right: 0; }
section.left-and-right-content-blocks-with-images .right-area img.rounded-border { border-radius: 25px; }

/*section.left-and-right-content-blocks-with-images .right-area img { width: 100%; height: 100%; object-fit: cover; }*/

section.left-and-right-content-blocks-with-images.light_text .left-area h2,
section.left-and-right-content-blocks-with-images.light_text .left-area h3,
section.left-and-right-content-blocks-with-images.light_text .left-area h4,
section.left-and-right-content-blocks-with-images.light_text .left-area h5,
section.left-and-right-content-blocks-with-images.light_text .left-area p,
section.left-and-right-content-blocks-with-images.light_text .left-area a,
section.left-and-right-content-blocks-with-images.light_text .left-area ul {
	color: #fff;
}

/*parallax-blocks*/
section.parallax-blocks { padding: 50px 0; background-attachment: fixed !important; }

/*statistics-and-callout-blocks*/
section.statistics-and-callout-blocks { padding: 50px 0; }
section.statistics-and-callout-blocks .block-wrapper { width: 100%; padding: 50px 0; }
section.statistics-and-callout-blocks .block-wrapper .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
section.statistics-and-callout-blocks .block-wrapper .left_icon { flex-direction: row-reverse; }
section.statistics-and-callout-blocks .block-wrapper .left-area { width: 30%; }
section.statistics-and-callout-blocks .block-wrapper .right-area { width: 65%; }
section.statistics-and-callout-blocks .block-wrapper .left-area h1,
section.statistics-and-callout-blocks .block-wrapper .left-area h2,
section.statistics-and-callout-blocks .block-wrapper .left-area h3,
section.statistics-and-callout-blocks .block-wrapper .left-area h4 { margin: 0; font-family: "Inter", sans-serif; font-size: 66px; line-height: 74px; }
section.statistics-and-callout-blocks .block-wrapper .right-area p { margin: 0; }
section.statistics-and-callout-blocks .block-wrapper .right-area a.bttn { display: inline-block; padding: 10px 25px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; margin: 30px 0 0 0; font-family: 'Inter'; border: 1px solid #A7D49E; }
section.statistics-and-callout-blocks .block-wrapper .right-area a.bttn:hover { background: transparent; color: #A7D49E; }
section.statistics-and-callout-blocks.dark_text .right-area p { color: #006993; }
section.statistics-and-callout-blocks.dark_text .right-area a { color: #006993; }
section.statistics-and-callout-blocks.dark_text .block-wrapper .left-area h2 { color: #2c3a69; }
section.statistics-and-callout-blocks.light_text .right-area p { color: #fff; }
section.statistics-and-callout-blocks.light_text .right-area a { color: #fff; }
section.statistics-and-callout-blocks.light_text .block-wrapper .left-area h2 { color: #fff; }

/*accordions*/
section.accordions { padding: 50px 0; }
section.accordions .main-title { width: 100%; margin: 0 0 30px 0; }
section.accordions .main-title h1,
section.accordions .main-title h2,
section.accordions .main-title h3,
section.accordions .main-title h4 { color: #283B6C; margin: 0; }
section.accordions .content-wrapper { width: 100%; margin: 20px 0; }
section.accordions .acoordion-wrapper { width: 100%; }
section.accordions .acoordion-wrapper .accordion-box { width: 100%; margin: 0 0 20px 0; }
section.accordions .acoordion-wrapper .accordion-box:last-child { margin: 0; }
section.accordions .acoordion-wrapper .accordion-box .accordion-ques { position: relative; background: #fff; border-radius: 15px; padding: 20px 50px 20px 20px; cursor: pointer; }
section.accordions .acoordion-wrapper .accordion-box .accordion-ques h4 { margin: 0; color: #000; }
section.accordions .acoordion-wrapper .accordion-box .accordion-ans { background: #fff; padding: 20px; border-radius: 0 0 15px 15px; display: none; }
section.accordions .acoordion-wrapper .accordion-box.active .accordion-ques { border-radius: 15px 15px 0 0; }
section.accordions .acoordion-wrapper .accordion-box .accordion-ques:after { position: absolute; content: '\f067'; font-family: 'FontAwesome'; right: 20px; top: 50%; transform: translateY(-50%); font-size: 24px; }
section.accordions .acoordion-wrapper .accordion-box.active .accordion-ques:after { content: '\f068 '; }

/*accordions-with-icons*/
section.accordions-with-icons { padding: 50px 0; }
section.accordions-with-icons .main-title { width: 100%; margin: 0 0 30px 0; }
section.accordions-with-icons .main-title h1,
section.accordions-with-icons .main-title h2,
section.accordions-with-icons .main-title h3,
section.accordions-with-icons .main-title h4 { color: #283B6C; margin: 0; }
section.accordions-with-icons .content-wrapper { width: 100%; margin: 20px 0; }
section.accordions-with-icons .acoordion-wrapper { width: 100%; }
section.accordions-with-icons .acoordion-wrapper .accordion-box { width: 100%; margin: 0 0 20px 0; }
section.accordions-with-icons .acoordion-wrapper .accordion-box:last-child { margin: 0; }
section.accordions-with-icons .acoordion-wrapper .accordion-box .accordion-ques { position: relative; background: #fff; border-radius: 15px; padding: 20px 50px 20px 20px; cursor: pointer; }
section.accordions-with-icons .acoordion-wrapper .accordion-box .accordion-ques h4 { margin: 0; color: #000; }
section.accordions-with-icons .acoordion-wrapper .accordion-box.active .accordion-ques { border-radius: 15px 15px 0 0; }
section.accordions-with-icons .acoordion-wrapper .accordion-box .accordion-ans { background: #fff; padding: 20px; border-radius: 0 0 15px 15px; display: none; }
section.accordions-with-icons .icons-list-wrapper { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
section.accordions-with-icons .icons-list-wrapper .icon-box { margin-bottom: 30px; }
section.accordions-with-icons .icons-list-wrapper .icon-box .icon-img { width: 100%; height: 100px; overflow: hidden; }
section.accordions-with-icons .icons-list-wrapper .icon-box .icon-img img { max-width: 100px; display: block; margin: 0 auto; }
section.accordions-with-icons .icons-list-wrapper .icon-box .icon-cont { width: 100%; }
section.accordions-with-icons .icons-list-wrapper .icon-box .icon-cont h4 { font-size: 20px; line-height: 24px; margin: 20px 0; color: #1A2852; text-align: center; }
section.accordions-with-icons .icons-list-wrapper .icon-box .icon-cont .WYSIWYG { width: 100%; display: block; }
.accordions-with-icons .main-button { text-align: center; margin-top: 40px; }
.accordions-with-icons .main-button a { display: inline-block; padding: 10px 40px; background: #2C3A69; color: #fff; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; }

/*section.accordions-with-icons .icons-list-wrapper .icon-box .icon-cont .WYSIWYG p { margin: 0; }*/
section.accordions-with-icons .icons-list-wrapper.one_col .icon-box { width: 100%; margin-bottom: 0; }
section.accordions-with-icons .icons-list-wrapper.two_col .icon-box { width: 48%; }
section.accordions-with-icons .icons-list-wrapper.three_col .icon-box { width: 30%; }
section.accordions-with-icons .icons-list-wrapper.four_col .icon-box { width: 24%; }
section.accordions-with-icons .icons-list-wrapper.five_col .icon-box { width: 20%; }
section.accordions-with-icons .icons-list-wrapper.six_col .icon-box { width: 16.6%; }
section.accordions-with-icons .acoordion-wrapper .accordion-box .accordion-ques:after { position: absolute; content: '\f067'; font-family: 'FontAwesome'; right: 20px; top: 50%; transform: translateY(-50%); font-size: 24px; }
section.accordions-with-icons .acoordion-wrapper .accordion-box.active .accordion-ques:after { content: '\f068 '; }

/*floating-image-left-expandable-text-right*/
section.floating-image-left-expandable-text-right { padding: 50px 0; }
section.floating-image-left-expandable-text-right .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; }
section.floating-image-left-expandable-text-right .left-area { border-radius: 20px; overflow: hidden; }
section.floating-image-left-expandable-text-right.filetr75column .left-area { width: 22%; }
section.floating-image-left-expandable-text-right.filetr60column .left-area { width: 38%; }
section.floating-image-left-expandable-text-right .left-area img { width: 100%; height: auto; object-fit: cover; border-radius: 20px; }
section.floating-image-left-expandable-text-right.filetr75column .right-area { width: 75%; }
section.floating-image-left-expandable-text-right.filetr60column .right-area { width: 60%; }
section.floating-image-left-expandable-text-right .right-area h1,
section.floating-image-left-expandable-text-right .right-area h2,
section.floating-image-left-expandable-text-right .right-area h3,
section.floating-image-left-expandable-text-right .right-area h4,
section.floating-image-left-expandable-text-right .right-area h5,
section.floating-image-left-expandable-text-right .right-area h6 { margin: 0 0 20px 0; color: #000; }
section.floating-image-left-expandable-text-right .right-area p { color: #000; }
section.floating-image-left-expandable-text-right .right-area a { color: #a7d49e; }
section.floating-image-left-expandable-text-right .right-area a:hover { text-decoration: underline; }
section.floating-image-left-expandable-text-right.light_text .right-area h1,
section.floating-image-left-expandable-text-right.light_text .right-area h2,
section.floating-image-left-expandable-text-right.light_text .right-area h3,
section.floating-image-left-expandable-text-right.light_text .right-area h4,
section.floating-image-left-expandable-text-right.light_text .right-area h5,
section.floating-image-left-expandable-text-right.light_text .right-area h6,
section.floating-image-left-expandable-text-right.light_text .right-area p,
section.floating-image-left-expandable-text-right.light_text .right-area ul { color: #fff; }
section.floating-image-left-expandable-text-right .right_image { flex-direction: row-reverse; }

/*full-width-map*/
section.full-width-map { width: 100%; height: 500px; }
section.full-width-map .mapimage-wrapper { width: 100%; height: 100%; }
section.full-width-map .mapimage-wrapper img { width: 100%; height: 100%; object-fit: cover; }
section.full-width-map .mapcode-wrapper { width: 100%; height: 100%; }
section.full-width-map .mapcode-wrapper iframe { width: 100% !important; height: 100% !important; }

/*title-with-background*/
section.title-with-background { padding: 50px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
section.title-with-background h1.left,
section.title-with-background h2.left,
section.title-with-background h3.left,
section.title-with-background h4.left { margin: 0; text-align: left; width: 100% }
section.title-with-background h1.center,
section.title-with-background h2.center,
section.title-with-background h3.center,
section.title-with-background h4.center { text-align: center; margin: 0; width: 100% }
section.title-with-background h1.right,
section.title-with-background h2.right,
section.title-with-background h3.right,
section.title-with-background h4.right { text-align: right; margin: 0; width: 100% }

/*content-with-resource-search*/
section.content-with-resource-search { padding: 50px 0; }
section.content-with-resource-search>.container { display: flex; flex-wrap: wrap; justify-content: space-between; }
section.content-with-resource-search .left { width: 45%; }
section.content-with-resource-search .right { width: 45%; }
section.content-with-resource-search .left h2,
section.content-with-resource-search .left h3,
section.content-with-resource-search .left h4,
section.content-with-resource-search .left h5,
section.content-with-resource-search .left h6,
section.content-with-resource-search .left p { color: #fff; }
section.content-with-resource-search .left p { font-size: 24px; line-height: 34px; font-family: 'Inter'; }
section.content-with-resource-search .right h1,
section.content-with-resource-search .right h2,
section.content-with-resource-search .right h3,
section.content-with-resource-search .right h4 { color: #fff; margin: 0 0 20px 0; }
section.content-with-resource-search .right form { width: 100%; display: flex; flex-wrap: wrap; position: relative; }
section.content-with-resource-search .right form .input-field { width: 100%; }
section.content-with-resource-search .right form .input-button { width: 10%; height: 100%; position: absolute; right: 0; }
section.content-with-resource-search .right form .input-field input#search { width: 100%; padding: 15px 50px 15px 15px; font-size: 18px; outline: none; }
section.content-with-resource-search .right form .input-field input#search:focus { outline: none; }
section.content-with-resource-search .right form .input-button button#searchsubmit { font-size: 20px; padding: 0; width: 99%; height: 90%; margin: 0; line-height: 0; position: relative; outline: none; border: 0; background: #fff; cursor: pointer; border-radius: 5px; top: 2px; }
section.content-with-resource-search .right form .input-button button#searchsubmit i { color: #949494; }
section.content-with-resource-search.dark_text .left h2,
section.content-with-resource-search.dark_text .left h3,
section.content-with-resource-search.dark_text .left h4,
section.content-with-resource-search.dark_text .left h5,
section.content-with-resource-search.dark_text .left h6,
section.content-with-resource-search.dark_text .left p,
section.content-with-resource-search.dark_text .right h1,
section.content-with-resource-search.dark_text .right h2,
section.content-with-resource-search.dark_text .right h3,
section.content-with-resource-search.dark_text .right h4 { color: #000; }

/*our-impact*/
section.our-impact { padding: 50px 0; }
section.our-impact .title-cont-wrapper { width: 100%; }
section.our-impact .title-cont-wrapper h1,
section.our-impact .title-cont-wrapper h2,
section.our-impact .title-cont-wrapper h3,
section.our-impact .title-cont-wrapper h4 { font-size: 36px; line-height: 48px; font-family: 'Open Sans'; font-weight: bold; color: #283B6C; margin: 0 0 30px 0;text-align: center;; }
section.our-impact .title-cont-wrapper .content-wrapper { width: 100%; }
section.our-impact .title-cont-wrapper .content-wrapper p { font-size: 16px; font-family: 'Open Sans'; line-height: 24px; color: #000; }
section.our-impact .icons-lists { width: 100%; margin: 50px 0 0 0; display: flex; flex-wrap: wrap; }
section.our-impact .icons-lists .icon-box { width: 23%; margin: 0 2.6% 50px 0; }
section.our-impact .icons-lists.icons-lists-3 .icon-box { width: 30.7%; }
section.our-impact .icons-lists.icons-lists-3 .icon-box:nth-child(4n) { margin: 0 2.6% 50px 0; }

section.our-impact .icons-lists.icons-lists-4 .icon-box { width: 23%; }
section.our-impact .icons-lists.icons-lists-4 .icon-box:nth-child(5n) { margin: 0 2.6% 50px 0; }

section.our-impact .icons-lists.icons-lists-5 .icon-box { width: 17.9%; }
section.our-impact .icons-lists.icons-lists-5 .icon-box:nth-child(6n) { margin: 0 2.6% 50px 0; }

section.our-impact .icons-lists.icons-lists-6 .icon-box { width: 14.5%; }
section.our-impact .icons-lists.icons-lists-6 .icon-box:nth-child(7n) { margin: 0 2.6% 50px 0; }

section.our-impact .icons-lists .icon-box:nth-child(4n) { margin: 0 0 40px 0; }
section.our-impact .icons-lists .icon-box img { max-width: 100px; width: 100%; margin: 0 auto 0 auto; display: block; }
section.our-impact .icons-lists .icon-box h4 { font-size: 20px; line-height: 24px; margin: 30px 0 20px 0; color: #1A2852; text-align: center; min-height: 50px; }
section.our-impact .icons-lists .icon-box p { margin: 0; line-height: 24px; font-size: 16px; color: #000; font-family: 'Open Sans'; text-align: center; }
section.our-impact.light_text .title-cont-wrapper h1,
section.our-impact.light_text .title-cont-wrapper h2,
section.our-impact.light_text .title-cont-wrapper h3,
section.our-impact.light_text .title-cont-wrapper h4,
section.our-impact.light_text .title-cont-wrapper .content-wrapper p,
section.our-impact.light_text .icons-lists .icon-box h4,
section.our-impact.light_text .icons-lists .icon-box p { color: #fff; }

/*crossover-image*/
section.crossover-image { padding: 50px 0; }
section.crossover-image .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
section.crossover-image.left_image { flex-direction: row-reverse; }
section.crossover-image .left-area { width: 41%; }
section.full-section.crossover-image .left-area .title-cont-wrapper { margin: 0 0 70px 0; display: block; width: 100%; float: left; }
section.full-section.crossover-image .left-area .another-cont-wrapper { margin: 70px 0 0 0; display: block; width: 100%; float: left; }
section.crossover-image .left-area h1,
section.crossover-image .left-area h2,
section.crossover-image .left-area h3,
section.crossover-image .left-area h4 { color: #fff; margin: 0; }
section.crossover-image .left-area .content-wrapper { width: 100%; margin: 20px 0; }
section.crossover-image .left-area .content-wrapper p { color: #fff; margin: 0 0 15px 0; font-size: 16px; line-height: 24px; }
section.crossover-image .left-area a.button { display: inline-block; padding: 10px 25px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; font-family: 'Inter'; border: 1px solid #A7D49E; margin: 10px 0 0 0; }
section.crossover-image .left-area a.button:hover { color: #A7D49E; background: #2C3A69; }
section.crossover-image .right-area { width: 60%; height: 500px; overflow: hidden; position: absolute; left: auto; right: -4%; top: 100px; }
section.crossover-image .right-area img { width: 100%; height: 100%; object-fit: cover; border-radius: 400px 0 0 400px; }
section.crossover-image .left-area .another-cont-wrapper h2 { color: #283B6C; }
section.crossover-image .left-area .another-cont-wrapper p { color: #000; font-size: 16px; line-height: 24px; }
section.crossover-image .top-background { position: absolute; width: 100%; height: 50%; z-index: -1; top: 0; }
section.crossover-image .bottom-background { position: absolute; width: 100%; height: 53%; z-index: -1; bottom: 0; }

/*our-focus*/
section.our-focus { padding: 50px 0; }
section.our-focus .title-cont-wrapper { width: 100%; }
section.our-focus .title-cont-wrapper h1,
section.our-focus .title-cont-wrapper h2,
section.our-focus .title-cont-wrapper h3,
section.our-focus .title-cont-wrapper h4 { font-size: 36px; line-height: 48px; font-family: 'Open Sans'; font-weight: bold; color: #283B6C; margin: 0 0 30px 0; }
section.our-focus .title-cont-wrapper .content-wrapper { width: 100%; }
section.our-focus .title-cont-wrapper .content-wrapper p { font-size: 16px; font-family: 'Open Sans'; line-height: 24px; color: #000; }
section.our-focus .icons-lists { width: 100%; margin: 50px 0 0 0; display: flex; flex-wrap: wrap; }
section.our-focus .icons-lists .icon-box { width: 15.8%; margin: 0 1% 20px 0; }
section.our-focus .icons-lists .icon-box:nth-child(6n) { margin: 0 0 20px 0; }
section.our-focus .icons-lists .icon-box img { max-width: 100px; width: 100%; margin: 0 auto 0 auto; display: block; }
section.our-focus .icons-lists .icon-box h4 { font-size: 20px; line-height: 24px; margin: 30px 0 20px 0; color: #1A2852; text-align: center; }
section.our-focus.light_text .title-cont-wrapper h1,
section.our-focus.light_text .title-cont-wrapper h2,
section.our-focus.light_text .title-cont-wrapper h3,
section.our-focus.light_text .title-cont-wrapper h4,
section.our-focus.light_text .title-cont-wrapper .content-wrapper p,
section.our-focus.light_text .icons-lists .icon-box h4,
section.our-focus.light_text .icons-lists .icon-box p { color: #fff; }

/*logos-slider*/
section.logos-slider { width: 100%; display: block; padding: 50px 0; }
section.logos-slider h1,
section.logos-slider h2,
section.logos-slider h3,
section.logos-slider h4 { text-align: center; font-size: 36px; line-height: 48px; font-family: 'Open Sans'; font-weight: bold; color: #283B6C; margin: 0 0 30px 0; }
section.logos-slider .logos-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
section.logos-slider .slick-track { display: flex; }
section.logos-slider .slick-track .slick-slide { display: flex; height: auto; align-items: center; justify-content: center; }


/*columns-with-testimonials*/
section.columns-with-testimonials { padding: 50px 0; }
section.columns-with-testimonials .title-cont-wrapper { width: 100%; margin-bottom: 50px; }
section.columns-with-testimonials .title-cont-wrapper h1,
section.columns-with-testimonials .title-cont-wrapper h2,
section.columns-with-testimonials .title-cont-wrapper h3,
section.columns-with-testimonials .title-cont-wrapper h4 { text-align: center; color: #fff; }
section.columns-with-testimonials.dark_text .title-cont-wrapper h1,
section.columns-with-testimonials.dark_text  .title-cont-wrapper h2,
section.columns-with-testimonials.dark_text  .title-cont-wrapper h3,
section.columns-with-testimonials.dark_text  .title-cont-wrapper h4 { color: #283B6C; }
section.columns-with-testimonials .title-cont-wrapper .content-wrapper { width: 100%; }
section.columns-with-testimonials .title-cont-wrapper .content-wrapper p { color: #fff; text-align: center; }
section.columns-with-testimonials.dark_text .title-cont-wrapper .content-wrapper p { color: #000; }
section.columns-with-testimonials .columns-wrapper { width: 100%; display: flex; flex-wrap: wrap; }
section.columns-with-testimonials .columns-wrapper .box { width: 31.3%; margin: 0 3% 30px 0; }
section.columns-with-testimonials .columns-wrapper .box:nth-child(3n) { margin: 0 0 30px 0; }
section.columns-with-testimonials .columns-wrapper .box .image-wrapper { width: 100%; height: 350px; margin-bottom: 40px; overflow: hidden; border-radius: 50%; }
section.columns-with-testimonials .columns-wrapper .box .image-wrapper img { width: 100%; height: 100%; object-fit: cover; }
section.columns-with-testimonials .columns-wrapper .box .title-cont-wrap { width: 100%; text-align: center; }
section.columns-with-testimonials .columns-wrapper .box .title-cont-wrap h3 { margin: 0 0 30px 0; color: #fff; font-size: 22px; min-height: 60px; }
section.columns-with-testimonials.dark_text .columns-wrapper .box .title-cont-wrap h3 { color: #000; }
section.columns-with-testimonials .columns-wrapper .box .title-cont-wrap p { color: #fff; margin-bottom: 30px; }
section.columns-with-testimonials.dark_text .columns-wrapper .box .title-cont-wrap p { color: #000; }
section.columns-with-testimonials .columns-wrapper .box .title-cont-wrap a { display: inline-block; padding: 10px 25px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; font-family: 'Inter'; border: 1px solid #A7D49E; }
section.columns-with-testimonials .columns-wrapper .box .title-cont-wrap a:hover { background: #2C3A69; color: #A7D49E; }
section.columns-with-testimonials .testimonials-wrapper { width: 100%; padding: 50px; margin: 30px 0; background: rgb(0 80 114 / 50%); border-radius: 50px; }
section.columns-with-testimonials .testimonials-wrapper .testi-wrapper { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .logo-wrapper { width: 30%; }
section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper.half-width { width: 65%; }
section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper { width: 100%; }
section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper .testi-cont { width: 100%; margin-bottom: 30px; }
section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper .testi-cont p { color: #fff; font-size: 20px; font-style: italic; line-height: 30px; }
section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper .name-wrapper { width: 100%; }
section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper .name-wrapper h4 { margin: 0; color: #fff; font-size: 16px; margin-bottom: 5px; }
section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper .name-wrapper p { color: #fff; }
section.columns-with-testimonials .testimonials-wrapper ul.slick-dots { width: 100%; padding: 0; margin: 40px 0 0 0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: center; z-index: 1; position: relative; }
section.columns-with-testimonials .testimonials-wrapper ul.slick-dots li { cursor: pointer; width: 10px; height: 10px; display: block; margin: 0 10px 0 0; background: #4c7d9b; border-radius: 15px; }
section.columns-with-testimonials .testimonials-wrapper ul.slick-dots li:last-child { margin: 0; }
section.columns-with-testimonials .testimonials-wrapper ul.slick-dots li button { display: none; }
section.columns-with-testimonials .testimonials-wrapper ul.slick-dots li.slick-active { background: #fff; }
section.columns-with-testimonials.dark_text h1,
section.columns-with-testimonials.dark_text h2,
section.columns-with-testimonials.dark_text h3,
section.columns-with-testimonials.dark_text h4 { color: #283B6C; }
section.columns-with-testimonials.dark_text .columns-wrapper .box .title-cont-wrap h3 { color: #283B6C; }
section.columns-with-testimonials.dark_text .columns-wrapper .box .title-cont-wrap p { color: #000; }
section.columns-with-testimonials.dark_text .testimonials-wrapper .testi-wrapper .cont-wrapper .testi-cont p { color: #000; }
section.columns-with-testimonials.dark_text .testimonials-wrapper .testi-wrapper .cont-wrapper .name-wrapper h4 { color: #000; }
section.columns-with-testimonials.dark_text .testimonials-wrapper .testi-wrapper .cont-wrapper .name-wrapper p { color: #000; #000:; }

/*tablepress*/
table.tablepress tr.row-1 td { font-size: 18px; font-weight: 900; }
table.tablepress tr td { font-size: 18px; font-weight: 500; }
table.tablepress tr td { padding: 10px; border: 0; vertical-align: middle; }
table.tablepress tr { border-bottom: 1px solid #000; }
table.tablepress tr td a.button { visibility: hidden; opacity: 0; display: block; width: max-content; margin: 0 auto; padding: 10px 35px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; font-family: 'Inter'; border: 1px solid #A7D49E; }
table.tablepress tr td a.button:hover { background: #2C3A69; color: #A7D49E; border-color: #2C3A69; }
table.tablepress tr:hover td a.button { visibility: visible; opacity: 1; }
table.tablepress caption { display: none; }


/*team-members*/
section.team-members { padding: 50px 0; }
section.team-members.active + section { z-index: -1; }
section.team-members .title-cont-wrapper { width: 100%; margin: 0 0 50px 0; }
section.team-members .title-cont-wrapper h2 { margin: 0; color: #283B6C; }
section.team-members .members-wrapper { width: 100%; display: block; }
section.team-members .members-wrapper .flex-wrap { display: flex; flex-wrap: wrap; }
section.team-members .members-wrapper .flex-wrap .team-box { width: 22.7%; margin: 0 3% 50px 0; }
section.team-members .members-wrapper .flex-wrap .team-box:nth-child(4n) { margin: 0 0 0 0; }
section.team-members .members-wrapper .flex-wrap .team-box a { display: block; width: 100%; height: 100%; }
section.team-members .members-wrapper .flex-wrap .team-box .team-img { width: 80%; height: 350px; border-radius: 20px; box-shadow: 2px 2px 10px #00000096; overflow: hidden; position: relative; }
section.team-members .members-wrapper .flex-wrap .team-box .team-img:before { position: absolute; content: ''; width: 100%; height: 100%; background: rgb(42 94 140 / 51%); transition: all 0.5s ease; }
section.team-members .members-wrapper .flex-wrap .team-box .team-img img { width: 100%; height: 100%; object-fit: cover; }
section.team-members .members-wrapper .flex-wrap .team-box .team-cont { margin: 30px 0 0 0; width: 100%; }
section.team-members .members-wrapper .flex-wrap .team-box .team-cont h4 { margin: 0; color: #006B96; }
section.team-members .members-wrapper .flex-wrap .team-box .team-cont p { color: #000; }
section.team-members .members-wrapper .flex-wrap .team-box a:hover .team-img:before { opacity: 0; visibility: hidden; }
section.team-members .team-member-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background: #00c9ff5e; z-index: 9999; }
section.team-members .team-member-popup .inner-member { max-width: 70%; width: 100%; margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%); background: #fff; padding: 50px; border-radius: 30px; max-height: 550px; overflow-y: auto; }
section.team-members .team-member-popup .inner-member a.close-btn { color: #000; width: 30px; height: 30px; display: block; position: absolute; z-index: 1; right: 10px; top: 10px; border-radius: 30px; text-align: center; font-size: 36px; line-height: 36px; font-family: 'Inter'; }
section.team-members .team-member-popup .inner-member a.close-btn:hover { text-decoration: none; color: #a7d49e; }
section.team-members .team-member-popup .inner-member .popup-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-img { width: 25%; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-cont { width: 70%; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-img .image { width: 100%; height: 350px; border-radius: 20px; overflow: hidden; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-img .image img { width: 100%; height: 100%; object-fit: cover; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-img .linkedin { margin: 20px 0 0 10px; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-img .linkedin i { font-size: 34px; color: #0080c1; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-cont h2 { margin: 0; color: #006B96; font-weight: 400; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-cont h2 span { color: #000; font-size: 16px; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-cont .description { width: 100%; color: #000; font-size: 16px; line-height: 24px; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-cont .description p { color: #000; font-size: 16px; line-height: 24px; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-cont .description ul { padding: 0 0 0 20px; }
section.team-members .team-member-popup .inner-member .popup-wrap .popup-cont .description ul br { display: none; }
section.team-members.removeOverlay .members-wrapper .flex-wrap .team-box .team-img:before {display: none;}

/*member-layout*/
.posts-member { background: #bce2ea; padding: 50px 0; }
.posts-member .title h2 { text-align: center; color: #265981; font-weight: 700; }
.posts-member .title h2 b { font-weight: 700; font-size: 60px; }
.member-type-box { display: flex; flex-wrap: wrap; position: relative; margin-top: 50px; }
.member-type-box .member-type-card { width: 31.3%; margin: 0 2% 30px 0; background: #fff; border-radius: 10px; overflow: hidden; text-align: center; padding: 30px; }
.member-type-box .member-type-card:nth-child(4n) { margin: 0 0 30px 0; }
.member-type-box .member-type-card h4 { margin: 0px; font-weight: 700; font-size: 60px; color: #265981; }
.member-type-box .member-type-card p { margin: 0px; font-weight: 700; font-size: 19px; }
.member-post-wrapper { display: flex; flex-wrap: wrap; position: relative; }
.member-post-wrapper .member-box { width: 23.5%; margin: 0 2% 30px 0; background: #fff; border-radius: 40px; overflow: hidden; padding: 20px; transition: all 0.5s ease; cursor: pointer; }
.member-post-wrapper .member-box:nth-child(4n) { margin: 0 0 30px 0; }
.member-img { margin-bottom: 30px; }
.member-post-container { background-color: white; padding: 50px 0; padding-bottom: 0px; }
.member-content .taxonomy,
.member-content .location,
.member-content .date { font-weight: 600; margin: 2px 0px; font-size: 18px; }
.member-content h3 { margin: 0px; color: #265981; font-size: 20px; text-decoration: underline; font-weight: 600; }
.member-img img.attachment-medium { max-height: 180px; object-fit: contain; }
.member-post-wrapper .member-box:hover { box-shadow: 0px 0px 20px #00000024; }
.news-layout.member-layout .posts-wrapper .pagination .page-numbers { background-color: #265981; color: #fff; border-radius: 30px; height: 30px; width: 30px; display: inline-flex; justify-content: center; align-items: center; }

/*member-popup*/
#member-popup { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: white; border-radius: 40px; overflow: hidden; padding: 40px; box-shadow: 0px 0px 20px #00000024; z-index: 99; display: none; width: 40%; height: 60%; overflow-y: auto; }
.popup-content { position: relative; }
#member-popup span.close { position: absolute; right: -20px; top: -20px; font-size: 70px; font-weight: 100; cursor: pointer; }
#member-popup .popup-img { text-align: center; width: 100%; }
#member-popup .popup-title { margin: 0px; color: #265981; font-size: 20px; text-decoration: underline; font-weight: 600; line-height: 1.2em; text-align:center;}
#member-popup .popup-taxonomy,
#member-popup .popup-location,
#member-popup .popup-date { text-align:center;font-weight: 600; margin: 2px 0px; font-size: 18px; }
#member-popup .popup-header { margin-bottom: 30px; width:100%; }
#member-popup .popup-content-body { margin-top: 30px; }
.popup-content-body p,
.popup-content-body ul,
.popup-content-body ul li { font-size: 20px; line-height: 30px; }
#member-popup .popup-date { font-style: italic; }

/*member-post-container*/
.member-post-container.updatedStyle .member-post-wrapper .member-box { padding: 10px;     border: 1px solid #eee; border-radius: 0; }
.member-post-container.updatedStyle .member-post-wrapper .member-box:hover {    /* box-shadow: none; */ }
.member-post-container.updatedStyle .member-post-wrapper .member-box .member-content { width: 100%; }
.member-post-container.updatedStyle .member-post-wrapper .member-box .member-content h3 { text-decoration: none; font-weight: 500; margin-bottom: 20px; font-size: 18px; }
.member-post-container.updatedStyle .member-post-wrapper .member-box .member-content p { font-weight: 400; font-size: 16px; font-family: 'Open Sans'; }
section.members-section .member-post-container { background:none;}
/*news-layout*/
section.news-layout {	/* padding: 50px 0; */ }
section.news-layout .filter-wrapper { background: #005b82; padding: 50px 0; }
section.news-layout .filter-wrapper .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
section.news-layout .filter-wrapper .title { width: 24%; }
section.news-layout.member-layout .filter-wrapper .title { width: 33%; }
section.news-layout .filter-wrapper .title h2 { margin: 0; text-transform: uppercase; color: #fff; }
section.news-layout.member-layout .filter-wrapper .search-type { width: 53%; }
section.news-layout.member-layout .filter-wrapper .reset-filter a { color: #fff; text-transform: uppercase; text-decoration: underline; }
section.news-layout .filter-wrapper .search-type { width: 70%; display: flex; flex-wrap: wrap; }
section.news-layout .filter-wrapper .search-type .type-filter { width: 35%; margin-right: 15px; }
section.news-layout .filter-wrapper .search-type .type-filter select { padding: 14px; font-size: 18px; width: 100%; text-transform: capitalize; border: 1px solid #666; border-radius: 5px; outline: none; }
section.news-layout .filter-wrapper .search-type .search-filter { width: 35%; }
section.news-layout .filter-wrapper .search-type .search-filter form { width: 100%; display: flex; flex-wrap: wrap; position: relative; }
section.news-layout .filter-wrapper .search-type .search-filter form .input-field { width: 100%; }
section.news-layout .filter-wrapper .search-type .search-filter form .input-button { width: 15%; height: 100%; position: absolute; right: 0; }
section.news-layout .filter-wrapper .search-type .search-filter form .input-field input { width: 100%; padding: 15px 50px 15px 15px; font-size: 18px; border: 1px solid #666; border-radius: 5px; outline: none; }
section.news-layout .filter-wrapper .search-type .search-filter form .input-field input:focus { outline: none; }
section.news-layout .filter-wrapper .search-type .search-filter form .input-button button { font-size: 20px; padding: 0; width: 99%; height: 90%; margin: 0; line-height: 0; position: relative; outline: none; border: 0; background: #fff; cursor: pointer; border-radius: 5px; top: 2px; }

/*section.news-layout .filter-wrapper .search-type .layout-option { width: 15%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
section.news-layout .filter-wrapper .search-type .layout-option .normal { width: 50%; text-align: center; }
section.news-layout .filter-wrapper .search-type .layout-option .calender { width: 50%; text-align: center; }
section.news-layout .filter-wrapper .search-type .layout-option i { font-size: 40px; color: #fff; }
*/
section.news-layout .posts-wrapper { width: 100%; float: left; background: #bce2ea; }
section.news-layout .posts-wrapper .post-listings { width: 100%; }
section.news-layout .posts-wrapper .post-listings .post-box { width: 100%; background: #fff; padding: 30px; margin-bottom: 30px; }
section.news-layout .posts-wrapper .post-listings .post-box .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
section.news-layout .posts-wrapper .post-listings .post-box .post-img { width: 30%; height: 200px; overflow: hidden; border-radius: 20px; }
section.news-layout .posts-wrapper .post-listings .post-box .post-img img { width: 100%; height: 100%; object-fit: cover; }
section.news-layout .posts-wrapper .post-listings .post-box .post-content { width: 67%; }
section.news-layout .posts-wrapper .post-listings .post-box .post-content h3 { margin: 0 0 15px 0; color: #283b6c; }
section.news-layout .posts-wrapper .post-listings .post-box .post-content p.date { font-size: 14px; color: #000; margin: 0 0 15px 0; }
section.news-layout .posts-wrapper .post-listings .post-box .post-content a { color: #006993; }
section.news-layout .posts-wrapper .post-listings .post-box .post-content a:hover { text-decoration: underline; }
section.news-layout .posts-wrapper .pagination { padding: 30px 0; background: #fff; text-align: center; }
section.news-layout .posts-wrapper .pagination span,
section.news-layout .posts-wrapper .pagination a { font-size: 18px; margin-right: 10px; color: #006993; }
section.news-layout .posts-wrapper .pagination span.current { font-weight: bold; }
section.news-layout .posts-wrapper .pagination a:last-child { margin-right: 0; }
section.news-layout .posts-wrapper .pagination span:hover,
section.news-layout .posts-wrapper .pagination a:hover { color: #000; }

/*text-block*/
section.text-block { padding: 50px 0; }
section.text-block ul li { margin: 15px 0; }

/*two-columns-layout*/
section.two-columns-layout { padding: 50px 0; }
section.two-columns-layout .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
section.two-columns-layout .left-col { width: 48%; }
section.two-columns-layout .right-col { width: 48%; }

/*calwep-sub-menu*/
section.awe-sub-menu { background: #0F3A5C; padding: 10px 0; }
section.awe-sub-menu .container { max-width: 95%; width: 100% }
section.awe-sub-menu .row { display: flex; align-items: center; }
section.awe-sub-menu ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: right; }
section.awe-sub-menu ul li { width: max-content; margin-right: 2%; }
section.awe-sub-menu ul li:last-child { margin-right: 0; }
section.awe-sub-menu ul li a { display: block; text-decoration: none; color: #fff; }
section.awe-sub-menu.is_sticky { position: fixed; top: 61px; width: 100%; z-index: 999; }

/*implementation-guide-with-details*/
section.implementation-guide-with-details { display: block; width: 100%; padding: 50px 0; }
section.implementation-guide-with-details .container { max-width: 95%; width: 100%; }
section.implementation-guide-with-details .detail-content { width: 100%; margin-bottom: 25px; padding-bottom: 25px; position: relative; }
section.implementation-guide-with-details .detail-content:After { position: absolute; content: ''; width: 90%; height: 1px; background: #36A5CC; bottom: 0; }
section.implementation-guide-with-details .detail-content p { font-size: 24px; line-height: 34px; font-family: 'Lato', Helvetica, sans-serif; }
section.implementation-guide-with-details .detail-content p:last-child { margin-bottom: 0; }
section.implementation-guide-with-details .detail-content a { color: #000; }
section.implementation-guide-with-details .details-links { display: block; width: 100%; }
section.implementation-guide-with-details .details-links ul { padding: 0; margin:; margin: 0; list-style-type: none; }
section.implementation-guide-with-details .details-links ul li { display: block; margin-bottom: 5px; }
section.implementation-guide-with-details .details-links ul li a { font-family: 'Lato', Helvetica, sans-serif; display: block; width: 100%; padding: 5px 10px 5px 35px; font-size: 18px; text-decoration: none; position: relative; }
section.implementation-guide-with-details .details-links ul li a:before { position: absolute; content: '\f0c1'; font-family: fontawesome; left: 0; top: 7px; }
section.implementation-guide-with-details .details-links ul li a:hover { text-decoration: underline; }
section.implementation-guide-with-details .guide-settings { position: relative; }
section.implementation-guide-with-details .guide-settings:before { position: absolute; content: ''; width: 2px; height: 100%; background: #36A5CC; z-index: 9; }
section.implementation-guide-with-details .guide-settings section.guides { padding: 0 !important; }
section.implementation-guide-with-details .guide-settings section.guides .guides__header { background: transparent; padding: 0 !important; }
section.implementation-guide-with-details .guide-settings section.blog-posts { width: 100%; display: block; }
section.implementation-guide-with-details .guide-settings section.blog-posts .container { display: block; width: 100%; }
section.implementation-guide-with-details .guide-settings section.guides .guides__header .container { width: 100%; }

/*term-strategic-plans*/
.term-strategic-plans .all-resources .resources-wrapper .resource-box .resource-title { min-height: 50px; }

/*search*/
.search section.content-with-image.simple .left-area { display: block; }
.search section.content-with-image.simple .left-area h1 { font-size: 22px; display: block; }
.search section.content-with-image.simple .left-area h1 span { font-weight: 400; }

/*Calender Plugin Event*/
.em-cal-event { --event-background-color: #2C3A69 !important; --event-border-color: #2C3A69 !important; }
.em-cal-event div { color: #A7D49E !important; }
.em.pixelbones .button.button-primary.input,
.em.pixelbones .input .button.button-primary,
.em.pixelbones .input button.button-primary,
.em.pixelbones .input input[type=button].button-primary,
.em.pixelbones .input input[type=reset].button-primary,
.em.pixelbones .input input[type=submit].button-primary,
.em.pixelbones button.button-primary.input,
.em.pixelbones input[type=button].button-primary.input,
.em.pixelbones input[type=reset].button-primary.input,
.em.pixelbones input[type=submit].button-primary.input,
.em.pixelbones.input .button.button-primary,
.em.pixelbones.input button.button-primary,
.em.pixelbones.input input[type=button].button-primary,
.em.pixelbones.input input[type=reset].button-primary,
.em.pixelbones.input input[type=submit].button-primary { color: #A7D49E !important; background-color: #2C3A69 !important; border-color: #2C3A69 !important; }

.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-submit button,
.em.em-search .em-search-main.em-search-main-bar>.em-search-submit button,
.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-submit button { color: #2C3A69 !important; background-color: #A7D49E !important; border-color: #A7D49E !important; }

.em.em-list .em-item .em-item-info h3.em-item-title a { color: #2C3A69 !important; }

.em.pixelbones .button.input,
.em.pixelbones .input .button,
.em.pixelbones .input button,
.em.pixelbones .input input[type=button],
.em.pixelbones .input input[type=reset],
.em.pixelbones .input input[type=submit],
.em.pixelbones button.input,
.em.pixelbones input[type=button].input,
.em.pixelbones input[type=reset].input,
.em.pixelbones input[type=submit].input,
.em.pixelbones.input .button,
.em.pixelbones.input button,
.em.pixelbones.input input[type=button],
.em.pixelbones.input input[type=reset],
.em.pixelbones.input input[type=submit] {
	background-color: #A7D49E !important;
	border-color: #A7D49E !important;
	color: #2C3A69 !important;
}

.em.pixelbones .button.input:focus,
.em.pixelbones .input .button:hover,
.em.pixelbones .input button:hover,
.em.pixelbones .input input[type=button]:hover,
.em.pixelbones .input input[type=reset]:hover,
.em.pixelbones .input input[type=submit]:hover,
.em.pixelbones button.input:focus,
.em.pixelbones input[type=button].input:focus,
.em.pixelbones input[type=reset].input:focus,
.em.pixelbones input[type=submit].input:focus,
.em.pixelbones.input .button:hover,
.em.pixelbones.input button:hover,
.em.pixelbones.input input[type=button]:hover,
.em.pixelbones.input input[type=reset]:hover,
.em.pixelbones.input input[type=submit]:hover {
	background-color: #2C3A69 !important;
	border-color: #2C3A69 !important;
	color: #A7D49E !important;
}

.em.em-list .em-item .em-item-info {
	border-left-color: #a7d49e;
}

/*webinars*/
.featured-recent_post .term-name h5 { font-weight: 400; color: #A7D49E; text-transform: uppercase; font-size: 20px; margin: 0px; margin-bottom: 20px; }
section.featured-stories-carousel.featured-recent_post .left-side .inner-content a { color: #A7D49E; text-decoration: none; }
.featured-icon img { width: 80px; margin-bottom: 20px; }

/* event_search_form */
/* #event_search_form {
	padding-top: 0px;
}

#event_search_form .em.pixelbones {
	margin-top: 0px !important;
}

#event_search_form .em.pixelbones form {
	background: #283b6c !important;
	background-color: #283b6c !important;
}

#event_search_form {
	padding-top: 0px !important;
}

#event_search_form .container:before {
	content: 'aa';
	position: absolute;
	width: 230%;
	height: 100%;
	background-color: #31376b;
	left: -23%;
	clear: both;
	display: block;
	z-index: -1;

}

#event_search_form input {
	color: #fff;
}

#event_search_form input ::placeholder {
	color: #fff;
}

#event_search_form input ::-ms-input-placeholder {
	color: #fff;
} */

/* #event_search_form */
#event_search_form .em.em-search { margin-top: 0px; background: #005b82 !important; padding: 50px 15px !important; }
#event_search_form .em-search form { max-width: 1170px; width: 100%; margin: 0 auto !important; position: relative; }
#event_search_form .em.em-view-container { max-width: 1170px; width: 100%; margin: 0 auto !important; position: relative; padding: 0px 15px; }
#event_search_form .em.em-view-container .em-item-read-more.button { background-color: transparent !important; border: none !important; padding: 0px !important; text-transform: capitalize !important; font-size: 16px !important; font-weight: 400 !important; color: #006A96 !important; }
#event_search_form .em.em-view-container .em-item-desc,
#event_search_form .em.em-view-container .em-item-meta-line { color: #000; }

/* .single-details-events */
.single-details-events { padding: 50px 0; position: relative; }
.single-event .entry-title { border-bottom: 1px solid #eaecef; padding-bottom: 15px; font-size: 32px; }
.single-event .em-item-header h3 { font-weight: 600 !important; }

/**/

.member-post-wrapper .member-box .member-img { height: 170px; width: 100%; overflow: hidden; }
.member-post-wrapper .member-box .member-img img.attachment-medium.size-medium.wp-post-image { width: 100%; height: 100%; object-fit: contain; }

/* logos-gird */
section.logos-gird { padding: 50px 0; }
.logos-gird-wrapper { display: flex; flex-wrap: wrap; position: relative; }
.logos-gird-wrapper .logo { width: 14.666666%; margin: 0 2% 30px 0; }
.logos-gird .main_content { margin-top: 30px; }
.logos-gird .main_title { margin-bottom: 30px; }

/* water efficiency  */
.water_efficiency .icons-lists .icon-box { background-color: white; border-radius: 30px; padding: 30px; }
.water_efficiency .icons-lists .icon-box h4 { color: #000 !important; min-height: auto !important; }
.water_efficiency .title-cont-wrapper { text-align: center; }
.water_efficiency .title-cont-wrapper h2 { margin-bottom: 20px !important; }

/* hero_full_width_image_with_logo_carousel */

.hero_full_width_image_with_logo_carousel .slider-nav-thumbnails .slick-slide { cursor: pointer; outline: none; position: relative; background-color: #00000052; }
.hero_full_width_image_with_logo_carousel .slider-nav-thumbnails .slick-slide.slick-current.slick-active { opacity: 1; }
.hero_full_width_image_with_logo_carousel .slider-nav-thumbnails .slick-slide img { padding: 0px; background: transparent; }
.hero_full_width_image_with_logo_carousel .slider-nav-thumbnails .slick-slide.slick-current.slick-active img { background: #000; }
.hero_full_width_image_with_logo_carousel .slider-nav-thumbnails img { width: 200px; margin: 0px; mix-blend-mode: overlay; }
.hero_full_width_image_with_logo_carousel .slider-nav-thumbnails .slick-slide:first-child img { margin-left: 0; }
.hero_full_width_image_with_logo_carousel .slider-nav-thumbnails .slick-slide:last-child img { margin-right: 0; }
.hfwil-carousel .caro-inner { min-height: 100vh; background-position: top !important;}
.hero_full_width_image_with_logo_carousel .logo-wrapper { position: absolute; top: 50px; left: 0px; width: 100%; }
.hero_full_width_image_with_logo_carousel .logo-wrapper .logo-direction img { width: 30%; }
.hero_full_width_image_with_logo_carousel { position: relative; overflow: hidden; }
.hero_full_width_image_with_logo_carousel .caro-inner:after { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #009ddb03; }
.hero_full_width_image_with_logo_carousel.removeOverlay .caro-inner:after{ display: none;}

/* #sponsorship_accordion */
#sponsorship_accordion .icons-list-wrapper { justify-content: flex-start; }
#sponsorship_accordion .icons-list-wrapper .icon-box { width: auto; }
#sponsorship_accordion .icons-list-wrapper .icon-box .icon-img img { max-width: 180px; }

/* logo-content-with-icon  */
.logo-content-with-icon { padding: 50px 0; color: #fff; }
.logo-content-with-icon .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.logo-content-with-icon .left-area { width: 30%; }
.logo-content-with-icon .right-area { width: 65%; }

/* #transportation-options */
#transportation-options table.tablepress { margin-top: 30px; }
#transportation-options table.tablepress th { background-color: #2c5a82; color: #fff; padding: 20px; border: 1px solid #e9e9e9; }
#transportation-options table.tablepress tbody td { border: 1px solid #e9e9e9; padding: 20px; }

/* Membership Form */
#frm_form_3_container .pricing_details { padding: 20px; }

/* contactusblock */
#contactusblock button.frm_button_submit.frm_final_submit { display: block; padding: 10px 25px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; border: navajowhite; transition: 0.3s all ease-in; }
#contactusblock button.frm_button_submit.frm_final_submit:hover { background: #2C3A69; color: #A7D49E; }
#contactusblock form { background-color: #005b82; padding: 30px 20px 0px 20px; border-radius: 10px; }
#contactusblock form label,
#contactusblock form div#field_bshhy_label { color: #fff; }
#contactusblock form div.frm_radio { margin-bottom: 10px; }


/**/
.resources-logos { padding: 30px 0; }
.resources-logos h2 { font-size: 20px; text-align: center; margin-bottom: 30px; }
.resources-logos .logos-wrapper { display: flex; flex-wrap: wrap; align-items: center; }
.resources-logos .logos-wrapper.col4 .logo-box { width: 23.5%; margin-bottom: 30px; margin-right: 2%; }
.resources-logos .logos-wrapper.col4 .logo-box:nth-child(4n) { margin-right: 0; }
.resources-logos .logos-wrapper.col5 .logo-box { width: 18.4%; margin-bottom: 30px; margin-right: 2%; }
.resources-logos .logos-wrapper.col5 .logo-box:nth-child(5n) { margin-right: 0; }
.resources-logos .logos-wrapper.col6 .logo-box { width: 15%; margin-bottom: 30px; margin-right: 2%; }
.resources-logos .logos-wrapper.col6 .logo-box:nth-child(6n) { margin-right: 0; }

/**/
.only-committee .banner-wrapper { padding: 50px 0; }
.only-committee .banner-wrapper .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.only-committee .banner-wrapper .left-side { width: 20%; }
.only-committee .banner-wrapper .left-side .feature-img { text-align: center; }
.only-committee .banner-wrapper .left-side .feature-img img { filter: invert(1); }
.only-committee .banner-wrapper .right-side { width: 75%; }
.only-committee .banner-wrapper .right-side .title { width: 100%; margin-bottom: 20px; }
.only-committee .banner-wrapper .right-side .title h1 { margin: 0; color: #fff; }
.only-committee .banner-wrapper .right-side .desc { width: 100%; }
.only-committee .banner-wrapper .right-side a { background: #a7d49e; color: #393b69; padding: 10px 50px; border-radius: 30px; display: inline-block; text-decoration: none; font-size: 20px; font-weight: 600; }
.only-committee .banner-wrapper .right-side a:hover { background: #393b69; color: #fff; }

/*.only-committee .banner-wrapper .right-side a {color: #a7d49e;border-radius: 30px;display: inline-block;text-decoration: none;font-size: 20px;font-weight: 600;text-transform: capitalize;}
.only-committee .banner-wrapper .right-side a:hover {text-decoration: underline;}*/
.only-committee .banner-wrapper .right-side p { color: #fff; margin-bottom: 30px; font-size: 20px; }

.error404 section.full-section.content-with-resource-search { padding: 100px 0; }
.error404 section.full-section h1 { text-align: center; }
.error404 section.full-section p,
.error404 section.full-section p a { color: #fff; text-align: center; }
.error404 section.content-with-resource-search .right { width: 100%; }
.ccontainerform { width: 48%; margin: 0 auto; }

/* restricted_access */
.restricted_access_bg { background: linear-gradient(rgb(255 255 255 / 0%), rgb(255, 255, 255)); height: 200px; margin-top: -215px; z-index: 2; position: relative; }
.restricted_access .title { text-align: center; }
.restricted_access .title h1 { margin-bottom: 10px; }
.restricted_access .content p { text-align: center; font-size: 26px !important; }
.restricted_access-btn { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 16px; }
.parg-restricted_access p { text-align: center; margin-top: 13px; }
.parg-restricted_access p a { color: var(--blue); }
.restricted_access-btn a { display: block; padding: 10px 60px; background: #A7D49E; color: #2C3A69; font-size: 18px; font-weight: normal; border-radius: 30px; text-align: center; line-height: 1; }
.restricted_access-btn a:hover { background: #2C3A69; color: #A7D49E; }

/*Event Page*/
.em-event-meta.em-item-meta .em-event-categories {display: none !important;}
.single-event section.em-item-taxonomies { display: none; }

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

@media only screen and (min-width: 1680px) and (max-width: 1920px) {

	/*	.container { max-width: 85% ; width: 100%; }*/

	/*	featured-stories-carousel*/
	/*	section.featured-stories-carousel .right-side { clip-path: circle(87% at 73% 83%); }
	section.featured-stories-carousel .left-side { padding: 50px 50px 50px 80px; }*/
}

@media only screen and (min-width: 1280px) and (max-width: 1395px) {
	/*	featured-stories-carousel*/
	/*	section.featured-stories-carousel .right-side { clip-path: circle(76% at 72% 74%); }*/
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {

    header.header-wrapper .search-login .login-btn a { padding: 10px 15px; font-size: 16px; }
    header.header-wrapper .nav-wrapper ul li.menu-item a { font-size: 18px; }

}

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

    h1,
    h2,
    h3,
    h4 { font-size: 30px; }
    section.featured-stories-carousel .left-side { width: 49%; }
    header.header-wrapper { display: none; }
    .mobile-header { display: block; }

    /*    footer.footer-wrapper*/
    footer.footer-wrapper .col { width: 30%; }
    footer.footer-wrapper .col.column1 { width: 40%; margin-bottom: 20px; }
    .all-resources .resource-filter .type-filter { width: 35%; }
    .all-resources .resource-filter .search-filter { width: 40%; }
    .all-resources .resources-wrapper .resource-box { width: 48%; margin: 0 4% 30px 0; }
    .all-resources .resources-wrapper .resource-box:nth-child(2n) { margin: 0 0 30px 0; }

    /*    resources-wrapper.category-slider */
    .resources-wrapper.category-slider .resource-box { margin: 0 0 0 10px; }
    .resources-wrapper.category-slider .resource-box:nth-child(2n),
    .resources-wrapper.category-slider .resource-box:nth-child(4n) { margin: 0 0 0 10px; }

    /*  resources-from-category*/
    .resources-from-category h1,
    .resources-from-category h2,
    .resources-from-category h2,
    .resources-from-category h3 { font-size: 20px; text-align: left; }

    /* single-resources */
    .single-resources .banner-wrapper .right-side .title h1 { font-size: 26px; }
    .single-resources .banner-wrapper .right-side .term-name h5 { font-size: 18px; }
    .single-resources .banner-wrapper .right-side .term-name { margin-bottom: 20px; }
    .single-resources .resources-content .resources-meta .date p { font-size: 18px; }
    .single-resources .resources-content .resources-meta .cate ul li strong { font-size: 18px; }
    .single-resources .resources-content .data p { font-size: 18px; }
    .single-resources .resources-related h2 { margin-bottom: 30px; }
    .single-resources .related-resources-wrapper { max-width: 100%; }
    .single-resources .related-resources-wrapper .resource-box { width: 48%; margin: 0 4% 30px 0; }
    .single-resources .related-resources-wrapper .resource-box:nth-child(2n) { margin: 0 0 30px 0; }
    .single-resources .related-resources-wrapper .resource-box .resource-title { min-height: auto; }

    /*  featured-stories-carousel */
    section.featured-stories-carousel .left-side h1,
    section.featured-stories-carousel .left-side h2,
    section.featured-stories-carousel .left-side h3,
    section.featured-stories-carousel .left-side h4 { font-size: 30px; }
    section.featured-stories-carousel .left-side .icons-lists .icon-box { padding: 10px; }
    section.featured-stories-carousel .left-side .icons-lists .icon-box .title h5 { font-size: 12px; }
    section.featured-stories-carousel .left-side .button-wrapper a { padding: 10px 30px; font-size: 14px; }
    section.featured-stories-carousel .right-side { right: 0; border-top-left-radius: 440px 100%; }
    section.featured-stories-carousel .right-side .stories-carousel .carousel-item .caro-inner .caro-content { padding: 15px 30px; }
    section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow.arrow-prev { left: 1%; }
    section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow.arrow-next { right: 1%; }
    section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow { bottom: 40px; }

    /*  full-width-image-with-logo*/
    section.full-width-image-with-logo { min-height: 400px; }
    section.full-width-image-with-logo .logo-wrapper .logo-direction { width: 22%; }

    /*  content-with-image*/
    section.content-with-image .left-area { width: 45%; }
    section.content-with-image .left-area h1,
    section.content-with-image .left-area h2,
    section.content-with-image .left-area h3,
    section.content-with-image .left-area h4 { font-size: 30px; }
    section.content-with-image .right-area { padding: 0; min-height: 300px; }

    /*  crossover-image*/
    section.crossover-image .left-area { width: 100%; }
    section.crossover-image .left-area h1,
    section.crossover-image .left-area h2,
    section.crossover-image .left-area h3,
    section.crossover-image .left-area h4 { font-size: 30px; }
    section.crossover-image .right-area { display: none; }
    section.crossover-image .left-area .mobile-img { display: block !important; width: 100%; height: 250px; right: -2%; position: relative; float: left; }
    section.crossover-image .left-area .mobile-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 400px 0 0 400px; }
    section.crossover-image .left-area .another-cont-wrapper { margin: 50px 0 0 0; }
    section.crossover-image .left-area .title-cont-wrapper { margin: 0 0 50px 0; }

    /*  left-and-right-content-blocks-with-images*/
    section.left-and-right-content-blocks-with-images { padding: 70px 0; }

    /*  section.left-and-right-content-blocks-with-images:before { top: 10%; }*/
    section.left-and-right-content-blocks-with-images .color-shape { top: 10%; height: 80%; }
    section.left-and-right-content-blocks-with-images .left-area { padding: 0; }
    section.left-and-right-content-blocks-with-images .left-area h1,
    section.left-and-right-content-blocks-with-images .left-area h2,
    section.left-and-right-content-blocks-with-images .left-area h3,
    section.left-and-right-content-blocks-with-images .left-area h4 { font-size: 30px; line-height: 40px; }
    section.left-and-right-content-blocks-with-images .right-area { margin: -70px 0 0 0; }
    section.left-and-right-content-blocks-with-images .right-area .round-img { width: 150px; height: 150px; bottom: 20px; left: 20px; }

    /*  accordions*/
    section.accordions { padding: 30px 0; }
    section.accordions .main-title h1,
    section.accordions .main-title h2,
    section.accordions .main-title h3,
    section.accordions .main-title h4 { font-size: 30px; }

    /*accordions-with-icons*/
    section.accordions-with-icons { padding: 30px 0; }
    section.accordions-with-icons .main-title h1,
    section.accordions-with-icons .main-title h2,
    section.accordions-with-icons .main-title h3,
    section.accordions-with-icons .main-title h4 { font-size: 30px; }
    section.accordions-with-icons .icons-list-wrapper.three_col .icon-box,
    section.accordions-with-icons .icons-list-wrapper.four_col .icon-box,
    section.accordions-with-icons .icons-list-wrapper.five_col .icon-box,
    section.accordions-with-icons .icons-list-wrapper.six_col .icon-box { width: 48%; }

    /*  floating-image-left-expandable-text-right*/
    section.floating-image-left-expandable-text-right { padding: 30px 0; }
    section.floating-image-left-expandable-text-right.light_text .right-area h2 { font-size: 30px; }

    /*  title-with-background*/
    section.title-with-background { padding: 30px 0; }
    section.title-with-background h1,
    section.title-with-background h2,
    section.title-with-background h3,
    section.title-with-background h4 { font-size: 30px; }

    /*  content-with-resource-search*/
    section.content-with-resource-search { padding: 30px 0; }
    section.content-with-resource-search .left p { font-size: 20px; line-height: 28px; }
    section.content-with-resource-search .right h1,
    section.content-with-resource-search .right h2,
    section.content-with-resource-search .right h3,
    section.content-with-resource-search .right h4 { font-size: 30px; }

    /*  statistics-and-callout-blocks*/
    section.statistics-and-callout-blocks { padding: 30px 0; }
    section.statistics-and-callout-blocks .block-wrapper { padding: 30px 0; }
    section.statistics-and-callout-blocks.light_text .block-wrapper .left-area h2 { font-size: 46px; }

    /*  our-impact*/
    section.our-impact { padding: 30px 0; }
    section.our-impact .title-cont-wrapper h1,
    section.our-impact .title-cont-wrapper h2,
    section.our-impact .title-cont-wrapper h3,
    section.our-impact .title-cont-wrapper h4 { font-size: 30px; line-height: 40px; margin: 0 0 20px 0; }
    section.our-impact .icons-lists { margin: 30px 0 0 0; }
    section.our-impact .icons-lists .icon-box { width: 47%; margin: 0 6% 50px 0; }
    section.our-impact .icons-lists.icons-lists-3 .icon-box,
    section.our-impact .icons-lists.icons-lists-4 .icon-box,
    section.our-impact .icons-lists.icons-lists-5 .icon-box,
    section.our-impact .icons-lists.icons-lists-6 .icon-box { width: 45.6666%; margin: 0 6% 50px 0; }
    section.our-impact .icons-lists .icon-box:nth-child(2n) { margin: 0 0 30px 0; }
    section.our-impact .icons-lists.icons-lists-3 .icon-box:nth-child(4n),
    section.our-impact .icons-lists.icons-lists-4 .icon-box:nth-child(4n),
    section.our-impact .icons-lists.icons-lists-5 .icon-box:nth-child(4n),
    section.our-impact .icons-lists.icons-lists-6 .icon-box:nth-child(4n) { margin: 0 0 30px 0; }
    section.our-impact .icons-lists .icon-box h4 { font-size: 20px; line-height: 26px; }

    /*  our-focus*/
    section.our-focus { padding: 30px 0; }
    section.our-focus .title-cont-wrapper h1,
    section.our-focus .title-cont-wrapper h2,
    section.our-focus .title-cont-wrapper h3,
    section.our-focus .title-cont-wrapper h4 { font-size: 30px; line-height: 40px; margin: 0 0 20px 0; }
    section.our-focus .icons-lists { margin: 30px 0 0 0; }
    section.our-focus .icons-lists .icon-box { width: 47%; margin: 0 6% 50px 0; }
    section.our-focus .icons-lists .icon-box:nth-child(2n) { margin: 0 0 30px 0; }
    section.our-focus .icons-lists .icon-box h4 { font-size: 20px; line-height: 26px; }

    /*  logos-slider*/
    section.logos-slider h1,
    section.logos-slider h2,
    section.logos-slider h3,
    section.logos-slider h4 { font-size: 26px; line-height: 36px; margin-bottom: 20px; }

    /*  columns-with-testimonials*/
    section.columns-with-testimonials .title-cont-wrapper h1,
    section.columns-with-testimonials .title-cont-wrapper h2,
    section.columns-with-testimonials .title-cont-wrapper h3,
    section.columns-with-testimonials .title-cont-wrapper h4 { font-size: 30px; line-height: 40px; }
    section.columns-with-testimonials .columns-wrapper .box { width: 47%; margin: 0 3% 50px 0; }
    section.columns-with-testimonials .columns-wrapper .box .title-cont-wrap h3 { font-size: 22px; margin: 0 0 20px 0; }
    section.columns-with-testimonials .columns-wrapper .box:last-child { margin: 0; }
    section.columns-with-testimonials .columns-wrapper .box:nth-child(2n) { margin: 0 0 50px 0; }
    section.columns-with-testimonials .testimonials-wrapper { margin: 50px 0 0 0; padding: 30px; }
    section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .logo-wrapper { width: 30%; }
    section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper.half-width { width: 60%; }
    section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper .testi-cont p { font-size: 18px; }

    /*tablepress*/
    table.tablepress tr td a.button { visibility: visible; opacity: 1; }

    /*  floating-image-left-expandable-text-right*/
    section.floating-image-left-expandable-text-right .left-area { width: 30%; }
    section.floating-image-left-expandable-text-right .right-area { width: 65%; }

    /*  team-members*/
    section.team-members .members-wrapper .flex-wrap .team-box .team-img { width: 100%; }
    section.team-members .members-wrapper .flex-wrap .team-box { width: 30%; margin: 0 4% 50px 0; }
    section.team-members .members-wrapper .flex-wrap .team-box:nth-child(3n) { margin: 0 0 50px 0; }
    section.team-members .members-wrapper .flex-wrap .team-box:nth-child(4n) { margin: 0 4% 50px 0; }
    section.team-members .members-wrapper .flex-wrap .team-box .team-cont h4 { font-size: 22px; }
    section.team-members .team-member-popup .inner-member { max-width: 90%; padding: 30px; max-height: 400px; border-radius: 10px; }

    /*  news-layout*/
    section.news-layout .filter-wrapper { padding: 30px 0; }
    section.news-layout .posts-wrapper .post-listings .post-box .post-content h3 { font-size: 28px; }

    /*two-columns-layout*/
    section.two-columns-layout { padding: 30px 0; }

}


@media only screen and (max-width: 767px) {
    section.featured-stories-carousel .left-side .subheading { font-size: 20px; }
    section.parallax-blocks { background-attachment: unset !important; }
    .logos-gird-wrapper .logo { width: 31.222222%; margin: 0 2% 30px 0; }
    .container { max-width: inherit !important; width: 100% !important; }

    /*  footer.footer-wrapper*/
    footer.footer-wrapper .col { width: 100%; margin-bottom: 20px; }
    footer.footer-wrapper .col.column1 { width: 100%; }
    footer.footer-wrapper .col:last-child { margin-bottom: 0; }

    /*    mobile-header*/
    .mobile-header .more-item { min-width: 71%; }

    /*    searchbox*/
    .searchbox .inner_wrapper h2 { font-size: 20px; }
    .all-resources h1,
    .all-resources h2,
    .all-resources h3,
    .all-resources h4 { font-size: 30px; }
    .all-resources .resource-filter .type-filter { width: 100%; margin-bottom: 20px; }
    .all-resources .resource-filter .search-filter { width: 100%; }
    #member-popup { padding: 20px; width: 90%; }
    #member-popup span.close { right: 0px; top: 0px; font-size: 42px; }
    .popup-content-body p,
    .popup-content-body ul,
    .popup-content-body ul li { font-size: 18px; }
    .all-resources .resources-wrapper .resource-box,
    .member-type-box .member-type-card,
    .member-post-wrapper .member-box { width: 100%; margin: 0 0 30px 0; }
    .all-resources .resources-wrapper .resource-box .resource-title { min-height: auto; }

    /*    resources-wrapper.category-slider */
    .resources-wrapper.category-slider .resource-box { margin: 0; }
    .resources-wrapper.category-slider .resource-box:nth-child(2n),
    .resources-wrapper.category-slider .resource-box:nth-child(4n) { margin: 0; }
    .resources-wrapper.category-slider .resource-box { min-height: auto; }

    /*    resources-from-category*/
    .resources-from-category h2 { font-size: 30px; text-align: left; display: block; margin: 0 0 10px 0; }
    .resources-from-category a.category-link { font-size: 14px; margin: 0; }

    /* single-resources */
    .single-resources .banner-wrapper .left-side { width: 100%; margin-bottom: 30px; }
    .single-resources .banner-wrapper .right-side { width: 100%; }
    .single-resources .banner-wrapper .right-side .title h1 { font-size: 26px; }
    .single-resources .banner-wrapper .right-side .term-name h5 { font-size: 18px; }
    .single-resources .banner-wrapper .right-side .term-name { margin-bottom: 20px; }
    .single-resources .resources-content .resources-meta .date p { font-size: 18px; }
    .single-resources .resources-content .resources-meta .cate ul li strong { font-size: 18px; }
    .single-resources .resources-content .data p { font-size: 18px; }
    .single-resources .resources-related h2 { margin-bottom: 30px; }
    .single-resources .related-resources-wrapper { max-width: 100%; }
    .single-resources .related-resources-wrapper .resource-box { width: 100%; margin: 0 0 30px 0; }
    .single-resources .related-resources-wrapper .resource-box:last-child { margin-bottom: 0; }
    .single-resources .related-resources-wrapper .resource-box .resource-title { min-height: auto; }

    /*featured-stories-carousel*/
    section.featured-stories-carousel { flex-direction: column-reverse; }
    section.featured-stories-carousel .left-side { width: 100%; padding: 20px 0 30px 0; }
    section.featured-stories-carousel .left-side h1,
    section.featured-stories-carousel .left-side h2,
    section.featured-stories-carousel .left-side h3,
    section.featured-stories-carousel .left-side h4 { font-size: 26px; }
    section.featured-stories-carousel .left-side .icons-lists .icon-box { padding: 10px; width: 23%; }
    section.featured-stories-carousel .left-side .icons-lists .icon-box:nth-child(4n) { margin: 0 0 15px 0; }
    section.featured-stories-carousel .left-side .icons-lists .icon-box .title h5 { font-size: 10px; }
    section.featured-stories-carousel .left-side .button-wrapper { margin: 20px 0 0 0; }
    section.featured-stories-carousel .left-side .button-wrapper a { padding: 10px 25px; font-size: 15px; }
    #event_search_form .em.em-search { padding: 0px 15px !important; padding-top: 30px !important; }
    section.featured-stories-carousel .right-side { width: 100%; height: 300px; margin: 0 0 10px 0; position: unset; }
    section.featured-stories-carousel .right-side .stories-carousel .carousel-item .caro-inner .caro-content { padding: 10px 30px; }
    section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow.arrow-next { right: 10px; }
    section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow.arrow-prev { left: 10px; }
    section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow { bottom: 16px; }
    section.featured-stories-carousel .right-side .stories-carousel span.slick-arrow img { max-width: 10px; }
    section.featured-stories-carousel .right-side .stories-carousel .carousel-item .caro-inner .caro-content { min-height: auto; }
    section.featured-stories-carousel .right-side .stories-carousel .carousel-item .caro-inner .caro-content p { font-size: 14px; }
    section.featured-stories-carousel .right-side .stories-carousel .carousel-item .caro-inner .caro-content a { font-size: 12px; margin: 10px 0 0 0; }

    /*  full-width-image-with-logo*/
    section.full-width-image-with-logo,
    .hfwil-carousel .caro-inner { min-height: 300px; }
    .hero_full_width_image_with_logo_carousel .slider-nav-thumbnails img { width: 100px; }
    section.full-width-image-with-logo .logo-wrapper .logo-direction { width: 30%; }

    /*  content-with-image*/
    section.content-with-image { padding: 50px 0 0 0; }
    section.content-with-image .left-area { width: 100%; min-height: auto; display: block; }
    section.content-with-image .left-area h1,
    section.content-with-image .left-area h2,
    section.content-with-image .left-area h3,
    section.content-with-image .left-area h4 { font-size: 26px; }
    section.content-with-image .right-area { width: 100%; position: unset; height: 300px; }

    /*  crossover-image*/
    section.crossover-image .left-area { width: 100%; }
    section.crossover-image .left-area h1,
    section.crossover-image .left-area h2,
    section.crossover-image .left-area h3,
    section.crossover-image .left-area h4 { font-size: 26px; }
    section.crossover-image .right-area { display: none; }
    section.crossover-image .left-area .mobile-img { display: block !important; width: 100%; height: 250px; right: -15px; position: relative; float: left; }
    section.crossover-image .left-area .mobile-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 400px 0 0 400px; }
    section.crossover-image .left-area .another-cont-wrapper { margin: 50px 0 0 0; }
    section.crossover-image .left-area .title-cont-wrapper { margin: 0 0 50px 0; }
    section.crossover-image .top-background { height: 45%; }
    section.crossover-image .bottom-background { height: 55%; }

    /*  left-and-right-content-blocks-with-images*/
    section.left-and-right-content-blocks-with-images { padding: 50px 0; }
    section.left-and-right-content-blocks-with-images .container { flex-flow: column-reverse; }
    section.left-and-right-content-blocks-with-images .left-area { width: 100%; padding: 0 50px; }
    section.left-and-right-content-blocks-with-images .left-area h1,
    section.left-and-right-content-blocks-with-images .left-area h2,
    section.left-and-right-content-blocks-with-images .left-area h3,
    section.left-and-right-content-blocks-with-images .left-area h4 { font-size: 26px; line-height: 36px; }
    section.left-and-right-content-blocks-with-images .right-area { width: 100%; margin: 0 0 20px 0; }
    section.left-and-right-content-blocks-with-images:before { width: 100%; height: 100%; border-radius: 0; top: 0; }
    section.left-and-right-content-blocks-with-images.left_image .color-shape { border-radius: 100px 0 0 100px; width: 90%; height: 80%; right: 0; left: auto; top: auto; bottom: 0; }
    section.left-and-right-content-blocks-with-images .color-shape { border-radius: 100px 0 0 100px; width: 90%; height: 80%; right: 0; left: auto; top: auto; bottom: 0; }

    /*section.left-and-right-content-blocks-with-images.left_image:before { border-radius: 100px 0 0 100px; width: 90%; height: 80%; right: 0; left: auto; top: auto; bottom: 0; }
    section.left-and-right-content-blocks-with-images:before{border-radius:0 100px 100px 0;width:90%;height:80%;right:auto;left:0;top:auto;bottom:0;}*/

    /*section.left-and-right-content-blocks-with-images.left_image:before { border-radius: 0; }
    section.left-and-right-content-blocks-with-images .container.left_image { flex-flow: column-reverse; }
    section.left-and-right-content-blocks-with-images .container.left_image .right-area { margin: 0 0 30px 0; }*/

    /*  statistics-and-callout-blocks*/
    section.statistics-and-callout-blocks { padding: 30px 0; }
    section.statistics-and-callout-blocks .block-wrapper { padding: 30px 0; }
    section.statistics-and-callout-blocks .block-wrapper .left-area { width: 100%; margin: 0 0 30px 0; }
    section.statistics-and-callout-blocks .block-wrapper .right-area { width: 100%; }
    #sponsorship_accordion .icons-list-wrapper .icon-box .icon-img img { max-width: 90px; }
    .logo-content-with-icon .left-area { width: 100%; margin: 0 0 30px 0; }
    .logo-content-with-icon .right-area { width: 100%; }

    /*section.statistics-and-callout-blocks .block-wrapper .right_icon { flex-direction: column-reverse; }
    section.statistics-and-callout-blocks .block-wrapper .right_icon .left-area { margin: 30px 0 0 0; }*/

    /*  accordions*/
    section.accordions { padding: 30px 0; }
    section.accordions .main-title h1,
    section.accordions .main-title h2,
    section.accordions .main-title h3,
    section.accordions .main-title h4 { font-size: 26px; }
    section.accordions .acoordion-wrapper .accordion-box .accordion-ques { padding: 15px 40px 15px 15px; }
    section.accordions .acoordion-wrapper .accordion-box .accordion-ques:after { right: 10px; font-size: 20px; }

    /*accordions-with-icons*/
    section.accordions-with-icons { padding: 30px 0; }
    section.accordions-with-icons .main-title h1,
    section.accordions-with-icons .main-title h2,
    section.accordions-with-icons .main-title h3,
    section.accordions-with-icons .main-title h4 { font-size: 30px; }
    section.accordions-with-icons .acoordion-wrapper .accordion-box .accordion-ques { padding: 15px 40px 15px 15px; }
    section.accordions-with-icons .acoordion-wrapper .accordion-box .accordion-ques:after { right: 10px; font-size: 20px; }
    section.accordions-with-icons .icons-list-wrapper.two_col .icon-box,
    section.accordions-with-icons .icons-list-wrapper.three_col .icon-box,
    section.accordions-with-icons .icons-list-wrapper.four_col .icon-box,
    section.accordions-with-icons .icons-list-wrapper.five_col .icon-box,
    section.accordions-with-icons .icons-list-wrapper.six_col .icon-box { width: 100%; }

    /*  floating-image-left-expandable-text-right*/
    section.floating-image-left-expandable-text-right { padding: 30px 0; }
    section.floating-image-left-expandable-text-right .left-area { width: 100% !important; margin: 0 0 30px 0 !important; }
    section.floating-image-left-expandable-text-right .right-area { width: 100% !important; }
    section.floating-image-left-expandable-text-right.light_text .right-area h1,
    section.floating-image-left-expandable-text-right.light_text .right-area h2,
    section.floating-image-left-expandable-text-right.light_text .right-area h3,
    section.floating-image-left-expandable-text-right.light_text .right-area h4 { font-size: 26px; }
    section.floating-image-left-expandable-text-right .right_image { flex-direction: column-reverse; }
    section.floating-image-left-expandable-text-right .right_image .left-area { margin: 30px 0 0 0; }

    /*  full-width-map*/
    section.full-width-map { height: 300px; }

    /*  title-with-background*/
    section.title-with-background { padding: 30px 0; }
    section.title-with-background h1,
    section.title-with-background h2,
    section.title-with-background h3,
    section.title-with-background h4 { font-size: 26px; }

    /*  content-with-resource-search*/
    section.content-with-resource-search { padding: 30px 0; }
    section.content-with-resource-search .left { width: 100%; }
    .ccontainerform { width: 100%; margin: 0 auto; }
    section.content-with-resource-search .right { width: 100%; margin: 10px 0 0 0; }
    section.content-with-resource-search .left p { font-size: 18px; line-height: 28px; }
    section.content-with-resource-search .right h1,
    section.content-with-resource-search .right h2,
    section.content-with-resource-search .right h3,
    section.content-with-resource-search .right h4 { font-size: 26px; }

    /*  our-impact*/
    section.our-impact { padding: 30px 0; }
    section.our-impact .title-cont-wrapper h1,
    section.our-impact .title-cont-wrapper h2,
    section.our-impact .title-cont-wrapper h3,
    section.our-impact .title-cont-wrapper h4 { font-size: 26px; line-height: 36px; margin: 0 0 20px 0; }
    section.our-impact .icons-lists { margin: 30px 0 0 0; }
    section.our-impact .icons-lists .icon-box,
    section.our-impact .icons-lists.icons-lists-3 .icon-box,
    section.our-impact .icons-lists.icons-lists-4 .icon-box,
    section.our-impact .icons-lists.icons-lists-5 .icon-box,
    section.our-impact .icons-lists.icons-lists-6 .icon-box { width: 100%; margin: 0 0 50px 0; }
    section.our-impact .icons-lists .icon-box:last-child { margin: 0; }
    section.our-impact .icons-lists .icon-box h4 { font-size: 20px; line-height: 26px; }

    /*  our-focus */
    section.our-focus { padding: 30px 0; }
    section.our-focus .title-cont-wrapper h1,
    section.our-focus .title-cont-wrapper h2,
    section.our-focus .title-cont-wrapper h3,
    section.our-focus .title-cont-wrapper h4 { font-size: 26px; line-height: 36px; margin: 0 0 20px 0; }
    section.our-focus .icons-lists { margin: 30px 0 0 0; }
    section.our-focus .icons-lists .icon-box { width: 100%; margin: 0 0 50px 0; }
    section.our-focus .icons-lists .icon-box:last-child { margin: 0; }
    section.our-focus .icons-lists .icon-box h4 { font-size: 20px; line-height: 26px; }

    /*  logos-slider*/
    section.logos-slider h1,
    section.logos-slider h2,
    section.logos-slider h3,
    section.logos-slider h4 { font-size: 26px; line-height: 36px; margin-bottom: 20px; }

    /*  columns-with-testimonials*/
    section.columns-with-testimonials .title-cont-wrapper h1,
    section.columns-with-testimonials .title-cont-wrapper h2,
    section.columns-with-testimonials .title-cont-wrapper h3,
    section.columns-with-testimonials .title-cont-wrapper h4 { font-size: 26px; line-height: 36px; }
    section.columns-with-testimonials .columns-wrapper .box { width: 100%; margin: 0 0 50px 0; }
    section.columns-with-testimonials .columns-wrapper .box .title-cont-wrap h3 { font-size: 22px; margin: 0 0 20px 0; min-height: auto; }
    section.columns-with-testimonials .columns-wrapper .box:last-child { margin: 0; }
    section.columns-with-testimonials .testimonials-wrapper { margin: 50px 0 0 0; padding: 25px; }
    section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .logo-wrapper { width: 100%; margin-bottom: 30px; }
    section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper.half-width { width: 100%; }
    section.columns-with-testimonials .testimonials-wrapper .testi-wrapper .cont-wrapper .testi-cont p { font-size: 18px; }

    /*  tablepress*/
    table.tablepress { overflow-x: auto; text-wrap: nowrap; display: block; }
    table.tablepress tr td a.button { visibility: visible; opacity: 1; }

    /*team-members*/
    section.team-members .members-wrapper .flex-wrap .team-box { width: 100%; margin: 0 0 50px 0; }
    section.team-members .team-member-popup .inner-member { padding: 50px 20px 20px 20px; max-height: 450px; }
    section.team-members .team-member-popup .inner-member .popup-wrap .popup-img { width: 100%; }
    section.team-members .team-member-popup .inner-member .popup-wrap .popup-img .image { border-radius: 10px; }
    section.team-members .team-member-popup .inner-member .popup-wrap .popup-cont { width: 100%; }
    section.team-members .team-member-popup .inner-member .popup-wrap .popup-img .linkedin { margin: 20px 0; }
    section.team-members .team-member-popup .inner-member a.close-btn { width: 30px; height: 30px; font-size: 30px; top: 5px; }

    /*  news-layout*/
    section.news-layout .filter-wrapper { padding: 30px 0; }
    section.news-layout .filter-wrapper .title,
    section.news-layout.member-layout .filter-wrapper .title { width: 100%; }
    .reset-filter { margin-top: 20px; }
    section.news-layout .filter-wrapper .search-type,
    section.news-layout.member-layout .filter-wrapper .search-type { width: 100%; }
    section.news-layout .filter-wrapper .search-type .type-filter { width: 100%; margin-bottom: 10px; }
    section.news-layout .filter-wrapper .search-type .search-filter { width: 100%; }
    section.news-layout .posts-wrapper .post-listings .post-box { padding: 30px 0; }
    section.news-layout .posts-wrapper .post-listings .post-box .post-img { width: 100%; margin-bottom: 20px; }
    section.news-layout .posts-wrapper .post-listings .post-box .post-content { width: 100%; }
    section.news-layout .posts-wrapper .post-listings .post-box .post-content h3 { font-size: 26px; }

    /*  two-columns-layout*/
    section.two-columns-layout .left-col { width: 100%; margin-bottom: 30px; }
    section.two-columns-layout .right-col { width: 100%; }

    /*logos-wrapper */
    .resources-logos h2 { font-size: 24px; }
    .resources-logos .logos-wrapper.col4 .logo-box,
    .resources-logos .logos-wrapper.col5 .logo-box,
    .resources-logos .logos-wrapper.col6 .logo-box { width: 48%; margin-right: 4%; text-align: center; }
    .resources-logos .logos-wrapper.col4 .logo-box:nth-child(2n),
    .resources-logos .logos-wrapper.col5 .logo-box:nth-child(2n),
    .resources-logos .logos-wrapper.col6 .logo-box:nth-child(2n) { margin-right: 0; }

    /*only-committee*/
    .only-committee .banner-wrapper .left-side { width: 100%; margin-bottom: 30px; }
    .only-committee .banner-wrapper .left-side .feature-img img { max-width: 40%; width: 100%; margin: 0 auto; }
    .only-committee .banner-wrapper .right-side { width: 100%; text-align: center; }

}