/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/* INDEX 

- Functions
- Navigation
- Text
- Buttons
- Parts
- Custom Rows & Modules
~ Module Card Reel
~ Content Module
> Unordered LIST
> Blockquote
~ News Posts
~ Footer Subscribe
- Forms

*/


/* # Functions 
---------------------------------------------------------------------------------------------------- */

.on-top {
    position: relative;
    z-index: 20;
}

.hide-overflow > .fl-row-content-wrap {
    overflow: hidden;
}

.fl-page {
    background: url(https://global-communities.briteweb.com/wp-content/uploads/2021/09/corner-bg-shape.svg) no-repeat top left;
}



/* # Navigation
---------------------------------------------------------------------------------------------------- */

.menu-wrap {
    justify-content: flex-end;
    display: flex;
}

.menu-wrap .fl-col-content {
    display: inline-flex;
    align-items: center;
}

#menu-main-menu li.menu-item {
    font-family: DM Sans, Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}
/* styles now inline 
#menu-main-menu li.menu-item a, .fl-menu-mobile-clone #menu-main-menu li.menu-item, .white-menu.fl-menu-mobile-clone #menu-main-menu li.menu-item {
    color: #112369;
}

#menu-main-menu li.menu-item a:hover, #menu-main-menu li.menu-item a:active {
    color: #428bca;
}

.white-menu #menu-main-menu li.menu-item a {
    color: #ffffff;
}

.white-menu #menu-main-menu li.menu-item a:hover, .white-menu #menu-main-menu li.menu-item a:active {
    color: #65CADA;
}

#menu-main-menu .fl-has-submenu .sub-menu li.menu-item a {
   color: #112369; 
}

#menu-main-menu .fl-has-submenu .sub-menu li.menu-item a:hover {
    color: #428bca;
}
*/

#menu-main-menu .fl-has-submenu .sub-menu {
    border-top: 4px solid #0066B3;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.fl-menu .sub-menu {
    min-width: 270px;
}

.search-btn a.fl-button {
    padding: 12px 14px;
}



/*
.menu-wrap {
    justify-content: flex-end;
    display: flex;
}

.menu-wrap .fl-col-content {
    display: inline-flex;
    align-items: center;
}

#menu-main-menu li.menu-item {
    font-family: DM Sans, Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}

#menu-main-menu li.menu-item a {
    color: #112369;
}

#menu-main-menu li.menu-item a:hover, #menu-main-menu li.menu-item a:active {
    color: #428bca;
}

#menu-main-menu li.menu-item a {
    color: #112369;
}

#menu-main-menu li.menu-item a:hover, #menu-main-menu li.menu-item a:active {
    color: #428bca;
}


#menu-main-menu .fl-has-submenu .sub-menu {
    border-top: 4px solid #0066B3;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.fl-menu .sub-menu {
    min-width: 270px;
}

.search-btn a.fl-button {
    padding: 12px 14px;
}
*/

/* # Text
---------------------------------------------------------------------------------------------------- */

/* --- Heading ---*/

.strap h6, .card-callout-slider-module h5 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px !important;
    padding: 0px;
}


/* # Buttons
---------------------------------------------------------------------------------------------------- */

.white-button .fl-button-wrap a:hover {
color: #0066B3;
}

.fl-button-wrap a.fl-button,
.fl-button-wrap a.fl-button:visited {
    font-size: 16px;
    line-height: 1.4;
    font-weight:700;
    border-radius: 22px;
    padding: 5px 16px 6px 16px !important;
    transition: all .5s ease-out;
}

.fl-module-button .fl-button-wrap a.fl-button:hover {
    transition: all .5s ease-out;
}

.card-callout-slider-module .fl-module-button .fl-button-wrap a.fl-button, .card-callout-slider-module .fl-module-button .fl-button-wrap a.fl-button:visited {
    background-color: #0066B3;
}

.card-callout-slider-module .fl-module-button .fl-button-wrap a.fl-button:hover, .card-callout-slider-module .fl-module-button .fl-button-wrap a.fl-button:active {
    background-color: #004272;
    color: #fff;
}





/* # Parts
---------------------------------------------------------------------------------------------------- */

/* -- background shape -- */
.module-50-50-bg-shape-left {
    position: absolute;
    top: 0;
    left: 0;
}


/* -- Hero Part -- */

.breadcrumb_last {
    display: none !important;
}

.hero-image-bottom .fl-col-content {
    align-self: flex-end;
}


.hero-breadcrumbs {
    color: #0066B3;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px;
}

.hero-title b {
    color: #0066B3;
}

.hero-text-contained {
    justify-content: flex-end;
}

.hero-text-contained-left {
    justify-content: left;
}




/*.horizontal_dotted_line .fl-icon-text {
    position: relative;
    margin-right: -200px;
}*/
.horizontal_dotted_line .fl-icon-text span {
    
    z-index: 1;
    width: auto;
}
@media only screen and (min-width: 1220px) {
    .hero-text-contained .fl-col-content, .hero-text-contained-left .fl-col-content {
        max-width: 672px;
    }
    
    .horizontal_dotted_line .fl-icon-text p:after {
        content: '';
        position: absolute;
        top: 50%;
        left:100%;
        right: 0;
        z-index: -1;
        border-top: 3px dotted #65CADA;
        margin-right: -500px;
    }
}

/* Mask */


.mask-news img {
    mask-image: url(/wp-content/themes/bb-theme-child/assets/images/blog-featured-image-mask.svg);
	mask-repeat: no-repeat;
	mask-position: center;
    mask-size: contain;
	-webkit-mask-image: url(/wp-content/themes/bb-theme-child/assets/images/blog-featured-image-mask.svg);
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
    -webkit-mask-size: contain;
    max-height: 800px;
    display: block;
    width: auto;
    object-fit: cover;
    
}

.mask1 img { 
    mask-image: url(/wp-content/themes/bb-theme-child/assets/images/mask-var1.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: bottom right;
	-webkit-mask-image: url(/wp-content/themes/bb-theme-child/assets/images/mask-var1.svg);
	-webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom right;
}


.mask2 img { 
    mask-image: url(/wp-content/plugins/gc-bb-modules/modules/image-mask/assets/hero-mask-2.svg);
	mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: top right;
	-webkit-mask-image: url(/wp-content/plugins/gc-bb-modules/modules/image-mask/assets/hero-mask-2.svg);
	-webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: top right;
    
}


.mask3 img { 
    mask-image: url(/wp-content/plugins/gc-bb-modules/modules/image-mask/assets/hero-mask-3.svg);
	mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: top left;
	-webkit-mask-image: url(/wp-content/plugins/gc-bb-modules/modules/image-mask/assets/hero-mask-3.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: top left;
    max-height: 700px;
    object-fit: cover;
    
}


.mask4 img { 
    mask-image: url(/wp-content/plugins/gc-bb-modules/modules/image-mask/assets/hero-mask-4.svg);
	mask-repeat: no-repeat;
    mask-size: contain;
	mask-position: right center;
	-webkit-mask-image: url(/wp-content/plugins/gc-bb-modules/modules/image-mask/assets/hero-mask-4.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
	-webkit-mask-position: right bottom;
    display: block;
    width: auto;

}

.mask4 .fl-photo-content img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
display:inline;
}

.mask5 img { 
    mask-image: url(/wp-content/themes/bb-theme-child/assets/images/mask-var5.svg);
	mask-repeat: no-repeat;
    mask-size: contain;
	-webkit-mask-image: url(/wp-content/themes/bb-theme-child/assets/images/mask-var5.svg);
	-webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    
}

.mask6 img { 
    mask-image: url(/wp-content/themes/bb-theme-child/assets/images/mask-var6.svg);
	mask-repeat: no-repeat;
    mask-size: contain;
    max-height: 100%;
	-webkit-mask-image: url(/wp-content/themes/bb-theme-child/assets/images/mask-var6.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    max-height: 100%;
    width: auto;
    object-fit: contain;
}







.hero-icon {
    max-width: 130px;
}

.hero-text-wrap {
    display: flex;
    flex-direction: column;
}

.hero-icon-wrap {
    padding: 0 30px 30px 20px;
    flex-direction: column;
}

.hero-text-icon .fl-html{
    display: flex;
    justify-content: flex-start;
}

.hero-text-wrap h2 {
    font-size: 21px;
    font-weight: normal;
}

.hero-text-wrap h3 {
    font-size: 16px;
    font-weight: normal;
}

.masklanding img { 
    mask-image: url('/wp-content/themes/bb-theme-child/assets/images/hero-mask-landing.svg');
	mask-repeat: no-repeat;
    mask-size: contain;
	mask-position: right center;
	-webkit-mask-image: url('/wp-content/themes/bb-theme-child/assets/images/hero-mask-landing.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
	-webkit-mask-position: right bottom;
    display: block;

}

.mask4clip {
    overflow: hidden;
}


/* # Custom Rows & Modules
---------------------------------------------------------------------------------------------------- */

/* -- Country card reel -- */

.tab-carousel .pp-content-post .pp-content-grid-post-title:after {
    font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 18px;
content: "\f061" !important;
display: flex;
margin-left: auto;
align-items: center;
transition: all .5s ease-out;
opacity: 0;
}

.tab-carousel .pp-content-post:hover .pp-content-grid-post-title::after {
transition: all .5s ease-out;
opacity: 1;
}

/* -- Interactive Map -- */
.fl-module-interactive-map {
    min-height: 200px;
    display: inline-block;
    position: relative;
    height: 550px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
.fl-module-interactive-map {
    min-height: 200px;
    display: inline-block;
    position: relative;
    height: 250px;
}

.interactive-map__container svg {
height: auto !important;

}
}


/* Quote Row */

.quote {
    background: url('/wp-content/themes/bb-theme-child/assets/images/quote-marks-yellow.svg') no-repeat top 20px left;
    margin-left: 20px;
}

@media only screen and (max-width: 768px) {
    .quote {
        background-size: 20px;
    }
}

.quote blockquote strong {
    font-size: 24px;
}

.quote blockquote {
    padding-left: 20px;
    position: relative;
}

.quote blockquote::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 1px;
    background-color: #ffd58e;
}
/* -- Module: Advanced Tabs */
@media only screen and (min-width: 768px) {
    .pp-tabs .pp-tabs-label {
        max-width: 308px;
        width: 100%;
    }
    
    .pp-tabs .pp-tabs-label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 45%;
        width: 1px;
        background-color: #112369;
    }
    
    .pp-tabs .pp-tabs-label .pp-tab-label-inner {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end;
    }
}

.pp-tabs .pp-tabs-label:hover {
    cursor: pointer;
}

.pp-tabs .pp-tabs-label.pp-tab-active {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pp-tabs .pp-tabs-label:first-of-type::before,
.pp-tabs .pp-tabs-label.pp-tab-active::before,
.pp-tabs .pp-tabs-label.pp-tab-active + .pp-tabs-label::before {
    content: none;
}

.pp-tabs .pp-tab-label-inner .pp-tab-label-wrap {
    padding: 14px;
}

/* -- Module: Card Reel -- */

.module-card-reel-carousel > .fl-row-content-wrap{
    overflow: hidden;
}

.module-card-reel-carousel .fl-module-post-carousel > .fl-module-content > .fl-post-carousel.fl-post-carousel-grid {
    padding: 0 24px;
}

.module-card-reel-carousel .fl-post-carousel-post {
    border-radius: 8px;
    padding: 16px 16px 10px 20px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    border: none;
}

.module-card-reel-carousel .fl-post-carousel-post[aria-hidden="true"] {
    opacity: 0.15;
}

.module-card-reel-carousel .fl-post-carousel-post .resources--tax {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: #0066B3;
    font-weight: 700;
}

.module-card-reel-carousel .fl-post-carousel-post .our-work-country-icon img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 15px;
}

.module-card-reel-carousel .fl-post-carousel-post .fl-post-carousel-title {
    margin-right: 20px;
}

.module-card-reel-carousel.module-card-reel-carousel--third-var .fl-post-carousel-post .fl-post-carousel-title {
    margin-right: 0;
    position: relative;
}

.module-card-reel-carousel.module-card-reel-carousel--news-var .fl-post-carousel-post .fl-post-carousel-title {
    color: #00879E;
    position: relative;
    z-index: 2;
}

.module-card-reel-carousel.module-card-reel-carousel--news-var .fl-post-carousel-post .fl-post-carousel-title a {
    color: #00879E;
}

.module-card-reel-carousel .fl-post-carousel-post .fl-post-carousel-title::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    position: absolute;
    top: 36px;
    right: 26px;
    font-size: 14px;
    color: #0066B3;
}

.module-card-reel-carousel.module-card-reel-carousel--third-var .fl-post-carousel-post .fl-post-carousel-title::after {
    color: #112369;
    top: 0;
    right: 0;
}

.module-card-reel-carousel.module-card-reel-carousel--news-var .fl-post-carousel-post .fl-post-carousel-title::after {
    content: none;
}

.module-card-reel-carousel .bx-wrapper .bx-viewport {
    overflow: visible !important;
}

.module-card-reel-carousel .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.module-card-reel-carousel.module-card-reel-carousel--news-var .bx-wrapper .bx-pager.bx-default-pager a {
    border-color: #00879E;
}

.module-card-reel-carousel .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #FFFFFF;
}

.module-card-reel-carousel.module-card-reel-carousel--news-var .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #00879E;
}

.module-card-reel-carousel .fl-post-carousel-navigation .carousel-prev {
    left: -47px;
}

.module-card-reel-carousel .fl-post-carousel-navigation .carousel-prev > div,
.module-card-reel-carousel .fl-post-carousel-navigation .carousel-next > div {
    display: flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    color: #0066B3;
}

.module-card-reel-carousel.module-card-reel-carousel--third-var .fl-post-carousel-navigation .carousel-prev > div,
.module-card-reel-carousel.module-card-reel-carousel--third-var .fl-post-carousel-navigation .carousel-next > div {
    color: #00984A;
}

.module-card-reel-carousel.module-card-reel-carousel--news-var .fl-post-carousel-navigation .carousel-prev > div,
.module-card-reel-carousel.module-card-reel-carousel--news-var .fl-post-carousel-navigation .carousel-next > div {
    background-color: #00879E; 
    color: #ffffff;
}

.module-card-reel-carousel .fl-post-carousel-navigation .carousel-prev > div::before,
.module-card-reel-carousel .fl-post-carousel-navigation .carousel-next > div::after {
    content: "\f060";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
}

.module-card-reel-carousel .fl-post-carousel-navigation .carousel-next > div::after {
    content: "\f061" !important;
}

.module-card-reel-carousel .fl-post-carousel-navigation .carousel-prev > div svg,
.module-card-reel-carousel .fl-post-carousel-navigation .carousel-next > div svg {
    display: none;
}

.module-card-reel-carousel .fl-post-carousel-navigation .carousel-next {
    right: -47px;
}

.module-card-reel-carousel .fl-post-carousel-navigation a {
    width: 36px;
    height: 36px;
    opacity: 1;
}

.module-card-reel-carousel .fl-post-carousel-navigation a:hover {
    text-decoration: none;
}

.module-card-reel-carousel--news-var .module-card-reel-shapes {
    position: absolute;
    left: 0;
    top: 0;
}

.module-card-reel-carousel--news-var .module-card-reel-shapes svg {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1220px) {
    .module-card-reel-carousel .fl-post-carousel-navigation a {
        display: none;
    } 
    .module-card-reel-carousel .fl-module-post-carousel > .fl-module-content > .fl-post-carousel.fl-post-carousel-grid {
        padding: 0 !important;
    }
    
    .module-card-reel-carousel .fl-post-carousel-post .fl-post-carousel-title::after {
        top: 25px;
        right: 15px;
    }
    
    .module-card-reel-carousel--news-var .module-card-reel-shapes {
        max-width: 210px;
    }
}

@media only screen and (max-width: 768px) {
    .module-card-reel-carousel .fl-module-post-carousel > .fl-module-content > .fl-post-carousel.fl-post-carousel-grid {
        padding: 0 8px;
    }
    .module-card-reel-carousel .fl-post-carousel-post {
        margin-right: 8px !important;
        padding: 0;
    }
}



/* --- Content Module ---*/


/* UNORDERED LIST */

/*** Color Schemes ***/
.fl-module-rich-text .fl-module-content ul li::before {
    background-color: #0066B3;
}
/**************/

.fl-module-rich-text .fl-module-content ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}

.fl-module-rich-text .fl-module-content ul li{
    position: relative;
    padding-left: 21px;
}

.fl-module-rich-text .fl-module-content ul li::before {
    content: ""; 
    position: absolute;
    border-radius: 50%;
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 8px; 
    height: 8px;
    left: 0;
    top: 6px;
}

/* BLOCKQUOTE */

/*** Color Schemes ***/
.fl-module-rich-text .fl-module-content blockquote::before {
    background-color: #00984A;
}

.white .fl-module-rich-text .fl-module-content blockquote h3 {
    color: #00984A !important;
}

/**************/

.statistic .fl-module-rich-text .fl-module-content blockquote {
    padding-left: 20px;
    position: relative;
}

.statistic .fl-module-rich-text .fl-module-content blockquote h3 {
    font-size: 48px;
}

.statistic .fl-module-content blockquote::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 2px;
    width: 1px;
    background-color: #00984A;
}

/* News Posts */

.news-hero-image img {
    width: 100%;
}

.post-tags p a {
    text-decoration: underline;
    color: #112369;
    font-weight: bold;
}


@media only screen and (min-width: 769px) {
    
    .white-staggered-news .fl-post-column:nth-child(even) {
        margin-top: -180px;
    }
}

.white-staggered-news {
    /*background-image: url(/wp-content/themes/bb-theme-child/assets/images/orange-blob-rb.svg), url(/wp-content/themes/bb-theme-child/assets/images/orange-blob-lt.svg);
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;*/
}

.read-more {
    text-decoration: none;
    color: #0066B3;
    font-weight: bold;
    font-size: 16px;
}

.button-overlay {
    z-index: 50;
    position: relative;
}

.news-share-wrap .fl-col-content {
    display: flex;
    flex-direction: row;
}

.share-label {
    min-width: 60px;
    padding: 0 10px;
width: 40% !important;
text-align: right;
display: flex;
justify-content: flex-end;
align-content: center;
}

.news-share {
width: 60% !important;
display: flex;
align-items: center;
justify-content: center;
}

.news-share .pp-share-button {
    border: 1px solid #112369;
}

.post-tags .fl-post-info-terms a {
    background: #F0FAFB;
    border-radius: 23px;
    padding: 7px 16px;
    margin: 5px;
    text-transform: capitalize;
    transition: all .5s ease-out;
display: inline-block;
}


.post-tags .fl-post-info-terms a:hover, .post-tags .fl-post-info-terms a:focus {
    background:#0066B3;
    color: #fff;
    transition: all .5s ease-out;
    text-decoration: none;
}

.post-content-format .intro, .intro h3 {
    font-size: 22px;
    font-weight: normal;
    color: #00984A;
    margin: 0 0 30px 0;
}



.image-right img{
    display: inline-block;
}







/* --- Tab Carousel --- */


.tab-carousel .fl-content-slider-navigation .slider-prev > div::before, .card-callout-slider-module .fl-content-slider-navigation .slider-next > div::after {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.tab-carousel .pp-content-post-carousel .owl-carousel,
.tab-carousel .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.tab-carousel .owl-item {
    opacity: 0.15;
}
.tab-carousel .owl-item.active {
    opacity: 1;
}
.tab-carousel .owl-dot span {
    border: 2px solid #0066B3;
}

/* --- Footer Subscribe --- */

.footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_body {
    width: 80%;
    max-width: 100%;
    transition: all .5s ease;
}
.footer-subscribe .gfield input {
    background: transparent;
    border-top:0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    transition: all .5s ease;
    color: #fff;
}
.footer-subscribe .gfield input:focus {
    background: transparent;
    border-top:1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 8px;
    background: #112369;
    transition: all .5s ease;
}
.footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_body input::placeholder {
    color: #ffffff;
    opacity: 1;
}
.gform_button {
    transition: all .5s ease;
}
.gform_button:hover {
    transition: all .5s ease;
}
.footer-subscribe .gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: 0;
}
.footer-subscribe .gform_wrapper .gfield_error [aria-invalid="true"] {
    border: 1px solid red;
    border-radius: 8px;
}
.footer-subscribe .gform_wrapper .validation_message {
    background: #112369;
    border: 1px solid #F7941D;
    color: #fff !important;
}
.footer-subscribe .gform_wrapper .gform_validation_errors {
    display: none;
}

/* -- History Timeline -- */

.history-timeline-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.history-timeline-wrapper::before {
    border-right-color: #65cada;
    border-right-style: dotted;
    border-right-width: 3px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.post-timeline-item::before {
    content: " ";
    display: table;
}

.post-timeline-item::after {
    display: block;
    clear: both;
    content: "";
}


/* Blobs
--------------------------------------------------------------------------*/

.blob-container .fl-row-content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.shape-blob {
    background:#FFD58E;
    border-radius: 30% 50% 20% 40%;
    animation: 
    transform 20s ease-in-out infinite both alternate,
    movement_one 40s ease-in-out infinite both;
    position: absolute;
    opacity: 20%;
    z-index: 0;
}
.shape-blob.one{
    height: 700px;
    width: 860px;
    left: -200px;
    top: -150px;
    transform: rotate(180deg);
    animation: transform 10s ease-in-out infinite both alternate, movement_two 20s ease-in-out infinite both;
}

.shape-blob.two{
    height: 500px;
    width: 750px;
    right: -300px;
    bottom: -150px;
    transform: rotate(180deg);
    animation: transform 15s ease-in-out infinite both alternate, movement_two 20s ease-in-out infinite both;
}

@keyframes transform
{
    0%,
    100% { border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%; } 
    20% { border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%; } 
    40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%; } 
    60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%; } 
    80% { border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%; } 
}


@keyframes movement_one
{
    0%,
    100% { transform: none; }
    50% { transform: translate(50%, 20%) rotateY(10deg) scale(1.2); }
}

@keyframes movement_two
{
    0%,
    100% { transform: none; }
    50% { transform: translate(10%, 10%) rotate(-180deg) scale(1.1);}
}

/* Forms
--------------------------------------------------------------------------*/

.partner-with-us-form .ginput_counter {
    font-size: .875em !important;
    text-align: right;
    color: #112369 !important;
    padding-top: 10px;
}

.partner-with-us-form .gfield input, .partner-with-us-form .gfield select {
    padding: 12px;
    text-align: left;
    outline: none;
    background: transparent;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #CFD3E1 !important;
    border-radius: 0;
    transition: all .5s ease;
    color: #112369 !important;
}

.partner-with-us-form .gfield input::placeholder {
    color: #112369 !important;
    opacity: 1;
}

.partner-with-us-form .field_description_above .gfield_description {
    padding-bottom: 0 !important;
    font-size: .8em !important;
    color: #112369 !important;
}








/* Card reel carousel */

.module-card-reel-carousel .fl-post-carousel-post .fl-post-carousel-title::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    position: absolute;
    top: 36px;
    right: 26px;
    font-size: 14px;
    color: #0066B3;
}

.module-card-reel-carousel .fl-post-carousel-navigation .carousel-prev > div::before,
.module-card-reel-carousel .fl-post-carousel-navigation .carousel-next > div::after {
    content: "\f060";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
}

.tab-carousel .fl-content-slider-navigation .slider-prev > div::before, .card-callout-slider-module .fl-content-slider-navigation .slider-next > div::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/* Add to CSS */

.module-50-50 .module-50-50-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
}

.module-50-50 .fl-module-content ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}

.module-50-50 .fl-module-content ul li {
  position: relative;
  padding-left: 21px;
}

.module-50-50 .fl-module-content ul li::before {
  content: ""; 
  position: absolute;
  background-color: #0066B3;
  border-radius: 50%;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 8px; 
  height: 8px;
  left: 0;
  top: 6px;
}

.module-50-50 .fl-module-content blockquote {
    padding-left: 20px;
    position: relative;
}

.module-50-50 .fl-module-content blockquote::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 2px;
    width: 1px;
    background-color: #00984A;
}

@media only screen and (max-width: 1220px) {
    .module-50-50 .module-50-50-bg-shape {
        max-width: 210px;
    }
}

.card-callout-slider-module .fl-slide {
    border-radius: 8px;
}

.card-callout-slider-module .fl-slide-foreground {
    display: flex;
    align-items: center;
}

.card-callout-slider-module .fl-slide-content-wrap {
    order: 2;
}

.card-callout-slider-module .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.card-callout-slider-module .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #FFFFFF;
}

.card-callout-slider-module .fl-content-slider-navigation .slider-prev {
    left: -56px;
}

.card-callout-slider-module .fl-content-slider-navigation .slider-prev > div,
.card-callout-slider-module .fl-content-slider-navigation .slider-next > div {
    display: flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.card-callout-slider-module .fl-content-slider-navigation .slider-prev > div::before,
.card-callout-slider-module .fl-content-slider-navigation .slider-next > div::after {
    content: "\f060";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
}

.card-callout-slider-module .fl-content-slider-navigation .slider-next > div::after {
    content: "\f061";
}

.card-callout-slider-module .fl-content-slider-navigation .slider-prev > div svg,
.card-callout-slider-module .fl-content-slider-navigation .slider-next > div svg {
    display: none;
}

.card-callout-slider-module .fl-content-slider-navigation .slider-next {
    right: -56px;
}

.card-callout-slider-module .fl-content-slider-navigation a {
    width: 36px;
    height: 36px;
    opacity: 1;
}

.card-callout-slider-module .fl-content-slider-navigation a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1220px) {
   .card-callout-slider-module .fl-content-slider-navigation a {
       display: none;
   } 
}

@media only screen and (max-width: 768px) {
   .card-callout-slider-module .fl-slide-mobile-photo {
       padding: 12px 12px 0;
   } 
   
   .card-callout-slider-module .fl-slide-content-wrap {
       text-align: left;
   }
}
.module-card-reel-carousel--second-var .fl-post-carousel-title,
.module-card-reel-carousel--second-var .fl-post-carousel-title > a{
    color: #00879E !important;
}

.module-card-reel-carousel--second-var .fl-post-carousel-title::after {
content: none !important;
}

/* Site add */

body.admin-bar .brex-mobile-menu-container-node {
    padding-top: 0 !important;
}

.interactive-map__country-nicaragua a {
    display: none;
}


.fl-page-content {
    background-color: transparent;
}


.pp-content-grid-empty {
    visibility: hidden;
}

.interactive-map__country.interactive-map__country-active {
 z-index: 99;   
}

.country-card-wrap .fl-photo-crop-circle img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.mask4 .pp-video-wrapper { overflow: visible; }

.mask4 .pp-aspect-ratio-169 .pp-fit-aspect-ratio {
    padding-bottom: 80%;
}

.is-style-intro-block {
    color: #00984A;
    font-size: 22px;
}

.module-card-reel-carousel .fl-post-carousel-post[aria-hidden="true"], .module-card-reel-carousel .fl-post-carousel-post[aria-hidden="false"] {
    transition: opacity 1s ease;
}


.donate-btn a {
background: #0066B3;
border-radius: 23px;
padding: 4px 20px !important;
color: #fff !important;
transition: all 0.2s linear;
margin-left: 14px;
}

.donate-btn a:hover {
    background: #004272;
    color: #fff !important;
    transition: all 0.2s linear;
}


.sidebar-navigation .menu-item {
    border-left: 7px solid transparent;
}

.sidebar-navigation .menu-item a {
    transition: all 0.2s linear;
    color: #112369;
    padding: 10px 25px;
}

.sidebar-navigation .menu-item:hover,
.sidebar-navigation .menu-item.current-menu-item {
    border-left-color: #0066B3;
}

.sidebar-navigation .menu-item:hover a,
.sidebar-navigation .menu-item.current-menu-item a {
    transform: translateX(10px);
    color: #0066B3;
}

.sidebar-navigation {
    border-radius: 8px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    padding: 20px 0;
    margin: 0 0 30px 0;
}

.testimonial {
    margin-top: 0;
    margin-bottom: 0;
    border-left: 1px solid #FFD58E;
}

.testimonial-column.fl-col {
    width: calc(100% - 80px) !important;
}

.testimonial-column .fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}

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

.testimonial-icon .fl-icon-wrap .fl-icon i {
    font-size: 27px;
    color: #ffd58e;
}

.testimonial-icon-column.fl-col {
    width: 80px !important;
    float: left;
}

.testimonial-icon-column .fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

@media (min-width: 801px) {
    .testimonial-column.fl-col {
        width: calc(100% - 100px) !important;
    }

    .testimonial-icon .fl-icon-wrap .fl-icon i {
        font-size: 36px;
    }   
    
    .testimonial-icon-column.fl-col {
        width: 100px !important;
    }
}

.testimonial blockquote p {
    font-size: 24px;
    font-weight: bold;
}

.quote blockquote::before {
        background-color: #ffd58e !important;
}

.pp-accordion .pp-accordion-item {
    background-color: white;
    transition: all 0.2s linear;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-bottom: 20px;
}

.pp-accordion .pp-accordion-item.pp-accordion-item-active {
    background-color: #F0FAFB;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0);
}

.pp-accordion .pp-accordion-item .pp-accordion-button {
    padding: 20px 25px;
    font-size: 24px;
    background-color: transparent;
    font-weight: bold;
    color: #00879E;
    transition: color 0.2s linear;
}

.pp-accordion .pp-accordion-item.pp-accordion-item-active .pp-accordion-button {
    color: inherit;
}

.pp-accordion .pp-accordion-item .pp-accordion-button-icon.pp-accordion-button-icon {
    width: 36px;
    height: 36px;
    background-color: #FFD58E;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #00879E;
    transition: all 0.2s linear;
}

.pp-accordion .pp-accordion-item .pp-accordion-button-icon.pp-accordion-button-icon::before{
    font-size: 18px;
}

.pp-accordion .pp-accordion-item .pp-accordion-open {
    display: flex;
}

.pp-accordion .pp-accordion-item.pp-accordion-item-active .pp-accordion-close {
    display: flex;
    background-color: white;
    color: #112369;
}

.pp-accordion .pp-accordion-item .pp-accordion-button-label {
    display: block;
    margin-left: 20px;
}

.pp-accordion .pp-accordion-item .pp-accordion-content {
    padding-left: 80px;
    padding-bottom: 20px;
}

.number-stats .fl-number-string {
    font-weight: bold;
}

.number-stats .fl-number-text {
    text-align: left;
}

.rich-text.fl-module-rich-text ul {
    list-style: disc;
    margin-left: 20px;
}

.rich-text.fl-module-rich-text ul li {
    padding-left: 0;
}

.rich-text.fl-module-rich-text ul li::marker {
    color: #0066B3;
    font-size: 20px;
}




/*arrow link */
.arrowlink {
	 color: #0066B3;
	 cursor: pointer;
	 font-weight: 600;
	 text-decoration: none;
}
 .link--arrowed {
	 display: inline-block;
	 height: 2rem;
	 line-height: 2rem;
}
 .link--arrowed .arrow-icon {
	 position: relative;
	 margin-left: -5px;
	 top: -1px;
	 -webkit-transition: -webkit-transform 0.3s ease;
	 transition: -webkit-transform 0.3s ease;
	 transition: transform 0.3s ease;
	 transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	 vertical-align: middle;
}
 .link--arrowed .arrow-icon--circle {
	 transition: stroke-dashoffset 0.3s ease;
	 stroke-dasharray: 95;
	 stroke-dashoffset: 95;
}
 .link--arrowed:hover .arrow-icon {
	 transform: translate3d(5px, 0, 0);
}
 .link--arrowed:hover .arrow-icon--circle {
	 stroke-dashoffset: 0;
}


.fl-post-carousel-grid .fl-post-carousel-title  {
    padding: 0 10px 0 0;
}

.module-card-reel-carousel.module-card-reel-carousel--third-var .fl-post-carousel-post .fl-post-carousel-title {
    padding-right: 20px;
}

/* Layout 
-----------------------*/

.fl-photo-caption.fl-photo-caption-below {
  text-overflow: initial;
  white-space: normal;
}


/* Team 
-------------------------------*/

.leadership-filter .facetwp-facet {
    margin-bottom: 0 !important;
}

.leadership-filter .facetwp-type-radio {
    display: flex;
    justify-content: flex-start;
}

.leadership-filter .facetwp-radio {
    background-image: none !important;
    background-color: transparent !important;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    margin: 0 10px;
    border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 23px;
 transition: all .5s ease;
}

.leadership-filter .facetwp-radio.checked, .leadership-filter .facetwp-radio:hover {
    background-color: #ffffff !important;
    background-repeat: repeat;
    color: #00879E !important;
    transition: all .5s ease;
}

.leadership-filter .facetwp-counter {
    display: none;
}


/* Resource Page 
---------------------------------*/
.load-more-btn {
text-align: center;
}

.load-more-btn .facetwp-load-more {
    background: #0066b3;
    color: #fff;
   padding: 5px 16px 6px 16px;
border-radius: 23px;
transition: all .5s ease;
font-weight: 600;

}

.load-more-btn .facetwp-load-more:hover {
       color: #fff;
    background: #004272;
    transition: all .5s ease;
    text-decoration: none;
}


/* Footer 
------------------*/

.footer-heading {
    font-weight: 600;
    margin-bottom: 10px !important;
}

/* History
-------------------------*/

@media (min-width: 780px) {
    .facetwp-flyout-open {
        display: none;
    }
}

.timeline-filter  .facetwp-facet {
    margin-bottom: 0 !important;
}

.timeline-filter .facetwp-type-radio {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 968px) {
    .timeline-filter .facetwp-type-radio { 
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    .pp-post-timeline-content .fl-post-image img, .pp-post-timeline-content .fl-post-video {
        min-width: auto;
        max-height: 360px;
    }
}

.timeline-filter .facetwp-radio {
    background-image: none !important;
    background-color: transparent !important;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin: 5px 10px;
    border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 23px;
 transition: all .5s ease;
 display: flex;
 align-items: center;
 justify-content: center;
}

.timeline-filter .facetwp-radio.checked, .timeline-filter .facetwp-radio:hover {
    background-color: #ffffff !important;
    background-repeat: repeat;
    color: #00879E !important;
    transition: all .5s ease;
}

.timeline-filter .facetwp-counter {
    display: none;
}

.facetwp-facet-time_periods_mobile select {
width: 100%;
border: 2px solid #f3f3f3;
background: #00879e;
color: #fff;
border-radius: 20px;
padding: 5px 10px;
}


/* News 
----------------*/

.facet-eyebrow {
    
font-family: DM Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
color: #FFFFFF;
opacity: 0.7;
}

.news-facet .facetwp-facet {
    margin-bottom: 0;
}

.news-facet .facetwp-dropdown {
    width: 100%;
}

.news-facet .facetwp-counts {
    font-size: 24px;
}

.blog-post blockquote {

font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 135%;
color: #00879E;
padding-left: 20px;
border-left: 1px solid #FFD58E;
margin: 40px 0 40px 60px !important;
position: relative;
}

.blog-post blockquote::before {
    content: open-quote;
position: absolute;
    font-family: Arial;
    font-size: 100px;
    left: -60px;
    top: 20px;
    color: #FFD58E;

}

.fl-menu-mobile-clone {
    background: #ffffff;
}

.brex-mega-menu-desktop .fl-col-content, .brex-mega-menu-desktop .ourwork-mm {
    width: 100%;
    display: inline-block !important;
}

.brex-mega-menu ul.sub-menu li::before {
    padding: 0 !important;
}


.mega-title > a {
    border-bottom: 2px solid #C3CFDE;
    font-weight: bold;
    
}

.mega-title .sub-menu li > a, .mega-title > a {
    color: #112369;
}

.mega-title .sub-menu {
    display: inline-block;
margin: 17px 0;
}

.mega-title .sub-menu li::before {
    content: "" !important;
    padding-right: 0;
}

/*.ourwork-mm .fl-tabs-vertical {
    display: flex;
}*/

.ourwork-mm {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.ourwork_mm .fl-col-content {
    display: inline-block;
}

.ourwork_mega .fl-tabs-label.fl-tab-active {
    border-left: 6px solid #0066B3 !important;
}

.brex-mega-menu > li > a {
    font-weight: bold;
}

@media (min-width: 1220px) {
.mobile-only {
    display: none !important;
}
}

.fl-menu-mobile-flyout .mobile-only {
    display: block !important;
}

/* Card reel */
.module-card-reel-carousel .fl-post-carousel-image {
    display: none;
}

.module-card-reel-carousel .fl-row-content-wrap {
    padding-bottom: 80px;
}

.fl-post-carousel-wrapper {
 height: auto;   
}

/*module formatting*/

.module-50-50 .fl-row-content-wrap, .module-content .fl-row-content-wrap {
    padding: 40px 0 !important;
}

.module-50-50.first-row .fl-row-content-wrap, .module-content.first-row .fl-row-content-wrap {
    padding: 80px 0 40px 0 !important;
}

.module-50-50.last-row .fl-row-content-wrap, .module-content.last-row .fl-row-content-wrap {
    padding: 40px 0 80px 0 !important;
}

.module-intro-content .fl-row-content-wrap {
    padding: 0 0 40px 0 !important;
}



  /*module formatting mobile*/
@media (max-width: 780px) {
  
.module-50-50 .fl-row-content-wrap, .module-content .fl-row-content-wrap {
    padding: 20px 0 !important;
}

.module-50-50.first-row .fl-row-content-wrap, .module-content.first-row .fl-row-content-wrap {
    padding: 20px 0 0 0 !important;
}

.module-50-50.last-row .fl-row-content-wrap, .module-content.last-row .fl-row-content-wrap {
    padding: 0 0 20px 0 !important;
}

.module-intro-content .fl-row-content-wrap {
    padding: 0 0 0 0 !important; 
}
}


.hero-icon {
   height: 90px;
}


.blob-container h3, .blob-container .strap, .module-card-reel-carousel--news-var h2, .module-card-reel-carousel--news-var h3 {
    z-index: 10;
    position: relative;
}

/* Hero 1 */
.image-caption-copy {
    line-height: 1.8em;
}

#pardot-form p {
    color: #ffffff;
}

@media (max-width: 780px) {
.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield {
    display: inline-block !important;
}
.gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
    vertical-align: bottom !important;
}
}


/* --- Theme Colors --- */

.orange {
    color: #F7941D !important;
}

/*Quote*/

.quote-navy {
  background: url('/wp-content/themes/bb-theme-child/assets/images/quote-marks-orange.svg') no-repeat top 20px left !important;
  margin-left: 20px;
}

.quote-navy blockquote::before {
  background-color: #F7941D !important;
}

.quote-blue {
  background: url('/wp-content/themes/bb-theme-child/assets/images/quote-marks-lightblue.svg') no-repeat top 20px left !important;
  margin-left: 20px;
}

.quote-blue blockquote::before {
  background-color: #65CADA !important;
}

.quote-white {
  background: url('/wp-content/themes/bb-theme-child/assets/images/quote-marks-white.svg') no-repeat top 20px left !important;
  margin-left: 20px;
}

.quote-white blockquote::before {
  background-color: #FFFFFF !important;
}


.quote-fullblue {
  background: url('/wp-content/themes/bb-theme-child/assets/images/quote-marks-blue.svg') no-repeat top 20px left !important;
  margin-left: 20px;
}

.quote-fullblue blockquote::before {
  background-color: #0066B3 !important;
}

.navy .shape-blob, .green .shape-blob, .blue .shape-blob {
  background: rgba(255, 255, 255, 0.15);;
}

.navy .pp-content-grid-post-text .post-card-title {
  color: #112369;
}

.green .pp-content-grid-post-text .post-card-title {
  color: #00984A;
}

.module-card-reel-carousel--second-var.navy .fl-post-carousel-title > a {
  color: #293978 !important;
}

.module-card-reel-carousel--second-var.green .fl-post-carousel-title > a {
  color: #00984A !important;
}

.module-card-reel-carousel--second-var.blue .fl-post-carousel-title > a {
  color: #0066B3 !important;
}


/*
 * Adjusted CSS to make the facade responsive using the 16:9 aspect ratio technique.
 * Place this in your theme's style.css or another appropriate CSS file.
 *
 * Install: none
 */
 .youtube-facade {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;       /* Clip any overflowing child elements */
  }
  /* Thumbnail covers container */
  .youtube-facade img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills its box without distortion */
    display: block;
  }
  /* Play button in the center of container
     Replaced the background with a right-pointing arrow */
  .youtube-facade .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;   /* Adjust as needed */
    height: 64px;  /* Adjust as needed */
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPnBsYXk8L3RpdGxlPjxwYXRoIGQ9Ik0xMjggOTZ2MzIwYzAgMTQuMiAxMS44IDI2IDI2IDI2IDIuMyAwIDQuNi0uMyA2LjgtMS4xbDI1Ni0xNjAtMjU2LTE2MGMtMTMuMS02LjEtMjguOS0uNC0zNS4xIDEyLjcgLTMuMiA2LjgtMy4yIDE0LjN6Ii8+PC9zdmc+') no-repeat center;
    background-size: 64px 64px; /* Match width/height above */
    cursor: pointer;
    opacity: 0.8;
  }
  .youtube-facade .play-button:hover {
    opacity: 1;
  }
  /* Once the iframe is injected, ensure it fills the container.
     (This assumes your script is setting iframe style to absolute as well.) */
  .youtube-facade iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }