/* CSS VARIABLES */
:root
{
    --fl-main-yellow: #efde99;
    --fl-main-blue: #476680;
    --fl-main-blue-hover: #2f475c;
    
    --fl-light-blue: rgb(122, 144, 175);
    --fl-med-blue: rgb(78, 107, 141);
    --fl-dark-blue: rgb(40, 53, 85);
    
    --fl-light-gray: rgb(210, 216, 222);
    --fl-med-gray: rgb(188, 188, 188);
    --fl-gray: #6b605d;
    
    --fl-green: #9da87d;
    --fl-dark-green: #3c4522;

    --fl-light-tan: rgb(248, 242, 217);
    --fl-dark-tan: rgb(170, 160, 140);

    /* Faith School Colors */
    --fs-tan: rgb(213, 197, 164);
    --fs-blue: rgb(41, 57, 74);

    /* Kids & Youth Colors */
    --kids-orange: rgb(231, 147, 38);
    --kids-blue: rgb(217, 244, 250);
    --kids-purple: rgb(112, 74, 147);
    --youth-blue: rgb(34, 164, 215);
    --youth-orange: rgb(254, 144, 36);
    --youth-gray: rgb(104, 104, 104);

    --half-img-sm-side: 550px;
    --half-img-lg-side: 800px;
    --one-third-img-sm-side: 400px;
    --one-third-img-lg-side: 950px;
}

/* FONT DECLARATIONS */
@font-face
{
    font-family: 'Barrett';
    src: url('/fonts/Barrett.woff2') format('woff2'),
        url('/fonts/Barrett.woff') format('woff'),
        url('/fonts/Barrett.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'Lucida';
    src: url('/fonts/LucidaCalligraphy-Italic.woff2') format('woff2'),
        url('/fonts/LucidaCalligraphy-Italic.woff') format('woff'),
        url('/fonts/LucidaCalligraphy-Italic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zapf Chancery';
    src: url('/fonts/ZapfChanceryITCbyBT-MediumItal.woff2') format('woff2'),
        url('/fonts/ZapfChanceryITCbyBT-MediumItal.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanzel';
    src: url('/fonts/Hanzel-Normal.woff2') format('woff2'),
        url('/fonts/Hanzel-Normal.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanzel Extended';
    src: url('/fonts/HanzelExtendedNormal.woff2') format('woff2'),
        url('/fonts/HanzelExtendedNormal.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/* GLOBAL PROPERTIES */

a
{
    text-decoration: none;
    transition: color 0.5s ease-in-out;
}

a[href^="tel"]
{
    color: inherit;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}


/* CLASSES */

/* BACKGROUNDS */

.bg-main-yellow
{
    background-color: var(--fl-main-yellow);
}

.bg-main-blue
{
    background-color: var(--fl-main-blue);
}

.bg-green
{
    background-color: var(--fl-green);
}

.bg-light-blue
{
    background-color: var(--fl-light-blue);
}

.bg-med-blue
{
    background-color: var(--fl-med-blue);
}

.bg-dark-blue
{
    background-color: var(--fl-dark-blue);
}

.bg-light-gray
{
    background-color: var(--fl-light-gray);
}

.bg-med-gray
{
    background-color: var(--fl-med-gray);
}

.bg-tan
{
    background-color: var(--fl-light-tan);
}

.bg-fs-tan
{
    background-color: var(--fs-tan);
}

.bg-fs-blue
{
    background-color: var(--fs-blue);
}

.bg-kids-orange
{
    background-color: var(--kids-orange);
}

.bg-kids-blue
{
    background-color: var(--kids-blue);
}

.bg-kids-purple
{
    background-color: var(--kids-purple);
}

.bg-youth-blue
{
    background-color: var(--youth-blue);
}

.bg-youth-orange
{
    background-color: var(--youth-orange);
}

.bg-youth-gray
{
    background-color: var(--youth-gray);
}

.bg-img
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .bg-img_home-ws
    {
        background-image: url('/img/home_ws-img.png');
    }

    .bg-img_mlm-travel-video
    {
        background-image: url('/img/mlm/mlm_bg-aerial-city.png');
    }

    .bg-img_join-us
    {
        background-image: url('/img/flc/flc-join-us.png');
    }

    .bg-img_partnership-map
    {
        background-image: url('/img/partnership/partnership_map-bg.png');
    }

    .bg-img_partnership-quote
    {
        background-image: url('/img/partnership/partnership_quote-bg.png');
    }

    .bg-img_join-live
    {
        background-image: url('/img/home_join-live.png');
    }

    .bg-img_fam-form
    {
        background-position: top center;
        background-image: url('/img/flc/get-connected_fam-form.png');
    }

    .bg-img_text-alerts
    {
        background-image: url('/img/flc/get-connected_text-alerts.png');
    }

    .bg-img_fs-library
    {
        background-image: url('/img/fs/fs_library.png');
    }

    .bg-img_fs-translations
    {
        background-image: url('/img/fs/fs_translations.png');
    }

    .bg-img_fs-faith
    {
        background-image: url('/img/fs/fs_faith.png');
    }

    .bg-img_kids-blue
    {
        background-repeat: repeat-y;
        background-position: top center;
        background-image: url('/img/flc/kids_bg-blue.png');
    }

    .bg-img_kids-vc
    {
        background-image: url('/img/flc/kids_virtual-church.png');
        min-height: 350px;
    }

    .bg-img_flc-testimony
    {
        background-image: url('/img/flc/flc_testimony-bg.jpg');
    }

    .bg-img_events
    {
        background-image: url('/img/events_form.jpg');
    }


    @media (max-width: 767px)
    {
        .bg-img_youth-mindset
        {
            background-image: url('/img/flc/youth_mindset.png');
        }
    }


.overlay-blue
{
    border-image: fill 1 linear-gradient(rgba(71, 102, 128, 0.8), rgba(71, 102, 128, 0.9));
}

.overlay-blue-60
{
    border-image: fill 1 linear-gradient(rgba(71, 102, 128, 0.6), rgba(71, 102, 128, 0.6));
}

.overlay-blue--radial-shadow
{
    border-image: fill 1 radial-gradient(rgba(71, 102, 128, 0.8), rgba(35, 52, 66, 0.9));
}

.overlay-orange
{
    border-image: fill 1 linear-gradient(rgba(254, 144, 36, 0.8), rgba(254, 144, 36, 0.8));
}

.overlay-white
{
    border-image: fill 1 linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7));
}

.overlay--inner-shadow
{
    border-image: fill 1 linear-gradient(rgba(35, 52, 66, 0.4), rgba(71, 102, 128, 0) 5% 95%, rgba(35, 52, 66, 0.4));
}

@media (min-width: 768px)
{
    .bg-img_home-ws.overlay-blue
    {
        background: var(--fl-main-blue);
    }

    .bg-img_join-us.overlay-blue
    {
        background: var(--fl-main-blue);
    }
}


/* FONT CLASSES */

.font--barrett
{
    font-family: Barrett;
}

.font--lucida
{
    font-family: Lucida;
}

.font--zapf
{
    font-family: 'Zapf Chancery';
}

.font--serif
{
    font-family: "Cormorant Garamond", 'Times New Roman', serif;
    font-weight: 500;
}

.font--sans
{
    font-family: "Noto Sans", sans-serif;
}

.font--kids
{
    font-family: "Balsamiq Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font--hanzel
{
    font-family: "Hanzel", sans-serif;
    line-height: 1;
}

.font--hanzel-e
{
    font-family: "Hanzel Extended", sans-serif;
    line-height: 1;
}


/* FONT COLORS */

.font--blue
{
    color: var(--fl-main-blue);
}

.font--dark-blue
{
    color: var(--fl-dark-blue);
}

.font--dark-green
{
    color: var(--fl-dark-green);
}

.font--light-gray
{
    color: var(--fl-med-gray);
}

.font--youth-blue
{
    color: var(--youth-blue);
}

.font--youth-orange
{
    color: var(--youth-orange);
}

.font--yellow {
    color: var(--fl-main-yellow) !important;
}


/* FONT UTILITIES */

.lead-xs
{
    letter-spacing: 0.12rem;
}

.lead-sm
{
    letter-spacing: 0.33rem;
}

.tracking-sm-less
{
    letter-spacing: 0.12rem;
}

.tracking-sm-normal
{
    letter-spacing: 0.33rem;
}

.tracking-sm-more
{
    letter-spacing: 0.5rem;
}

@media (min-width: 768px)
{
    .tracking-md-less
    {
        letter-spacing: 0.12rem;
    }

    .tracking-md-normal
    {
        letter-spacing: 0.33rem;
    }

    .tracking-md-more
    {
        letter-spacing: 0.5rem;
    }
}

@media (min-width: 1024px)
{
    .tracking-lg-less
    {
        letter-spacing: 0.12rem;
    }

    .tracking-lg-normal
    {
        letter-spacing: 0.33rem;
    }

    .tracking-lg-more
    {
        letter-spacing: 0.5rem;
    }
}

.fw-ex-bold
{
    font-weight: 800 !important;
}

.font--shadow
{
    text-shadow: var(--fl-dark-blue) 2px 2px 10px;
}


/* ADDITIONAL FONT SIZES */

.heading_large
{
    font-size: clamp(4rem, 13vw, 10rem);
}

.heading
{
    font-size: clamp(2rem, 3vw, 3.5rem);
}

    .heading_go
    {
        font-size: clamp(1.7rem, 5vw, 3.5rem);
    }

    .heading_fs
    {
        font-size: clamp(3rem, 8vw, 9rem);
        line-height: 1;
    }

    .heading_fs_faith
    {
        font-size: clamp(7rem, 20vw, 15rem);
        line-height: 1;
    }

    .heading_sowing
    {
        font-size: clamp(4.5rem, 10vw, 9rem);
        line-height: 1;
    }

    .heading_youth
    {
        font-size: clamp(2.25rem, 7vw, 7rem );
    }

    .heading_youth-smaller
    {
        font-size: clamp(2rem, 4vw, 3.5rem );
    }

    .heading_gc-card
    {
        font-size: clamp(2.75rem, 4vw, 3.5rem );
    }

    .heading_youth-join
    {
        font-size: clamp(4rem, 7vw, 7rem );
    }

    .heading_event-name
    {
        font-size: clamp(2rem, 5vw, 3.5rem);
    }

    .heading_join-us-live
    {
        font-size: clamp(2.25rem, 5vw, 3.5rem);
    }

    .heading_fli
    {
        font-size: clamp(4rem, 8vw, 5.5rem);
        line-height: 1;
    }

    .heading_partnerhsip_letter-box
    {
        font-size: clamp(3.5rem, 3vw, 6.5rem);
        line-height: 1;
    }

    .heading_mlm-verse
    {
        font-size: clamp(1.2rem, 3vw, 2.5rem);
    }

    .heading_mlm-verse-small
    {
        font-size: clamp(1.2rem, 3vw, 2rem);
    }

    .heading_flc-testimony
    {
        font-size: clamp(2rem, 5vw, 4rem);
    }

    .heading_mlm-message-title
    {
        font-size: clamp(2rem, 4vw, 3rem);
    }

    .heading_dbr
    {
        font-size: clamp(2.5rem, 5vw, 5rem);
    }

.heading--serif
{
    font-family: "Cormorant Garamond", 'Times New Roman', serif;
    font-size: clamp(3.5rem, 7vw, 6.5rem);
}

.heading--underline
{
    text-decoration: underline 2px;
    text-underline-offset: 6px;
}

.sub-heading
{
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    line-height: 1.2;
}

    .sub-heading_small
    {
        font-size: clamp(1rem, 3vw, 1.8rem);
        line-height: 1.2;
    }

    .sub-heading_large
    {
        font-size: clamp(1.5rem, 5vw, 3.5rem);
        letter-spacing: 0.12rem;
    }

.ws-heading
{
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.8;
    margin-bottom: 0;
    padding-top: 2rem;
}

@media (min-width: 768px)
{
    .sub-heading_large
    {
        letter-spacing: 0.33rem;
    }
}

@media (min-width: 1200px)
{
    .heading--script
    {
        font-size: 4.5rem;
    }
}
    

/* NAVBAR */

.navbar-bg--blue
{
    background-color: rgb(50, 95, 138);
}

.fl-navbar a
{
    color: white;
}

.fl-navbar a:hover,
.fl-navbar a:focus
{
    color: var(--fl-main-yellow);
}

.nav-link
{
    padding: 0.7rem 1.2rem !important;
}

.navbar-toggler
{
    color: white;
    border-color: white;
}

.navbar-toggler-icon
{
    color: white;
}

.nav--shadow
{
    box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.fl-navbar .dropdown-menu
{
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.fl-navbar .dropdown-menu li
{
    padding-top: 0.67rem;
    padding-bottom: 0.67rem;
}

.fl-navbar .dropdown-menu li:not(:first-child)
{
    border-top: 1px solid #9da87d;
}

.fl-navbar .dropdown-menu a
{
    color: var(--fl-main-blue);
}

.fl-navbar .dropdown-menu a:hover
{
    color: var(--fl-dark-blue);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link.focus 
{
    color: var(--fl-main-yellow);
}

.nav_padding
{
    padding-top: 82px;
}

.nav-item
{
    font-size: clamp(0.7rem, 1.15vw, 1rem)
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem;
}

@media (max-width: 992px)
{
    .nav-item
    {
        font-size: 1rem;
    }
}


.yellow-bar
{
    background-color: var(--fl-main-yellow);
    min-height: 90px;
}

@media (min-width: 1024px)
{
    .yellow-bar
    {
        min-height: 98px;
    }
}


/* HEROS & HEADERS */

.hero-video
{
    position: relative;
    background-color: black;
    height: fit-content;
    width: 100%;
    min-height: 40vh;
    padding: 0;
    overflow: hidden;
}

    .hero-video_header-container
    {
        position: relative;
    }

    .hero-video_text-overlay
    {
        position: relative;
        text-shadow: 2px 2px 0.5rem rgba(0, 0, 0, 0.75);
    }

.hero-video video
{
    position: absolute;
    top: 0;
    left: 50%;
    object-fit: cover;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 100vw;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 768px)
{
    .hero-video
    {
        min-height: 50vh;
    }
    
}

@media (min-width: 1025px)
{
    .hero-video
    {
        min-height: 80vh
    }
}


@media (min-width: 1410px)
{
    .hero-video video
    {
        -ms-transform: translateX(-50%) translateY(-5%);
        -moz-transform: translateX(-50%) translateY(-5%);
        -webkit-transform: translateX(-50%) translateY(-5%);
        transform: translateX(-50%) translateY(-5%);
    }
}




.header_nav-margin
{
    padding-bottom: 82px;
    background-color: inherit;
}

.header-img_bottom
{
    height: 5vw;
    max-height: 80px;
    overflow: hidden;
}

.header-img_partnership
{
    min-height: 60vh;
    position: relative;
    background-size: cover;
    background-image: url('/img/partnership/partnership_header.jpg');
    background-repeat: no-repeat;
    background-position: 80% 0%;
}
    
    .partner-header-spacer
    {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

.header-img_partner-letter
{
    min-height: 40vh;
    background-size: cover;
    background-image: url('/img/partnership/partner-letter_header.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.header-img_dbr
{
    min-height: 40vh;
    background-size: cover;
    background-image: url('/img/dbr_header.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.header-img_get-connected
{
    min-height: 40vh;
    background-size: cover;
    background-image: url('/img/flc/get-connected_header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
}

.header-img_fs
{
    margin-top: 2.7rem;
    min-height: 53vh;
    background-size: cover;
    background-image: url('/img/fs/fs_header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

.header-img_sowing
{
    min-height: 50vh;
    background-size: cover;
    background-image: url('/img/sowing-3.png');
    background-repeat: no-repeat;
    background-position: center 30%;
}

.header-img_testimonies
{
    min-height: 40vh;
    background-size: cover;
    background-image: url('/img/flc/testimonies_header.png');
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    display: flex;
    justify-content: center;
}

.header-img_events
{
    min-height: 60vh;
    position: relative;
    background-size: cover;
    background-image: url('/img/events_header.jpg');
    background-repeat: no-repeat;
    background-position: 20% 40%;
}

.header-img_fli
{
    min-height: 40vh;
    background-size: cover;
    background-image: url("/img/fli/fli_header.png");
    background-repeat: no-repeat;
    background-position: 80% top;
}

.header-img_about-us
{
    min-height: 250px;
    background-size: cover;
    background-image: url("/img/about-us_start.png");
    background-repeat: no-repeat;
    background-position: center 15%;
}

.header-img_projects
{
    min-height: 60vh;
    background-size: cover;
    background-image: url("/img/projects-header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.testimonies-header
{
    position: absolute;
    bottom: 5%;
    width: 95%;
    max-width: 1300px;
}

.partner-header-spacer
{
    padding-bottom: 24px;
}

@media (min-width: 768px)
{
    .header-img_partnership
    {
        min-height: 50vh;
        background-position: 60% 40%;
    }
    

        .partner-header-spacer
        {
            padding-bottom: 50px;
        }

    .header-img_partner-letter
    {
        min-height: 45vh;
    }

    .header-img_dbr
    {
        min-height: 50vh;
        background-position: center 15%;
    }

    .header-img_fs
    {
        margin-top: 1.7rem;
        min-height: 50vh;
        background-position: top center;
    }

    .header-img_fli
    {
        min-height: 50vh;
        background-position: 80% 20%;
    }

    .header-img_get-connected
    {
        min-height: 50vh;
    }

    .header-img_about-us
    {
        min-height: 400px;
    }
}

@media (min-width: 992px)
{
    .header-img_partnership
    {
        min-height: 65vh;
        background-position: center 47%;
    }

    .header-img_testimonies
    {
        min-height: 50vh;
    }   

    .header-img_events
    {
        min-height: 80vh;
    }

    .header-img_fli
    {
        min-height: 60vh;
    }

    .header-img_get-connected
    {
        min-height: 60vh;
    }

    .header-img_dbr
    {
        background-position: center 25%;
    }

}

@media (min-width: 1100px)
{
    .header-img_fs
    {
        margin-top: 0;
        min-height: 65vh;
        background-position: top center;
    }

    .header-img_partnership
    {
        min-height: 75vh;
        background-position: center 47%;
    }
}

@media (min-width: 1400px)
{
    .header-img_fs
    {
        background-position: top center;
    }
}



.partner-header-spacer > div
{
    position: relative;
    bottom: 0px;
}

.partner-header-spacer p.partnership,
.sowing-header p.sowing
{
    font-size: clamp(2.5rem, 10vw, 7rem);
    margin-bottom: -0.7rem;
}

.get-connected-header p.get-connected
{
    font-size: clamp(4rem, 10vw, 9rem);
    line-height: 1;
}

.get-connected-header, .sowing-header, .meeting-list-header
{
    width: 100%;
    align-content: center;
}

.ws-home-box
{
    justify-items: start !important;
}

@media (min-width: 768px)
{
    .partner-header-spacer p.partnership
    {
        margin-bottom: -1.5rem;
    }

    .ws-home-box
    {
        min-height: 350px;
    }
}


/* CARDS & BOXES */

.card
{
    border-radius: 0%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border: none;
}

    .card_ministry-selection
    {
        font-size: 1.4rem;
        line-height: 1;
    }

    .card_sowing
    {
        font-size: 1.4rem;
        line-height: 1;
    }

    .card_flc
    {
        font-size: clamp(17.75px, 1.9vw, 1.25rem);
    }

    .card_text--gray
    {
        color: var(--fl-gray);
    }

    .card_text--gray:hover
    {
        color: var(--fl-dark-blue);
    }

    .card_fs
    {
        min-height: 390px;
    }

    .card_locations h3,
    .card_locations p,
    .card_locations a
    {
        font-family: 'Barrett', sans-serif;
    }

    .card_general-sowing
    {
        font-size: clamp( 2.4rem, 4vw, 2.8rem);
        width: 720px;
        max-width: 95%;
    }

.card--shadow
{
    box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.25);
}

.card-img-top 
{
    border-radius: 0%;
}

.image-link-squares
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .image-link-squares_events
    {
        background-image: url('/img/home_square-events_blur.jpg');
    }

    .image-link-squares_partner
    {
        background-image: url('/img/home_square-partner_blur.jpg');
    }

    .image-link-squares_dbr
    {
        background-image: url('/img/home_square-dbr_blur.jpg');
    }

    .image-link-squares_text
    {
        margin-bottom: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
        font-weight: bold;
        letter-spacing: 0.3rem;
        text-shadow: 0px 0px 1rem rgb(255, 255, 255);
        color: var(--fl-main-blue);
        font-size: clamp(1.6rem, 3vw, 2.5rem);
        line-height: 1.2;
    }

@media (min-width: 768px)
{
    .card_ministry-selection
    {
        font-size: clamp(1.4rem, 2vw, 2rem);
    }

    .card_sowing
    {
        font-size: clamp(1rem, 2vw, 1.7rem);
    }

    .image-link-squares
    {
        content:"";
        display: block;
        position: relative;
        padding-bottom: 100%;
    }

        .image-link-squares_text
        {
            z-index: 1;
            position: absolute;
            top: 50%;
            left: 50%;
            padding-top: 0;
            padding-bottom: 0;
            -ms-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }

    .image-link-squares::after
    {
        z-index: 0;
        content:"";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        transform: translateX(-50%);
        transition: opacity 0.5s ease-in-out;
    }

    .image-link-squares:hover:after
    {
        opacity: 0.3;
    }

    .row_sowing-cards
    {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px)
{
    .card_ministry-selection
    {
        letter-spacing: 0.3rem;
    }
}

@media (max-width: 767px)
{
    .card-m3
    {
        margin-top: 1.5rem;
    }
}

/* BUTTONS */

.btn-light
{
    color: var(--fl-main-blue);
}

.btn-light:hover
{
    color: var(--fl-main-blue-hover);
    background-color: #efefef;
}

.btn--blue
{
    color: #fff;
    background-color: var(--fl-main-blue);
}

.btn--blue:hover
{
    color: #fff;
    background-color: var(--fl-main-blue-hover);
}

.btn--dark-blue
{
    color: #fff;
    background-color: var(--fl-main-blue);
}

.btn--dark-blue:hover
{
    color: #fff;
    background-color: var(--fl-dark-blue);
}

.btn--darker-blue
{
    color: #fff;
    background-color: var(--fl-main-blue-hover);
}

.btn--darker-blue:hover,
.btn--darker-blue:focus
{
    color: #fff;
    background-color: var(--fl-dark-blue);
}

.btn--square
{
    border-radius: 0;
}

.btn--shadow
{
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.ws-media-btn
{
    color: white;
    background-color: var(--fl-main-blue-hover);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: none;
    font-size: 1.2rem;
}

.ws-download-btn
{
    color: white;
    background-color: var(--fl-main-blue-hover);
    padding: 0.75rem;
    border: none;
    font-size: 1rem;
}

@media (min-width: 768px)
{
    .ws-download-btn
    { 
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.2rem;
    }
}

.button_part-select
{
    font-family: 'Barrett';
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: var(--fl-main-blue);
}

.button_part-select:hover
{
    color: var(--fl-dark-blue);
}

.back-button
{
    color: var(--fl-main-blue);
}

.back-button:hover
{
    color: var(--fl-dark-blue);
}

.ws-main-view-link
{
    color: #fff;
    margin-left: 0rem;
    transition: color 0.5s, margin-left 0.5s;
}

.ws-main-view-link:hover
{
    color: var(--fl-main-yellow);
    margin-left: 1rem;
}

.ws-series-more-btn:hover
{
    color: var(--fl-main-blue-hover);
}

.fs_translation-button{
    background-color: rgba(171, 154, 125, 0.7);
    border: solid 0px;
    height: 100%;
    min-height: 167px;
}

.fs_translation-button:hover{
    background-color: rgba(201, 184, 153, 0.7);
}

.fs_translation-center{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.fs_translation-content{
    position: relative;
    height: auto;
}

.fs_separator
{
    position: relative;
}

.fs_separator > div
{
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

.fs-separator_bg
{
    background-image: url('/img/fs/fs_separator-white-bar.png');
    background-repeat: repeat-x;
    background-size: contain;
}

.fs-separator_logo
{
    height: 100%;
    width: auto;
    object-fit: cover; 
}


/* MEDIA PLAYER */
.player-frame
{
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 720px;
    margin-left: auto;
    margin-right: auto;
}


/* CONTACT FORM */
#contactForm
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.contact-form-box
{
    background-color: #ffffff;
    border: 0px;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}


/* UTILITIES */

.inset-shadow
{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35) inset;
}

.mini-inset-shadow
{
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

.top-shadow
{
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.35);
}

.hline
{
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin-top: 4px;
    margin-bottom: 7px;
}

.hline--white
{
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.hline--blue
{
    border-top: 1px solid var(--fl-main-blue);
}

.hline--dark-blue
{
    border-top: 1px solid var(--fl-dark-blue);
}

.hline--gray
{
    border-top: 1px solid var(--fl-med-gray);
}

.sm_icon:hover img:first-child
{
    display: none;
}

.sm_icon:hover img:last-child
{
    display: inline-block;
}

.sm_icon_hide
{
    display: none;
}

.center-div
{
    margin-left: auto;
    margin-right: auto;
}

.con-960
{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.py-6
{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pt-6
{
    padding-top: 6rem;
}

.pb-6
{
    padding-bottom: 6rem;
}

.px-6
{
    padding-left: 6rem;
    padding-right: 6rem;
}

@media (min-width: 769px)
{
    .py-lg-6
    {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}

/* Breakout Content Containers */
/* Place breakout-content and a left/right subclass as wrapper, with only 2 children */
/* Image children should not have a div around them */
/* All other content should be wrapped inside a div */
.breakout-content
{
    padding-block: 0;
}

.breakout-content > img
{
    max-width: 100%;
    height: auto;
}

.breakout-content > :not(img)
{
    padding-block: 1rem;
    padding-inline: 1rem;
}

@media (min-width: 768px)
{
    .breakout-content
    {
        display: grid;
        position: relative;
    }

    .breakout-content-left
    {
        grid-template-columns: 
            minmax(1rem, 1fr)
            minmax(0, var(--half-img-sm-side))
            minmax(0, var(--half-img-lg-side))
            minmax(1rem, 1fr);
    }

    .breakout-content-right
    {
        grid-template-columns: 
            minmax(1rem, 1fr)
            minmax(0, var(--half-img-lg-side))
            minmax(0, var(--half-img-sm-side))
            minmax(1rem, 1fr);
    }

    .breakout-content-left-third
    {
        grid-template-columns: 
            minmax(1rem, 1fr)
            minmax(0, var(--one-third-img-sm-side))
            minmax(0, var(--one-third-img-lg-side))
            minmax(1rem, 1fr);
    }

    .breakout-content-right-third
    {
        grid-template-columns: 
            minmax(1rem, 1fr)
            minmax(0, var(--one-third-img-lg-side))
            minmax(0, var(--one-third-img-sm-side))
            minmax(1rem, 1fr);
    }

    .breakout-content > img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .breakout-content > img:first-child
    {
        grid-column: 1 / 3;
    }

    .breakout-content > img:last-child
    {
        grid-column: 3 / -1;
    }

    .breakout-content > :not(img)
    {
        display: grid;
        align-content: center;
    }

    .breakout-content > :not(img):first-child
    {
        padding-left: 0;
        padding-right: clamp(1rem, 2vw, 4rem);
        grid-column: 2 / 3;
    }

    .breakout-content > :not(img):last-child
    {
        padding-left: clamp(1rem, 2vw, 4rem);
        padding-right: 0;
        grid-column: 3 / 4;
    }

    .breakout-content > :not(img)::before
    {
        content: "";
        position: absolute;
        inset: 0;
        background: inherit;
    }

    .breakout-content > :not(img):first-child::before
    {
        grid-column: 1 / 2;
    }

    .breakout-content > :not(img):last-child::before
    {
        grid-column: 4 / -1;
    }
}

@media (max-width: 767px)
{
    .breakout-content > :not(img)
    {
        justify-items: center;
    }

    .reverse-order-mobile
    {
        display: grid;
    }

    .reverse-order-mobile > :first-child
    {
        order: 2;
    }

    .reverse-order-mobile > :last-child
    {
        order: 1;
    }
}

/* REVISIT - COMBINE THESE GRIDS */

/* Content grid for WS listing page */
.content-grid,
.content-grid_full-width
{
    --padding-inline: 2rem;
    --content-max-width: 1050px;
    
    display: grid;
    grid-template-columns:
        [full-width-start] minmax(var(--padding-inline), 1fr)
        [content-start] min(100% - (var(--padding-inline) * 2), var(--content-max-width)) [content-end]
        minmax(var(--padding-inline), 1fr) [full-width-end];
}

.content-grid > *,
.content-grid_full-width > *
{
    grid-column: content;
}

.content-grid > .content-grid_full-width
{
    grid-column: full-width;
}

#content-list .content-grid_full-width:nth-child(odd),
.area-list .content-grid_full-width:nth-child(odd)
{
    background-color: var(--fl-light-gray);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

#content-list .content-grid_full-width:first-child,
.area-list .content-grid_full-width:first-child
{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35) inset;
}

#content-list.list_tan .content-grid_full-width:nth-child(odd)
{
    background-color: var(--fl-light-tan);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

#content-list.list_tan .content-grid_full-width:first-child
{
    box-shadow: none;
}

#events-list .content-grid_full-width:nth-child(odd)
{
    background-color: var(--fl-light-tan);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

#events-list .content-grid_full-width:first-child
{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35) inset;
}

/* Content grid for FS listing page */
.fs-content-grid,
.fs-content-grid_full-width
{
    --padding-inline: 2rem;
    --content-max-width: 1320px;
    
    display: grid;
    grid-template-columns:
        [full-width-start] minmax(var(--padding-inline), 1fr)
        [content-start] min(100% - (var(--padding-inline) * 2), var(--content-max-width)) [content-end]
        minmax(var(--padding-inline), 1fr) [full-width-end];
}

.fs-content-grid > *,
.fs-content-grid_full-width > *
{
    grid-column: content;
}

.fs-content-grid > .fs-content-grid_full-width
{
    grid-column: full-width;
}

#fs-content-list .fs-content-grid_full-width:nth-child(even)
{
    background-color: var(--fl-light-gray);
}

/* Content grid for WS Search Page */
.search-grid,
.search-grid_full-width
{
    --padding-inline: 2rem;
    --content-max-width: 1320px;
    
    display: grid;
    grid-template-columns:
        [full-width-start] minmax(var(--padding-inline), 1fr)
        [content-start] min(100% - (var(--padding-inline) * 2), var(--content-max-width)) [content-end]
        minmax(var(--padding-inline), 1fr) [full-width-end];
}

.search-grid > *,
.search-grid_full-width > *
{
    grid-column: content;
}

.search-grid > .search-grid_full-width
{
    grid-column: full-width;
}

#content-list .search-grid_full-width:nth-child(odd),
.area-list .search-grid_full-width:nth-child(odd)
{
    background-color: var(--fl-light-gray);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

#content-list .search-grid_full-width:first-child,
.area-list .search-grid_full-width:first-child
{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35) inset;
}



.fs-contact-button
{
    color: var(--fs-blue);
}

.fs-library-button
{
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.fs-card-text
{
    margin-bottom: 4rem;
}


.img--circle
{
    border-radius: 50%;
}

.ws-search-box
{
    position: relative;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.ws-search-box > input
{
    padding-left: 3rem;
    border-radius: 7px;
    border: 1px solid var(--fl-med-gray);
}

.ws-search-box > input:focus
{
    outline: none;
}

.ws-search-icon
{
    font-size: 1.4rem;
    position: absolute;
    top: 30%;
    left: 1.5rem;
}

.ws-select
{
    font-size: 1.2rem;
    padding: 0.6rem;
}

.ws-img-shadow
{
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}

.ws-img-transition
{
    animation: 1.5s fadeInUp;
}

@keyframes fadeInUp
{
    0% {
       transform: translateY(15%);
       opacity: 0.5;
    }
    100% {
       transform: translateY(0%);
       opacity: 1;
    }
}

.series-item_container-top
{
    color: white;
    text-align: center;
    position: relative
}

.series-heading
{
    font-size: clamp(1.8rem, 3vw, 3.5rem);
    line-height: 1;
}

.series-title
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 840px;
}

.series-title:hover
{
    color: var(--fl-main-yellow);
}

#seriesListContainer
{
    transition: height ease 2s;
    overflow: hidden;
}

#series-download .modal-dialog
{
    overflow-y: initial !important;
}

#series-download .modal-body
{
    max-height: 70vh;
    overflow-y: auto;
}

@media (min-width: 768px)
{
    #series-download .modal-body
    {
        max-height: 80vh;
    }
}

.image-row-container
{
    justify-content: space-between;
}

.image-row_kids > img
{
    object-fit: cover;
    width: 100%;
    height: 20vw;
}

.image-row_youth > img
{
    object-fit: cover;
    width: 100%;
    height: 25vw;
}

.image-row_get-connected > img
{
    object-fit: cover;
    width: 100%;
    height: 25vw;
}

@media (min-width: 768px)
{
    .image-row_get-connected > img
    {
        height: 20vw;
    }
}

@media (min-width: 1024px)
{
    .image-row_get-connected > img
    {
        height: 17vw;
    }
}

.two_button-group
{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.two_button-group > *
{
    min-width: fit-content;
    flex: 1;
}

@media(max-width: 767px)
{
    .two_button-group > *
    {
        min-width: 75%;
    }
}


/* Mobile Rotating Text Animation */

@media(max-width: 767px)
{
    
    .mobile-rotate-box
    {
        position: relative;
    }

    .mobile-rotate-box .mobile-rotate
    {
        opacity: 0;
        position: absolute;
        
    }

    @keyframes fade
    {
        0% {opacity: 0;}
        10%, 20%{opacity: 1;}
        25%{opacity: 0;}
    }

    .mobile-rotate:nth-child(1)
    {
        animation: fade 16s infinite;
    }

    .mobile-rotate:nth-child(2)
    {
        animation: fade 16s 4s infinite;
    }

    .mobile-rotate:nth-child(3)
    {
        animation: fade 16s 8s infinite;
    }

    .mobile-rotate:nth-child(4)
    {
        animation: fade 16s 12s infinite;
    }
}


.colorbar
{
    background: rgb(171, 154, 125);
}


/* Scrolling BG Photo */

.scroller
{
    max-width: 100%;
    overflow: hidden;
}

.scroller_inner
{
    display: flex;
}

.scroller[data-animated = "true"]
{
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, white 10% 90%, transparent);
    mask: linear-gradient(90deg, transparent, white 10% 90%, transparent);
}

.scroller[data-animated = "true"] .scroller_inner
{
    flex-wrap: nowrap;
    animation: scroll var(--_scroll-duration, 200s) linear infinite;
}

@media(max-width: 900px)
{
    .scroller[data-animated = "true"] .scroller_inner
    {
        --_scroll-duration: 50s;
    }
}


@keyframes scroll
{
    to
    {
        transform: translate(-50%);
    }
}

.home_fs-section
{
    position: relative;
}

.home_fs-section_languages
{
    position: absolute;
    height: 100%;
}

.home_fs-section_languages .translations-word {
    position: relative;
    top: 36%;
}

.home_fs-section_languages .translation-img {
    transition: scale 0.6s, text-shadow 0.6s;
}

.home_fs-section_languages .translation-img:hover {
    scale: 1.05;
}


.fs-motto
{
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.series-img
{
    width: 100%;
    max-width: 854px;
    height: auto;
}

.off-air-box
{
    background-color: white;
    border: solid 2px;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.sowing-form #mongo-form
{
    background-color: rgb(248, 248, 248);
    border: solid 1px var(--fl-light-gray);
    border-radius: 10px;
}

.kids-content-item
{
    position: relative;
}

.kids-content-item .text-container-top
{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    height: auto;
    color: white;
    text-align: center;
}

.kids-content-item .text-container-bottom
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
}

.ul_flex
{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
}

.img-fluid.img-full-width
{
    width: 100%;
}

/* AUTOHIDE */
.autohide
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.autohide_scrolled-down
{
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.autohide_scrolled-up
{
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.testimony-tabs
{
    text-align: center;
}

.testimony-tabs button
{
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: bold;
    color: var(--fl-dark-blue);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    background-color: inherit;
    border: none;
    transition: color 0.3s ease-in-out;
}

.testimony-tabs button:not(:last-child)
{
    border-right: solid 1px var(--fl-dark-blue);
}

@media (max-width: 768px)
{
    .testimony-tabs button:nth-child(3)
    {
        border-right: none;
    }
}

@media (min-width: 767px)
{
    .testimony-tabs button
    {
        padding-top: none;
    }
}

@media (min-width: 992px)
{
    .testimony-tabs button
    {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.testimony-tabs button:hover
{
    color: var(--fl-main-blue);
}

.testimony-tabs button.active
{
    color: var(--fl-main-blue);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.tabcontent
{
    display: none;
    animation: fadeInElement 1s;
}

@keyframes fadeInElement
{
    from {opacity: 0;}
    to {opacity: 1;}
}

.font--underline
{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.btn--about
{
    border: none;
    border-radius: 0;
    width: 100%;
    text-align: left;
}

.btn--about:hover
{
    background-color: var(--fl-main-blue-hover);
}

.btn--about:active, .btn--about.active
{
    background-color: var(--fl-main-blue-hover);
}

.btn--chapter
{
    color: var(--fl-main-blue);
    font-size: clamp(1rem, 1vw, 1.4rem)
}

.btn--chapter:hover
{
    color: var(--fl-dark-blue);
}

.btn--chapter:active, .btn--chapter.active
{
    border: 0;
    color: var(--fl-dark-blue);
}

/* .btn--chapter.active::after
{
    display: block;
    content: " ";
    font-size: 0;
    color: transparent;
    height: 8px;
    width: 100%;
    padding-left: 4px;
    position: absolute;
    bottom: -4px;
    left: -4px; background: #fff;
    z-index: 2;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
} */

@media (max-width: 767px)
{
    .btn--about
    {
        max-width: 100%;
        text-align: center;
    }

    .btn--about:active, .btn--about.active
    {
        background-color: var(--fl-main-blue-hover);
    }
}

.partner-read
{
    font-size: 1.7rem;
}

@media (min-width: 768px)
{
    .partner-read
    {
        font-size: clamp(1.2rem, 3vw, 2rem);
    }
}

.partner-letter .verse
{
    font-weight: bold;
    font-style: italic;
}

.partner-letter .sign-off
{
    margin-left: auto;
    width: max-content;
    padding-top: 20px;
    padding-bottom: 20px;
}

.partner-letter .sign-off > img
{
    width: 150px;
    height: auto;
}

.floating-text-box
{
    min-height: 50%;
    display: flex;
    align-items: center;
}

@media (max-width: 992px)
{
    .testimony-flag
    {
        max-height: 60px;
    }
}

.select-box
{
    font-size: 1.2rem;
    padding: 0.3rem;
}

.ws-search-container
{
    position: relative;
    z-index: 1;
    background-color: var(--fl-main-blue-hover);
}

.ws-search-input
{
    border: 1px solid var(--fl-med-gray);
    min-width: 100%;
    max-width: 100%;
}

.slider-wrap
{
    display: flex;
    width: 100%;
    position: relative;
}

.slider,
.slider > .slide
{
    --img-gap: 1rem;
}

.slider
{
    --items-on-screen: 2;
    --slider-index: 1;

    display: flex;
    width: 100%;
    transform: translateX(calc(var(--slider-index) * (-100% / var(--items-on-screen))));
    gap: var(--img-gap);
}

.slider.animating {
    transition: transform 250ms ease-in-out;
}

@media (max-width: 767px) {
    .slider
    {
        --items-on-screen: 1;
    }
}

.slider > .slide
{
    flex: 0 0 calc((100% / var(--items-on-screen)) - var(--img-gap));
    max-width: calc((100% / var(--items-on-screen)) - var(--img-gap));
    aspect-ratio: 1 / 1;
    min-height: 200px;
}


.slider > .slide:first-child
{
    margin-left: calc(var(--img-gap) / 2);
}

.slider-arrow
{
    border: none;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
    position: absolute;
    font-size: 5rem;
    color: rgba(40, 53, 85, 0.2);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.slider-arrow.left-arrow:hover
{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
    color: rgb(40, 53, 85);
}

.slider-arrow.right-arrow:hover
{
    background: linear-gradient(to left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
    color: rgb(40, 53, 85);
}

.left-arrow
{
    left: 0;
    margin-left: -50px;
}

.right-arrow
{
    right: 0;
    margin-right: -50px;
}

.slider-arrow_text
{
    transition: transform 150ms ease-in-out;
}

.slider-arrow:hover .slider-arrow_text
{
    transform: scale(1.2);
}

.slider_progress-bar
{
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    padding: 1rem;
}

.slider-overflow
{
    overflow-x: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.slide img {
    max-width: 100%;
    max-height: 100%;
}

.progress-item
{
    flex: 0 0 2rem;
    height: 0.4rem;
    background-color: rgba(40, 53, 85, 0.5);
    border: none;
    border-radius: 0.75rem;
}

.progress-item.active
{
    background-color: rgba(40, 53, 85, 0.9);
}

.extra-dependents {
    display: none;
}

#back-button a svg {
    transition: fill 0.5s ease-in-out;
}

#back-button a:hover svg {
    fill: var(--fl-main-yellow);
}

.email-item {
    border: 2px solid var(--fl-main-yellow);
    padding: 0.4rem;
}

.email-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.card .overlay-blue-60:hover {
    border-image: fill 1 linear-gradient(rgba(71, 102, 128, 0.5), rgba(71, 102, 128, 0.4));
}