body .btn, html .btn , body .gform_wrapper .button{
    background-color: #e60895;
    transition: all 0.4s linear 0s;
}

.image-wrapper img {
    width: 100%;
}

body .btn:hover, html .btn:hover, body .btn:focus, html .btn:focus, body .gform_wrapper .button:hover, body .gform_wrapper .button:focus {
    background-color: transparent !important;
}
body .btn.light-cyan{
    background-color: transparent!important;
}
body .btn.light-cyan:hover{
    background-color: transparent!important;
}
body .btn.purple{
    background-color: transparent !important;
}
body .btn.purple:hover {
    background-color: transparent !important;
}
body .btn.dark-blue {
    background-color: transparent !important;
}
body .btn.dark-blue:hover {
    background-color: transparent !important;
}
body .btn.gray {
    background-color: transparent !important;
}
body .btn.gray:hover {
    background-color: transparent !important;
}
body .btn.light-blue {
    background-color: transparent !important;
}
body .btn.light-blue:hover {
    background-color: transparent !important;
}
body .btn.yellow {
    background-color: #dbe444 !important;
    color: #002269;
}
body .btn.yellow:hover {
    background-color: #c4cc28 !important;
    color: #002269 !important;
}
body .btn.green {
    background-color: #4a9463 !important;
}
body .btn.green:hover {
    background-color: #3c8153 !important;
}
#footer-wrapper .gform_wrapper.gravity-theme .gform_footer {
    display: block !important;
}
.flexible-content-panel.dark-background h1, .flexible-content-panel.dark-background h2, .flexible-content-panel.dark-background h3,
.flexible-content-panel.dark-background h4, .flexible-content-panel.dark-background h5, .flexible-content-panel.dark-background h6,
.flexible-content-panel.dark-background p, .flexible-content-panel.dark-background span, .flexible-content-panel.dark-background strong , 
.flexible-content-panel.dark-background b, .flexible-content-panel.dark-background i, .flexible-content-panel.dark-background em , 
.flexible-content-panel.dark-background a{
    color: #002269;
}
.flexible-content-panel.light-background a, .flexible-content-panel.dark-background a, .flexible-content-holder a{
    text-decoration: underline;
}
.flexible-content-panel.light-background a:hover, .flexible-content-panel.dark-background a:hover{
    text-decoration: none;
}
.flexible-content-panel.light-background h1, .flexible-content-panel.light-background h2, .flexible-content-panel.light-background h3,
.flexible-content-panel.light-background h4, .flexible-content-panel.light-background h5, .flexible-content-panel.light-background h6,
.flexible-content-panel.light-background p, .flexible-content-panel.light-background span, .flexible-content-panel.light-background strong , 
.flexible-content-panel.light-background b, .flexible-content-panel.light-background i, .flexible-content-panel.light-background em, 
.flexible-content-panel.light-background a {
    color: #002269;
}
body #latest-tweet .tweet-wrapper {
    background: -webkit-gradient(linear,left top, left bottom,from(#60d1e0),to(#002269));
    background: -webkit-linear-gradient(top,#60d1e0,#002269);
    background: -o-linear-gradient(top,#60d1e0,#002269);
    background: linear-gradient(180deg,#60d1e0,#002269);
}
.embed-code-ifram iframe {
    width: 100%;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    background-color: #e60895 !important;
    transition: all 0.4s linear 0s;
    color: #fff !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{
    background-color: transparent !important;
}
body #latest-tweet .tweet-wrapper > .fa-twitter {
    color: #fff;
}
#home-explainer {
    position: relative;
}
.site_logo_one {
    position: absolute;
    left: 5%;
    top: 70%;
    transform: translateY(-50%);
    pointer-events: none;
    max-width: 218px;
}
.site_logo_one img {
    width: 100%;
}
#home-cta {
    background-image: none;
}
#home-posts {
    background-position: 97.5% 30%;
}
.post-password {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
}
.post-password p + p{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding-top: 20px;
}
.post-password .post-password-form label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-direction: column;
}
.post-password .post-password-form input[type=submit] {
    letter-spacing: .08rem;
    background-color: #e60895;
    transition: all 0.4s linear 0s;
    color: #fff;
    font-family: Work Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: .95rem;
    padding: 11px 40px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    white-space: normal;
}
.post-password .post-password-form input { 
    margin: 5px;
}
.post-password .post-password-form input[type=password] {
    width: 350px;
    height: 50px; 
    padding: 10px;
}
.post-password .post-password-form input[type=submit]:hover {
    background-color: transparent !important;
}
/* Remove col-lg-offset-2 for screen sizes 1200px-1600px */
@media (min-width: 1200px) and (max-width: 1600px) {
    #home-explainer .col-lg-offset-2 {
        margin-left: 0 !important;
    }
}

@media (max-width: 1350px) {
    .site_logo_one {
        max-width: 150px;
    }   
    #home-posts{
        background-position: 100% 40%;
    }
    #latest-tweet , #home-posts{
        background-size: 150px;
    }
}
@media (max-width: 1199px) {
    #latest-tweet {
        background-position: 2% 75%;
    }
    .site_logo_one {
        left: 2%;
    }
}
@media (max-width: 1000px) {
    .site_logo_one {
        display: none;
    }
    #home-posts, #latest-tweet {
        background-image: none;
    }
    .post-password {
        padding-top: 70px;
    }
}
@media (max-width: 640px) {
    .post-password .post-password-form input[type=password] {
        width: 100%;
    }
}

.custom-logo {
    max-width: 180px;
}

.central-no-width:last-child {
    width: 0% !important;
}

.central-flex {
    display: flex;
    justify-content: center;
}

body .full-width-img-panel .hero-image {
    min-height: 300px !important;    
    padding: 25px 0;
    height: auto !important;
    display: flex;
    align-items: center;
}
body  .full-width-img-panel .hero-image .hero-text{
    position: static;
    transform: unset;
}

.flexible-content-panel p a{
    word-break: break-all;
}

@media (max-width: 420px) {
    #top-footer #newsletter-signup-form input[type="text"]{
        min-width: 100%;
    }
}

/* Mobile header layout fixes */
@media (max-width: 767px) {
    .mobile-header-row {
        display: flex!important;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        background-color: #002269;
    }
    
    .mobile-header-row .navbar-brand {
        margin: 0;
        padding: 0;
        height: auto;
    }
    
    .mobile-controls {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .mobile-controls .search-toggle {
        background: none;
        border: none;
        padding: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-controls .search-toggle img {
        width: 24px;
        height: 24px;
        filter: brightness(0) invert(1);
    }
    
    .mobile-controls .navbar-toggle {
        margin: 0;
        padding: 4px 6px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .mobile-controls .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    
    .mobile-search-bar {
        display: none;
        padding: 10px 15px;
        background-color: #fff;
    }
    
    .mobile-search-bar.mobile-search-active {
        display: block;
    }
}

/* Mobile menu dropdown arrows */
@media (max-width: 767px) {
    #mobile-navigation .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    
    #mobile-navigation .dropdown-arrow {
        font-size: 12px;
        transition: transform 0.3s ease;
        margin-left: 10px;
        color: #fff;
    }
    
    #mobile-navigation .menu-item-has-children.open > a .dropdown-arrow {
        transform: rotate(180deg);
    }
    
    #mobile-navigation .sub-menu {
        display: none;
        background-color: rgba(0, 34, 105, 0.9);
        padding-left: 20px;
    }
    
    #mobile-navigation .menu-item-has-children.open .sub-menu {
        display: block;
    }
    
    #mobile-navigation .sub-menu li a {
        padding: 10px 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 14px;
    }
}


.sticky-cta-container {
        position: fixed;
    bottom: 50px; 
    right: 50px;  
    z-index: 99999;
    padding: 20px 30px;
    border-radius: 9999px;
    width:307px;
border:  2px solid #E60895;
background: #fff;

box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Sticky CTA button */
.sticky-cta-button {
color:  #002269;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 131.579% */
letter-spacing: -0.19px;
display:flex;

gap:10px;
align-items: center;;

}

.sticky-cta-button:after {
    content: '';
    display:block;
    min-width:64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTEzIDVIMTlWMTEiIHN0cm9rZT0iIzAwMjI2OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE5IDVMNSAxOSIgc3Ryb2tlPSIjMDAyMjY5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
border-radius:  9999px;
background-color:  #E8E8E8;
    background-position: center;
}

/* Mobile: full width sticky to bottom of viewport */
@media (max-width: 767px) {
    .sticky-cta-container {
        right: 20px;
        bottom: 20px;
        width: 300px;
        padding: 16px 18px;
        text-align: center;
        box-sizing: border-box;
    }
}

/* Ensure large enough touch target */
.sticky-cta-container {
    min-height: 48px;
    line-height: 1;
}
