/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* defaults to import */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* Defaults */
input, a, button, * { outline: none !important; } 
a, a svg { transition: all .4s ease-in-out; }
body input[type=submit] { border: none; } 
img { vertical-align: top; }
.bg-set { background-position: center; background-size: cover; background-repeat: no-repeat; }

body ol, body ul { padding-left: 24px; }
body ol { padding-left: 17px; }
body ol li { padding: 5px 0; }

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover { border-left: none; }

body select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(images/down-arrow.svg); background-position:  right center; background-repeat: no-repeat;  background-size: 36px auto; height: 50px; line-height: 50px; width: 100%; padding: 0 50px 0 20px !important; border: 1px solid #102A4B; border-radius: 80px;  } 
body select:focus { border-color: var(--e-global-color-secondary); } 

body .elementor-button-link .elementor-button-content-wrapper span, body .elementor-button-link .elementor-button-content-wrapper svg { display: inline-block; vertical-align: middle; }

body .text-center { text-align: center; }
body .bg-img { background-repeat: no-repeat; background-size: cover; background-position: center; }
body .facetwp-facet { margin: 0; }

@media (max-width: 767px) { 
   body .text-m-center { text-align: center; }
}

.float-left { float: left; }
.w-100 { width: 100%; }
body .gallery-slider img { height: 200px; object-fit: cover; }
.no-result { padding: 40px 0 0; }


/* Gravity Form Customizations */
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) , body input:not([type="button"]):not([type="submit"])  { padding: 0 20px !important; height: 50px; line-height: 50px; }
body .gform_wrapper input[type=submit] { height: auto !important; }
body .gform_wrapper input[type=checkbox], body .gform_wrapper input[type=radio] { height: auto !important; }

body .gform_wrapper textarea, body textarea { padding: 20px !important; height: 130px !important; border-radius: 30px; }

body .ginput_container_consent { position: relative; padding-left: 25px; font-size: 16px; line-height: 24px; }
body .ginput_container_consent label:before { content: ''; border: 1px solid #E8E5E3; background: #fff; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 2px; }
body .form-white .ginput_container_consent label:before { border-color: #fff; background-color: rgba(255, 255, 255, 0.32); }
body .ginput_container_consent input[type=checkbox]:checked + label:before { border-color: var(--e-global-color-primary); background: url(images/check-icon.svg) no-repeat center center var(--e-global-color-primary);  }
body .form-white .ginput_container_consent input[type=checkbox]:checked + label:before { border-color: var(--e-global-color-secondary); background-color: var(--e-global-color-secondary); }
body .form-white .ginput_container_consent label { color: #fff !important; }
body .ginput_container_consent input { display: none; }
body .ginput_container_consent .gfield_required_text { display: none; }

body .button-white input[type=submit] { border-color: #fff; background: none; color: #fff; padding: 12px 60px !important; }
body .button-white input[type=submit]:hover { background: #fff; color: var(--e-global-color-primary); }
body .form-style .gfield_required_text { font-size: 0 !important; }
body .form-style .gfield_required_text:before { content: ' *'; font-size: 16px !important; }
body .form-white .gfield_required_text:before, body .form-white .gfield_error label  { color: #fff !important; }
body .gform_wrapper.gravity-theme .gform_footer { padding-bottom: 0; margin-bottom: 0; }


@media (max-width: 767px) { 
   body .gform_footer  { display: block !important; }
}


/* Slick Slider */
 
body .slick-slider { position: relative; width: 100%; display: flex;  flex-wrap: wrap; }
body .slick-slider.slick-dotted { margin-bottom: 60px; }

body .slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; width: 100%; }
body .slick-list:focus { outline: none; }
body .slick-list.dragging { cursor: pointer; cursor: hand; }
body .slick-slider .slick-track, body .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
body .slick-track { position: relative; top: 0; left: 0; display: block; }
body .slick-track:before, .slick-track:after { display: table; content: ''; }
body .slick-track:after { clear: both; }
body .slick-loading .slick-track { visibility: hidden; }
body .slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
body .slick-slide.slick-loading img { display: none; }
body .slick-slide.dragging img { pointer-events: none; }
body .slick-initialized .slick-slide { display: block; }
body .slick-loading .slick-slide { visibility: hidden; }
body .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
body .slick-arrow.slick-hidden { display: none; }

body .slick-slider .slick-arrow, body .slick-arrow { z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); display: inline-block; width: 57px; height: 57px; line-height: 57px; font-size: 0; cursor: pointer; padding: 0; outline: none !important; border: 3px solid var(--e-global-color-secondary) !important; background: #05BAD113 !important; border-radius: 100%; left: 0;  text-align: center; box-shadow: none !important; }  
body .slick-slider .slick-arrow svg path { fill: var(--e-global-color-secondary) !important;}
body .slick-slider .slick-arrow.slick-next { left: auto; right: 0; } 
body .slick-slider .slick-arrow:hover { background: #fff !important; color: var(--e-global-color-primary) !important; border-color: var(--e-global-color-primary) !important; } 
body .slick-slider .slick-arrow.slick-disabled, body  .slick-arrow.slick-disabled { display: none; }
body .slick-slider .slick-arrow:hover svg path { fill: var(--e-global-color-primary) !important; }
body .slick-slider .slick-arrow svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
body .post-slider .slick-arrow, body .slider-style .slick-arrow { top: -80px; transform: none; left: auto; right: 0; }
body .post-slider .slick-arrow.slick-prev, body .slider-style .slick-arrow.slick-prev { left: auto; right: 70px; } 
body .slick-slider .slick-list, body .slick-slider .slick-track, body .slick-slider .slick-slide, body .post-slider .post-b { display: flex; }
body .post-slider .post-b { flex-wrap: wrap; }
body .LiteracyChampions-slider .slick-arrow { top: 0; }

@media (max-width: 767px) { 
	body .slick-slider .slick-arrow, body .slick-arrow { width: 50px; height: 50px; line-height: 50px; }
	body .post-slider, body .slider-style { padding-top: 50px; }
	body .post-slider .slick-arrow.slick-next, body .slider-style .slick-arrow.slick-next { top: 0; right: auto; left: 50%; margin-left: 10px; }
	body .post-slider .slick-arrow.slick-prev, body .slider-style .slick-arrow.slick-prev { top: 0; left: auto; right: 50%; margin-right: 10px; }
	body .LiteracyChampions-slider { padding-top: 180px; }
	body .LiteracyChampions-slider .slick-arrow.slick-next, body .LiteracyChampions-slider .slick-arrow.slick-prev { transform: none; top: 30px; }
}
 
body ul.slick-dots { margin: 0; padding: 0; list-style: none; position: absolute; bottom: 0; left: 50%; width: auto;  transform: translateX(-50%); line-height: 0; }
body ul.slick-dots li { padding: 0 6px; display: inline-block; }
body ul.slick-dots li button { font-size: 0; width: 15px; height: 15px; padding: 0; border: none; background: #D9D9D9; vertical-align: top; border-radius: 25px; }
body ul.slick-dots li button:hover, body ul.slick-dots li.slick-active button { background: #5D5D5D; }
 
/* Facet WP */
.facetwp-pager { text-align: center; }
body .facetwp-facet-pagination .facetwp-page { display: none; }
 
body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { display: inline-block; width: 57px; height: 57px; line-height: 57px; font-weight: 600; font-size: 0;  border: 3px solid var(--e-global-color-secondary); background: #05BAD113; text-align: center; border-radius: 100px; margin: 0 10px; }  
body .facetwp-facet-pagination .facetwp-page.prev { background-image: url(images/arrow-left.svg); background-repeat: no-repeat; background-position: center; } 
body .facetwp-facet-pagination .facetwp-page.next { background-image: url(images/arrow-right.svg); background-repeat: no-repeat; background-position: center; }
body .facetwp-facet-pagination .facetwp-page.next:hover, body .facetwp-facet-pagination .facetwp-page.prev:hover { background: rgba(0,0,0,0); border-color: var(--e-global-color-primary); }
body .facetwp-facet-pagination .facetwp-page.prev:hover { background-image: url(images/arrow-left-hover.svg); background-repeat: no-repeat; background-position: center; } 
body .facetwp-facet-pagination .facetwp-page.next:hover { background-image: url(images/arrow-right-hover.svg); background-repeat: no-repeat; background-position: center; }

body .fs-wrap { width: 100%; vertical-align: top; }
body .fs-label-wrap { background-color: #fff; border: 2px solid var(--e-global-color-primary); font-size: 16px; border-radius: 52px; color: var(--e-global-color-primary); font-weight: 700; font-size: 16px; min-width: 200px; }
body .fs-label-wrap .fs-label { padding: 0 60px 0 30px; height: 56px; line-height: 56px; }
body .facetwp-type-fselect { display: flex; }
body .fs-search { display: none; }
body .fs-dropdown { padding: 15px 0; border: none; margin-top: 10px; box-shadow: 0px 3px 10px rgba(168, 168, 168, 0.10); border: 2px solid var(--e-global-color-primary); border-radius: 12px; }
body .fs-option:first-child { display: none; }
body .fs-option { padding: 15px 20px; font-size: 14px; }
body .fs-option:hover, .fs-wrap.single .fs-option.selected { background: var(--e-global-color-primary); color: #fff; }
body .fs-arrow { border: none; background: url(images/down-arrow.svg) no-repeat right center/35px auto; width: 35px; height: 10px; transform: none !important; }
body .fs-dropdown .fs-options { max-height: none; }

body .facetwp-icon { display: none; }
body .facetwp-input-wrap { display: block; }
body input.facetwp-search:not([type="button"]):not([type="submit"]) { padding-left: 50px !important; background-image: url(images/search2.svg); background-repeat: no-repeat; background-position: 15px center; }
body .facetwp-facet select { background-color: rgba(0,0,0,0); }

body .elementor-button.button-small { font-size: 16px; line-height: 28px; font-weight: 600; padding: 10px 30px; }

body:not(.elementor-page) .content-space { padding: 0 10px; }
body:not(.elementor-page) .content-main { padding: 50px 0; }
body:not(.elementor-page) .content-main > .elementor-container { max-width: 1140px; margin: 0 auto; padding: 0 10px; }

body .elementor-search-form--skin-full_screen .elementor-search-form__toggle i { background: url(images/search-icon.svg) no-repeat center; border-radius: 0; }
body .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before { display: none; }

.elementor-heading-title span { color: var(--e-global-color-primary); }
.title-orange .elementor-heading-title span { color: var(--e-global-color-61d0341); }
.title-darkblue .elementor-heading-title span { color: #3F3F72; }

@media (min-width: 768px) {
	.mask { min-height: 335px !important; -webkit-mask-size: 100% auto; -webkit-mask-image: url(images/shape.svg);  -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center;  }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.mask { min-height: 345px !important; mask-image: url(images/shape2.svg); -webkit-mask-image: url(images/shape2.svg); }
}

@media (max-width: 767px) {
	/*.mask { min-height: 500px !important; mask-image: url(https://delawareliteracyalliance.org/wp-content/themes/hello-theme-child-master/images/shape3.svg); -webkit-mask-image: url(https://delawareliteracyalliance.org/wp-content/themes/hello-theme-child-master/images/shape3.svg); }*/
	.mask { border-radius: 40px; }
}

.icon-style .elementor-icon { padding: 0 !important; width: 84px; height: 84px; display: flex; justify-content: center; align-items: center; }
.icon-style { width: 84px !important; height: 84px; margin-top: -40px; }
.box-style > div { align-content: normal !important; }


@media (min-width: 768px) {
	.framework-box:not(:first-child):before { content: ''; position: absolute; right: 80%; top: 87px; border-top: 1px dashed #505050; width: 100%; }
}

body .newsletter-form input[type=email]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { height: 68px !important; border: none !important; padding: 0 130px 0 30px !important; font-size: 18px; }
body .newsletter-form .gform_footer { position: absolute; top: 8px; right: 12px; margin: 0 !important; padding: 0 !important; }
body .newsletter-form form { position: relative; }
body .newsletter-form input[type="submit"] { padding: 12px 25px !important; }
body .newsletter-form .gform_wrapper.gravity-theme .gform_validation_errors { display: none; }
body .newsletter-form .validation_message { padding: 0 !important; border: none !important; background: none !important; color: #fff !important; }

body .logo-slider img { max-height: 140px; width: auto; }
body .logo-slider .swiper-pagination { padding-top: 20px !important; }
body .logo-slider .swiper-pagination-bullet { width: 15px; height: 15px; background: #D9D9D9; opacity: 1; }
body .logo-slider .swiper-pagination-bullet:hover, body .logo-slider .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #5D5D5D; }

.LiteracyChampions-slide { margin-left: 10px; margin-right: 10px; } 
.LiteracyChampions-slider { padding: 85px 0 50px; position: initial !important; }
.LiteracyChampions-slider .slick-list { overflow: visible !important; position: initial; }
 body:not(.elementor-editor-active) .LiteracyChampions-slide-main > div, body:not(.elementor-editor-active) .LiteracyChampions-slide-main > div > div, body:not(.elementor-editor-active) .LiteracyChampions-slide-main > div > div > div { position: initial !important; }

body .quote-box > div.elementor-widget-container { position: relative; }

@media (min-width: 768px) {
    body .quote-box > div.elementor-widget-container:before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 5px; border-radius: 20px; background: var(--e-global-color-61d0341); }
}

@media (max-width: 767px) {
    body .quote-box > div.elementor-widget-container:before { content: ''; position: absolute; left: 0; top: 0; height: 5px; width: 100%; border-radius: 20px; background: var(--e-global-color-61d0341); }
}

body .uc_ac_box { padding: 28px 35px; }
body .uc_content { padding-top: 10px; }
body .uc_content p { margin: 0; padding-top: 10px; }
body .ue_accordion_icon { display: none; }
body .ue_expand_inside { background: url(images/right-arrow-orange.svg) no-repeat center; transform: rotate(90deg); }
body .uc-item-active .ue_expand_inside { transform: rotate(0); }



body .uc_ac_box:nth-child(2) { border-color: var(--e-global-color-9ef33ac) !important; background-color: #9ABC3D21 !important; }
body .uc_ac_box:nth-child(2) .ue_expand_inside { background-image: url(images/right-arrow-green.svg); }
body .uc_ac_box:nth-child(3) { border-color: var(--e-global-color-secondary) !important; background-color: #05BAD121 !important; }
body .uc_ac_box:nth-child(3) .ue_expand_inside { background-image: url(images/right-arrow-blue-light.svg); }
body .uc_ac_box:nth-child(4) { border-color: var(--e-global-color-primary) !important; background-color: #0072BC21 !important; }
body .uc_ac_box:nth-child(4) .ue_expand_inside { background-image: url(images/right-arrow-blue.svg); }

body .uc_ac_box a.elementor-button { margin-top: 15px; color: #000000; background-color: #FFFFFF; border-color: var(--e-global-color-61d0341); border-radius: 10px; padding: 13px 28px; }
body .uc_ac_box:nth-child(2) a.elementor-button { border-color: var(--e-global-color-9ef33ac); }
body .uc_ac_box:nth-child(3) a.elementor-button { border-color: var(--e-global-color-secondary); }
body .uc_ac_box:nth-child(4) a.elementor-button { border-color: var(--e-global-color-primary); }
body .uc_ac_box a.elementor-button:hover { background: #000 !important; border-color: #000 !important; color: #fff !important; }


@media (max-width: 767px) {
	body .uc_ac_box { padding: 20px 25px; }
}

body .icon-list-style .elementor-icon-list-item .elementor-icon-list-icon { order: 2; margin-left: 15px; }
body .icon-list-style a .elementor-icon-list-icon svg path { fill: var(--e-global-color-accent); }
body .icon-list-style a .elementor-icon-list-text { color: var(--e-global-color-accent); text-decoration: underline; }
body .icon-list-style a:hover .elementor-icon-list-text { color: var(--e-global-color-accent); text-decoration: none; }

body .text-decoration a { text-decoration: underline; }
body .text-decoration a:hover { text-decoration: none; }

body .icon-button svg { width: 24px; }
body .elementor-button-content-wrapper { align-items: center; }

body .team-member-slider, body .whitepaper-slider, body .resource-slider, body .advisoryBoard-slider { padding-bottom: 50px;  }

@media (min-width: 768px) {
	body .team-member-slider .slick-slide, body .whitepaper-slider .slick-slide, body .resource-slider .slick-slide { margin: 0 -10px; }
}

body .hero-slider, body .hero-slider > div, body .hero-slider > div > div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
body .hero-slider img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
body .hero-main .elementor-background-overlay { z-index: 2; }

body .council-box { border-radius: 16px; border: 4px solid var(--e-global-color-primary); background: rgb(0, 114, 188, 0.13); padding: 0 45px 45px 45px; margin: 120px 0 20px; font-size: 16px; line-height: 24px; }
body .council-photo { padding-bottom: 15px; }
body .council-photo img { margin-top: -80px; width: 156px; height: 156px; border-radius: 200px; border: 4px solid var(--e-global-color-primary); object-fit: cover; object-position: center; }
body .council-position { font-family: var(--e-global-typography-primary-font-family); font-weight: 700; }
body .council-info { color: #000; padding-top: 20px; }
body .council-info h5 { margin: 0; padding: 5px 0 10px; color: var(--e-global-color-primary); }
body .council-box > h4 { margin: 0; font-size: 24px; line-height: 30px; color: var(--e-global-color-9248ca3); }

body .council-box:nth-child(2) { border-color: var(--e-global-color-61d0341); background: rgb(238, 128, 40, 0.13) }
body .council-box:nth-child(3) .council-photo img { border-color: var(--e-global-color-61d0341); }
body .council-box:nth-child(3) .council-box > h4 { margin: 0; padding: 5px 0 10px; color: var(--e-global-color-61d0341); }

body .council-box:nth-child(3) { border-color: var(--e-global-color-9ef33ac); background: rgb(154, 188, 61, 0.13) }
body .council-box:nth-child(3) .council-photo img { border-color: var(--e-global-color-9ef33ac); }
body .council-box:nth-child(3) .council-box > h4 { margin: 0; padding: 5px 0 10px; color: var(--e-global-color-9ef33ac); }

@media (max-width: 767px) {
	body .council-box { padding: 0 20px 30px 20px; }
	
}

.page-id-21886 .hero-style > .elementor-background-overlay { background-image: linear-gradient(90deg, var(--e-global-color-61d0341) 25%, rgb(238, 128, 40, 0) 80%) !important; }
.resource-slide { flex-wrap: wrap; align-items: flex-start; }
.resource-slider, .resource-slider .slick-list { align-items: flex-start; }
.resource-b { border-radius: 20px; border-left: 15px solid var(--e-global-color-secondary); background: #DFF6F9; padding: 25px 30px 25px 20px; }
.resource-b span { display: block; color: var(--e-global-color-fc277d3); font-weight: 500; }
body .resource-b H4 { font-size: 26px; line-height: 32px; }

.resource-box { padding: 16px 0; width: 100%; }
.resource-content { padding-bottom: 15px; font-size: 14px; line-height: 26px; }
body .resource-box a.elementor-button { border-radius: 10px; padding: 18px 45px; }
body .resource-box:not(:nth-child(4)) a.elementor-button { border-color: var(--e-global-color-secondary); background: var(--e-global-color-secondary); }
body .resource-box:not(:nth-child(4)) a.elementor-button:hover { background: none; color: var(--e-global-color-secondary); }

body .resource-box:nth-child(4) .resource-b { border-color: var(--e-global-color-primary); background: rgb(0, 114, 188, 0.13); }

body .resource-box:nth-child(2) .resource-b, body .resource-box:nth-child(7) .resource-b { border-color: var(--e-global-color-61d0341); background: rgb(238, 128, 40, 0.13); }
body .resource-box:nth-child(2) a.elementor-button, body .resource-box:nth-child(7) a.elementor-button { border-color: var(--e-global-color-61d0341); background: var(--e-global-color-61d0341); }
body .resource-box:nth-child(2) a.elementor-button:hover, body .resource-box:nth-child(7) a.elementor-button:hover { background: none; color: var(--e-global-color-61d0341); }

body .resource-box:nth-child(3) .resource-b, body .resource-box:nth-child(8) .resource-b { border-color: var(--e-global-color-9ef33ac); background: rgb(154, 188, 61, 0.13); }
body .resource-box:nth-child(3) a.elementor-button, body .resource-box:nth-child(8) a.elementor-button { border-color: var(--e-global-color-9ef33ac); background: var(--e-global-color-9ef33ac); }
body .resource-box:nth-child(3) a.elementor-button:hover, body .resource-box:nth-child(8) a.elementor-button:hover { background: none; color: var(--e-global-color-9ef33ac); }

body .resource-box:nth-child(5) .resource-b { border-color: var(--e-global-color-9248ca3); background: rgb(88, 77, 151, 0.13); }
body .resource-box:nth-child(5) a.elementor-button { border-color: var(--e-global-color-9248ca3); background: var(--e-global-color-9248ca3); }
body .resource-box:nth-child(5) a.elementor-button:hover { background: none; color: var(--e-global-color-9248ca3); }
.resource-img { padding-bottom: 20px; }

@media (min-width: 768px) {  
	.resource-box { width: 50%; padding: 16px; display: flex; }
	.resource-b, .resource-bwimg { width: 100%; }
	.resource-slide { align-items: stretch; }
	.resource-bwimg { display: flex; }
}

@media (min-width: 1101px) {   
	.resource-bwimg { position: relative; padding: 0 0 0 36%; }
	.resource-b { padding: 25px 50px 25px 25px; }
	.resource-img { position: absolute; height: 100%; left: 0; width: 33%; }
	body .resource-img	img { position: absolute; right: 0; height: 100%; object-fit: contain; }
	
}

@media (max-width: 1100px) {  
	.resource-img { display: none; }
}


.advisoryBoard-slide { flex-wrap: wrap; align-items: flex-start; }
.advisoryBoard-slider, .advisoryBoard-slider .slick-list { align-items: flex-start; }
.advisoryBoard-b { border-radius: 20px; background: #05BAD121; padding: 25px 15px; width: 100%; }

.advisoryBoard-box { padding: 16px 0; width: 100%; }
body .advisoryBoard-img img { width: 90px; height: 90px; border-radius: 100%; object-fit: cover; }

body .advisoryBoard-box a.elementor-button { border-radius: 10px; padding: 13px 28px; background: #fff !important; color: #000 !important;  }
body .advisoryBoard-box:not(:nth-child(4)) a.elementor-button { border-color: var(--e-global-color-secondary); }
body .advisoryBoard-box a.elementor-button:hover { border-color: #000 !important; background: #000 !important; color: #fff !important; }

body .advisoryBoard-box:nth-child(4) .advisoryBoard-b { background: rgb(0, 114, 188, 0.13); } 

body .advisoryBoard-box:nth-child(3) .advisoryBoard-b { background: rgb(238, 128, 40, 0.13); }
body .advisoryBoard-box:nth-child(3) a.elementor-button { border-color: var(--e-global-color-61d0341); } 

body .advisoryBoard-box:nth-child(2) .advisoryBoard-b { background: rgb(154, 188, 61, 0.13); }
body .advisoryBoard-box:nth-child(2) a.elementor-button { border-color: var(--e-global-color-9ef33ac); } 


body .advisoryBoard-logo img { max-height: 160px; width: 180px; object-fit: contain; object-position: left top; }
body .advisoryBoard-logo { padding: 0 0 15px; }
body .advisoryBoard-association { color: var(--e-global-color-4c667ad); font-size: var(--e-global-typography-f1674a9-font-size); font-weight: var(--e-global-typography-f1674a9-font-weight); line-height: var(--e-global-typography-f1674a9-line-height); padding-bottom: 15px; }
body .advisoryBoard-box h4 { margin: 0; }
body .advisoryBoard-position { font-size: 16px; font-weight: 700; }

@media (min-width: 768px) {  
	.advisoryBoard-box { width: 50%; padding: 16px; display: flex; flex-wrap: wrap; align-items: stretch; }
	.advisoryBoard-b { padding: 32px 24px; align-content: flex-start; }
	.advisoryBoard-top { display: flex; flex-wrap: wrap; padding: 0px 0px 0px 110px; position: relative; min-height: 90px; margin-bottom: 15px; align-items: center; }
	.advisoryBoard-img { position: absolute; top: 0; left: 0; }
	.advisoryBoard-slider .slick-track, body .advisoryBoard-slider .slick-slide { align-items: stretch; }
}

@media (max-width: 767px) {  
	.advisoryBoard-top { padding-bottom: 15px; }
	.advisoryBoard-img { padding-bottom: 10px; }
}



/* Custom Post Customizations {update} */
/* UPDATE COLORS for THEME */
body .post-box { padding: 20px 0; }
body .post-b { width: 100%; font-size: 14px; line-height: 24px; }
body .post-box  .post-img { position: relative; height: 192px; background: var(--e-global-color-primary); border-radius: 20px; }
body .post-img img { vertical-align: top; height: 192px; object-fit: cover; width: 100%; border-radius: 20px; }
   
body .post-time { padding: 0 0 5px; color: var(--e-global-color-primary); }
body .post-date { padding: 0 0 8px; color: var(--e-global-color-secondary); text-transform: uppercase; }
   
body .post-box .post-content { padding: 20px 0 0; }
body .post-content h4 { margin: 0; padding: 0 0 10px; }
body .post-content h4 a { color: var(--e-global-color-300b13f); font-size: 20px; line-height: 24px; }
body .post-content h4 a:hover { color: var(--e-global-color-accent); }
body .post-box .post-text { padding: 0 0 20px; color: var(--e-global-color-text); }
body .post-box a.elementor-button { border-color: var(--e-global-color-secondary); background: var(--e-global-color-secondary); }
body .post-box a.elementor-button:hover { background: none; color: var(--e-global-color-secondary); }
 

@media (min-width: 768px) { 
	body .post-boxes { margin: 0 -15px; display: flex; flex-wrap: wrap; }
  	body .post-boxes .post-box { padding: 15px; width: 25%; display: flex; }  
  	body .relatedresources .post-box { padding: 15px; float: left; width: 100%; } 
}
 
/*@media (max-width: 767px) { 
	body .facetwp-facet-pagination .facetwp-page, body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { width: 42px; height: 42px; line-height: 42px; }
	body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { line-height: 40px; }
}*/

body .events-main { padding: 80px 0 110px; }
body .events-main .elementor-container { display: block; padding: 0 10px; }
body #tribe-events-pg-template { max-width: none; padding: 0; margin: 0; }

.alignwide.tribe-events-view { margin: 0; }
.tribe-events-c-events-bar__views, body .tribe-events .tribe-events-c-search__input-control-icon-svg { display: none !important; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control { margin: 0; }
body .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn.tribe-events-c-search__button, body .tribe-events .tribe-common-c-btn.tribe-events-c-search__button { font-size: 0 !important; background: url(images/search2.svg) no-repeat center; background-position: 15px center; border: none; padding: 0; width: auto; width: 60px; height: 50px; position: absolute; left: 0; top: 0; }
body .tribe-events-c-search__input-control input[type=text].tribe-events-c-search__input { background: none; border-radius: 50px; height: 50px; padding: 0 20px 0 40px !important; margin: 0; border: 1px solid var( --e-global-color-text ) !important; background-color: #fff !important; } 
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar { max-width: 250px; position: relative; margin: 0; }
body .tribe-events .tribe-events-c-nav__next, body .tribe-events .tribe-events-c-nav__prev { color: var(--e-global-color-primary); }
body .tribe-events .tribe-events-c-nav__next:hover, body .tribe-events .tribe-events-c-nav__prev:hover { color: var(--e-global-color-text); }
body .tribe-events .tribe-events-c-events-bar__search-button { padding: 8px 10px 0;}
body .tribe-events .tribe-common-c-btn.tribe-events-c-search__button { margin: 0; }
body .tribe-events .tribe-events-c-events-bar__search-form { position: relative; }

/*filter*/
body .tribe-events .tribe-events-c-events-bar__search-button, body .tribe-events-c-events-bar__filter-button-container button { border-radius: 10px !important;  height: 40px !important; padding: 8px 10px 0 !important; border: 2px solid var(--e-global-color-accent) !important; background: var(--e-global-color-accent) !important; }
body .tribe-events-c-events-bar__filter-button-container button { padding: 0 10px 0 !important; }
body .tribe-events .tribe-events-c-events-bar__search-button:hover, body .tribe-events-c-events-bar__filter-button-container button:hover { background: none !important; }
body .tribe-events .tribe-events-c-events-bar__search-button svg path, body .tribe-events-c-events-bar__filter-button-container button svg path { fill: #fff !important; }
body .tribe-events .tribe-events-c-events-bar__search-button:hover svg path, body .tribe-events-c-events-bar__filter-button-container button:hover svg path { fill: var(--e-global-color-accent) !important; }
body .tribe-events .tribe-common-c-btn.tribe-events-c-search__button { margin: 0; } 
body .tribe-events .tribe-events-c-events-bar__search-form { position: relative; }
body .tribe-events--filter-bar-horizontal.tribe-common--breakpoint-medium, body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-container { overflow: visible; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar { margin: 0; width: auto; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-header { padding-bottom: 20px; }
body .tribe-events .tribe-events-c-events-bar__search-container { background: none; }
body .tribe-events .tribe-events-header--has-event-search { z-index: 4 !important; }
body .tribe-events .tribe-filter-bar { margin-right: 25px !important; }
body .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill { font-weight: 400 !important; font-size: 16px !important; color: var(--e-global-color-text); background: #fff url(images/down-arrow.svg) no-repeat right center/35px auto !important; border: 1px solid var( --e-global-color-text ); border-radius: 40px; padding: 0 60px 0 20px; height: 50px; line-height: 50px;   }

body .tribe-filter-bar .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__input { display: none !important; }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close { padding: 0; }
body .tribe-filter-bar .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__label, body .tribe-filter-bar .tribe-filter-bar-c-radio .tribe-common-form-control-radio__label { margin: 0; }
body .event-search * { font-family: var(--e-global-typography-text-font-family) !important; }
body .tribe-filter-bar .tribe-filter-bar-c-checkbox, body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-legend { margin: 0 !important; }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container { padding: 0; bottom: calc(var(--tec-spacer-4)*-1); width: 100%; border: none;  border-radius: 0; box-shadow: 0 4px 20px 10px rgba(0,0,0,0.05); }
body .tribe-filter-bar .select2-results__options { padding: 0 !important; }
body .tribe-filter-bar-c-filter__filter-fields .tribe-common-form-control-checkbox__label, body .tribe-filter-bar .select2-results__options li, body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-legend { width: 100%; padding: 15px 20px 12px !important; font-size: 14px; }
body .tribe-filter-bar-c-filter__filter-fields .tribe-common-form-control-checkbox__label:hover, body .tribe-filter-bar .select2-results__options li:hover, body .tribe-filter-bar-c-checkbox input[type=checkbox]:checked + label, body .select2-container--default .select2-results__option--highlighted[data-selected]  { background: var(--e-global-color-primary); color: #fff !important; }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--dropdown .tribe-filter-bar-c-filter__filter-fields { margin: 0 !important; }

body .tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill { padding: 0 60px 0 20px; }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper { min-width: 154px; }
 
body .select2-container--default .select2-results>.select2-results__options { height: auto; }
body .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__remove-button { display: none; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-container { width: 100%; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-container { order: 2; }
body .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill-label-colon, body .tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill-selections { display: none; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters.tribe-filter-bar .tribe-filter-bar__actions { position: absolute; left: -80px; top: 12px; padding: 0; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-wrapper { gap: 20px; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters { justify-content: space-between; }
body .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-container--open .select2-selection { border-radius: 0; background: var(--e-global-color-primary); }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close-icon path { stroke: #333; }

@media (min-width: 768px) { 
	body .tribe-events .tribe-events-c-events-bar__filter-button-container { display: none; }
	body .event-title-search { display: flex; align-items: center; width: 100%; padding-bottom: 40px; justify-content: space-between; }
	body .event-title { width: 40%; padding-right: 30px; }
	body .event-searchfilter { width: 60%; display: flex; justify-content: flex-start; flex-direction: row-reverse; } 
}

@media (max-width: 767px) { 
	body .events-main { padding: 40px 0; }
	body .tribe-events .tribe-events-header { margin: 0; padding: 0; }
	body .event-title-search { width: 100%; display: flex; justify-content: space-between; padding-bottom: 20px; align-items: center; }
	body .tribe-events .tribe-events-c-events-bar__search-container { background: var(--e-global-color-primary);  }
	body .tribe-events .tribe-events-c-events-bar__search-button { border-radius: 5px; }
	body .tribe-filter-bar .tribe-filter-bar-c-filter__container { display: block !important; visibility: visible !important; }
	body .tribe-filter-bar-c-filter__toggle-wrapper { display: none !important; }
	body .tribe-filter-bar.tribe-filter-bar--horizontal { padding: 0 !important; }
	body .tribe-filter-bar__filters { box-shadow: 0px 2px 10px rgba(168, 168, 168, 0.20); }
}

body .cat-list { font-size: 0; }
body .cat-list a { border: 1px solid var(--e-global-color-accent); line-height: 20px; padding: 3px 12px; border-radius: 8px; font-size: 14px !important; margin: 2px 5px; display: inline-block !important; } 
body .cat-list a:hover { background: var(--e-global-color-accent); color: #fff; }


@media (max-width: 767px) { 
    body .footer-links ul li, body .footer-links ul li a { display: block; text-align: center; }
}

.text-color {
color:white!important;
}