﻿@font-face {
    font-family: "GraphikRegular";
    src: local("Trickster"), url("/assets/fonts/Graphik/GraphikRegular.otf") format("opentype"), 
        url("/assets/fonts/Graphik/GraphikRegular.woff") format("woff"), 
        url("/assets/fonts/Graphik/GraphikRegular.woff2") format("woff2"), 
        url("/assets/fonts/Graphik/GraphikRegular.ttf") format('truetype'), 
        url("/assets/fonts/Graphik/GraphikRegular.svg#GraphikRegular") format('svg');
}

@font-face {form
    font-family: "GraphikMedium";
    src: local("Trickster"), 
        url("/assets/fonts/Graphik/GraphikMedium.otf") format("opentype"), 
        url("/assets/fonts/Graphik/GraphikMedium.woff") format("woff"), 
        url("/assets/fonts/Graphik/GraphikMedium.woff2") format("woff2"), 
        url("/assets/fonts/Graphik/GraphikMedium.ttf") format('truetype');
}

:root {
    --primary-color: #000000;
    --secondary-color: #6c757d;
    --accent-color: #e83e8c;
    font-family: "GraphikMedium";
}


body {
    background-color: white;
}

.greySection {
    background-color: #ebebeb;
}

.themeBanner {
    background-color: #E6E5E5;
    padding: 80px 0px;
    margin: 0;
}

.themeBanner p {
    margin-right: 25%;
}

.track-status-box > button:hover, .track-status-box > button:focus, .track-status-box > button.active {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

h1{
    font-family: GraphikMedium !important;
}

h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
ol,
button,
input,
select{
    font-family: GraphikRegular !important;
}


.HomeHeadingFont {
    font-family: GraphikRegular !important;
}
/* theme content area */
.ThemeContent h1 {
    font-family: GraphikMedium !important;
}

.SheilaBannerH1 span {
    font-family: GraphikRegular !important;
    font-weight: bold !important;
}

.ThemeContent h2,
.ThemeContent h3,
.ThemeContent h4,
.ThemeContent h5,
.ThemeContent h6,
.ThemeContent p,
.ThemeContent span,
.ThemeContent ul,
.ThemeContent li,
.ThemeContent ol,
.ThemeContent button,
.ThemeContent input,
.ThemeContent a,
.ThemeContent select {
    font-family: GraphikRegular !important;
}


.HTABannerText {
    font-family: GraphikRegular !important;
    font-weight: 700;
}
.HTAAppointmentText {
    font-family: GraphikRegular !important;
    font-weight: 700;
}
.PromaryFont {
    font-family: GraphikRegular !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.ThemeContent h1:after {
    content: "";
    position: absolute;
    bottom: -12px;
    top: unset;
    left: 50%;
    transform: translateX(-100%);
    height: 1px;
    background-color: black;
    width: 50%;
}

.DonateTestColor {
    color: #000000 !important; 
}

    .DonateTestColor a {
        color: #000000 !important;
    }


.AHover:hover{
    text-decoration: underline !important;
    /*font-weight:600 !important*/
}

.TACSecprator:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 75%;
    transform: translateX(-100%);
    height: 1px;
    background-color: black;
    width: 50%;
    margin-top: 30px;
}


.ThemeContent h1.profile:before {
content: "";
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-100%);
height: 0px;
background-color: black;
width: 50%;
}

.ThemeContent h1.profile:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-100%);
    height: 0px;
    background-color: black;
    width: 50%;
}
    .ThemeContent h5.profile {
        text-transform: capitalize;
        color: #8c8c8c;
        font-weight: 600;
        font-size: 25px !important;
        margin-top: 1rem;
    }
.team_card {
    margin-top: 3rem !important;
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    margin-bottom: 3rem !important;
}
    .team_card .col {
        flex: 1 0 10%;
    }
@media (max-width: 750px) {
    .team_card {
        grid-template-columns: repeat(2, 1fr);
    }
    .team_card .col {
        flex: 1 0 50%;
    }
}
    @media (max-width: 450px) {
        .team_card {
            grid-template-columns: repeat(1, 1fr);
        }
        .team_card .col {
            flex: 1 0 100% !important;
        }
    }


.ThemeContent p {
    font-family: GraphikRegular !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 28px;
    padding-top: 25px;
    color: var(--primary-color);
}
@media (max-width: 600px) {
    .order-sm-one {
        order: 1;
    }
    .order-sm-two {
        order: 2;
    }
    .ThemeContent h1 {
        font-size: 45px !important;
        line-height: unset !important;
    }
    .themeBanner p {
        margin-right: 0 !important;
      }
    .widget .logo {
        max-width :100% !important;
    }

    .grid_lfr_three {
        grid-template-columns: unset !important;
    }
    .ThemeFooter > .social-links {
        justify-content: center;
    }

        .ThemeFooter > .social-links > a {
            margin-bottom: 5px;
            max-width: 2.1rem;
            max-height: 2.1rem;
            margin: 0 6px;
            margin: 16px 8px 0px 6px !important;
        }


      .ThemeContent h1::before { 
        left: 70% !important;
         width: 70%  !important;
      }

      .EverydayLeftCol {
        margin: 25px 0px !important;
      }

        .EverydayLeftCol img {
            margin: 0px 0;
            width: 100%;
        }

      .ThemeFooter.FooterTop {
        flex-flow: column;
        align-items:center
      }

      p.FooterFont{
        /*text-align: center !important;*/
         margin-top: 12px !important;
        }
        .post-info {
            height: 11rem;
          }
          
    }


.ThemeContent h1 {
    font-family: GraphikRegular;
    font-size: 60px;
    /*font-weight: 600;*/
    line-height: 55px;
    padding-top: 50px;
    color: var(--primary-color);
}

.ThemeContent h3 {
    font-family: GraphikRegular;
    font-size: 35px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: -3.5%;
    color: var(--primary-color);
    padding: 0;
}

.SidePanelHidden{
    display:none !important
}

.ThemeContent h2 {
    font-family: GraphikRegular;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -3.5%;
    color: var(--primary-color);
    padding-bottom: 10px;
}

.ThemeContent h5 {

    text-transform: capitalize;
    color: #000000;
    font-weight: 600;
    font-size: 25px !important;
}

.img-width-content {
    padding: 30px 0;
}

.img-content-width {
    width: 100%;
}

.ThemeContent .member-info>h5+p {
    padding: 10px 0px;
}
.greyErrorMessage {
    padding: 20px;
    background: #e2e1d8;
    text-align: center;
    margin: 13px 0;
}
.greyErrorMessage h3 {
    color: #353535;
    line-height: 1;
    font-size: 21px;
    font-weight: 600;
}
.greyMessage {
    background: grey;
}
/* theme box card */

.ThemeBox .card {
    cursor: pointer;
    width: 100%;
}

.ThemeBox h5 {
    font-family: GraphikRegular;
    text-transform: capitalize;
    color: #000000;
    font-weight: 600;
    font-size: 19px !important;
}

.ThemeBox p {
    padding-top: 10px;
    font-family: GraphikRegular;
}


@media(max-width: 1250px) {
    .ThemeBox .darkOverlay {
        position: unset !important;
        background: #0000006e;

    }
    .ThemeBox .card_mob_image {
        position: absolute;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        width: 100%;
    }
    .ThemeBox .darkOverlay p{
        margin-right: 0 !important
    }
    .themeBox {
        position: absolute;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
}

.ThemeBox .darkOverlay {
    position: absolute;
    bottom: 0;
    padding: 26px 50px;
    width: 100%;
    background-color: transparent;
    font-family: GraphikRegular;
    opacity: unset;
}

.ThemeBox .darkOverlay p {
    font-family: GraphikRegular;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    color: white;
    text-align: left;
    margin-right: 25%;
}

.ThemeBox .darkOverlay h5 {
    color: white;
    font-size: 52px !important;
}

.ThemeBox .darkOverlay .shortdesc {
    font-size: 16px !important;
    font-family: GraphikRegular !important;
}

.ThemeBox .darkOverlay hr {
    border-color: #959595;
    margin: 18px 0;
}

.CardContent .member-info>h5+p {
    padding: 0px 0px;
}

/* card content area */
.CardContent h1,
h2,
h3,
.CardContent h4,
h5,
h6,
p {
    font-family: GraphikRegular !important;
}

.ThemeContent h1:after {
    content: "";
    position: absolute;
    bottom: -12px;
    top:unset;
    left: 50%;
    transform: translateX(-100%);
    height: 1px;
    background-color: black;
    width: 50%;
}

.CardContent p {
    font-family: GraphikRegular !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 29px;
    padding-top: 10px;
    color: var(--primary-color);
}


.CardContent h1 {
    font-family: GraphikRegular;
    font-size: 80px;
    font-weight: 600;
    line-height: 88px;
    padding-top: 40px;
    color: var(--primary-color);
}

.CardContent h3 {
    font-size: 29px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 10px 0 0 0;
    line-height: 25px;
}

.CardContent h2 {
    font-family: GraphikRegular;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    color: var(--primary-color);
    padding: 50px 0;
}

.CardContent h5 {
    text-transform: capitalize;
    color: #000000;
    font-weight: 600;
    font-size: 18px !important;
    margin: 14px 0;
}

/* theme member Box */

.peddingSec {
    padding: 80px 0;
}
.smallPreHead {
    font-family: GraphikRegular;
     font-size: 18px; font-weight: 500; line-height: 32px; letter-spacing: 0em; text-align: left;
}
/* Header Area */

.bannerWho {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.themeHeader .res-header-topbar {
    background-color: white;
}
.themeHeader .res-header-topbar-inner .res-menu-btn {
    left: -15px;
 
}
.themeHeader .res-header-topbar .logo img{ 
    padding: 0px;
}
.themeHeader {
    background: white;
    padding: 0px 0;
    position: static;
    z-index: 331;
    box-shadow: 1px 1px 1px 1px #81818121;
}

    .themeHeader .res-header-topbar {
        background: white !important;
    }
.themeHeader .logo img {
    opacity: 0.8;
    width: 195px;
    padding: 8px;
    filter: none !important;
}

.themeHeader nav>ul>li {
    font-size: 16px;
    color: #40403F;
    font-family: GraphikMedium !important;
    padding-right: 0px !important;
}

.res-menu ul li a {
    display: block;
    color: black;
    font-size: 20px;
}
/*.themeHeader nav>ul>li a {
    font-weight: 600;
}*/
.themeHeader nav > ul > li a {
    font-weight: 500;
}

.themeHeader nav>ul>li a:focus,
.themeHeader nav>ul li:hover>a {
    color: #6b6b6b;
    /*border-bottom: 1px solid #40403F;*/
    padding-bottom: 15px;
}

.themeHeader .megamenu-dropdown nav>ul>li a:focus,
.themeHeader nav>ul li:hover>a {
    color: #6b6b6b;
    border-bottom: none;
    padding-bottom: 18px;
}

.themeHeader .megamenu-dropdown>ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 12px;
    background-color: #40403F;
    top: 20px;
}

.themeHeader .megamenu-quote blockquote cite:before {
    background-color: #40403f;
}

/* buttons */
.themBtnTrans {
    display: inline-block;
    padding: 12px 2.3rem;
    border: 1px solid #40403F;
    color: #40403F;
    background: transparent;
    font-family: GraphikMedium;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.themBtnTrans:hover {
    background: #40403F;
    color: white;
}
.themBtnTransSmallInvers {
    display: inline-block;
    padding: 12px 11px;
    border: 1px solid transparent;
    color: white;
    background: #40403F;
    font-size: 16px;
    font-family: GraphikMedium;
    text-align: center;
    border-radius: 5px;
    margin: 0px 2px !important;
}
.themBtnTransSmallInvers:hover {
    background: #7C7C7C;
}

.themBtnTransSmall {
    display: inline-block;
    padding: 12px 11px;
    border: 1px solid #40403F;
    color: #40403F;
    background: transparent;
    font-size: 16px;
    font-family: GraphikMedium;
    text-align: center;
    border-radius: 5px;
    margin: 0px 2px !important;
}

.themBtnTransSmall:hover {
    background: #40403F;
    color: white;
}

.CardBtn {
    float: left;
    text-transform: uppercase;
    padding: 1px 0 0 0;
    color: #909399;
    font-weight: 400;
}

.newsletter button {
    background-color: var(--white-color);
    color: var(--black-color);
    font-family: 'GraphikRegular';
    font-size: 1rem !important;
    width: 6rem !important;
    height: 3rem !important;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 1px !important
}

.ThemeFooter>ul li:hover>a,
.ThemeFooter>ul li a:focus {
    /*border-bottom: 1px solid white !important;*/
    color: white !important;
}



.ThemeFooter>.bottom-links>li a:hover,
.ThemeFooter>.bottom-links>li a:focus {
    /*border-bottom: 1px solid white !important;*/
    color: white !important;
}

.ThemeFooter>.newsletter>button:hover,
.ThemeFooter>.newsletter button:focus {
    background-color: none !important;
    color: none !important
}

.ThemeFooter>p a:hover,
.bottom-bar p a:focus {
    /*border-bottom: 1px solid white !important;*/
    color: white !important;
}




.ThemeContent .theme-btn.v2 {
    display: inline-block;
    padding: 12px 2.3rem;
    color: #FFF !important;
    font-family: GraphikRegular !important;
    font-size: 1.25rem;
    background-color: rgb(64, 64, 63) !important;
    text-align: center;
    position: relative;
    letter-spacing: .75px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    border: 2px solid transparent !important;
    border-radius: 5px;
}

.ThemeContent .theme-btn.v2:hover {
    color: rgb(64, 64, 63) !important;
    background-color: transparent !important;
    border: 2px solid  rgb(64, 64, 63) !important;
}

.ThemeContent .theme-btn.brd-btn.v2 {
    display: inline-block;
    padding: 12px 2.3rem;
    color:  rgb(64, 64, 63) !important;
    font-family: GraphikRegular !important;
    font-size: 1.25rem;
    background-color: transparent !important;
    text-align: center;
    position: relative;
    letter-spacing: .75px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    border: 2px solid  rgb(64, 64, 63) !important;
    border-radius: 5px;
}

.slick-prev-style {
    position: absolute;
    width: 1.75%;
    top: 50%;
    left: -3%;
}

.slick-next-style {
    position: absolute;
    width: 1.75%;
    right: -3%;
    top: 50%;
}

.imageHeight {
    height: 310px;
    object-fit:cover

}

.ThemeContent .theme-btn.brd-btn.v2:hover {
    color: #FFF !important;
    background-color: rgb(64, 64, 63) !important;
    border: 2px solid transparent !important;
}

.ThemeContent .theme-btn.v4 {
    display: inline-block;
    padding: 10.5px 0.5rem !important;
    color: #FFF !important;
    font-family: GraphikRegular !important;
    font-size: 0.9rem !important;
    background-color: rgb(64, 64, 63) !important;
    text-align: center;
    position: relative;
    letter-spacing: .75px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    border: 2px solid transparent !important;
    border-radius: 5px;
}

    .ThemeContent .theme-btn.v4:hover {
        color: rgb(64, 64, 63) !important;
        background-color: transparent !important;
        border: 2px solid rgb(64, 64, 63) !important;
    }

.ThemeContent .theme-btn.v3 {
    display: inline-block;
    padding: 12px 2.3rem;
    color: #FFF !important;
    font-family: GraphikRegular !important;
    font-size: 1.25rem;
    background-color: rgb(64, 64, 63) !important;
    text-align: center;
    position: relative;
    letter-spacing: .75px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    border: 2px solid transparent !important;
    border-radius: 5px;
}

    .ThemeContent .theme-btn.v3:hover {
        color: #ffffff !important;
        background-color: transparent !important;
        border: 2px solid #ffffff !important;
    }

.ThemeContent .theme-btn.brd-btn.v3 {
    display: inline-block;
    padding: 12px 2.3rem;
    color: #fff !important;
    font-family: GraphikRegular !important;
    font-size: 1.25rem;
    background-color: transparent !important;
    text-align: center;
    position: relative;
    letter-spacing: .75px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    border: 2px solid #fff !important;
    border-radius: 5px;
}
.ThemeContent .theme-btn.brd-btn.v3:hover {
    color: #FFF !important;
    background-color: rgb(64, 64, 63) !important;
    border: 2px solid transparent !important;
}








.ThemeContent .press-release-box + .press-release-box {
    padding-top: 1.125rem;
}

.ThemeContent .press-releases-wrap p {
    padding: 0;
}



/*Footer*/

.ThemeFooter.FooterTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}


.FooterPadding {
    padding-bottom: 50px !important
}

.ThemeFooter .bottom-bar > p {
    color: #d2d2d2 !important;
}

.ThemeFooter > .social-links > a {
    display: inline-flex;
    text-align: center;
    background-color: #fdfdfd;
    height: 2.5rem !important;
    width: 2.5rem !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin: 0 6px;
}

    .ThemeFooter > .social-links > a svg {
        fill: black;
        height: 1.10rem;
    }

.bg-color8 .newsletter input {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #FFFFFF !important;
    border-radius: 2px;
}

.FooterFont {
    font-family: GraphikRegular !important;
    color:white;
}
.footer_newsletter {
    margin-top: 15px;
}
.footer_newsletter input {
    background: transparent;
    border: 1px solid #bababa !important;
    padding: 6px 9px;
    width: 100%;
    margin: 5px 0;
    color: white;
    min-height: 40px;
}
    .footer_newsletter .error {
        font-size: 14px !important;
    }
.footer_newsletter_btn {
    background: #000000;
    border: 1px solid #bababa !important;
    padding: 5px 35px;
    margin: 5px 0;
    color: white;
    min-height: 40px;
}
.footer_bottom {
    text-align: initial;
    padding-top: 15px;
    background: black;
    padding-bottom: 15px;
}
    .footer_bottom ul a {
        color: #D2D2D2;
        font-size:15px;
    }
    .footer_bottom ul {
        display: inline-flex;
        gap: 10px;
    }
    @media (max-width:750px) {
        .footer_bottom ul {
            display: inline-flex;
            gap: 10px;
            flex-flow: column;
            justify-content: center;
            text-align: center;
            width: 100%;
        }
        .footer_bottom .copyright {
            text-align: center !important;
        }
    }
    .footer_bottom .copyright {
        color: #D2D2D2;
        font-size: 15px;
        text-align: right;
    }

.footer_contact {
 
}

.footer_contact_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .footer_contact_item img {
        color: #f9f9f9;
        text-decoration: none;
        font-size: 16px;
        margin-right: 15px;
    }

    .footer_contact_item a {
        color: #f9f9f9;
        text-decoration: none;
        font-family: 'GraphikRegular';
        font-size: 16px;
    }

.footer_contact_item a:hover {
    text-decoration: underline;
}

.footerCOlor {
    color: #D2D2D2 !important;
}

.ThemeFooter .FooterLis:hover {
    text-decoration: underline !important;
    color: white !important;
}
.theme-btn.FooterFont {
    color: #272727 !important;
}

/* common Css */
.p-0 {
    padding: 0 !important;
}

.mr-3-per {
    margin-right: 3% !important;
}

.pr-20-per {
    padding-right: 20% !important;
}

.mr-zero {
    margin-right: 0 !important;
}

.moreLink {
    margin-top: 17px;
}

.backToTop {
    color: black !important;
}
.textright {
    text-align: right;
}
.textcenter {
    text-align: center;
}
.textleft{
    text-align: left;
}
.applybtn {
    text-align: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
}
.applybtn button{
    margin: 0 !important;
}

.padt-50 {
    padding-top: 50px !important;
}

.pt-45 {
    padding-top: 45px !important;
}
.video_overlay {
    width: 100%;
    height: 327px;
    position: absolute;
    top: 0;
    z-index: 6;
    /*background: #01010157;*/
    background: #010101a6;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_overlay h2 {
    color: white;
}

.background-video-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.dark_sec_invite {
    font-family: Graphik;
    font-size: 27px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 80%;
    margin: 70px auto;
    color: white;
}
.res-footer-logo {
    max-width: 215px;
    margin-top: 0;
}
footer {
    background-color: #f5f5f5;
    /*padding: 20px;*/
    text-align: center;
}

#backToTopBtn {
    /*display: none;*/
    color: black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    margin: auto;
    border-radius: 5px;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.backToTop {
    display: flex;
    flex-flow: column;
}

#backToTopBtn i {
    border: 1px solid black;
    color: black;
    border-radius: 50%;
    width: 60px;
    font-size: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px auto;
}



.ThemeContent .TACHeading {
    font-size: 48px;
}.ThemeContent .TACHeadingMain {
    font-size: 48px;
}


.TACHeading:before {
    position: unset !important;
}




.paralyzeBoxLogo {
    box-shadow: 0px 0px 5px 0px #2c2c2c33;
    border-radius: 6px;
    padding: 8px;
    max-width: 100%;
    margin: 0px;
    text-align: center;
    height: 100%;
    display: flex;
    object-fit: contain;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
}

.paralyzeBoxLogo:hover {
    border: 1px solid #a1a1a1;
}

.paralyzeBoxLogo img {
    width: 180px;
}

#backToTopBtn i:hover {
    background-color: #d9d9d9;
}
.fl20 .sidepanel-btn{
    display: none;
}
/* common Css end here  */

.ThemeContent .ThemeBox>h6 {
    font-family: GraphikRegular !important;
    font-size: 18px;
    font-weight: 600;
}

.padding-top-120 {
    padding-top: 120px !important;
}

.margin-right-0 {
    margin-right: 0 !important
}

.margin-right-7 {
    margin-right: 7% !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-top-0 {
    padding-top: 0px !important
}

.padding-top-100 {
    padding-top: 100px !important;
}





/*Community Partners*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* Adjust the color and opacity as needed */
}

/* .ThemeBox h2 {
    font-family: GraphikRegular;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: -3.5%;
    color: var(--primary-color);
    padding: 25px 0;
}

.ThemeBox h5 {
    font-family: GraphikRegular;
    font-size: 16px !important;
    font-weight: 400;
} */
.ThemeContent  .step-header p {
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.ThemeContent  .step-header h4 {
    margin-bottom: 0;
}
.ThemeContent .step-content h4 + p {
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.ThemeContent .page-content ul li{
    color: black !important;
    font-size: 16px !important;
}
.ThemeContent .page-content h3 {
    margin: 0;
    line-height: 50px;
    font-size: 1.5rem;
}
.ThemeContent .page-content  p{
    margin-top: 0;
    padding: 8px 0;
    line-height: 30px;
}

.ThemeContent .table-wrap.v3 table caption {
    background-color: #40403F !important;
    color: var(--white-color);
    font-family: 'GraphikRegular';
    font-size: 1.875rem;
    overflow: hidden;
    padding: 20px;
}


.ThemeContent .form-wrap input {
    background-color: transparent;
    width: 100%;
    height: 3.5rem;
    font-size: 14px;
    color: #000000;
    padding: 10px 1.5rem;
    border: 2px solid #d8d8d8;
    margin-bottom: 10px;
}

.ThemeContent .form-wrap select {
    background-color: transparent;
    width: 100%;
    height: 3.5rem;
    font-size: 14px;
    color: #000000;
    padding: 10px 1.5rem;
    border: 2px solid #d8d8d8 !important;
    margin-bottom: 10px;
}

.ThemeContent .form-wrap textarea {
    background-color: transparent;
    width: 100%;
    height: 12rem;
    font-size: 14px;
    color: #000000;
    padding: 10px 1.5rem;
    border: 2px solid #d8d8d8;
    font-family: 'GraphikRegular';
    margin-bottom: 10px;
}

.ThemeContent .form-wrap input[type=checkbox] {
    background-color: transparent;
    width: 1rem;
    height: 1rem;
    font-size: 14px;
    color: #999;
    /* padding: 7px 1.5rem; */
    border: 2px solid #d8d8d8;
    margin-bottom: 10px;
}

.ThemeContent .ThemeBox svg {
    width: 20px
}

.padding-left-50 {
    padding-left: 50% !important
}

.padding-left-25 {
    padding-left: 25px !important;
}
.padding-right-25 {
    padding-left: 25px !important;
}
.padding-X-20 {
    padding: 20px 0;
}

.mt-34px {
    margin-top: 34px;
}
.mt-0px {
    margin-top: 0px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-125rem{
    margin-top: 1.25rem;
}

.marginTBTen{
    margin: 10px 0;
}
.Padding-bottom-50 {
    padding-bottom: 50px
}

.ThemeContent .ThemeBox .CommunityPartners h5 {
    color: #000;
    font-family: Graphik;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.ThemeContent .ThemeBox .CommunityPartners .widget ul.contact-info li {
    position: relative;
    padding-left: 3.875rem;
}

.ThemeContent .ThemeBox .CommunityPartners .widget ul li:hover>a {
    color: #000000;
    border-bottom: 1px solid #000000 !important;
}
.moreSpecification {
    text-align: center;
    width: fit-content;
    display: flex;
    color: white;
    font-size: 21px;
    font-family: 'graphikRegular';
    border-bottom: 1px solid white;
    justify-content: center;
    text-decoration: none;
    margin: auto;
}
.mirrorSection {
    padding-top: 68px;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* theme Menu */

.themeMenu {
    align-items: baseline;
}
.themeMenu .megamenu-quote {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0.25rem;
    border-top: 1px solid #c4c4c4;
    padding-top: 11px;
}

.themeMenu .megamenu-wrap {
    padding-top: 0rem;
    max-width: 63rem;
    min-width: 63rem;
}

.themeMenu .megamenu-quote blockquote>p {
    font-size: 18px;
    margin-left: 10px;
}

.themeMenu .megamenu-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.themeMenu .megamenu-imgs {
    background-size: contain;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}
    .themeMenu ul li a {
        font-size: 17px;
    }

.themeMenu ul li ul li {
    color: #40403f;
    line-height: normal;
}
.themeMenu ul {
    margin-bottom: 0rem;
}
.themeMenu .megamenu-top > h3 {
    color: #40403f;
}
.themeMenu .megamenu-quote blockquote cite {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    color: #40403f;
}

.themeHeader nav>ul li {
    line-height: 3.875rem;
}
.themeHeader nav>ul li a {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 5px;
}

.themeMenu .megamenu-dropdown > ul li a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-weight: 500;
}

    .themeMenu .megamenu-dropdown > ul li a:before {
        top: 21px;
    }

.Gutter6 {
    --bs-gutter-x: 0.6rem !important;
}

.themeMenu .megamenu-dropdown>ul li:hover {
    background-color: rgb(241, 241, 241);
}

.themeMenu .megamenu-content {
    padding-right: 0;
}

.themeMenu .megamenu-dropdown {
    margin-top: 0.875rem;
}

.themeMenu .megamenu-dropdown>ul li+li {
    margin-top: 0px;
}

#first-play {
    color: #fff;
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*-o-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    top: 50%;
    left: 50%;
    font-size: 5rem;
}

.posttitle {
    font-size: 25px;
    line-height: 40px;
    max-width: 72%;
    margin: 25px auto;
      margin-bottom: 25px;
    margin-bottom: auto;
    margin-bottom: 19px;
}
.ThemeContent .inst-don-btn .theme-btn{
    padding: 7.5px 1.25rem;
    font-size: 1rem;
}
.whiteBox {
    /*background: white;*/
    padding: 30px 80px 80px 80px !important;
    /*box-shadow: 1px 1px 1px #dadada;*/
}

.ContactUsPtop {
    letter-spacing: 3px;
    font-family: GraphikMedium !important;
    padding-bottom: 20px;
}
.bgWhite{
    background-color:white !important;
}

.ThemeContent h2.newstitle {
    font-family: 'GraphikMedium' !important;
    font-size: 34px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -3.5%;
    color: var(--primary-color);
    padding: 0;
    margin-top: 130px;
    margin-bottom: 0;
}
.news-content {
    padding: 0;
}
    .news-content > .news-meta {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 2px solid var(--color3);
        align-items: center;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem !important;
        padding-top: 10px;
        padding-left: 0 !important;
        gap: 1.25rem;
    }
.ThemeContent .news-meta {
    margin-bottom: 1.5rem !important
}
.news-meta > li a {
    display: inline-flex;
    gap: 9px;
    border: 1px solid #BEBEBE;
    padding: 1px 15px;
    align-items: center;
    color: black;
}
.news-meta > li a i {
    line-height: 1;
}
.news-meta > li {
    list-style: none;
}

.news-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*background-color: var(--color2);*/
}

.news-content ul {
    list-style: none;
}
/*.white-layer .slick-arrow {
    display: none !important;
}*/

.opacity90 {
    opacity: 0.9 !important;
}

.n-min-h {
    min-height: unset !important;
}
.vh100 {
    min-height: 100vh;
}
.SectionSlideIn {
    background: black;
    border-top: 100px #01467d solid;
}
.page-content h4 {
    max-width: 100% !important;
}
.lineHight {
    line-height:unset !important
}
@media (max-width: 600px) {
    .subheader .subnav li {
        margin: 0 0.2rem !important;
        padding: 5px 10px !important;
    }
        .subevent {
        display: none;
      }

      .subSucces{
        display: none;
      }
      .subheader .nav {
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
      }
}
.subheader {
    background-color: white;
    border-top: 1px solid #f7f7f7;
    box-shadow: 0px 2px 5px 0px #1a1a1a26;
    padding: 10px;
    position: relative;
    z-index: 330;
    top: 0;
}
.subheader.fixed {
    position: fixed;
    z-index: 330;
    top: 0;
}
.subheader h3 { 
    color: black;
    font-size: 17px;
    text-transform: capitalize;
    font-weight:700;
}
.subheader .subnav li {
    font-size: 0.875rem;
    line-height: 1;
    margin: 0 0.5rem;
    padding: 5px 11px;
    color: #141414;
}
    .subheader .subnav li.active {
        -webkit-box-shadow: 0 0.0625rem 0.25rem 0 rgb(5, 5, 5, .15);
        box-shadow: 0 0.0625rem 0.25rem 0 rgb(5, 5, 5, .15);
        font-family: "Product Sans Medium Regular", serif;
        padding: 5px 20px;
        border-radius: 28px;
        background: white;
        font-weight: 600;
    }
.subnav .activebtn {
    background: #1844a3;
    color: white;
    -webkit-box-shadow: 0 0.0625rem 0.25rem 0 rgb(5, 5, 5, .15);
    box-shadow: 0 0.0625rem 0.25rem 0 rgb(5, 5, 5, .15);
    font-family: "Product Sans Medium Regular", serif;
    padding: 5px 20px !important;
    border-radius: 28px;
}
.subnav .activebtn {
    background: #2559ca;
}
.subnav .activebtn a{ 
    color: white;
}

.ThemeContent .post-info > h4 {
    font-size: 16px;
    font-weight: bold !important;
}
.stampLogo {
  width: 100px;
  position: relative;
  top: 13px;
}
.stampLink:hover {
    text-decoration: underline;
}
.stampLink:hover + p{
    color: #878787 !important;
}
.stampLink {
    display: inline-flex;
    align-items: center;
}
.stampLink p {
    color:#242424 !important;
    margin: 10px;
    font-size: 16px !important;
    font-family: 'GraphikMedium' !important;
}
.SectionSlideIn .sectionSlidePadd {
    padding: 40px 100px;
    position: relative; 
    top: -148px;
}
.htmlHeadingpdf {
    border-bottom: 1px solid #626262;
  margin-bottom: 12px;
}
.gal-caro1 img {
    object-position: top;
    height: 510px;
  }
.themeUL {
    color: black;
}
.safetyTable {
    border: white;
    background: white;
    padding: 20px;
    margin: 15px 0;
}
.safetyTable table {
    width: 100%;
  border: 1px solid #dadada;
}
.safetyTable table tr {
    text-align: left;
}
.safetyTable table tr th {
    border-bottom: 1px solid #dcdcdc;
  padding: 10px 5px;
}
.safetyTable table tr td {
    border-right: 1px solid #eaeaea;
    background: whitesmoke;
    padding: 0px 10px;
}
.eventphoto img {
    padding: 20px 0;
    height: 360px;
    width: 100%;
    object-fit: cover;
}

.box-logo .img-fluid {
    min-height: 9rem;
    object-fit: contain;
    max-height: 6rem;
    padding: 5px 15px;
}
.box-logo .part-box-inner > img + h5 {
    margin-top: 0rem !important;
}
.box-logo h5 {
    font-weight: 600;
    font-size: 16px !important;
    /*font-family:GraphikMedium !important;*/
}
.box-logo .part-box {
    padding: 10px 10px !important;
    min-height: 15rem !important;
}
.programContainer .col {
    padding: 8px !important;
}

.donationBox {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 7px 1rem rgba(0, 0, 0, .10);
    box-shadow: 0 7px 1rem rgba(0, 0, 0, .10);
    overflow: hidden;
    height: 100%;
}
.donationBox .post-info {
    padding: 10px 13px !important;
}
.donationBox .post-info  p{
    line-height: 1.5;
    font-size:12px !important
}
.donationBox .post-info h4{
    min-height: unset !important;
  padding-top: 17px;
  text-align: center;
}
.donationfollow h5{
    font-size: 14px !important;
    margin: 10px 0;
    text-align: center;
    font-weight: 400;
    color: #414141;
}
.socialbox {
    text-align: center;
}
.socialbox i{
    border: 1px solid #b6b6b6;
    padding: 5px;
    border-radius: 1px;
}
.searchfilter {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 11px;
    justify-content: center;

    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}
.searchfilter i{
    color: black;
}
.searchkeyword {
    padding: 10px 12px;
    border: 25px solid #e9e9ed;
    min-width: 380px;
}
.searchfilter input {
    padding: 5px;
    margin: 1px 3px;
}

.searchfilter select{
    padding: 14px;
    margin: 1px 10px;
    background: white;
    border-bottom: 1px solid #999891;
    min-width: 155px;
}
.searchbtn {
    padding: 40px;
    font-size: 15px;
    font-weight: 400;
    color: white;
    background: #40403F;
}
.resetbtn {
    padding: 26px;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    color: black;
}
.newsTab {
    padding: 25px 11px 10px 10px;
    text-align: center;
}
.newsTabs nav {
    display: inline-flex;
    flex-wrap: wrap;
    padding:17px 10px
}
#tabForm {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}
#tabForm input {
    opacity: 0;
    display: none;
}
    #tabForm label {
        cursor: pointer;
        font-size: 15px;
        line-height: 2;
        background: white;
        color: black;
        padding: 10px 10px;
        min-width: 160px;
        box-shadow: -1px 6px 11px 5px rgba(0, 0, 0, 0.06);
    }
    #tabForm input[type="radio"]:checked + label {
        color: white;
        font-weight: normal;
        background: #454545;
    }
.newsTabs a {
    color: black;
}
@media (max-width:1300px) {
    .ThemeContent .post-info > h4 {
        min-height: 5.2rem;
        max-height: 5.2rem;
        font-size: 16px;
        font-weight: bold !important;
    }
    
}
@media(max-width:980px) {
    .SectionSlideIn .sectionSlidePadd {
        padding: 40px 26px;
        position: relative;
        top: -90px;
      }
    .TACRowWrap{
        flex-direction:column-reverse
    }
    .ThemeContent .post-info > p {
        min-height: 8.2rem !important;
        max-height: 8.2rem !important;
    }
    .themeHeader .res-header-topbar-inner .res-menu-btn {
        z-index: 55555555555;
    }
    .res-menu-btns {
        z-index: 55555555555;
    }
    .res-header-topbar-inner .logo {
        z-index: 55555555555;
    }
}

@media (max-width:768px) {
    .whiteBox {
        padding: 40px !important;
    }
    .dark_sec_invite {
        margin: 20px;
        max-width: 100%;
        font-size: 18px;
    }
    .ThemeContent h2.newstitle {
        font-size: 32px;
    }
    .ThemeContent .post-info > h4 {
        min-height: 3.2rem;
        max-height: 3.2rem;
    }
    .ThemeContent .post-info > p {
        min-height: 4.2rem !important;

    }
    .ThemeContent .post-info {
        height: 15rem !important;
    }
    .mt-34px {
        margin-top: 0;
    }

}
.support-info > p {
    min-height: 5.6rem !important;
}
.donationfollow {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 11px;
}
@media (max-width: 576px) {
    .MarginRes{
        margin:0 20px !important;
    }
}

@media (max-width:550px) {
    .resFont {
        font-size: 18px !important;
        line-height: 25px !important;

    }
    .ThemeContent h2 {
        font-size: 32px;
    }
    .ThemeContent h3 {
        font-size: 28px;
    }
    .ThemeContent .SubscribeROw h3 {
        line-height: 52px;
    }
    .ThemeContent .page-content-block {
        min-height: 16rem !important;
    }
    .ThemeContent .ThemeBox .CommunityPartners h5 {
        font-size: 18px !important;
    }
    .ThemeContent h2.newstitle {
        font-size: 24px;
        line-height: 40px;
    }
    .Subscribe {
        text-align: center;
    }
    .Subscribe h3 {
        line-height: 1.5;
        margin-top: 10px;
    }
}

@media (max-width: 425px) {

   

    .ThemeContent .TACHeading {
        font-size: 34px !important;
    }

    .ThemeContent .TACHeadingMain {
        font-size: 34px !important;
    }
}

@media print {
    #lhc_chatbox_container {
        display: none;
    }
    .themeHeader{
        display: none !important;
    }
    .news-meta {
        display: none !important;
    }
    #backToTopBtn {
        display: none !important;
    }
    #foundation-footer {
        display: none !important;
    }
    .newstitle {
        line-height: normal !important;
        font-size: 35px !important;
        letter-spacing: 0 !important;
        padding: 0 m !important;
        margin: 27px 0 !important
    }

 
}
.newsCategoryLst {
    display: flex;
    gap: 5px;
    flex-flow: wrap;
    margin-bottom: 7px;
}
    .newsCategoryLst h4 {
        font-size: 13px;
        background: #d6d6d6;
        width: fit-content;
        padding: 6px 14px;
        border-radius: 25px;
        font-weight: 600;
    }
.m-0 {
    margin: 0 !important;
}


@media (max-width: 650px) {

    .subheader h3 {
        line-height: 2;
        text-align: center;
    }

    .santaHeader__h1 {
          line-height: normal !important;
    }
    .helpingContent {
        max-width: 100% !important;
    }
   
  }

  .helpingContent {
    max-width: 100%;
    margin: 0 auto;
    margin-top: -5rem;
    z-index: 4444;
    position: relative;
  }
  .helping_heading_small {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .helping_heading_small h1{
    display: inline-block;
    padding: 1rem;
    margin: 0;
    margin-bottom: 1rem;
    bottom: 0;
    left: 0;
    line-height: 1.2;
    letter-spacing: -0.05ch;
    font-size: 2rem;
    text-align: center;
  }
  .helping_heading_small h1:before {
    height: 0;
  }
  .helping_heading {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .helping_heading h1{
    background: #F1F1F1;
    width: 100%;
    display: inline-block;
    padding: 1rem;
    margin: 0;
    margin-bottom: 1rem;
    bottom: 0;
    left: 0;
    line-height: 1.2;
    letter-spacing: -0.05ch;
    font-size: 2.6rem;
    font-family: GraphikRegular !important;
  }
  .helping_heading h1:after {
    height: 0;
  }
.helping_section {
    background: white;
    padding: 30px 30px 30px 30px;
}
  .helping_section p {
    padding: 0;
  }
.slick-dots li img {
    height: 60px !important;
    width: 100%;
    cursor: pointer;
    object-fit: cover;
    opacity: 1;
}
.gallaryimg {
    height: 318px !important;
    object-fit: cover;
}

.leftFloat {
    float: left;
    width: 600px !important;
    margin: 0;
    margin-right: 10px;
}
.rightFloat {
    float: right;
    width: 600px !important;
    margin: 0;
    margin-left: 10px;
}

.grid_lfr_three {
    grid-template-columns: repeat(3, 1fr) !important;
    display: grid !important;
}

.opacity7 {
    opacity: 0.7
}

.EverydayLeftCol {
    margin: 25px 0
}
    .EverydayLeftCol img {
        margin: 0px 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.EverydayLeftCol .coln {
    padding: 0 !important;
}

.EverydayGreyCol {
    background-color: #3d3d3d;
    display: flex;
    align-items: center;
}
.EverydayGreyCol .content{
    padding: 30px 50px;  
}
.EverydayGreyCol .content h2 {
    font-family: 'GraphikMedium' !important;
    color: white;
    font-size: 30px;
    line-height: 1.5;
}
.EverydayGreyCol .content p {
    color:white;
    padding: 0;
}
.EverydayGreyCol .content .btnReadMore {
    padding: 12px 11px;
    background: #5e5e5e;
    color: white;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 10px 2px !important;
    display: inline-block;
    border: 1px solid transparent;
}

.EverydayGreyCol .content .btnReadMore:hover {
    background: #ffffff;
    color: #40403F;
    border: 1px solid #40403F;
}
.EverydayLightCol {
    background-color: #d7d7d7;
    display: flex;
    align-items: center;
}
.EverydayLightCol .content{
    padding: 30px 50px;  
}
.EverydayLightCol .content h2 {
    font-family: 'GraphikMedium' !important;
    font-size: 30px;
    line-height: 1.5;
}
.EverydayLightCol .content p {
    padding: 0;
}
.EverydayLightCol .content .btnReadMore {
    padding: 12px 11px;
    background: #40403F;
    color: white;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 10px 2px !important;
    display: inline-block;
    border: 1px solid transparent;
}

.EverydayLightCol .content .btnReadMore:hover {
    background: #ffffff;
    color: #40403F;
    border: 1px solid #40403F;
}

.fl20Community {
    height: 100%;
}

.fl20Community h5 {
    background: #dadada;
    padding: 13px;
    border: 1px solid #bcbcbc;
    border-top: 0;
    border-bottom: 0;
    font-size: 15px !important;
    font-weight: 600;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fl20Communityh4 {
    padding-top: 20px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}
.figgerlink:hover {
       text-decoration: underline;
}
.palm_thank_proof_idenity {
    color: black;
    font-size: 19px;
    margin: 1.25rem 0 0.6rem 0;
}
.palm_thank_proof_idenity img {
    width: 22px;
    position: relative;
    top: -2px;
    left: -2px;
}
.beach_Section {
    padding: 2rem;
    background-image: url('../images/palm_images/palmbg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pompanobeach_Section {
    background-image: url('../images/pompanobeach/apply_header.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
}

@media (max-width:550px) {
    .pompanobeach_Section {
        background-image: url('../images/pompanobeach/pompano_header_mobile.jpg');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 430px !important;
    }
}
@media (max-width:750px) {
    .pompanobeach_Section {
        background-image: url('../images/pompanobeach/pompano_header_mobile.jpg');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 530px;
    }
}
.pompanobeach_lang {
    color: #3D4397;
}

.pompanobeach_header {
    background: #0C9BB5;
    padding: 10px 0
}

    .pompanobeach_header img {
        max-height: unset !important;
        width: 345px;
        padding: 0;
    }

/* Florida Connect section */
.floridaconnect_hero .video_slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1; /* keeps it behind all content */
}

.floridaconnect_hero .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.floridaconnect_hero .hero_content {
    text-align: center;
}
.floridaconnect_hero .hero_row {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-flow: column;
}
@media (max-width:440px) {
    .floridaconnect_hero .hero_row {
        justify-content: start;
        align-items: flex-start;
        margin: 10% 5%;
        flex-flow: column;
    }
}
@media screen and (max-width: 320px) and (max-height: 568px) {

    .floridaconnect_hero .hero_row {
        margin: 9% 0% !important;
    }
    .floridaconnect_hero .hero_content h1 {
        font-size: 29px !important;
        line-height: 1 !important;
    }
        .floridaconnect_hero .hero_content h1 span {
            font-size: 23px !important;
        }
        .floridaconnect_hero .hero_content h1 .spantwo {
            font-size: 22px !important;
        }

    .floridaconnect_hero .hero_slider_points {
        margin: 17px 0 !important;
    }


 }



    .floridaconnect_hero .hero_slider_points {
        margin: 30px 0;
    }

    .floridaconnect_hero .hero_content h1 {
        text-transform: uppercase;
        font-family: 'GraphikMedium' !important;
        color: white;
        margin-bottom: 18px;
        font-size: 78px;
        line-height: 1.1;
    }

        .floridaconnect_hero .hero_content h1 span {
            color: #F37021;
            font-size: 55px;
            display: block;
        }

        .floridaconnect_hero .hero_content h1 .spantwo {
            color: white !important;
            font-size: 55px;
            font-size: 55px;
            display: block;
        }

    .floridaconnect_hero .hero_content p {
        color: #ffffffd1;
        font-size: 21px;
        max-width: 50%;
        margin: 0 auto;
    }

    .florida_apply_container .message {
        padding: 10px 10px;
        background: #f1f1f1;
        border: 0px solid #d1c4c4;
        border-radius: 15px;
        margin: 10px 0;
        display: flex;
        align-items: start;
        gap: 10px;
    }

        .florida_apply_container .message img {
            width: 30px;
            height: 30px;
            padding: 6px;
            background: #80808047;
            border-radius: 50px;
        }

        .florida_apply_container .message p {
            color: black;
            font-size: 15px;
            margin: 2px;
            line-height: 1.5;
        }

.florida_modal_container {
    min-width: 554px !important;
    max-width: 520px !important;
    padding: 0px 0px !important;
    top: 14%;
}

    .florida_connect_modal .florida_landing_header {
        background: linear-gradient(90deg, #323232, #1f1f1f);
        padding: 22px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

        .florida_connect_modal .florida_landing_header h2 {
            font-size: 20px;
        }

    .florida_connect_modal .florida_form {
        padding: 20px 30px;
    }

    .florida_form label {
        color: black;
        display: inline-block;
        font-size: 15px;
        margin: 10px 0px 2px 0;
    }
.applymodalname {
    background: #7171711a;
    border: 0px solid #B1B1B1 !important;
    padding: 16px 17px 16px 45px;
    width: 100%;
    border-radius: 5px !important;
    margin: 5px 0px;
    background-image: url('../images/floridaconnect/new/user.svg');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
}

.applymodalemail {
    background: #7171711a;
    border: 0px solid #B1B1B1 !important;
    padding: 16px 17px 16px 45px;
    width: 100%;
    border-radius: 5px !important;
    margin: 5px 0px;
    background-image: url('../images/floridaconnect/new/email.svg');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
}



    .applymodalinput {
        background: #7171711a;
        border: 0px solid #B1B1B1 !important;
        padding: 16px 17px 16px 45px;
        width: 100%;
        border-radius: 5px !important;
        margin: 5px 0px;
        background-image: url('../images/floridaconnect/new/tel_icon.svg');
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 20px;
    }

    .applymodalselect {
        border: 0px solid #B1B1B1 !important;
        padding: 16px 17px 16px 45px;
        width: 100%;
        border-radius: 5px;
        margin: 5px 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #7171711a;
        background-image: url('../images/floridaconnect/new/location_icon.svg');
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 22px;
    }


    .florida_apply_container .close_btn {
        margin: 0 !important;
        background: transparent !important;
        border: 1px solid black;
        color: black !important;
        padding: 5px 40px !important;
    }

    @media (max-width: 575px) {
        .county_card_col {
            flex: 0 0 auto;
            width: 50%;
        }
    }

    @media (max-width: 750px) {
        .florida_modal_container {
            max-width: 280px !important;
            min-width: 280px !important;
            top:0%;
        }

        .florida_apply_container .close_btn {
            width: 100% !important;
            text-align: center;
        }

        .floridaconnect_hero .hero_content h1 {
            font-size: 45px;
            line-height: 1.2;
        }

            .floridaconnect_hero .hero_content h1 span {
                font-size: 27px;
                display: block;
                margin: 9px 0;
            }


            .floridaconnect_hero .hero_content h1 .spantwo {
                font-size: 27px;
                display: block;
            }

        .floridaconnect_hero .hero_content p {
            font-size: 16px;
            max-width: 100%;
        }

        .floridaconnect_hero .icon_content {
            justify-content: left !important;
        }

        .what_is_florida p {
            max-width: 85vw !important;
        }

        .floridaconnect_hero .icon_content p {
            text-align: left;
        }

        .who_apply {
            padding: 0 5px !important;
        }

            .who_apply .digitalaccess {
                padding: 0 5px !important;

            }

            .who_apply .check-line {
                font-size: 16px !important;
            }

        .how_it .card_item {
            flex: 0 0 auto;
            width: 100% !important;
            margin: 0 0 !important;
        }

        .who_apply .apply_btn {
            margin: 7px auto !important;
        }

        .what_to_get {
            padding: 30px 3px !important;
        }

        .what_is_florida .icon_content {
            padding: 12px 12px !important;
            margin: 8px !important;
        }

        .who_apply .masonry-grid {
            grid-template-columns: repeat(1, 1fr) !important;
        }

        .florida_apply_container .action_row {
            gap: 7px;
            flex-flow: column;
            flex-direction: column-reverse;
            padding: 10px 10px;
        }

        .how_it {
            padding: 0 5px !important;
        }

        .floridaconnect_hero .icon_content .icon_box {
            padding: 6px !important;
        }

            .floridaconnect_hero .icon_content .icon_box img {
                width: 20px !important;
            }

        .floridaconnect_hero .register_btn {
            padding: 8px 29px !important;
            font-size: 16px !important;
        }

        .accordion-title {
            padding: 7px 20px;
            font-size: 15px;
        }

        .what_to_get .check-line {
            gap: 12px;
            font-size: 15px;
        }

        .what_is_florida h2 {
            font-size: 28px !important;
            font-family: 'GraphikMedium' !important;
            margin: 0px 0 !important;
        }

        .who_apply h1 {
            font-size: 28px !important;
            font-family: 'GraphikMedium' !important;
            margin: 0px 0 !important;
            padding: 14px 0;
            text-align:left;
        }
        .who_apply p {
            text-align: left;
        }
        .how_it h2 {
            font-size: 28px !important;
            font-family: 'GraphikMedium' !important;
            margin: 14px 0;
        }

        .what_to_get h2 {
            font-size: 28px !important;
            font-family: 'GraphikMedium' !important;
            margin: 14px 0;
        }

        .map_section h2 {
            font-size: 28px !important;
            font-family: 'GraphikMedium' !important;
            margin: 14px 0;
        }

        .florida_faq h2 {
            font-size: 28px !important;
            font-family: 'GraphikMedium' !important;
            margin: 14px 0;
        }

        .map_section p {
            max-width: auto;
        }
    }

    .floridaconnect_hero .register_btn {
        user-select: none;
        padding: 11px 33px;
        width: fit-content;
        border-radius: 5px;
        background: #F37021;
        color: white;
        font-weight: bold;
        font-size: 19px;
        text-decoration: none;
        display: inline-block;
        margin: 11px auto;
        user-select: none;
        display: flex;
        align-items: center;
        gap: 3px;
        transition: all 0.3s ease;
        will-change: transform;
    }

        .floridaconnect_hero .register_btn .arrow {
            font-size: 22px;
            margin-left: 10px;
            transition: transform 0.3s ease;
        }

    .register_btn:hover .arrow {
        transform: translateX(8px);
    }

    .floridaconnect_hero .register_btn:hover {
        background: #CE4E0D;
        transform: scale(1.08);
    }

    .floridaconnect_hero .icon_content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

        .floridaconnect_hero .icon_content p {
            margin: 4px;
            max-width: 80%;
        }

        .floridaconnect_hero .icon_content .icon_box {
            background: #f3702185;
            display: flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            padding: 10px;
            margin: 4px;
            border-radius: 50%;
        }

            .floridaconnect_hero .icon_content .icon_box img {
                width: 28px;
            }

    .what_is_florida h2 {
        font-weight: 600;
        color: black;
        font-size: 43px;
        font-family: 'GraphikMedium' !important;
        margin: 5px 0;
    }

    .what_is_florida p {
        max-width: 60vw;
        margin: auto !important;
        color: black;
    }

    .what_is_florida .icon_content {
        padding: 30px;
        text-align: center;
        display: flex;
        flex-flow: column;
        justify-content: end;
        align-items: baseline;
        height: 400px;
        margin: 8px;
    }

    .what_is_florida .video_slider {
        border-radius: 15px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        overflow: hidden;
        z-index: -1; /* keeps it behind all content */
        background: black;
    }

    .what_is_florida .bg-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
        opacity: 0.6;
    }

    .what_is_florida .icon_content .icon_box {
        background: #F37021;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        padding: 10px;
        margin: 3px 0px;
        border-radius: 10px;
    }

    .what_is_florida .icon_content p {
        text-align: left;
        color: #ecececfa !important;
        margin: 8px 0 !important;
        line-height: 1.3;
        font-size: 16px;
    }

    .what_is_florida .icon_content h3 {
        text-align: left;
        font-weight: bolder;
        color: white;
        margin: 10px 0 0 0;
    }

    .how_it {
        padding: 40px;
    }

        .how_it .icon-box {
            width: 70px;
            height: 70px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            padding: 15px;
            border: 1px solid grey;
        }

        .how_it .card_item {
            flex: 0 0 auto;
            width: 25%;
            margin: 30px 0;
        }

        .how_it .card {
            border: none;
            border-radius: 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            padding: 20px;
            text-align: center;
            position: relative;
            width: 100%;
        }

            .how_it .card .arrow {
                position: absolute;
                right: -60px;
            }

        .how_it .limited_device {
            background: #ff693333;
            border-radius: 50px;
            padding: 9px 24px;
            border: 1px solid #80808054;
            width: fit-content;
            margin: auto;
            color: #FF6933;
        }

    @media (max-width:750px) {
        .how_it .card .arrow {
            display: none;
        }
    }

    .how_it .card {
        color: white;
        font-size: 16px;
        line-height: 1.5;
    }

        .how_it .card h5 {
            font-weight: 600;
            color: white;
            font-size: 16px;
            font-family: 'GraphikMedium' !important;
            margin: 5px 0;
        }

        .how_it .card p {
            color: #ffffffc7;
            font-size: 16px;
            line-height: 1.5;
        }

    .how_it .icon-box svg {
        width: 30px;
        height: 30px;
    }

    .how_it h2 {
        font-weight: 600;
        color: white;
        font-size: 43px;
        font-family: 'GraphikMedium' !important;
        margin: 5px 0;
    }

    .how_it p {
        color: #ffffffd6;
        font-size: 16px;
    }

    .how_it .apply_btn {
        padding: 11px 29px;
        width: fit-content;
        border-radius: 5px;
        background: #F37021;
        color: white;
        font-weight: bold;
        margin: 7px auto;
        font-size: 17px;
        text-decoration: none;
        user-select: none;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        will-change: transform;
    }

        .how_it .apply_btn:hover {
            background: #CE4E0D;
            transform: scale(1.08);
        }

    .who_apply {
    }


        .who_apply .masonry-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-auto-rows: 200px;
            gap: 16px;
        }

        .who_apply .masonry-item {
            border-radius: 18px;
            overflow: visible; /* IMPORTANT for 3D */
        }

            /* Tall images */
            .who_apply .masonry-item:nth-child(1),
            .who_apply .masonry-item:nth-child(3) {
                grid-row: span 2;
            }

        .who_apply .flip-card {
            width: 100%;
            height: 100%;
            perspective: 1000px;
        }

        .who_apply .flip-inner {
            width: 100%;
            height: 100%;
            position: relative;
            transition: transform 0.7s ease;
            transform-style: preserve-3d;
            border-radius: 18px;
        }

        .who_apply .masonry-item:hover .flip-inner {
            transform: rotateY(180deg);
        }

        .who_apply .flip-front,
        .who_apply .flip-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 18px;
            overflow: hidden;
        }

            .who_apply .flip-front img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.4s ease;
            }

        .who_apply .masonry-item:hover img {
            transform: scale(1.08);
        }

        .who_apply .flip-back {
            background: linear-gradient(135deg, #000, #0d6efd);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            font-weight: 600;
            transform: rotateY(180deg);
        }

            .who_apply .flip-back img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.4s ease;
            }

        .who_apply .check-line {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 18px;
            font-weight: 500;
            color: #111;
            margin: 19px 0;
            text-align: left;
            line-height: 1.5;
        }

        .who_apply .check-icon {
            min-width: 30px;
            min-height: 30px;
            background: #d1fae5;
            color: #16a34a;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: bold;
            display: inline-flex;
        }

        .who_apply .apply_btn {
            padding: 11px 29px;
            width: fit-content;
            border-radius: 5px;
            background: #F37021;
            color: white;
            font-weight: bold;
            margin: 7px 0;
            font-size: 17px;
            text-decoration: none;
            user-select: none;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            will-change: transform;
        }

        .who_apply h1 {
            padding: 30px 0;
            font-size: 43px;
            text-align:left;
        }

    .florida_faq h2 {
        padding: 15px 0;
        font-size: 43px;
        color: black;
    }

    .florida_faq p {
        color: black;
    }

    .who_apply .apply_btn:hover {
        background: #CE4E0D;
        transform: scale(1.08);
    }

    .what_to_get {
        padding: 30px;
    }

        .what_to_get .container {
            display: flex;
            flex-flow: column;
            justify-content: center;
        }

        .what_to_get h2 {
            font-weight: 600;
            color: black;
            font-size: 43px;
            font-family: 'GraphikMedium' !important;
            margin: 5px 0;
        }

        .what_to_get .white_box {
            border-radius: 10px;
            background: #ffffff;
            padding: 16px;
            box-shadow: 0px 0px 7px 0px #8080804f;
            margin: 10px 0;
        }

        .what_to_get .icon_content {
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 20px;
        }

            .what_to_get .icon_content .icon_box {
                background: #F37021;
                display: flex;
                align-items: center;
                justify-content: center;
                width: fit-content;
                padding: 10px;
                margin: 4px;
                border-radius: 10px;
            }

                .what_to_get .icon_content .icon_box img {
                    width: 28px;
                }

            .what_to_get .icon_content p {
                font-weight: bolder;
                font-size: 21px;
                color: #1e1e1e !important;
            }

        .what_to_get .check-line {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 18px;
            font-weight: 500;
            color: #111;
            margin: 19px 0;
        }

        .what_to_get .check-icon {
            min-width: 22px;
            min-height: 22px;
            background: #ff69333d;
            color: #d55020;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: bold;
            display: inline-flex;
        }

        .what_to_get .grey_box {
            background: #282828;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            display: flex;
            align-items: center;
            flex-flow: column;
            justify-content: center;
            gap: 8px;
            margin: 15px 0;
        }

            .what_to_get .grey_box h3 {
                font-size: 19px;
                color: white;
                line-height: 1.5;
            }

            .what_to_get .grey_box p {
                color: #ffffffc9;
            }

    .map_section h2 {
        font-size: 43px;
        font-family: 'GraphikMedium' !important;
        margin: 5px 0;
        padding-bottom: 0px !important;
        color: #1e1e1e !important;
    }

    .map_section h3 {
        color: #FF6933;
        font-weight: bold;
        font-size: 22px;
    }

    .map_section p {
        color: #1e1e1e !important;
        max-width: 650px;
        margin: 0 auto;
    }

    .map_section .county-card {
        background-color: #282828;
        border-radius: 7px;
        padding: 5px;
        text-align: center;
        margin: 5px 0;
        transition: transform 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        gap: 10px;
    }

        .map_section .county-card:hover {
            transform: translateY(-5px);
            background-color: #F37021;
        }

    .county:hover {
        fill: #F37021;
    }

    .map_section .county-icon {
        color: #4a90e2;
        line-height: 0;
        font-size: 1.5rem;
    }

    .map_section .county-card p {
        margin: 0;
        font-weight: 500;
        color: white !important;
        font-size: 14px;
    }

    .map_section .county-icon img {
        width: 18px;
        filter: brightness(9);
    }

    .florida_map {
    }

        .florida_map #tooltip {
            position: absolute;
            background: #F37021;
            color: black;
            font-weight: bolder;
            padding: 6px 23px;
            font-size: 16px;
            border-radius: 6px;
            pointer-events: none;
            display: none;
            white-space: nowrap;
            z-index: 9999;
            min-width: 200px;
            text-align: center;
            padding: 8px 0;
        }

            .florida_map #tooltip::after {
                content: "";
                position: absolute;
                width: 129px;
                height: 65PX;
                background-image: url(../images/floridaconnect/new/vector_arrow.png);
                background-size: contain;
                background-repeat: no-repeat;
                bottom: -14px;
                left: 134%;
                transform: translateX(-50%);
            }

    @media (max-with: 750px) {
        .floridaconnect_hero .icon_content {
            justify-content: left;
        }
    }

    @media (min-width:2304px) {
        .what_is_florida .icon_content .icon_box img {
            width: 50px;
        }

        .container {
            max-width: 1700px !important;
        }

        .what_is_florida h2 {
            font-size: 60px;
            margin: 10px 0;
        }

        .what_is_florida p {
            font-size: 30px;
            line-height: 1.3;
        }

        .what_is_florida .icon_content h3 {
            margin: 10px 0 0 0;
            font-size: 30px;
        }

        .who_apply h1 {
            font-size: 60px;
            margin: 10px 0;
            text-align:left;
        }

        .who_apply p {
            font-size: 30px;
            line-height: 1.3;
            text-align: left;
        }

        .who_apply .check-line {
            font-size: 29px !important;
        }

        .who_apply .apply_btn {
            padding: 16px 30px;
            font-size: 26px;
        }

        .how_it .apply_btn {
            padding: 16px 30px;
            font-size: 26px;
        }

        .how_it h2 {
            font-size: 60px;
            margin: 10px 0;
        }

        .how_it p {
            font-size: 30px;
            line-height: 1.3;
        }

        .how_it .card h5 {
            font-size: 30px;
            font-weight: 500;
        }

        .how_it .card p {
            font-size: 22px;
        }

        .what_to_get h2 {
            font-size: 60px;
            margin: 10px 0;
        }

        .what_to_get p {
            font-size: 30px;
            line-height: 1.3;
        }

        .what_to_get .icon_content p {
            font-size: 30px;
        }

        .what_to_get .check-line {
            gap: 18px;
            font-size: 28px;
            margin: 26px 0;
        }

        .what_to_get .grey_box h3 {
            font-size: 27px;
            color: white;
            line-height: 1.8;
        }

        .what_to_get .grey_box p {
            color: #ffffffc9;
            font-size: 26px;
            line-height: 1.5;
        }

        .how_it {
            padding: 100px 40px;
        }

        .map_section h2 {
            font-size: 60px;
            margin: 10px 0;
        }

        .map_section h3 {
            font-size: 40px;
            line-height: 1.7;
        }

        .map_section p {
            font-size: 30px;
            line-height: 1.3;
        }

        .map_section svg {
            width: 160%;
        }

        .map_section #tooltip {
            left: 44% !important;
            top: 37% !important;
            font-size: 33px;
            min-width: 260px;
        }

        .map_section .county-card {
            padding: 12px;
        }

        .what_is_florida .icon_content p {
            line-height: 1.3;
            font-size: 30px;
        }

        .map_section .county-card p {
            font-size: 21px;
        }

        .what_is_florida {
            padding: 5vw;
        }

        .floridaconnect_hero .icon_content .icon_box {
            padding: 18px;
        }

            .floridaconnect_hero .icon_content .icon_box img {
                width: 60px;
            }

        .floridaconnect_hero .hero_content h1 {
            text-transform: uppercase;
            font-family: 'GraphikMedium' !important;
            color: white;
            font-size: 96px;
            margin-bottom: 43px;
        }

            .floridaconnect_hero .hero_content h1 span {
                font-size: 64px;
                display: block;
            }

            .floridaconnect_hero .hero_content h1 .spantwo {
                font-size: 64px;
                display: block;
            }

        .floridaconnect_hero .hero_content p {
            color: #ffffffd1;
            font-size: 34px;
            max-width: 77%;
            margin: 42px auto;
            line-height: normal;
        }

        .floridaconnect_hero .register_btn {
            padding: 18px 60px;
            width: fit-content;
            border-radius: 13px;
            background: #F37021;
            color: white;
            font-weight: bold;
            font-size: 37px;
            text-decoration: none;
            display: inline-block;
            margin: 11px auto;
            user-select: none;
        }

            .floridaconnect_hero .register_btn .arrow {
                font-size: 50px;
                font-weight: bold;
                margin-left: 10px;
            }
    }

    .floridaconnect_Section {
        background-image: url('../images/floridaconnect/apply_header.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 280px;
    }


    .floridaconnect_lang {
        color: #3D4397;
    }

    .palm_header {
        background: #282828;
        padding: 10px 0
    }

        .palm_header img {
            max-height: unset !important;
            width: 345px;
            padding: 0;
        }

    .floridaconnect_heading {
        text-align: left !important;
        border-bottom: 1px solid #14a1b2;
        padding: 0 0 0 0 !important;
        margin: 5px 5px 6px 5px !important;
    }

        .floridaconnect_heading span {
            display: inline-block;
            background: #3D4397;
            color: white;
            padding: 5px 20px;
            font-family: 'GraphikMedium' !important;
            font-weight: 500;
        }

    .pompanobeach_heading {
        text-align: left !important;
        border-bottom: 1px solid #14a1b2;
        padding: 0 0 0 0 !important;
        margin: 5px 5px 6px 5px !important;
    }

        .pompanobeach_heading span {
            display: inline-block;
            background: #0C9BB5;
            color: white;
            padding: 5px 20px;
            font-family: 'GraphikMedium' !important;
            font-weight: 500;
        }

    .floridaconnectapply {
        background-color: #3D4397 !important;
    }

    .pompanobeachapply {
        background-color: #0C9BB5 !important;
    }

    .palm_form_heading {
        text-align: left !important;
        border-bottom: 1px solid #14a1b2;
        padding: 0 0 0 0 !important;
        margin: 5px 5px 6px 5px !important;
    }

        .palm_form_heading span {
            display: inline-block;
            background: rgb(20 161 178);
            color: white;
            padding: 5px 20px;
            font-family: 'GraphikMedium' !important;
            font-weight: 500;
        }

    .palmapply {
        background-color: rgb(20 161 178) !important;
    }

    .AppLinks {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 83px;
        gap: 5px
    }

    .headingAllignment {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .AppLinks a {
        width: 40%
    }

    .childHeading {
        color: #14a1b2;
        font-size: 18px;
        font-weight: 600;
        /*border-bottom: 1px solid;*/
        padding-top: 20px;
    }

    .ChildInfo {
        background: #E7F6F7;
        border: 1px solid #14A1B2;
        border-radius: 10px;
        padding: 0px 10px;
        margin-bottom: 10px !important;
    }


    @media (max-width: 990px) {
        .AppLinks {
            margin-top: 20px;
        }

            .AppLinks a {
                width: 30%
            }
    }

    @media (max-width: 768px) {
        .AppLinks {
            margin-top: 20px;
        }

            .AppLinks a {
                width: 20%
            }
    }

    @media (max-width: 550px) {
        .AppLinks a {
            width: 30%
        }
    }

    @media (max-width: 425px) {
        .AppLinks a {
            width: 40%
        }
    }

    .numer_font {
        color: white;
        font-weight: bold;
    }

        .numer_font:hover {
            color: white;
        }

    .any_issue_line {
        margin-top: 170px;
        color: white;
        font-size: 20px;
        font-weight: 500;
    }

    @media (max-width: 850px) {
        .any_issue_line {
            margin-top: 27px;
            color: black;
            font-size: 15px;
            font-weight: 500;
            padding-bottom: 60px;
        }

        .numer_font {
            color: black;
        }

            .numer_font:hover {
                color: black;
            }
    }

    .programtrack_radio .programtrack_radio_container {
        margin-bottom: 8px;
        display: flex;
        align-items: flex-start;
        padding: 3px 10px;
        width: auto;
        cursor: pointer;
    }

    .programtrack_radio .track-label {
        font-size: 16px;
    }

    .programtrack_radio .programtrack_radio_container label {
        font-size: 15px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .programtrack_radio .programtrack_radio_ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .programtrack_radio .programtrack_radio_ul li {
            font-size: 15px;
            font-weight: 500;
        }

    .programtrack_radio .fieldbox {
        text-align: left;
        border: 1px solid #f3f3f3;
        background: #f4f4f4;
        border-radius: 5px;
        margin-bottom: 15px;
        padding: 11px 21px;
        min-height: 230px;
    }

    .programtrack_radio_ul::marker {
        display: none;
    }

    #applyFormInitial {
       display: none;
    }

    #videoCapturing {
        display: initial;
    }

    .idvc-version-plank {
        display: none;
    }

    .input-container-file-preview .image-preview {
        width: 100%;
        max-height: 245px;
        min-height: 245px;
        background: #f3f3f3;
    }

        .input-container-file-preview .image-preview img {
            max-height: 245px;
            min-height: 245px;
            object-fit: contain;
        }

    /* Background */
    .custom-modal-bg {
        display: none;
        position: fixed;
        z-index: 2000; /* Higher than Bootstrap modals */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

    /* Box */
    .custom-modal-box {
        background: #fff;
        margin: 12% auto;
        padding: 20px;
        width: 472px;
        border-radius: 10px;
        text-align: center;
        position: relative;
        box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
    }
    @media (max-with: 750px) {
        .custom-modal-box {
            width: auto;
        }
    }

    /* Close button */
    .custom-close-btn {
        position: absolute;
        top: 8px;
        right: 12px;
        font-size: 18px;
        cursor: pointer;
        font-weight: bold;
    }



        .custom-close-btn:hover {
            color: red;
        }

    .idvc .message-box__text {
        width: 100% !important;
        position: static;
        height: auto;
        text-align: left;
        display: inline-block;
        line-height: normal !important;
    }

    .tryagain {
        background: black;
        color: white;
        padding: 10px 25px;
        display: inline-block;
        border-radius: 6px;
        margin-top: 10px;
        cursor: pointer;
        font-size: 16px;
    }

    .idvc .message-box--pointer {
        cursor: pointer;
        height: 43px !important;
    }

    .idvc-version-plank-container {
        display: none;
    }

    .camera_msg {
        width: 60%;
        margin: auto;
        text-align: right;
    }

    @media (max-width:600px) {
        .camera_msg {
            width: 100%;
        }
    }

    #camera-message-close {
        position: absolute;
        top: 8px;
        right: 12px;
        font-size: 18px;
        cursor: pointer;
        font-weight: bold;
        font-size: 32px;
        padding: 5px;
    }

    #camera-message-open {
        font-size: 16px;
        margin-top: 10px;
        color: black;
        background: #e8e8e8;
        text-align: center;
        padding: 8px;
        border-radius: 40px;
        cursor: pointer;
    }

    .feeding_signup h2 {
        text-align: center;
        font-size: 28px;
    }

    .feeding_signup select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('data:image/svg+xml;utf8,<svg fill="%23000" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat;
        background-position: right 15px center;
        background-size: 18px;
    }
    /* Form input indentity file field */

    .input-container-file-preview {
        cursor: pointer;
        position: relative;
        display: flex;
        border: 2px dashed #8b8b8c;
        border-radius: 6px;
        padding: 11px 10px;
        min-height: 270px;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

        .input-container-file-preview .image-preview {
            width: 100%;
            min-height: 245px;
            background: #f3f3f3;
        }

            .input-container-file-preview .image-preview #preview_image {
                object-fit: contain;
                min-height: 245px;
                max-height: 245px;
                width: 100%;
                border-radius: 6px;
                background: #f3f3f3;
            }

    .input-container-file {
        cursor: pointer;
        position: relative;
        display: flex;
        background: #f3f3f3;
        border: 2px dashed #8b8b8c;
        border-radius: 6px;
        padding: 11px 10px;
        min-height: 270px;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

        .input-container-file i {
            border: 1px solid #292929;
            border-radius: 50%;
            width: 65px;
            height: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 35px;
            margin: 20px 0;
            background: #292929;
            color: white;
        }

        .input-container-file h2 {
            text-align: center;
            color: #40403F;
            font-size: 21px;
            margin: 8px 0;
            font-weight: 700 !important;
            line-height: normal;
            font-family: GraphikRegular !important;
        }

        .input-container-file:hover {
            border: 2px solid #707070;
        }

        .input-container-file .file-button {
            color: #292929 !important;
        }

    .upload_hidden_field {
        display: none;
    }

    .weaccept {
        font-size: 13px !important;
        opacity: 0.7 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Form input indentity file field end */

    /* feeding family */

    .feed_family_hero h1 {
        text-transform: uppercase;
        color: white;
        font-size: 53px;
        line-height: normal;
    }

    .feed_family_hero p {
        color: white;
        font-size: 24px;
        margin: 21px 0;
    }

    .feed_family_hero h3 {
        color: white;
        font-size: 20px;
        margin: 1;
    }

    .feed_family_hero .register_btn {
        padding: 16px 29px;
        border-radius: 50px;
        background: #74706a;
        color: white;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        display: inline-block;
        user-select: none;
    }

        .feed_family_hero .register_btn:hover {
            background: #af4709;
        }

    .feed_family_hero .hero_banner {
        background-repeat: no-repeat;
    }

    .feed_family_hero .hero_banner_mobile {
        display: none;
    }

    .feed_family_hero .mobile_bg {
        background: none !important;
    }

    .family_about .family_vector {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .family_about .family_vector_mobile {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    @media (max-width: 650px) {
        .family_about .family_vector_mobile {
            display: initial
        }

        .family_about .family_vector {
            display: none;
        }

        .feed_family_hero .mobile_bg {
            background: #0000006e !important;
        }
    }

    .family_about .white_box {
        background: white;
        padding: 30px;
        border-radius: 16px;
        text-align: center;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        gap: 17px;
        margin: 6px auto;
    }

    .family_about .icon_box {
        background: #F37021;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        padding: 23px;
        margin: 4px auto;
        border-radius: 50%;
    }

        .family_about .icon_box img {
            width: 40px;
        }

    .family_about .family_about_bullet {
        font-weight: bold;
        padding: 5px;
    }

        .family_about .family_about_bullet p {
            padding: 11px 0;
            display: flex;
            align-items: center;
            gap: 14px;
        }

    .family_about h2 {
        font-size: 43px;
    }

    .family_thanksGiving {
        display: flex;
        flex-flow: column;
        justify-content: center !important;
        align-items: center;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0;
    }

        .family_thanksGiving h2 {
            font-size: 43px;
            font-family: 'GraphikMedium' !important;
            margin: 5px 0;
            color: white;
            padding-bottom: 0px !important;
        }

        .family_thanksGiving h3 {
            color: white;
            font-size: 20px;
            margin: 15px 0;
        }

        .family_thanksGiving p {
            color: white;
            margin: auto;
            font-size: 15px;
        }

        .family_thanksGiving .logo_vector {
            position: absolute;
            bottom: 0;
            right: 0;
        }

    .family_how {
        display: flex;
        flex-flow: column;
        justify-content: center !important;
        align-items: center;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0;
    }

        .family_how .icon_box {
            background: #74706a;
            display: flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            padding: 23px;
            margin: 4px auto;
            border-radius: 50%;
        }

        .family_how h2 {
            font-size: 43px;
            font-family: 'GraphikMedium' !important;
            margin: 5px 0;
            color: white;
            padding-bottom: 0px !important;
        }

        .family_how h3 {
            color: white;
            font-size: 20px;
            margin: 15px 0;
        }

        .family_how p {
            max-width: 228px;
            color: white;
            margin: auto;
            font-size: 14px;
        }

        .family_how .icon_box h3 {
            font-size: 26px;
            margin-top: 26px;
        }

        .family_how .icon_box img {
            width: 40px;
        }

    .family_impact .logo_vector {
        position: absolute;
        top: 119px;
        right: 0;
        width: 336px;
    }

    .family_impact h2 {
        color: white;
        font-size: 43px;
    }

    .family_impact p {
        color: white;
    }

    .family_impact .white_box {
        background: #D9D9D9;
        padding: 8px 16px;
        color: black;
        display: flex;
        flex-flow: column;
        align-items: baseline;
        justify-content: center;
        gap: 11px;
        border-radius: 30px;
        max-width: 100%;
        min-height: 214px;
        margin: 7px auto;
    }

        .family_impact .white_box p {
            color: black;
        }

        .family_impact .white_box h3 {
            font-size: 26px;
        }

    .family_eligible {
        min-height: 500px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .family_eligible .icon_box {
            padding: 10px 23px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            gap: 14px;
            background: #74706a33;
            margin: 9px 0;
        }

            .family_eligible .icon_box img {
                width: 40px;
            }

        .family_eligible h2 {
            font-size: 43px;
        }

        .family_eligible .logo_vector {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 271px;
        }

    .feed_family_hero .bg-slider {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        z-index: -1; /* keeps it behind all content */
    }


        .feed_family_hero .bg-slider .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1.5s ease-in-out;
        }

            .feed_family_hero .bg-slider .slide.active {
                opacity: 1;
            }

    .feed_family_hero .main-content {
        position: relative;
        z-index: 10; /* ensures content stays above */
    }



    @media (max-width:650px) {
        .feed_family_hero .hero_banner {
            background-repeat: no-repeat;
            background: none !important;
        }

        .feed_family_hero .hero_banner_mobile {
            display: initial;
        }

        .feed_family_hero .mobile_bg {
            text-align: center;
            background-position: center center;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            max-width: 650px;
        }

        .family_about .family_about_bullet {
            padding: 18px !important;
        }
    }

    /* custom modal */
    .custom_modal {
        display: none;
        position: fixed;
        z-index: 2000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        justify-content: center;
        align-items: center;
    }

    .modalcontainer {
        min-width: 400px;
        background: white;
        margin-top: 10px;
        border-radius: 10px;
        padding: 30px 0px !important;
        position: relative;
    }

    @media (max-width:650px) {
        .modalcontainer {
            min-width: unset;
            max-height: 500px;
            overflow-x: hidden;
            overflow-y: auto;
        }
    }

    .custom_modal .close_btn {
        width: fit-content;
        margin: 11px auto;
        padding: 7px 40px;
        font-weight: bold;
        background: #3b3c3b;
        border-radius: 5px;
        color: white;
        cursor: pointer;
    }

    .custom_modal .close_icon {
        position: absolute;
        top: 1px;
        right: 5px;
        font-size: 18px;
        cursor: pointer;
        font-weight: bold;
        font-size: 32px;
        padding: 5px;
        margin: 10px auto;
    }

    .custom_modal h3 {
        text-align: center;
        font-size: 17px;
    }

    .custom_modal img {
        width: 90px;
        margin: 10px auto;
    }

    .custom_modal .modal-title {
        line-height: 22px;
        text-align: center;
        padding: 0px 60px;
    }
    /* custom modal */

    /*custom Accordion */
    .custom-accordion {
        max-width: 700px;
        margin: auto;
    }

        .custom-accordion p {
            text-align: left;
        }


    .accordion-item {
        border: 0;
        border-radius: 5px;
        margin-bottom: 12px;
        overflow: hidden;
    }

    .accordion-title {
        width: 100%;
        background: #f8f9fa;
        border: none;
        padding: 16px 20px;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        line-height: 1.5;
    }

        .accordion-title:hover {
            background: #e9ecef;
        }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        background: #fff;
        padding: 0 20px;
    }

        .accordion-content p {
            padding: 16px 0;
            margin: 0;
        }

    .icon {
        font-size: 22px;
        transition: transform 0.3s ease;
    }
.home_hero {
    min-height:100vh;
    position: relative;
}
    .home_hero video {
        min-height: 100vh;
    }
@media (max-width:750px) {
    .home_hero {
        min-height: 420px;
    }

        .home_hero video {
            min-height: 420px;
            object-fit: cover !important;
            object-position: top;
        }
}
.transparentHeader {
    padding: 15px 0px;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 57%) 25%, rgb(0 0 0 / 53%) 35%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top:0;
}
    .transparentHeader .headerInner {
        padding: 0 1rem !important;
    }
footer .footerinner {
    padding: 0 1rem !important;
}
.headerHomeBtn {
    display: inline-block;
    padding: 10px 2.2rem;
    font-family: GraphikMedium;
    text-align: center;
    margin-bottom: 10px;
    background: white;
    color: #000000;
    border-radius: 0px;
}

    .headerHomeBtn:hover {
        background: #40403F;
        color: white;
    }

.stats-row {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    padding: 40px 0;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
    background-image: linear-gradient( 0deg, black, transparent);
}
@media (max-width: 650px) {
    .stats-row {
        padding-bottom: 5px;
        background-image: linear-gradient(1deg, #000000a1, #00000000);
        border-top: 0px;
    }
    .stat-item h2 {
        font-size: 2.4rem !important;
        margin: 6px 0;
    }
    .stat-item {
        margin-bottom: 30px;
    }
}
.stat-item h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #f1f1f1;
    font-family: 'GraphikMedium' !important;
}
    .stat-item h2 span {
        font-family: 'GraphikMedium' !important;
    }
    .stat-item p {
    font-size: 15px;
    text-transform: capitalize;
    color: #cfcfcf;
    letter-spacing: 1px;
}

.impact-section {
    background-color: #FFFFFF; /* light grey background */
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.default-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.impact_slider {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
    .impact_slider .impact-image img {
        max-height: 400px;
        min-height: 400px;
        object-fit: cover;
    }
.impact-content {
    padding: 0 18px;
    position: relative;
}
@media (max-width:750px) {
    .impact-content {
        padding: 0 0px;
    }
    .impact_slider .impact-image img {
        max-height: initial;
        min-height: initial;
        object-fit: cover;
    }
    .impact_slider {
        padding-top: 1rem !important;
        padding-bottom: 3rem !important;
    }

        .impact_slider .slick-list {
            min-height: 550px;
        }

}
.impact-content h3 {
    color: black;
    font-size: 22px;
    font-family: 'GraphikMedium' !important;
    margin: 12px 0;
    line-height: 1.4;
}
.impact-content p {
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.impact-content a {
    border: 1px solid #535353;
    border-radius: 0px;
    color: #333333;
}
.impact-content a:hover {
    background: #333333;
    color: white;
    border: 1px solid transparent;
}
.section-home-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 8px;
    font-family: 'GraphikMedium' !important;
}

.section-big-title {
    font-size: 34px;
}
    .section-big-title span {
        font-size: 15px;
        font-weight: 500;
        margin-left: 20px;
        display: inline-block;
    }
    @media (max-width:650px) {
        .section-big-title span {
            text-align: center;
            margin: 15px 0;
        }
    }
    .section-left-line {
        width: 100%;
        height: 1px;
        background-color: #000;
        margin-bottom: 10px;
    }
.section-right-link-line {
    width: 156px;
    margin-left: auto;
    height: 1px;
    background-color: #7D7D7D;
    margin-bottom: 10px;
}

.section-home-subtext {
    color: #777;
    font-size: 16px;
    margin: 0;
}

.section-home-link {
    font-size: 16px;
    color: #777;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
    padding-top: 0px;
    display: inline-block;
    margin-top: 10px;
}

    .section-home-link:hover {
        color: #000;
        border-color: #000;
    }

    @media (max-width:750px) {

        .section-home-link {
            color: #34353e;
        }
    }

.impact-section .slick-slide div[class^="col"] {
    flex: unset !important;
    max-width: unset !important;
}
.impact-section .slider-navigation {
    right: 50px;
    bottom: -25px;
    position: absolute;
}
.impact-section .slider-navigation-partner {
    right: 228px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-slider-partner .slick-list {
    padding: 7px 0;
}

@media (max-width:750px) {
    .impact-section .slider-navigation-partner {
        position: unset;
        margin-bottom: 26px;
    }
}
.impact-section .slider-btns {
    border: 1px solid #d1d1d1;
    background: transparent;
    color: #737373;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.impact-section .slider-btns:hover {
    background-color: rgb(231 231 231)
}
.prog-card {
    background: #fff;
    border: 1px solid var(--fig-border);
    padding: 45px;
    height: 100%;
    transition: 0.3s;
    min-height:250px;
}
    .prog-card:hover {
        transform: translateY(-5px);
    }
    .prog-card.bg-dark {
        background: #323232;
    }
        .prog-card.bg-dark p {
            color: white;
            text-align: left;
            font-weight: bold;
        }
        .prog-card.bg-dark .btn {
            float: right;
            background: transparent;
            border: 1px solid white;
            border-radius: 0;
            color: white;
        }
    .prog-card h4 {
        font-weight: 700;
        font-size: 22px;
        padding: 4px;
        font-family: 'GraphikMedium' !important;
    }
    .prog-card p {
        color: #4B5563;
        font-size: 17px;
        margin: 15px 0;
    }
    .prog-card i {
        font-size: 2.5rem;
        color: #000000;
        margin-bottom: 25px;
        display: block;
    }
    .prog-card .prog-icon {
        display: flex;
        align-items:center;
        gap:10px;
    }
        .prog-card .prog-icon img {
            width: 40px;
        }
.program-card {
    background: #ffffff;
    box-shadow: -1px 6px 11px 8px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    margin-bottom: 22px;
}

    .program-card img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

.program-content {
    background: white;
    padding: 20px;
}

    .program-content h5 {
        font-weight: 700;
        margin-bottom: 8px;
        color: black;
        font-family: 'GraphikMedium' !important;
        font-size: 17px;
    }

    .program-content p {
        color: #6c757d;
        font-size: 14px;
        margin: 0;
    }

.program-card:hover {
    transform: translateY(-5px);
}


.partner_box {
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    margin: 0 5px;
    min-height: 175px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

    .partner_box:hover {
        transform: translateY(-5px);
    }

.partner_icon {
    margin-bottom: 15px;
}

    .partner_icon img {
        max-height: 60px;
        width: auto;
    }

.partner_text {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    line-height: 1.4;
}


.news-card {
    background: #ffffff;
    box-shadow: -1px 6px 11px 8px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    margin-bottom: 22px;
}

    .news-card img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

    .news-card .news-description {
        background: white;
        padding: 20px;
    }

        .news-card .news-description h5 {
            font-weight: 700;
            margin-bottom: 8px;
            color: black;
            font-family: 'GraphikMedium' !important;
            font-size: 17px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* limit to 2 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .news-card .news-description span.date {
            display: inline-block;
            font-size: 15px;
            color: grey;
            padding-bottom: 10px;
        }

        .news-card .news-description p {
            color: #4B5563;
            font-size: 14px;
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-card:hover {
            transform: translateY(-5px);
        }

.newspage_header {
    min-height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
        .newspage_header .newspage_header_content {
            position: absolute;
            bottom: 0;
            padding: 106px 0;
            text-align: center;
            width: 100%;
            background-image: linear-gradient(359deg, #000000b3, transparent);
        
        }
            .newspage_header .newspage_header_content h1 {
                color: white;
                text-align: center;
                font-size: 43px;
                max-width: 75%;
                margin: auto;
            }
    .newspage_header .newspage_header_content a {
        background: white;
        color: black;
        display: inline-block;
        padding: 14px 25px;
        font-size: 19px;
        margin: 15px 0;
        font-weight: 500;
    }

    @media (max-width: 650px) {
        .newspage_header .newspage_header_content {
            padding: 30px 0;
        }
        .newspage_header .newspage_header_content h1 {
            max-width: 100%;
        }
    }

.floridaconnect_guid_icon {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bolder;
}
.floridaconnect_guid_icon img {
    width: 35px;
}
.florida_checkbox {
    display: flex;
    padding: 9px 0;
    gap: 30px;
}
    .florida_checkbox label {
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 500;
        user-select: none;
        cursor: pointer;
    }
    .florida_checkbox input {
        width: 18px;
        height: 18px;
        padding: 0px 9px;
        opacity: 0.6;
    }
.other_applicant {
    display: flex;
    align-items: center;
    gap: 40px;
    width: fit-content;
    border: 1px solid #e0e0e0;
    padding: 6px;
    border-radius: 8px;
    margin-top: 16px;
}


.thankyoufc,
.thankyoufc * {
    box-sizing: border-box;
}


/* =========================================================
           MAIN BLOCK
        ========================================================= */

.thankyoufc {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #ffffff;
    color: #101d49;
    border-radius: 20px;
    box-shadow: 0px 0px 9px 1px #e7e7e7;
}


/* =========================================================
           HEADER / HERO
        ========================================================= */

.thankyoufc__header {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 7%;
}

.thankyoufc__content {
    width: 52%;
    padding-right: 25px;
}

.thankyoufc__device {
    width: 48%;
    text-align: center;
}

.thankyoufc__device-image {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    border: 0;
}


/* =========================================================
           CHECK ICON
        ========================================================= */

.thankyoufc__check {
    width: 70px;
    height: 70px;
    padding: 11px;
    border-radius: 50%;
    background-color: #eaf1ff;
}

.thankyoufc__check-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #1456d9;
    color: #ffffff;
    font-size: 34px;
    line-height: 48px;
    font-weight: 700;
}
.thankyoufc__check__errorIcon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #c30d0df0;
    color: #ffffff;
    font-size: 34px;
    line-height: 48px;
    font-weight: 700;
}
    /* =========================================================
           INTRO
        ========================================================= */

    .thankyoufc__title {
    margin: 12px 0 10px;
    color: #101d49;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 700;
}

.thankyoufc__greeting {
    margin: 0 0 8px;
    color: #101d49;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.thankyoufc__intro {
    margin: 0 0 20px;
    color: #354261;
    font-size: 18px;
    line-height: 1.45;
}


/* =========================================================
           INFORMATION ROW
        ========================================================= */

.thankyoufc__info {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.thankyoufc__info-icon-wrapper {
    width: 52px;
    min-width: 52px;
}

.thankyoufc__info-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eef4ff;
    color: #1456d9;
    font-size: 23px;
    line-height: 1;
}

.thankyoufc__info-icon--star {
    font-size: 27px;
}

.thankyoufc__info-content {
    padding-left: 12px;
    color: #111d49;
    font-size: 16px;
    line-height: 1.5;
}

.thankyoufc__info-label {
    font-size: 16px;
    line-height: 1.4;
}

.thankyoufc__info-id {
    color: #1456d9;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.thankyoufc__info-note {
    color: #354261;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.thankyoufc__info-phone {
    color: #1456d9;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.thankyoufc__info-divider {
    width: calc(100% - 52px);
    height: 1px;
    margin: 8px 0 10px 52px;
    background-color: #e4e7ee;
}


/* =========================================================
           REVIEW SECTION
        ========================================================= */

.thankyoufc__review {
    display: flex;
    width: auto;
    align-items: center;
    margin: 5px 7% 30px;
    border-radius: 14px;
    background-color: #f3f7ff;
}

.thankyoufc__review-content {
    width: 38%;
    padding: 28px 30px 28px 35px;
}

.thankyoufc__review-title {
    color: #111d49;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 700;
}

.thankyoufc__review-title--blue {
    color: #1456d9;
}

.thankyoufc__review-description {
    margin: 14px 0 0;
    color: #354261;
    font-size: 15px;
    line-height: 1.5;
}

.thankyoufc__review-divider {
    width: 1px;
    height: 150px;
    background-color: #c8ceda;
}

.thankyoufc__review-options {
    width: 61%;
    padding: 25px 30px;
    text-align: center;
}

.thankyoufc__review-stars {
    color: #f5a900;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 8px;
    white-space: nowrap;
}

.thankyoufc__review-instruction {
    margin: 5px 0 10px;
    color: #111d49;
    font-size: 15px;
    line-height: 1.4;
}


/* =========================================================
           REVIEW BUTTONS
        ========================================================= */

.thankyoufc__review-buttons {
    display: flex;
    width: 100%;
    gap: 8px;
}

.thankyoufc__review-button-wrapper {
    width: 50%;
}

.thankyoufc__review-button {
    display: block;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #b8bec9;
    border-radius: 10px;
    background-color: #ffffff;
    text-decoration: none;
}

.thankyoufc__review-button-content {
    display: flex;
    align-items: center;
    text-align: left;
}


/* =========================================================
           REVIEW LOGOS
        ========================================================= */

.thankyoufc__review-logo {
    width: 48px;
    min-width: 48px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyoufc__review-logo--google {
    color: #4285f4;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.thankyoufc__review-logo--facebook {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #1877f2;
    color: #ffffff;
    font-size: 27px;
    line-height: 38px;
    font-weight: 700;
}


/* =========================================================
           REVIEW TEXT
        ========================================================= */

.thankyoufc__review-label {
    color: #111d49;
    font-size: 13px;
    line-height: 1.3;
}

.thankyoufc__review-name {
    color: #111d49;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}

.thankyoufc__review-name--google {
    color: #111111;
}


/* =========================================================
           HOVER
        ========================================================= */

.thankyoufc__review-button:hover {
    border-color: #1456d9;
    background-color: #f8faff;
}

.thankyoufc__info-phone:hover {
    text-decoration: underline;
}


/* =========================================================
           MOBILE
        ========================================================= */

@media only screen and (max-width: 700px) {

    .thankyoufc {
        padding: 20px 0;
    }

    .thankyoufc__header {
        display: block;
        padding: 0 20px;
    }

    .thankyoufc__content {
        width: 100%;
        padding-right: 0;
    }

    .thankyoufc__device {
        width: 100%;
        margin-top: 30px;
    }

    .thankyoufc__device-image {
        max-width: 450px;
    }

    .thankyoufc__title {
        font-size: 42px;
    }

    .thankyoufc__greeting {
        font-size: 18px;
    }

    .thankyoufc__intro {
        font-size: 16px;
    }

    .thankyoufc__info-content {
        font-size: 15px;
    }

    .thankyoufc__info-id {
        font-size: 18px;
    }

    .thankyoufc__info-note {
        font-size: 13px;
    }


    /* REVIEW */

    .thankyoufc__review {
        display: block;
        margin: 20px;
    }

    .thankyoufc__review-content {
        width: 100%;
        padding: 25px;
    }

    .thankyoufc__review-title {
        font-size: 30px;
    }

    .thankyoufc__review-divider {
        width: calc(100% - 40px);
        height: 1px;
        margin: 0 20px;
    }

    .thankyoufc__review-options {
        width: 100%;
        padding: 25px 20px;
    }

    .thankyoufc__review-stars {
        font-size: 34px;
        letter-spacing: 4px;
    }

    .thankyoufc__review-buttons {
        display: block;
    }

    .thankyoufc__review-button-wrapper {
        width: 100%;
        margin-bottom: 8px;
    }
}


/* =========================================================
           SMALL MOBILE
        ========================================================= */

@media only screen and (max-width: 400px) {

    .thankyoufc__title {
        font-size: 36px;
    }

    .thankyoufc__review-title {
        font-size: 27px;
    }

    .thankyoufc__review-stars {
        font-size: 28px;
        letter-spacing: 2px;
    }
}