/* ===================================
    Primary Location Page
====================================== */

/* find-location-hero */
#find-location-hero {
    background-color: var(--main-off-white);
    padding: 50px 0px;
}

    #find-location-hero h2 {
        font-size: 90px;
        margin-bottom: 5px;
        text-align: center;
    }

    #find-location-hero #contact-fyl {
        width: 100%;
        background-color: var(--main-blue);
        color: white !important;
        font-weight: 500;
        font-size: 20px;
        border-radius: 25px;
        border: none;
        padding: 12px 20px;
    }

        #find-location-hero #contact-fyl::placeholder {
            color: rgba(255, 255, 255, .8);
        }

        #find-location-hero #contact-fyl:focus {
            outline: none;
            background-color: var(--light-blue);
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
        }

    #find-location-hero button {
        padding: 0px 0px !important;
        width: 100%;
        height: 100%;
        font-size: 18px !important;
    }

    #find-location-hero .use-location {
        padding-left: 5px;
        margin-top: 12px;
        font-size: 20px;
        font-style: italic;
        font-weight: 500;
    }

        #find-location-hero .use-location .uml-link {
            cursor: pointer;
        }

            #find-location-hero .use-location .uml-link .map-pin {
                font-size: 20px;
                font-weight: 600;
            }

@media (max-width: 1199px) {
    #find-location-hero h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    #find-location-hero .row {
        --bs-gutter-x: 0.5rem;
    }

    #find-location-hero h2 {
        font-size: 56px;
    }

    #find-location-hero .use-location {
        margin-top: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #find-location-hero {
        padding: 40px 0px;
    }

        #find-location-hero h2 {
            font-size: 48px;
        }

        #find-location-hero .use-location {
            margin-top: 10px;
            font-size: 18px;
        }
}

@media (max-width: 575px) {
    #find-location-hero {
        text-align: center;
    }

        #find-location-hero h2 {
            font-size: 45px;
        }

        #find-location-hero button {
            padding: 0px 0px !important;
            width: 40%;
            height: 100%;
            font-size: 18px !important;
            margin-top: 10px;
        }

        #find-location-hero .use-location {
            margin-top: 18px;
            font-size: 16px;
        }
}

@media (max-width: 449px) {
    #find-location-hero h2 {
        font-size: 36px;
    }

    #find-location-hero #contact-fyl {
        font-size: 18px;
        padding: 8px 20px;
    }

    #find-location-hero button {
        line-height: 1.5 !important;
        font-size: 15px !important;
        margin-top: 10px;
    }
}

/* find-location-stats */
#find-location-stats {
    padding: 50px 0px;
    background-image: url(/img/bkgd-blue-barber-pole.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #find-location-stats i {
        font-size: 75px;
    }

    #find-location-stats h2 {
        font-size: 50px;
        margin: 15px 0px 0px 0px;
        line-height: 1;
    }

    #find-location-stats h5 {
        font-size: 22px;
    }

@media (max-width: 1199px) {
    #find-location-stats i {
        font-size: 65px;
    }

    #find-location-stats h2 {
        font-size: 42px;
    }

    #find-location-stats h5 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    #find-location-stats {
        padding: 0px 0px 50px 0px;
    }

        #find-location-stats i {
            margin-top: 50px;
        }
}

/* location-list */
#location-list {
    background-image: url(/img/bkgd-white-barber-pole.jpg);
    background-size: cover;
    background-position: top center;
    padding: 15px 0px 50px 0px;
}

    #location-list .location-list-content {
        --bs-gutter-y: 1.5rem;
    }

        #location-list .location-list-content h2 {
            font-size: 46px;
            line-height: 1;
            font-weight: 500;
            margin: 30px 0px 5px 0px;
        }

        #location-list .location-list-content .location-image-wrapper {
            position: relative;
            display: inline-block;
            width: 100%;
        }

            #location-list .location-list-content .location-image-wrapper button,
            #location-list .location-list-content .location-image-wrapper button:active {
                position: absolute;
                top: 85%;
                left: 50%;
                transform: translate(-50%,-50%) !important;
                -webkit-transform: translate(-50%,-50%) !important;
                -ms-transform: translate(-50%,-50%) !important;
                -moz-transform: translate(-50%,-50%) !important;
                min-width: 175px;
                font-weight: 700;
            }

            #location-list .location-list-content .location-image-wrapper .location-image {
                max-height: 300px !important;
                border-radius: 10px;
            }

        #location-list .location-list-content .location-text {
            display: flex !important;
            align-items: center !important;
        }

            #location-list .location-list-content .location-text h3 {
                font-size: 32px;
                line-height: 1;
                font-weight: 600;
            }

            #location-list .location-list-content .location-text p {
                font-size: 18px;
                line-height: 1.4;
                font-weight: 600;
                margin: 10px 0px !important;
            }

            #location-list .location-list-content .location-text a.gc-link {
                font-size: 18px;
                line-height: 1.4;
                font-weight: 600;
                margin: 10px 0px 15px 0px !important;
                display: inline-block;
            }

            #location-list .location-list-content .location-text button {
                min-width: 215px;
            }

                #location-list .location-list-content .location-text button:not(:last-child) {
                    margin-bottom: 5px;
                }

@media (max-width: 1399px) {
    #location-list .location-list-content .location-text {
        padding-left: 5px;
    }

        #location-list .location-list-content .location-text h3 {
            font-size: 28px;
        }

        #location-list .location-list-content .location-text p {
            font-size: 16px;
            margin: 10px 0px !important;
        }

        #location-list .location-list-content .location-text a.gc-link {
            font-size: 16px;
            margin: 10px 0px 15px 0px !important;
        }
}

@media (max-width: 1199px) {
    #location-list .location-list-content h2 {
        font-size: 42px;
    }

    #location-list .location-list-content .location-text {
        padding-left: 5px;
    }

        #location-list .location-list-content .location-text h3 {
            font-size: 24px;
        }

        #location-list .location-list-content .location-text p {
            font-size: 14px;
            margin: 0px 0px !important;
        }

        #location-list .location-list-content .location-text a.gc-link {
            font-size: 14px;
            margin: 5px 0px 10px 0px !important;
        }

        #location-list .location-list-content .location-text button {
            min-width: 195px;
            padding: 8px 25px !important;
        }
}

@media (max-width: 991px) {
    #location-list .location-list-content h2 {
        font-size: 50px;
    }

    #location-list .location-list-content .location-text {
        padding-left: 0px;
    }

        #location-list .location-list-content .location-text h3 {
            font-size: 36px;
        }

        #location-list .location-list-content .location-text p {
            font-size: 20px;
            margin: 10px 0px !important;
        }

        #location-list .location-list-content .location-text a.gc-link {
            font-size: 20px;
            margin: 10px 0px 15px 0px !important;
        }

        #location-list .location-list-content .location-text button {
            min-width: 215px;
            padding: 9px 34px !important;
        }
}

@media (max-width: 767px) {
    #location-list .location-list-content h2 {
        font-size: 44px;
    }

    #location-list .location-list-content .location-text {
        padding-left: 5px;
    }

        #location-list .location-list-content .location-text h3 {
            font-size: 28px;
        }

        #location-list .location-list-content .location-text p {
            font-size: 16px;
            margin: 10px 0px !important;
        }

        #location-list .location-list-content .location-text a.gc-link {
            font-size: 16px;
            margin: 5px 0px 10px 0px !important;
        }

        #location-list .location-list-content .location-text button {
            min-width: 215px;
            padding: 9px 34px !important;
        }
}

@media (max-width: 575px) {
    #location-list {
        padding: 30px 0px 50px 0px;
    }

        #location-list .location-list-content {
            --bs-gutter-y: 3rem;
        }

            #location-list .location-list-content h2 {
                font-size: 40px;
                margin: 20px 0px -15px 0px;
            }

            #location-list .location-list-content .location-image-wrapper {
                text-align: center;
            }

            #location-list .location-list-content .location-text {
                padding-left: 0px;
                text-align: center;
                display: block !important;
                margin-top: 15px;
            }

                #location-list .location-list-content .location-text h3 {
                    font-size: 32px;
                    margin-bottom: 0px
                }

                #location-list .location-list-content .location-text p {
                    font-size: 18px;
                    margin: 0px 0px !important;
                    line-height: 1.2;
                }

                #location-list .location-list-content .location-text a.gc-link {
                    font-size: 18px;
                    margin: 5px 0px 10px 0px !important;
                }

                #location-list .location-list-content .location-text button {
                    min-width: 300px;
                    padding: 9px 34px !important;
                }
}

@media (max-width: 449px) {
    #location-list {
        padding: 40px 0px 50px 0px;
    }

        #location-list .location-list-content h2 {
            font-size: 32px;
            margin: 10px 0px -15px 0px;
        }

        #location-list .location-list-content .location-text h3 {
            font-size: 28px;
        }

        #location-list .location-list-content .location-text p {
            font-size: 16px;
        }

        #location-list .location-list-content .location-text a.gc-link {
            font-size: 16px;
        }

        #location-list .location-list-content .location-text button {
            min-width: 250px;
        }
}

#growing-fast {
    background-color: var(--bkgd-off-white) !important;
    padding: 5px 0px;
}

    #growing-fast .gf-text {
        padding: 25px 0px;
        font-size: 35px;
        font-weight: 700;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

@media (max-width: 1199px) {
    #growing-fast .gf-text {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    #growing-fast .gf-text {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    #growing-fast .gf-text {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    #growing-fast .gf-text {
        font-size: 18px;
    }
}

@media (max-width: 449px) {
    #growing-fast .gf-text {
        font-size: 14px;
    }
}

/* markets */
#markets {
    padding: 50px 0px;
    background-image: url(/img/bkgd-statue-flag.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

    #markets img {
        max-width: 100px !important;
        margin: 50px 0px 10px 0px;
    }

    #markets h2 {
        font-size: 75px;
        margin: 0px;
        line-height: 1;
    }

    #markets h5 {
        font-size: 30px;
    }

    #markets .lud {
        margin-top: 45px;
    }

        #markets .lud p {
            margin: 20px 0px !important;
            font-size: 22px;
            font-weight: 500;
            line-height: 1.6;
        }

@media (max-width: 1399px) {
    #markets img {
        max-width: 90px !important;
    }

    #markets h5 {
        font-size: 26px;
    }

    #markets .lud {
        margin-top: 40px;
    }

        #markets .lud p {
            margin: 20px 0px !important;
            font-size: 20px;
        }
}

@media (max-width: 1199px) {
    #markets img {
        max-width: 80px !important;
        margin: 35px 0px 10px 0px;
    }

    #markets h2 {
        font-size: 65px;
    }

    #markets h5 {
        font-size: 20px;
    }

    #markets .lud p {
        margin: 15px 0px !important;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #markets img {
        max-width: 90px !important;
        margin: 50px 0px 10px 0px;
    }

    #markets h5 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    #markets img {
        max-width: 80px !important;
        margin: 35px 0px 10px 0px;
    }

    #markets h2 {
        font-size: 48px;
    }

    #markets h5 {
        font-size: 20px;
    }

    #markets .lud {
        margin-top: 35px;
    }

        #markets .lud p {
            margin: 15px 0px !important;
            font-size: 14px;
            line-height: 1.6;
        }
}

@media (max-width: 575px) {
    #markets img {
        max-width: 90px !important;
        margin: 40px 0px 10px 0px;
    }

    #markets h2 {
        font-size: 40px;
    }

    #markets h5 {
        font-size: 26px;
    }
}

@media (max-width: 449px) {
    #markets h2 {
        font-size: 42px;
    }

    #markets .lud {
        margin-top: 35px;
    }

        #markets .lud p {
            margin: 15px 0px !important;
            font-size: 12px;
            line-height: 1.6;
        }
}


/* ===================================
    Individual Location Pages
====================================== */

/* location-hero */
#location-hero {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/roanoke.png);
    background-size: 115% 100%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-color: #d6d0c2;
    padding: 85px 0px;
}

#location-hero.roanoke {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/roanoke.png);
}

#location-hero.keller {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/keller.png);
}

#location-hero.nrh {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/nrh.png);
}

#location-hero.saginaw {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/saginaw.png);
}

#location-hero.goldentriangle {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/goldentriangle.png);
}

#location-hero.bartonville {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/bartonville.png);
}

#location-hero.mckinney {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/mckinney.png);
}

#location-hero.southlake {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/southlake.png);
}

#location-hero.northlake {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/northlake.png);
}

#location-hero.prestonhollow {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/prestonhollow.png);
}

#location-hero.arapaho {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/arapaho.png);
}

#location-hero.cranberrytownship {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/cranberrytownship.png);
}

#location-hero.allisonpark {
    background-image: url(/img/location-hero-images-transparency-gradient.png), url(/img/shop-images/allisonpark.png);
}

    #location-hero h1 {
        font-size: 90px;
    }

        #location-hero.roanoke h1,
        #location-hero.nrh h1,
        #location-hero.bartonville h1,
        #location-hero.arapaho h1 {
            line-height: .8;
        }

        #location-hero.keller h1,
        #location-hero.saginaw h1 {
            line-height: 1;
        }

        #location-hero.goldentriangle h1,
        #location-hero.prestonhollow h1,
        #location-hero.allisonpark h1,
        #location-hero.cranberrytownship h1 {
            font-size: 85px !important;
            line-height: 1 !important;
        }

        #location-hero.mckinney h1 {
            font-size: 86px !important;
            line-height: .8;
        }

        #location-hero.southlake h1,
        #location-hero.northlake h1 {
            font-size: 76px !important;
            line-height: 1 !important;
        }

    #location-hero h2 {
        font-size: 48px;
    }

        #location-hero.keller h2,
        #location-hero.saginaw h2,
        #location-hero.goldentriangle h2,
        #location-hero.southlake h2,
        #location-hero.northlake h2,
        #location-hero.allisonpark h2,
        #location-hero.cranberrytownship h2 {
            line-height: 1.5 !important;
        }

        #location-hero.nrh h2 {
            font-size: 42px !important;
        }

        #location-hero.prestonhollow h2 {
            font-size: 38px !important;
        }

    #location-hero p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.6;
    }

        #location-hero.roanoke p {
            margin-top: 35px;
        }

        #location-hero.keller p,
        #location-hero.saginaw p,
        #location-hero.goldentriangle p,
        #location-hero.southlake p,
        #location-hero.northlake p,
        #location-hero.allisonpark p,
        #location-hero.cranberrytownship p {
            margin-top: 20px;
        }

        #location-hero.nrh p,
        #location-hero.mckinney p,
        #location-hero.bartonville p,
        #location-hero.prestonhollow p,
        #location-hero.arapaho p {
            margin-top: 50px;
        }

    #location-hero.roanoke button {
        margin-top: 35px;
    }

    #location-hero.keller button,
    #location-hero.nrh button,
    #location-hero.saginaw button,
    #location-hero.goldentriangle button,
    #location-hero.mckinney button,
    #location-hero.bartonville button,
    #location-hero.southlake button,
    #location-hero.northlake button,
    #location-hero.prestonhollow button,
    #location-hero.arapaho button,
    #location-hero.allisonpark button,
    #location-hero.cranberrytownship button {
        margin-top: 50px;
    }

@media (max-width: 1399px) {
    #location-hero {
        padding: 75px 0px;
    }

        #location-hero h1 {
            font-size: 70px !important;
        }

            #location-hero.roanoke h1 {
                line-height: .7;
            }

            #location-hero.goldentriangle h1,
            #location-hero.prestonhollow h1,
            #location-hero.allisonpark h1,
            #location-hero.cranberrytownship h1 {
                font-size: 70px !important;
            }

            #location-hero.mckinney h1 {
                line-height: .7;
                font-size: 74px !important;
            }

            #location-hero.southlake h1,
            #location-hero.northlake h1 {
                font-size: 66px !important;
            }

        #location-hero h2 {
            font-size: 38px !important;
        }

            #location-hero.nrh h2,
            #location-hero.prestonhollow h2 {
                font-size: 32px !important;
            }

        #location-hero p {
            font-size: 22px !important;
        }

            #location-hero.bartonville p,
            #location-hero.arapaho p{
                margin-top: 45px;
            }

            #location-hero.allisonpark p {
                font-size: 20px !important;
            }
}

@media (max-width: 1199px) {
    #location-hero {
        background-size: 130% 100%, cover;
        background-position: left center, right -75px center;
        padding: 75px 0px;
    }

        #location-hero h1, 
        #location-hero.mckinney h1 {
            font-size: 62px !important;
        }

            #location-hero.goldentriangle h1,
            #location-hero.prestonhollow h1,
            #location-hero.allisonpark h1,
            #location-hero.cranberrytownship h1 {
                font-size: 61px !important;
            }

            #location-hero.southlake h1,
            #location-hero.northlake h1 {
                font-size: 55px !important;
            }

        #location-hero h2 {
            font-size: 34px !important;
        }

            #location-hero.nrh h2 {
                font-size: 30px !important;
            }

            #location-hero.prestonhollow h2 {
                font-size: 27px !important;
            }

        #location-hero p {
            font-size: 20px !important;
        }

            #location-hero.roanoke p {
                margin-top: 25px;
            }

            #location-hero.keller p,
            #location-hero.saginaw p,
            #location-hero.goldentriangle p,
            #location-hero.southlake p,
            #location-hero.northlake p,
            #location-hero.allisonpark p,
            #location-hero.cranberrytownship p {
                margin-top: 10px;
            }

            #location-hero.nrh p,
            #location-hero.mckinney p,
            #location-hero.bartonville p,
            #location-hero.prestonhollow p,
            #location-hero.arapaho p {
                margin-top: 40px;
            }

        #location-hero.roanoke button,
        #location-hero.allisonpark button {
            margin-top: 25px !important;
        }

        #location-hero.keller button,
        #location-hero.nrh button,
        #location-hero.saginaw button,
        #location-hero.goldentriangle button,
        #location-hero.mckinney button,
        #location-hero.bartonville button,
        #location-hero.southlake button,
        #location-hero.northlake button,
        #location-hero.prestonhollow button,
        #location-hero.arapaho button
        #location-hero.cranberrytownship button {
            margin-top: 40px;
        }
}

@media (max-width: 991px) {
    #location-hero {
        background-size: 135% 100%, cover;
        padding: 65px 0px;
    }

        #location-hero h1 {
            font-size: 48px !important;
        }

            #location-hero.goldentriangle h1,
            #location-hero.mckinney h1,
            #location-hero.prestonhollow h1,
            #location-hero.allisonpark h1,
            #location-hero.cranberrytownship h1 {
                font-size: 45px !important;
            }

            #location-hero.southlake h1,
            #location-hero.northlake h1 {
                font-size: 40px !important;
            }

        #location-hero h2 {
            font-size: 26px !important;
        }

            #location-hero.nrh h2 {
                font-size: 22px !important;
            }

            #location-hero.prestonhollow h2 {
                font-size: 20px !important;
            }

        #location-hero p,
        #location-hero.allisonpark p {
            font-size: 16px !important;
        }

            #location-hero.roanoke p,
            #location-hero.cranberrytownship p {
                margin-top: 20px;
            }

            #location-hero.nrh p,
            #location-hero.prestonhollow p {
                font-size: 15px !important;
                margin-top: 35px;
            }

            #location-hero.bartonville p,
            #location-hero.arapaho p {
                margin-top: 35px;
            }

            #location-hero.southlake p,
            #location-hero.northlake p {
                font-size: 15px !important;
            }

        #location-hero button {
            padding: 8px 20px !important;
        }

            #location-hero.roanoke button {
                margin-top: 20px;
            }
}

@media (max-width: 767px) {
    #location-hero {
        background-size: 120% 100%, cover;
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    #location-hero {
        background-size: cover;
        background-position: center center;
        background-color: rgba(255, 255, 255, 0.6);
        background-blend-mode: lighten;
        text-align: center;
        padding-left: 0px;
    }

    #location-hero.roanoke {
        background-image: url(/img/shop-images/roanoke2.png);
    }

    #location-hero.keller {
        background-image: url(/img/shop-images/keller2.png);
    }

    #location-hero.nrh {
        background-image: url(/img/shop-images/nrh2.png);
    }

    #location-hero.saginaw {
        background-image: url(/img/shop-images/saginaw2.png);
    }

    #location-hero.goldentriangle {
        background-image: url(/img/shop-images/goldentriangle2.png);
    }

    #location-hero.bartonville {
        background-image: url(/img/shop-images/bartonville2.png);
    }

    #location-hero.mckinney {
        background-image: url(/img/shop-images/mckinney2.png);
    }

    #location-hero.southlake {
        background-image: url(/img/shop-images/southlake2.png);
    }

    #location-hero.northlake {
        background-image: url(/img/shop-images/northlake2.png);
    }

    #location-hero.prestonhollow {
        background-image: url(/img/shop-images/prestonhollow2.png);
        background-color: rgba(255, 255, 255, 0.8);
    }

    #location-hero.arapaho {
        background-image: url(/img/shop-images/arapaho2.png);
    }

    #location-hero.cranberrytownship {
        background-image: url(/img/shop-images/cranberrytownship2.png);
    }

    #location-hero.allisonpark {
        background-image: url(/img/shop-images/allisonpark2.png);
    }

        #location-hero.nrh h1 {
            font-size: 46px !important;
        }

        #location-hero.goldentriangle h1,
        #location-hero.mckinney h1,
        #location-hero.prestonhollow h1,
        #location-hero.allisonpark h1 {
            font-size: 48px !important;
        }

        #location-hero.southlake h1,
        #location-hero.northlake h1 {
            font-size: 50px !important;
        }
}

@media (max-width: 434px) {
    #location-hero.southlake h1,
    #location-hero.northlake h1 {
        font-size: 44px !important;
    }
}

@media (max-width: 389px) {
    #location-hero.goldentriangle h1,
    #location-hero.mckinney h1,
    #location-hero.bartonville h1,
    #location-hero.prestonhollow h1,
    #location-hero.arapaho h1,
    #location-hero.allisonpark h1 {
        font-size: 44px !important;
    }

    #location-hero.southlake h1,
    #location-hero.northlake h1 {
        font-size: 40px !important;
    }
}

/* location */
#location {
    background-image: url(/img/bkgd-blue-textured.jpg);
    background-size: cover;
    padding: 35px 0px;
}

    #location a {
        text-decoration: none;
    }

    #location .row > div:first-child {
        text-align: right;
        padding-right: 50px;
    }

    #location .row > div:last-child {
        padding-left: 50px;
    }

    #location h4 {
        font-size: 30px;
    }

    #location p {
        color: white;
        font-weight: 400;
        font-size: 26px;
        margin: 5px 0px;
    }

        #location.cranberrytownship p {
            font-size: 25px;
        }

        #location p.more-space {
            margin: 15px 0px;
        }

@media (max-width: 1199px) {
    #location .row > div:first-child {
        padding-right: 35px;
    }

    #location .row > div:last-child {
        padding-left: 35px;
    }

    #location h4 {
        font-size: 28px;
    }

    #location p {
        font-size: 23px;
    }

        #location.cranberrytownship p {
            font-size: 21px;
        }
}

@media (max-width: 991px) {
    #location .row > div:first-child {
        padding-right: 25px;
    }

    #location .row > div:last-child {
        padding-left: 25px;
    }

    #location h4 {
        font-size: 24px;
    }

    #location p {
        font-size: 17px;
        margin: 0px 0px;
    }

        #location.cranberrytownship p {
            font-size: 15px;
        }

        #location p.more-space {
            margin: 10px 0px;
        }
}

@media (max-width: 767px) {
    #location .row > div:first-child {
        padding-right: 15px;
    }

    #location .row > div:last-child {
        padding-left: 15px;
    }

    #location h4 {
        font-size: 20px;
    }

    #location p {
        font-size: 14px;
    }

        #location.cranberrytownship p {
            font-size: 12px;
        }

        #location p.more-space {
            margin: 10px 0px;
        }
}

@media (max-width: 575px) {
    #location .row > div:first-child {
        padding: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    #location .row > div:last-child {
        padding: 0px;
        text-align: center;
    }

    #location h4 {
        font-size: 24px;
    }

    #location p {
        font-size: 18px;
        margin: 0px 0px;
    }

        #location.cranberrytownship p {
            font-size: 16px;
        }

        #location p.more-space {
            margin: 0px 0px;
        }
}

/* location-intro */
#location-intro {
    background-image: url(/img/bkgd-red.jpg);
    background-size: cover;
    background-position: center right;
}

    #location-intro .row {
        --bs-gutter-x: 0.5rem;
    }

    #location-intro div.left {
        padding: 75px 5px 75px 0px;
    }

    #location-intro div.right {
        position: relative !important;
        overflow: hidden !important;
    }

        #location-intro div.right img {
            position: absolute !important;
            bottom: 0 !important;
            left: 0 !important;
            width: 100% !important;
        }

        #location-intro div.right img.top-align {
            top: 0 !important;
        }

    #location-intro p {
        font-size: 30px;
        color: white;
        line-height: 40px;
        font-weight: 500;
        margin: 0px;
    }

    #location-intro p:last-child {
        margin-top: 50px;
    }

@media (max-width: 1399px) {
    #location-intro p {
        font-size: 27px;
        line-height: 38px;
    }

        #location-intro.southlake p {
            font-size: 26px;
        }

        #location-intro p:last-child {
            margin-top: 40px;
        }
}

@media (max-width: 1199px) {
    #location-intro div.left {
        padding: 50px 5px 50px 0px;
    }

    #location-intro p {
        font-size: 22px !important;
        line-height: 34px;
    }

        #location-intro p:last-child {
            margin-top: 30px;
            }
}

@media (max-width: 991px) {
    #location-intro p {
        font-size: 17px !important;
        line-height: 25px;
    }

        #location-intro.southlake p {
            font-size: 16px !important;
        }

        #location-intro p:last-child {
            margin-top: 28px;
        }
}

@media (max-width: 767px) {
    #location-intro .right {
        height: 400px;
        position: relative;
        overflow: hidden;
    }

        #location-intro .right img {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto;
        }

    #location-intro p,
    #location-intro.southlake p {
        font-size: 22px !important;
        line-height: 34px !important;
    }
}

@media (max-width: 575px) {
    #location-intro .row {
        --bs-gutter-x: unset;
    }

    #location-intro div.left {
        padding: 40px 10px;
    }

    #location-intro p,
    #location-intro.southlake p {
        font-size: 20px !important;
        line-height: 30px !important;
    }

        #location-intro p:last-child {
            margin-top: 20px;
        }
}

@media (max-width: 449px) {
    #location-intro .right {
        height: 350px;
    }

    #location-intro p,
    #location-intro.southlake p {
        font-size: 16px !important;
        line-height: 28px !important;
    }
}

/* serving-location */
#serving-location {
    background-color: var(--bkgd-off-white) !important;
    padding: 5px 0px;
}

    #serving-location .sl-text {
        padding: 25px 0px;
        font-size: 26px;
        font-weight: 700;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

@media (max-width: 1399px) {
    #serving-location .sl-text {
        font-size: 23px;
    }
}

@media (max-width: 1199px) {
    #serving-location .sl-text {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    #serving-location .sl-text {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    #serving-location .sl-text {
        font-size: 23px;
    }
}

@media (max-width: 669px) {
    #serving-location .sl-text {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    #serving-location .sl-text {
        font-size: 15px;
    }
}

@media (max-width: 449px) {
    #serving-location .sl-text {
        font-size: 12px;
    }
}

/* services-menu */
#services-menu {
    background-image: url(/img/bkgd-dark-blue-planes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

    #services-menu .container {
        background-image: url(/img/bkgd-beige-textured-lg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 30px 15px;
    }

    #services-menu h2 {
        font-size: 70px;
        line-height: .8;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

        #services-menu h2 img {
            height: 1em;
        }

    #services-menu h5 {
        font-weight: 600;
        font-size: 26px;
    }

    #services-menu .row.section-heading {
        margin-top: 20px;
    }

    #services-menu .row.section-content {
        margin-top: 20px;
    }

        #services-menu .row.section-content .service {
            margin-bottom: 40px;
            position: relative;
        }

            #services-menu .row.section-content .service::after {
                content: '';
                position: absolute;
                bottom: -20px;
                left: 12px;
                right: 12px;
                height: 4px;
                background-color: var(--main-blue);
            }

        #services-menu .row.section-content .section-inner-content {
            height: 100%;
        }

        #services-menu .row.section-content .service-name {
            font-size: 26px;
            margin-bottom: 15px;
            font-weight: 500;
            line-height: 1.1;
        }

            #services-menu .row.section-content .service-name.secondary-font {
                font-size: 30px;
                font-weight: 300;
            }

        #services-menu .row.section-content .service-description {
            font-size: 20px;
            font-weight: 500;
        }

            #services-menu .row.section-content .service-description a {
                color: var(--main-blue) !important;
            }

        #services-menu .row.section-content .service-price {
            font-size: 42px;
            font-weight: 600;
            text-align: center;
        }

@media (max-width: 1199px) {
    #services-menu h2 {
        font-size: 62px;
    }

    #services-menu h5 {
        font-size: 24px;
    }

    #services-menu .row.section-content .service-name {
        font-size: 22px;
        margin-bottom: 14px;
    }

        #services-menu .row.section-content .service-name.secondary-font {
            font-size: 28px;
        }

    #services-menu .row.section-content .service-description {
        font-size: 18px;
    }

    #services-menu .row.section-content .service-price {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    #services-menu h2 {
        font-size: 54px;
    }

    #services-menu h5 {
        font-size: 22px;
    }

    #services-menu .row.section-content .service-name {
        font-size: 20px;
        margin-bottom: 12px;
    }

        #services-menu .row.section-content .service-name.secondary-font {
            font-size: 21px;
        }

    #services-menu .row.section-content .service-description {
        font-size: 14px;
    }

    #services-menu .row.section-content .service-price {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    #services-menu h2 {
        font-size: 45px;
        gap: 10px;
    }

    #services-menu h5 {
        font-size: 22px;
    }

    #services-menu .row.section-content .service-name {
        font-size: 20px;
        margin-bottom: 12px;
    }

        #services-menu .row.section-content .service-name.secondary-font {
            font-size: 24px;
        }

    #services-menu .row.section-content .service-description {
        font-size: 14px;
    }

    #services-menu .row.section-content .service-price {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    #services-menu {
        padding: 50px 10px;
    }

        #services-menu h2 {
            font-size: 38px;
            gap: 10px;
        }

        #services-menu h5 {
            font-size: 20px;
        }

        #services-menu .row.section-content .service-name {
            font-size: 20px;
            margin-bottom: 10px;
        }

            #services-menu .row.section-content .service-name.secondary-font {
                font-size: 22px;
            }

        #services-menu .row.section-content .service-price {
            font-size: 26px;
        }
}

@media (max-width: 449px) {
    #services-menu h2 {
        font-size: 30px;
        gap: 5px;
    }

    #services-menu h5 {
        font-size: 18px;
    }

    #services-menu .row.section-content .service-name {
        font-size: 18px;
        margin-bottom: 5px;
    }

        #services-menu .row.section-content .service-name.secondary-font {
            font-size: 20px;
        }

    #services-menu .row.section-content .service-description {
        font-size: 12px;
    }

    #services-menu .row.section-content .service-price {
        font-size: 24px;
    }
}

/* location-sharp-cut */
#location-sharp-cut {
    background-color: var(--bkgd-off-white) !important;
    padding: 5px 0px;
}

    #location-sharp-cut .lsc-text {
        padding: 25px 0px;
        font-size: 46px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        #location-sharp-cut .lsc-text img {
            height: 70%;
            vertical-align: middle;
            margin: 0 10px;
            padding-bottom: 5px;
        }

        #location-sharp-cut .lsc-text br {
            display: none;
        }

@media (max-width: 1199px) {
    #location-sharp-cut .lsc-text {
        font-size: 40px;
    }

        #location-sharp-cut .lsc-text img {
            height: 70%;
            padding-bottom: 4px;
        }

        #location-sharp-cut .lsc-text .btn {
            padding: 8px 20px !important
        }
}

@media (max-width: 991px) {
    #location-sharp-cut .lsc-text {
        padding: 15px 0px;
        font-size: 34px;
    }

        #location-sharp-cut .lsc-text img {
            height: 55%;
            margin: 0 5px;
            padding-bottom: 3px;
        }

        #location-sharp-cut .lsc-text .btn {
            padding: 5px 20px !important
        }
}

@media (max-width: 767px) {
    #location-sharp-cut .lsc-text {
        font-size: 29px;
    }

    #location-sharp-cut .row:nth-child(1 of .row) .lsc-text {
        padding-bottom: 0px;
    }

    #location-sharp-cut .row:nth-child(2 of .row) .lsc-text {
        padding-top: 0px;
        padding-bottom: 25px;
    }
}

@media (max-width: 575px) {
    #location-sharp-cut .lsc-text {
        font-size: 23px;
    }
}

@media (max-width: 449px) {
    #location-sharp-cut .lsc-text {
        font-size: 22px;
        display: block;
    }

        #location-sharp-cut .lsc-text br {
            display: inherit;
        }

        #location-sharp-cut .lsc-text img {
            height: 60%;
        }

    #location-sharp-cut img:nth-child(2 of img) {
        display: none;
    }
}

/* memberships-gift-cards */
#memberships-gift-cards {
    background-image: url(/img/bkgd-green-plane.jpg);
    background-size: cover;
    padding: 50px 0px;
}

    #memberships-gift-cards .left-column {
        padding-right: 50px;
    }

        #memberships-gift-cards.nrh .left-column p,
        #memberships-gift-cards.saginaw .left-column p,
        #memberships-gift-cards.mckinney .left-column p,
        #memberships-gift-cards.southlake .left-column p,
        #memberships-gift-cards.northlake .left-column p,
        #memberships-gift-cards.prestonhollow .left-column p,
        #memberships-gift-cards.arapaho .left-column p,
        #memberships-gift-cards.allisonpark .left-column p {
            line-height: 1.4 !important;
        }

        #memberships-gift-cards.goldentriangle .left-column p,
        #memberships-gift-cards.cranberrytownship .left-column p {
            line-height: 1.7 !important;
        }

        #memberships-gift-cards.nrh .left-column ul,
        #memberships-gift-cards.saginaw .left-column ul,
        #memberships-gift-cards.mckinney .left-column ul,
        #memberships-gift-cards.southlake .left-column ul,
        #memberships-gift-cards.northlake .left-column ul,
        #memberships-gift-cards.prestonhollow .left-column ul,
        #memberships-gift-cards.arapaho .left-column ul,
        #memberships-gift-cards.allisonpark .left-column ul {
            line-height: 1.4 !important;
        }

        #memberships-gift-cards.goldentriangle .left-column ul,
        #memberships-gift-cards.cranberrytownship .left-column ul {
            line-height: 1.7 !important;
        }

    #memberships-gift-cards .right-column {
        padding-left: 50px;
    }

        #memberships-gift-cards .right-column .good-cut-content {
            padding-top: 35px;
        }

            #memberships-gift-cards .right-column .good-cut-content p {
                line-height: 1.8;
            }

            #memberships-gift-cards .right-column .good-cut-content a {
                margin-top: 45px;
            }

    #memberships-gift-cards .mgc-heading {
        line-height: 1;
        margin-top: 10px;
    }

        #memberships-gift-cards.roanoke .mgc-heading,
        #memberships-gift-cards.goldentriangle .mgc-heading,
        #memberships-gift-cards.southlake .mgc-heading,
        #memberships-gift-cards.northlake .mgc-heading,
        #memberships-gift-cards.prestonhollow .mgc-heading,
        #memberships-gift-cards.arapaho .mgc-heading,
        #memberships-gift-cards.allisonpark .mgc-heading,
        #memberships-gift-cards.cranberrytownship .mgc-heading {
            font-size: 90px;
        }

        #memberships-gift-cards.keller .mgc-heading,
        #memberships-gift-cards.nrh .mgc-heading,
        #memberships-gift-cards.saginaw .mgc-heading,
        #memberships-gift-cards.mckinney .mgc-heading,
        #memberships-gift-cards.bartonville .mgc-heading {
            font-size: 86px;
        }

    #memberships-gift-cards .mgc-subheading {
        font-size: 48px;
    }

        #memberships-gift-cards.nrh .mgc-subheading {
            font-size: 40px !important;
        }

    #memberships-gift-cards p {
        font-size: 36px;
        line-height: 1.2;
        margin-top: 20px;
        font-weight: 500;
    }

    #memberships-gift-cards ul {
        font-size: 36px;
        line-height: 1.2;
        font-weight: 500;
    }

    #memberships-gift-cards button {
        margin-top: 20px;
    }

    #memberships-gift-cards .note {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 500;
    }

@media (max-width: 1399px) {
    #memberships-gift-cards .left-column {
        padding-right: 40px;
    }

        #memberships-gift-cards.goldentriangle .left-column p,
        #memberships-gift-cards.cranberrytownship .left-column p {
            line-height: 1.7 !important;
        }

        #memberships-gift-cards.goldentriangle .left-column ul,
        #memberships-gift-cards.cranberrytownship .left-column ul {
            line-height: 1.65 !important;
        }

    #memberships-gift-cards .right-column {
        padding-left: 40px;
    }

        #memberships-gift-cards .right-column .good-cut-content {
            padding-top: 30px;
        }

            #memberships-gift-cards .right-column .good-cut-content a {
                margin-top: 35px;
            }

    #memberships-gift-cards .mgc-heading {
        line-height: 1;
    }

        #memberships-gift-cards.roanoke .mgc-heading,
        #memberships-gift-cards.goldentriangle .mgc-heading,
        #memberships-gift-cards.cranberrytownship .mgc-heading {
            font-size: 78px !important;
        }

        #memberships-gift-cards.keller .mgc-heading,
        #memberships-gift-cards.nrh .mgc-heading,
        #memberships-gift-cards.saginaw .mgc-heading,
        #memberships-gift-cards.mckinney .mgc-heading,
        #memberships-gift-cards.bartonville .mgc-heading,
        #memberships-gift-cards.southlake .mgc-heading,
        #memberships-gift-cards.northlake .mgc-heading,
        #memberships-gift-cards.prestonhollow .mgc-heading,
        #memberships-gift-cards.arapaho .mgc-heading {
            font-size: 75px !important;
        }

    #memberships-gift-cards .mgc-subheading {
        font-size: 42px;
    }

        #memberships-gift-cards.nrh .mgc-subheading {
            font-size: 35px !important;
        }

    #memberships-gift-cards p {
        font-size: 30px;
    }

    #memberships-gift-cards ul {
        font-size: 30px;
    }

    #memberships-gift-cards button {
        margin-top: 15px;
    }
}

@media (max-width: 1199px) {
    #memberships-gift-cards .left-column {
        padding-right: 15px;
    }

        #memberships-gift-cards.nrh .left-column p {
            line-height: 1.75 !important;
        }

        #memberships-gift-cards.nrh .left-column ul {
            line-height: 1.7 !important;
        }

    #memberships-gift-cards .right-column {
        padding-left: 15px;
    }

        #memberships-gift-cards .right-column .good-cut-content {
            padding-top: 25px;
        }

            #memberships-gift-cards .right-column .good-cut-content a {
                margin-top: 32px;
            }

    #memberships-gift-cards .mgc-heading {
        line-height: .9;
    }

        #memberships-gift-cards.roanoke .mgc-heading,
        #memberships-gift-cards.goldentriangle .mgc-heading,
        #memberships-gift-cards.southlake .mgc-heading,
        #memberships-gift-cards.northlake .mgc-heading,
        #memberships-gift-cards.prestonhollow .mgc-heading,
        #memberships-gift-cards.arapaho .mgc-heading,
        #memberships-gift-cards.allisonpark .mgc-heading,
        #memberships-gift-cards.cranberrytownship .mgc-heading {
            font-size: 68px !important;
        }

        #memberships-gift-cards.keller .mgc-heading,
        #memberships-gift-cards.nrh .mgc-heading,
        #memberships-gift-cards.saginaw .mgc-heading,
        #memberships-gift-cards.mckinney .mgc-heading,
        #memberships-gift-cards.bartonville .mgc-heading {
            font-size: 65px !important;
        }

    #memberships-gift-cards .mgc-subheading {
        font-size: 36px;
    }

        #memberships-gift-cards.nrh .mgc-subheading {
            font-size: 30px !important;
        }

    #memberships-gift-cards p {
        font-size: 26px;
    }

    #memberships-gift-cards ul {
        font-size: 26px;
    }

    #memberships-gift-cards button {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    #memberships-gift-cards.nrh .left-column p {
        line-height: 1.2 !important;
    }

    #memberships-gift-cards.nrh .left-column ul {
        line-height: 1.2 !important;
    }

    #memberships-gift-cards .right-column .good-cut-content {
        padding-top: 0px;
    }

        #memberships-gift-cards .right-column .good-cut-content p {
            line-height: 1.2;
        }

        #memberships-gift-cards .right-column .good-cut-content a {
            margin-top: 5px;
        }

        #memberships-gift-cards .right-column .good-cut-content img {
            max-width: 205px;
            margin-top: 20px;
        }

    #memberships-gift-cards .mgc-heading {
        margin-top: 0px;
    }

        #memberships-gift-cards.roanoke .mgc-heading,
        #memberships-gift-cards.goldentriangle .mgc-heading,
        #memberships-gift-cards.southlake .mgc-heading,
        #memberships-gift-cards.northlake .mgc-heading,
        #memberships-gift-cards.prestonhollow .mgc-heading,
        #memberships-gift-cards.arapaho .mgc-heading,
        #memberships-gift-cards.allisonpark .mgc-heading,
        #memberships-gift-cards.cranberrytownship .mgc-heading {
            font-size: 50px !important;
        }

        #memberships-gift-cards.keller .mgc-heading,
        #memberships-gift-cards.nrh .mgc-heading,
        #memberships-gift-cards.saginaw .mgc-heading,
        #memberships-gift-cards.mckinney .mgc-heading,
        #memberships-gift-cards.bartonville .mgc-heading {
            font-size: 48px !important;
        }

    #memberships-gift-cards .mgc-subheading {
        font-size: 26px;
    }

        #memberships-gift-cards.nrh .mgc-subheading {
            font-size: 20px !important;
        }

    #memberships-gift-cards p {
        font-size: 20px;
    }

    #memberships-gift-cards ul {
        font-size: 20px;
    }

    #memberships-gift-cards button {
        margin-top: 5px;
    }

    #memberships-gift-cards .note {
        margin-top: 10px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    #memberships-gift-cards .left-column {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 50px;
        max-width: 600px;
    }

    #memberships-gift-cards .right-column {
        padding-top: 50px;
        padding-left: 25px;
        padding-right: 25px;
        border-top: 1px solid;
        border-color: white !important;
    }

        #memberships-gift-cards .right-column .good-cut-content img {
            position: relative;
            left: 0px;
            max-height: 200px;
        }

    #memberships-gift-cards.keller .mgc-heading,
    #memberships-gift-cards.nrh .mgc-heading,
    #memberships-gift-cards.saginaw .mgc-heading,
    #memberships-gift-cards.mckinney .mgc-heading,
    #memberships-gift-cards.bartonville .mgc-heading {
        font-size: 50px !important;
    }
}

@media (max-width: 399px) {
    #memberships-gift-cards.keller .mgc-heading,
    #memberships-gift-cards.nrh .mgc-heading,
    #memberships-gift-cards.saginaw .mgc-heading,
    #memberships-gift-cards.mckinney .mgc-heading,
    #memberships-gift-cards.bartonville .mgc-heading {
        font-size: 46px !important;
    }

    #memberships-gift-cards.keller .mgc-subheading,
    #memberships-gift-cards.saginaw .mgc-subheading,
    #memberships-gift-cards.mckinney .mgc-subheading,
    #memberships-gift-cards.bartonville .mgc-subheading {
        font-size: 24px !important;
    }

    #memberships-gift-cards.nrh .mgc-subheading {
        font-size: 20px !important;
    }
}

/* classic-cuts */
#classic-cuts {
    background-color: var(--bkgd-off-white) !important;
    padding: 5px 0px;
}

    #classic-cuts .cc-text {
        padding: 25px 0px;
        font-size: 42px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        #classic-cuts .cc-text img {
            height: 70%;
            vertical-align: middle;
            margin: 0 10px;
            padding-bottom: 5px;
        }

        #classic-cuts .cc-text br {
            display: none;
        }

@media (max-width: 1399px) {
    #classic-cuts .cc-text {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    #classic-cuts .cc-text {
        font-size: 31px;
    }

        #classic-cuts .cc-text img {
            height: 70%;
            padding-bottom: 4px;
        }

        #classic-cuts .cc-text .btn {
            padding: 8px 20px !important
        }
}

@media (max-width: 991px) {
    #classic-cuts .cc-text {
        padding: 15px 0px;
        font-size: 20px;
    }

        #classic-cuts .cc-text img {
            height: 55%;
            margin: 0 5px;
            padding-bottom: 3px;
        }

        #classic-cuts .cc-text .btn {
            padding: 5px 20px !important
        }
}

@media (max-width: 767px) {
    #classic-cuts .cc-text {
        font-size: 19px;
    }

    #classic-cuts .row:nth-child(1 of .row) .cc-text {
        padding-bottom: 0px;
    }

    #classic-cuts .row:nth-child(2 of .row) .cc-text {
        padding-top: 0px;
        padding-bottom: 25px;
    }
}

@media (max-width: 575px) {
    #classic-cuts .cc-text {
        font-size: 17px;
    }
}

@media (max-width: 479px) {
    #classic-cuts .cc-text {
        display: block;
    }

        #classic-cuts .cc-text br {
            display: inherit;
        }

        #classic-cuts .cc-text img {
            height: 60%;
        }

    #classic-cuts img:nth-child(2 of img) {
        display: none;
    }
}

@media (max-width: 375px) {
    #classic-cuts .cc-text {
        font-size: 16px;
    }
}

/* location-faqs */
#location-faqs {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("/img/bkgd-blue-textured.jpg");
    background-size: cover;
    background-position: center;
}

    #location-faqs h2 {
        color: var(--main-off-white);
        font-size: 40px !important;
        font-weight: 500 !important;
        margin-bottom: 35px;
    }

    #location-faqs .accordion {
        height: 65px;
        margin: 0 auto;
        border-radius: 15px;
        box-shadow: 0 0 5px rgba(225,225,225,1);
        overflow: hidden;
        transition: height 0.3s ease;
        margin-bottom: 10px;
    }

        #location-faqs .accordion .accordion_tab {
            padding: 20px;
            cursor: pointer;
            text-align: center;
            position: relative;
            background-color: var(--main-red);
            color: var(--main-off-white);
        }

            #location-faqs .accordion .accordion_tab h3 {
                font-size: 28px !important;
                font-weight: 500 !important;
                margin: 0px !important;
                line-height: 1 !important;
                padding-right: 35px;
            }

    #location-faqs .accordion .accordion_tab .accordion_arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        width: 25px;
        height: 40px;
        transition: all 0.3s ease;
    }

    #location-faqs .accordion .accordion_tab.active .accordion_arrow {
        transform: translateY(-50%) rotate(90deg);
    }

    #location-faqs .accordion.active {
        height: auto;
    }

        #location-faqs .accordion .accordion_content {
            padding: 20px 50px;
            border-top: 1px solid #e9e9e9;
            color: var(--main-blue);
            background-color: var(--main-off-white);
            font-size: 22px;
            font-weight: 500;
            line-height: 1.5;
            text-align: left;
        }

            #location-faqs .accordion .accordion_content .accordion_item {
                margin-bottom: 20px;
            }

@media screen and (max-width: 1399px) {
    #location-faqs.nrh h2,
    #location-faqs.northlake h2 {
        font-size: 36px !important;
    }

    #location-faqs.goldentriangle h2,
    #location-faqs.mckinney h2,
    #location-faqs.bartonville h2,
    #location-faqs.prestonhollow h2,
    #location-faqs.allisonpark h2 {
        font-size: 38px !important;
    }
}

@media screen and (max-width: 1199px) {
    #location-faqs.nrh h2,
    #location-faqs.northlake h2 {
        font-size: 30px !important;
    }

    #location-faqs.saginaw h2 {
        font-size: 38px !important;
    }

    #location-faqs.goldentriangle h2,
    #location-faqs.mckinney h2,
    #location-faqs.bartonville h2,
    #location-faqs.prestonhollow h2,
    #location-faqs.allisonpark h2 {
        font-size: 32px !important;
    }

    #location-faqs.southlake h2 {
        font-size: 36px !important;
    }

    #location-faqs .accordion .accordion_tab h3 {
        font-size: 26px !important;
    }
}

@media screen and (max-width: 991px) {
    #location-faqs {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        #location-faqs h2 {
            font-size: 38px !important;
            margin-bottom: 25px;
        }

        #location-faqs .accordion {
            height: 58px;
        }

            #location-faqs .accordion .accordion_tab h3 {
                font-size: 19px !important;
            }

        #location-faqs .accordion .accordion_content {
            font-size: 15px;
        }
}

@media screen and (max-width: 767px) {
    #location-faqs h2 {
        font-size: 28px !important;
    }

    #location-faqs .accordion {
        height: 78px;
    }

        #location-faqs .accordion .accordion_tab h3 {
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1.3 !important;
        }

        #location-faqs .accordion .accordion_tab .accordion_arrow {
            height: 30px;
        }

            #location-faqs .accordion .accordion_tab .accordion_arrow img {
                width: 70%;
            }
}

@media (max-width: 575px) {
    #location-faqs h2 {
        margin-bottom: 10px;
    }

        #location-faqs.mckinney h2 {
            font-size: 28px !important;
        }

        #location-faqs.southlake h2 {
            font-size: 34px !important;
        }

    #location-faqs .accordion .accordion_tab h3 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 519px) {
    #location-faqs.prestonhollow h2,
    #location-faqs.allisonpark h2 {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 499px) {
    #location-faqs.goldentriangle h2,
    #location-faqs.bartonville h2 {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 489px) {
    #location-faqs.nrh h2,
    #location-faqs.northlake h2 {
        font-size: 26px !important;
    }

    #location-faqs.southlake h2 {
        font-size: 32px !important;
    }
}

@media (max-width: 457px) {
    #location-faqs.nrh h2,
    #location-faqs.mckinney h2,
    #location-faqs.northlake h2,
    #location-faqs.prestonhollow h2 {
        font-size: 20px !important;
    }

    #location-faqs.saginaw h2,
    #location-faqs.southlake h2,
    #location-faqs.cranberrytownship h2 {
        font-size: 25px !important;
    }

    #location-faqs.goldentriangle h2,
    #location-faqs.bartonville h2,
    #location-faqs.allisonpark h2 {
        font-size: 22px !important;
    }

    #location-faqs .accordion .accordion_tab h3 {
        font-size: 16px !important;
    }

    #location-faqs .accordion .accordion_content {
        font-size: 14px;
    }
}

/* craft-consistency */
#craft-consistency {
    background-color: var(--bkgd-off-white) !important;
    padding: 5px 0px;
}

    #craft-consistency .craft-text {
        padding: 25px 0px;
        font-size: 38px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        #craft-consistency .craft-text img {
            height: 70%;
            vertical-align: middle;
            margin: 0 10px;
            padding-bottom: 5px;
        }

        #craft-consistency .craft-text br {
            display: none;
        }

@media (max-width: 1199px) {
    #craft-consistency .craft-text {
        font-size: 32px;
    }

        #craft-consistency .craft-text img {
            height: 70%;
            padding-bottom: 4px;
        }

        #craft-consistency .craft-text .btn {
            padding: 8px 20px !important
        }
}

@media (max-width: 991px) {
    #craft-consistency .craft-text {
        padding: 15px 0px;
        font-size: 22px;
    }

        #craft-consistency .craft-text img {
            height: 55%;
            margin: 0 5px;
            padding-bottom: 3px;
        }

        #craft-consistency .craft-text .btn {
            padding: 5px 20px !important
        }
}

@media (max-width: 767px) {
    #craft-consistency .craft-text {
        font-size: 18px;
    }

    #craft-consistency .row:nth-child(1 of .row) .craft-text {
        padding-bottom: 0px;
    }

    #craft-consistency .row:nth-child(2 of .row) .craft-text {
        padding-top: 0px;
        padding-bottom: 25px;
    }
}

@media (max-width: 575px) {
    #craft-consistency .craft-text {
        font-size: 15px;
    }
}

@media (max-width: 449px) {
    #craft-consistency .craft-text {
        display: block;
    }

        #craft-consistency .craft-text br {
            display: inherit;
        }

        #craft-consistency .craft-text img {
            height: 60%;
        }

    #craft-consistency img:nth-child(2 of img) {
        display: none;
    }
}

/* location-map */
#location-map {
    margin-bottom: -10px;
}

    #location-map iframe {
        width: 100%;
        height: 500px;
        border: 0;
    }