
/* STICKY BLOG CTA
--------------------------------------------------- */
#sticky {
transition: all 0.5s ease-in-out;
top: 0px;
opacity: 1;
}

#sticky.px-stick {
position: fixed;
top: 100px;
}

@media (min-width : 767px) {
.px-stick-invisible {
opacity: 0 !important;
}
} /* End @media */

/* Mobile CSS */
@media (max-width : 767px) {
#sticky.px-stick {
display: block !important;
}
} /* End @media */


/* SEARCH POPUP
--------------------------------------------------- */
body:not(.fl-theme-layout-template-default) div#search-popup-overlay .uabb-content {
width: 100% !important;
}


/* NEWSLETTER CTA BANNER
--------------------------------------------------- */
.global-newsletter-cta-row .fl-module-dorcas-text {
background: #FDC300 !important;
}

.global-newsletter-cta-row {
margin-bottom: 80px!important;
}

.global-newsletter-cta-row .fl-row-content-wrap {
padding-left: 0px;
padding-right: 0px;
}

.global-newsletter-cta-row  h2 {
color:white !important;
}

.global-newsletter-cta-row .fl-module-dorcas-text {
padding-bottom: 0px !important;
}
