﻿.screen_reader_label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tab-holder .content-holder .text-content h2 {
    font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #F05122;
    font-weight: bolder;
    font-size: 1.5rem;
    line-height: 1.125;
    word-spacing: 0;
}

/* Customize the label (the container) */
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#butFeedbackForm:hover {
    cursor: pointer;
}

.skipnav {
    text-align: left;
}

    .skipnav a {
        position: absolute;
        left: -10000px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        .skipnav a:focus, .skipnav a:active {
            position: static;
            left: 0;
            width: auto;
            height: auto;
            overflow: visible;
            text-decoration: underline;
        }

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
}

.res-4by3 {
    padding-bottom: 75%;
}

.res-16by9 {
    padding-bottom: 56.25%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {

    .iframe-wrapper iframe {
       max-width: 400px;
    }
}


    /* RESPONSIVE TABLES */
    @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
        /* Force table to not be like tables anymore */
        .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
            display: block;
        }

            /* Hide table headers (but not display: none;, for accessibility) */
            .responsive-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        .responsive-table tr {
            margin: 0 0 1rem 0;
        }

            .responsive-table tr:nth-child(odd) {
            }

        .responsive-table td {
            /* Behave  like a "row" */
            border: none;
            /* border-bottom: 1px solid #eee; */
            position: relative;
            width: 100% !important;
        }

            .responsive-table td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 0;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
            }
    }
    /* RESPONSIVE TABLES */

    .nounderline {
        border-bottom: none !important;
    }


    /* What's New Blog Panel */
    #blogPanelDrop1 {
        float: left;
    }

    #blogPanelDrop2 {
        float: left;
        margin-left: 20px;
    }


    /* Our Brands */
    .brand-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
    }

    .news-item__title a {
        text-decoration: underline !important;
    }

    /* Override Form */
    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #F05122;
        border-color: #F05122;
    }

    .btn.disabled, .btn:disabled {
        opacity: 1;
    }

    .nutri_text {
        background-color: #39c3e8;
        border: none;
        color: white;
        width: 10px;
    }

    .desktop-nutrition-button {
        display: block;
    }

    .mobile-nutrition-button {
        display: none;
    }

    .read-more-link {
        display: block;
        margin: 10px 0px;
    }

    @media(max-width: 900px) {
        .desktop-nutrition-button {
            display: none;
        }

        .mobile-nutrition-button {
            display: block;
        }
    }

    .ingredientCheckBox {
        visibility: hidden;
    }

    .blog-content img {
        max-width: 100%;
        width: unset;
    }

    .with-errors {
        color: red;
    }

    .help-block {
        margin-top: 1rem;
    }

    .form_validate .form-group .form-control {
        font-size: inherit;
        height: inherit;
    }

    .form-group {
        margin-bottom: 2rem;
    }

    .form-control.textfield {
    }

    .embed-responsive {
        margin-top: 15px;
        margin-bottom: 15px;
    }



    .email-club-join {
        margin-bottom: 1rem;
    }

    .tab-holder .content-holder .snapshot img {
        border: 0;
        padding: 0;
    }

    .sitemap_list {
        margin-bottom: 0px;
    }

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    #shop_giftcards {
        display: none;
        clear: both;
    }

    #shop_locations {
        display: none;
    }

    #shop-grid-container {
        min-width: 525px;
        width: 600px;
        clear: both;
        margin-bottom: 15px;
    }

    .shop-grid-div {
        width: 35px;
        float: left;
    }

    .shop-grid-cell {
        text-align: center;
        width: 47%;
        min-width: 250px;
        float: left;
        padding-bottom: 10px;
    }

        .shop-grid-cell img {
            margin: 0 auto 5px !important;
        }

    .refresh_current_pag, .refresh_total_pag, .refresh_record_count {
        display: none;
    }

    .blog_page {
        cursor: pointer;
    }

    .pag_container {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

        .pag_container nav a {
            font-size: 19px;
            font-family: "Montserrat", sans-serif;
            color: #b3b3b3 !important;
            font-weight: 700;
            text-decoration: none;
            float: left;
            margin: 0px 5% 0px 0px;
        }

            .pag_container nav a:last-of-type {
                margin: 0;
            }

            .pag_container nav a.active {
                color: #4f5858 !important;
            }

            .pag_container nav a:hover {
                color: #4f5858 !important;
            }

        .pag_container .pag_arrow_container {
            position: absolute;
            right: 0;
            top: 0;
        }

            .pag_container .pag_arrow_container .pag_arrow {
                float: left;
                height: 25px;
                width: 15px;
                display: block;
                background: url(../images/svg/cta_arrow.svg) no-repeat;
                -webkit-transition: all 0.1s ease;
                -moz-transition: all 0.1s ease;
                -ms-transition: all 0.1s ease;
                transition: all 0.1s ease;
            }

                .pag_container .pag_arrow_container .pag_arrow.inactive {
                    opacity: .5;
                }

            .pag_container .pag_arrow_container .pag_prev {
                -ms-transform: rotate(-180deg);
                /* IE 9 */
                -webkit-transform: rotate(-180deg);
                /* Chrome, Safari, Opera */
                transform: rotate(-180deg);
                margin: 0px 60px 0px 0px;
            }


    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .article_tout_section.blog_section .article_tout {
            width: 46%;
            margin-right: 4%;
            padding: 0px 0px 55px 0px;
        }

            .article_tout_section.blog_section .article_tout:nth-of-type(2n) {
                margin-right: 0;
            }

        .pag_container nav a {
            font-size: 16px;
        }

        .pag_container .pag_arrow_container .pag_prev {
            margin: 0px 40px 0px 0px;
        }
    }

    /* MOBILE */
    .mobile-show {
        display: none;
    }

    @media only screen and (max-width: 767px) {
        .pag_container nav a {
            font-size: 14px;
            margin: 0px 4% 0px 0px;
        }

        .pag_container .pag_arrow_container .pag_prev {
            margin: 0px 20px 0px 0px;
        }

        .mobile-hide {
            display: none;
        }

        .mobile-show {
            display: block;
        }
    }


    @media (max-width: 768px) {

        .tab-holder .content-holder img {
            float: none !important;
            margin-bottom: 10px;
            display: block;
            max-width: 100%;
            margin-bottom: 30px;
        }

        #shop-grid-container {
            width: 100%;
            min-width: unset;
        }

        .shop-grid-div {
            display: none;
        }

        .shop-grid-cell {
            width: 100%;
            float: none;
            margin-bottom: 20px;
        }

        /* What's New Blog Panel */
        #blogPanelDrop1 {
            float: none;
        }

        #blogPanelDrop2 {
            float: none;
            margin-left: 0px;
        }
    }

