/* Minification failed. Returning unminified contents.
(487,45): run-time error CSS1030: Expected identifier, found '>'
(487,50): run-time error CSS1031: Expected selector, found ')'
(487,50): run-time error CSS1025: Expected comma or open brace, found ')'
 */


/*******************************************  Top Banner  ********************************************/
.warning-message {
    background: yellow;
    text-align: center;
    padding: 3px; 
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    padding: 30px 0px;
}

    .banner-insert {
        background-color: rgba(255,255,255,0.9);
        width: 80%;
        margin: auto;
        overflow: hidden;
    }

    .banner-insert .title h1 {
        text-align: center;
        font-family: 'Segoe UI';
        font-weight: bold;
        font-size: 28pt;
        color: #002855;
        position: relative;
        padding: 10px;
    }

    .banner-insert .subtitle {
        text-align: center;
        font-family: 'Segoe UI';
        font-size: 18pt;
        color: #0092CF;
    }

#homePageAd {
    max-width: 1350px;
    text-align: center;
    background-color: #002147;
    color: white;
    padding: 5px;
    text-align: center;
}
    #homePageAd h1 {
        color: inherit;
        font-size: 40px;
        border-top: solid 3px #626692;
    }
    #homePageAd p {
        font-size: 30px;
        border-bottom: solid 3px #626692;
        margin-bottom: 10px;
        margin-top: 10px;
    }
@media (max-width: 600px) {
    #homePageAd h1 {
        font-size: 25px;
    }
    #homePageAd p{
        font-size: 15px;
    }
}
@media (max-width: 355px) {
    #homePageAd h1 {
        font-size: 15px;
    }
}

/* Various font and box shrinks as the viewport gets smaller, breakpoints are set at where the top line wraps to 3 lines */
@media (max-width: 860px) {

    .banner-insert .subtitle {
        font-size: 18pt;
    }
}

@media (max-width: 745px) {

    .banner,
    .banner-insert {
        height: 140px;
    }

    .banner-insert .title h1 {
        font-size: 22pt;
    }

    .banner-insert .subtitle {
        font-size: 16pt;
    }
}

@media (max-width: 565px) {

    .banner,
    .banner-insert {
        height: 120px;
    }

    .banner-insert .title h1 {
        font-size: 18pt;
    }

    .banner-insert .subtitle {
        font-size: 14pt;
    }
}

@media (max-width: 480px) {

    .banner {
        height: 100px;
        padding: 20px 0px;
    }

    .banner-insert {
        width: 90%;
        height: 100px;
    }

    .banner-insert .title h1 {
        font-size: 14pt;
    }

    .banner-insert .subtitle {
        font-size: 10pt;
    }
}

@media (max-width: 360px) {

    .banner-insert .title h1 {
        font-size: 12pt;
    }
    .warning-message {
        padding: 2px 10px;
    }
}

/*******************************************  Action Buttons  ********************************************/

.action-buttons-container {
    display: block;
    width: 100%;
    margin: 30px 0px;
}

.action-button {
    display: inline-block;
    min-width: 270px;
    width: 50%;
}

.action-button:nth-child(2n) {
    float: right;
}

.action-button-container {
    position: relative;
    /*height: 100px;*/
    margin: 5px;
    padding: 0px;
}

    .action-button-container a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

        .action-button-container a img {
            width: 100%;
        }

/* Single column, sidebar visible, 3/4 width */
@media (max-width: 830px) {
    .action-button {
        display: block;
        width: 75%;
        margin: auto;
    }

        .action-button:nth-child(2n) {
            float: unset;
        }
}

/* Single column, no sidebar */
@media (max-width: 550px) {
    .action-button {
        display: block;
        width: 100%;
    }

        .action-button:nth-child(2n) {
            float: unset;
        }

}


/*******************************************  Featured Products  ********************************************/

.featured-products-container {
    display: block;
    width: 100%;
}

.featured-products-header {
    text-align: center;
    margin: 30px 0px;
}

.featured-product {
    display: inline-block;
    min-width: 270px;
    width: 50%;
}

.featured-product:nth-child(2n) {
    float: right;
}


.featured-product-container {
    position: relative;
    height: 100px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #DDDDDF;
}

    .featured-product-container:hover {
        border: 1px solid #000;
    }

    .featured-product-container a {
        display: inline-block;
        width: 50%;
        height: 100%;
        text-decoration: none;
    }

        .featured-product-container a:first-child {
            float: left;
        }

    .featured-product-container h3 {
        margin: 0px;
    }

    .featured-product-container img {
        margin: 10px;
    }

/* Single column, sidebar visible, 3/4 width */
@media (max-width: 830px) {
    .featured-product {
        display: block;
        width: 75%;
        margin: auto;
    }

    .featured-product:nth-child(2n) {
        float: unset;
    }
}

/* Single column, no sidebar */
@media (max-width: 550px) {
    .featured-product {
        display: block;
        width: 100%;
    }

    .featured-product:nth-child(2n) {
        float: unset;
    }

    .featured-product h4 {
        margin: 0px;
    }

    .featured-product-container img {
        margin: 10px 0px;
    }
}


/*******************************************  Mark's Exclusives  ********************************************/

.exclusives-container {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.exclusives-header {
    text-align: center;
}

.exclusive {
    display: inline-block;
    min-width: 270px;
    width: 50%;
}

.exclusive:nth-child(2n) {
    float: right;
}

.exclusive-promotions-li {
    padding: 3px;
}

.exclusive-promotions-ul {
    list-style-type: none;
    padding-left: 3px;
}

.exclusive-container {
    position: relative;
    height: 420px;
    margin: 3px;
    padding: 10px;
    background-image: url("/content/images/WebP_Images/exclusives-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #002855;
}

    .exclusive-container img {
        position: absolute;
        bottom: 20px;
        right: 0px;
        max-width: 150px;
        max-height: 150px;
    }

    .exclusive-container input[type="button"] {
        position: absolute;
        bottom: 30px;
        left: 20px;
        width: 50%;
        max-width: 210px;
    }

    .exclusive-container h2,
    .exclusive-container h3 {
        margin: 0px;
    }

    .exclusive-container h2 {
        font-size: 40px;
    }

    .exclusive-container h3 {
        font-size: 24px;
    }

    /* Single column, 3/4 width */
@media (max-width: 770px) {
    .exclusive {
        display: block;
        width: 75%;
        margin: auto;
    }

    .exclusive:nth-child(2n) { float: unset; }

    .exclusive-promotions-ul {
        font-size: 13px;
        padding-left: 3px;
    }

    .exclusive-container {
        height: 320px;
    }
    }
    /* Single column */
    @media (max-width: 460px) {
        .exclusive {
            display: block;
            width: 100%;
        }

            .exclusive:nth-child(2n) {
                float: unset;
            }

        .exclusive-container img {
            max-width: 120px;
            max-height: 120px;
        }

        .exclusive-promotions-ul {
            font-size: 11px;
            padding-left: 3px;
        }

        .exclusive-container {
            height: 320px;
        }
    }

    @media (max-width: 360px) {
        .exclusive-container h2 {
            font-size: 34px;
        }

        .exclusive-container h3 {
            font-size: 20px;
        }

        .exclusive-promotions-ul {
            font-size: 9px;
            padding-left: 3px;
        }
        .exclusive-container {
            height: 300px;
        }
    }


    /*******************************************  Popular Categories  ********************************************/

    .popular-categories-container {
        display: inline-block;
        width: 100%;
    }

    .popular-categories-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .popular-category {
        display: inline-grid;
        min-width: 160px;
        width: 14%;
    }

.popular-category-container {
    position: relative;
    height: 200px;
    margin: 1px;
    margin-right: -4px;
    border: 1px solid #DDDDDF;
    justify-content: center;
}

        .popular-category-container:hover {
            border: 1px solid #000;
        }

        .popular-category-container a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
            position: relative;
            text-align: center;
        }

.popular-category-data {
    position: absolute;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
}

    .popular-categories-container a h4 {
        margin: 0px;
        top: 50%;
        min-width:160px;
        font-weight: 400;
    }

        .popular-categories-container a:has(> img) {
            height:120px;
        }

        .popular-category-container img {
            margin: 10px 20px;
        }

    @media (max-width: 1300px) {
        .popular-category {
            width: 16%;
        }
    }

    @media (max-width: 1050px) {
        .popular-category {
            width: 19%;
        }
    }

    @media (max-width: 890px) {
        .popular-category {
            width: 24%;
        }
    }

    @media (max-width: 720px) {
        .popular-category {
            width: 32%;
        }
    }

    @media (max-width: 560px) {
        .popular-category {
            width: 49%;
        }
    }

    @media (max-width: 390px) {
        .popular-category {
            width: 100%;
        }
    }

    /*******************************************  Vendor Logos  ********************************************/

    .vendor-logos-container {
        display: inline-block;
        width: 100%;
    }

    .vendor-logo {
        display: inline-block;
        width: 16.66%;
        float: right;
    }

        .vendor-logo:first-child {
            float: unset;
            clear: both;
        }

    .vendor-logo-container {
        position: relative;
        height: 31px;
        margin: 5px;
        padding: 5px;
    }

        .vendor-logo-container img {
            display: block;
            margin: 0px auto;
        }

    /* Break to two rows of three */
    @media (max-width: 830px) {

        .vendor-logo {
            width: 33.33%;
        }

            .vendor-logo:nth-child(3n-2) {
                float: unset;
            }
    }
