﻿/****** Import Fonts Used for This Project are held in the brand/site.css******/
/* not used @import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');*/

body, html {
    font-family: var(--font-family-body);
    color: var(--color-primary);
}

.text-muted {
    --bs-text-opacity: .5;
    color: var(--color-primary) !important;
}
a {
    color: var(--color-primary);
}

::selection {
    background: var(--color-primary);
    color: #fff;
}

::-moz-selection {
    background: var(--color-primary);
    color: #fff;
}

h1 {
    color: var(--color-h1);
}

#home-splash-image {
    background: var(--home-splash-image-background);
    text-align: center;
    padding-top: 1.75rem;
    clip-path: polygon( 0 0, 100% 0, 100% 95%, 0 100%);
    margin-bottom: -3rem;
}

    #home-splash-image .splash-pretitle {
        font-size: 1.5rem;
        color: var(--home-splash-image-text);
        font-weight: 200;
        margin-bottom: 0.75rem;
    }

    #home-splash-image .splash-title {
        font-size: 3rem;
        line-height: 3.5rem;
        color: var(--home-splash-image-text);
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    #home-splash-image .splash-posttitle {
        font-size: 1.2rem;
        font-style: italic;
        color: var(--home-splash-image-text);
        font-weight: 200;
    }

    #home-splash-image .splash-logo {
        max-height: 60px;
        margin-top: 0.2rem;
        margin-bottom: 4rem;
    }

    #home-splash-image .splash-graphic {
        margin-top: 2.5rem;
    }

.tinted-container {
    background-color: rgba(3, 80, 119, 0.05);
}

.ample-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.ample-margin {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.sectional-title {
    font-weight: 200;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.sectional-title span {
    font-weight: 600;
}

.sectional-subtitle {
    font-size: 20px;
}
#who-for-panel {
    background-color: var(--color-primary);
    color: #fff;
    padding: 2rem 4rem;
}

.benefit-title {
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 400;
    padding: 0.8rem 0.5rem;
}

.footer {
    background-color: var(--bkcolor-footer);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.home-benefit-card {
    padding: 13px;
    margin-bottom: 1rem;
}

    .home-benefit-card .title {
        font-weight: 400;
    }

        .home-benefit-card .title span {
            font-weight: 700;
        }

    .home-benefit-card p {
        font-size: 18px;
        margin-top: 0.75rem;
        margin-bottom: 0;
    }

.home-price-card {
    padding: 13px;
    margin-bottom: 1rem;
}

    .home-price-card .title {
        font-weight: 600;
        font-size: 2rem;
        padding: 1rem;
        color: #fff;
        border-radius: 40px;
    }

    .home-price-card .annual-bg {
        background-color: #57C800;
    }

    .home-price-card .monthly-bg {
        background-color: #ADADAD;
    }

.price-container {
}

    .price-container .price {
        font-size: 4rem;
        margin-bottom: 0;
    }

    .price-container .frequency {
        margin-bottom: 2rem;
        ;
    }

.jumbo-join-button {
    font-size: 28px;
    font-weight: 700;
    border-radius: 3rem;
    padding: 1rem;
}

#membership-card-container {
    position: relative;
}

    #membership-card-container #membership-card-canvas {
        background-size: contain;
        background-repeat: no-repeat;
    }

    #membership-card-container #membership-details {
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 40px
    }


footer a {
    color: #fff;
    text-decoration: none;
}
/****** MOBILE RESPONSIVE BREAK POINTS ******/

/** SM **/
@media(min-width:576px) {
}

/** MD **/
@media(min-width:768px) {
    .sectional-title {
        font-size: 2.5rem;
    }

    #home-splash-image .splash-pretitle {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
        margin-top: 1.5rem;
    }

    #home-splash-image .splash-title {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    #home-splash-image .splash-posttitle {
        font-size: 1.5rem;
        margin-bottom: 1.6rem;
    }

    #home-splash-image .splash-graphic {
    }
}

/** LG **/
@media(min-width:992px) {
    #home-splash-image {
        min-height: 25rem;
        padding: 2rem 1rem 0rem 1rem;
        text-align: left;
    }

        #home-splash-image .splash-pretitle {
            font-size: 2rem;
            margin-bottom: 1rem;
            margin-top: 0.5rem;
        }

        #home-splash-image .splash-title {
            font-size: 3rem;
            line-height: 3rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        #home-splash-image .splash-posttitle {
            font-size: 1.4rem;
            margin-bottom: 0.5rem;
        }

        #home-splash-image .splash-logo {
            max-height: 60px;
            margin-top: 0.2rem;
        }

        #home-splash-image .splash-graphic {
        }
}

/** XL **/
@media(min-width:1200px) {
    #home-splash-image {
        clip-path: polygon( 0 0, 100% 0, 100% 93%, 0 100%);
    }

        #home-splash-image .splash-pretitle {
            margin-top: 1.75rem;
        }

        #home-splash-image .splash-title {
            font-size: 4rem;
            line-height: 4.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        #home-splash-image .splash-posttitle {
            margin-bottom: 1.5rem;
        }
}

/** XXL **/
@media(min-width:1600px) {
    .sectional-title {
        font-size: 2.8rem;
    }

    #home-splash-image .splash-logo {
        margin-bottom: 8rem;
    }
}

/****** UTILITIES ******/



/****** CUSTOM BOOTSTRAP BUTTONS ******/
.btn-primary {
    color: #ffffff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: var(--bkcolor-btn-primary);
        border-color: var(--color-primary);
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

    .btn-primary .badge {
        color: var(--color-primary);
        background-color: #ffffff;
    }

.btn-secondary {
    color: #ffffff;
    background-color: var(--bkcolor-btn-secondary);
    border-color: var(--bkcolor-btn-secondary);
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary.active,
    .open .dropdown-toggle.btn-secondary {
        color: #ffffff;
        background-color: var(--bkcolor-btn-secondary-hover);
        border-color: var(--bkcolor-btn-secondary);
    }

    .btn-secondary:active,
    .btn-secondary.active,
    .open .dropdown-toggle.btn-secondary {
        background-image: none;
    }

    .btn-secondary.disabled,
    .btn-secondary[disabled],
    fieldset[disabled] .btn-secondary,
    .btn-secondary.disabled:hover,
    .btn-secondary[disabled]:hover,
    fieldset[disabled] .btn-secondary:hover,
    .btn-secondary.disabled:focus,
    .btn-secondary[disabled]:focus,
    fieldset[disabled] .btn-secondary:focus,
    .btn-secondary.disabled:active,
    .btn-secondary[disabled]:active,
    fieldset[disabled] .btn-secondary:active,
    .btn-secondary.disabled.active,
    .btn-secondary[disabled].active,
    fieldset[disabled] .btn-secondary.active {
        background-color: var(--bkcolor-btn-secondary);
        border-color: var(--bkcolor-btn-secondary);
    }

    .btn-secondary .badge {
        color: var(--bkcolor-btn-secondary);
        background-color: #ffffff;
    }

.btn-bright {
    color: #ffffff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

    .btn-bright:hover,
    .btn-bright:focus,
    .btn-bright:active,
    .btn-bright.active,
    .open .dropdown-toggle.btn-bright {
        color: #ffffff;
        background-color: var(--bkcolor-btn-secondary);
        border-color: var(--bkcolor-btn-secondary);
    }

    .btn-bright:active,
    .btn-bright.active,
    .open .dropdown-toggle.btn-bright {
        background-image: none;
    }

    .btn-bright.disabled,
    .btn-bright[disabled],
    fieldset[disabled] .btn-bright,
    .btn-bright.disabled:hover,
    .btn-bright[disabled]:hover,
    fieldset[disabled] .btn-bright:hover,
    .btn-bright.disabled:focus,
    .btn-bright[disabled]:focus,
    fieldset[disabled] .btn-bright:focus,
    .btn-bright.disabled:active,
    .btn-bright[disabled]:active,
    fieldset[disabled] .btn-bright:active,
    .btn-bright.disabled.active,
    .btn-bright[disabled].active,
    fieldset[disabled] .btn-bright.active {
        background-color: var(--bkcolor-btn-secondary);
        border-color: var(--bkcolor-btn-secondary);
    }

    .btn-bright .badge {
        color: var(--bkcolor-btn-secondary);
        background-color: #ffffff;
    }
