.hub #holiday .article-text p{
    font-size:22px;
}

.hub #holiday .article-text p strong{
    font-size:24px;
}

.product img.product-image {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    height: unset;
}

/* Product PDP Free Shipping */

/* fix for archive pages */
body.product .details .row.promo > .small-12.columns {
    padding-left: 0;
    padding-right: 0;
}

body.product .free-shipping {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
    padding: 1.3rem 1.85rem 0.75rem; 
    background: #398000; 
    color: white; 
    font-family: 'Zurich W01 Black'; 
    font-size: 2.4rem; 
    line-height: .865;
    transition: background .25s ease;
}

    @media only screen and (min-width: 640px) {
        body.product .free-shipping {
            flex-direction: row;
            padding: 1.3rem 1rem 0.75rem;
            font-size: 4.25vw;
        }
    }

    @media only screen and (min-width: 1024px) {
        body.product .free-shipping {
            font-size: 2rem;
        }
    }
    
    @media only screen and (min-width: 1451px) {
        body.product .free-shipping {
            padding: 1.3rem 1.85rem 0.75rem; 
            font-size: 2.4rem; 
        }
    }

    body.product .free-shipping a,
    body.product a.free-shipping {
        color: #fff;
        text-decoration: none;
    }

        body.product .free-shipping a:hover,
        body.product .free-shipping a:focus,
        body.product a:hover.free-shipping,
        body.product a:focus.free-shipping {
            background: #377A00;
        }

        body.product .free-shipping a:focus,
        body.product a:focus.free-shipping {
            box-shadow: 0 0 0 4px white, 0 0 0 6px #3D78C0;
        }

            body.product .free-shipping a:hover .see-details,
            body.product .free-shipping a:focus .see-details,
            body.product a:hover.free-shipping .see-details,
            body.product a:focus.free-shipping .see-details {
                text-decoration: underline;
            }


body.product .free-shipping-txt {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

    @media only screen and (min-width: 640px) {
        body.product .free-shipping-text {
            margin: 0 auto 0 0;
        }
    }

    body.product .free-shipping-txt .free {
        display: inline-block; 
        letter-spacing: -0.0185em;
        transform: scale(1.09,1);
    }

    body.product .free-shipping-txt .shipping {
        display: inline-block;
        font-family: 'Zurich W01 Condensed'; 
        letter-spacing: -.035em;
        transform: scale(1.065,1); 
    }

    body.product .free-shipping-txt .onOrders75 {
        font-family: 'Zurich W01 Bold'; 
        font-size: .85em; 
        letter-spacing: -.0245em;
    }

        body.product .free-shipping-txt .onOrders75 .orders {
            display: inline-block; 
            position: relative; 
            left: -.05em; 
            margin-left: -0.005em;
            transform: scale(1.1,1); 
        }

        body.product .free-shipping-txt .onOrders75 .threshold {
            display: inline-block; 
            transform: scale(1.1,1);
        }

            body.product .free-shipping-txt .onOrders75 .threshold .dollars {
                position: relative; 
                left: .025em;
                margin-left: .05em; 
            }

        body.product .free-shipping-txt .onOrders75 .over {
            position: relative;
            top: -0.05em;
            margin-left: 0.125em;
            font-size: .95em;
        }

    body.product .free-shipping-txt .see-details {
        display: block; 
        position: relative; 
        top: -.5em; 
        letter-spacing: -.02em;
        font-family: 'Zurich W01 Light';
        font-size: .625em; 
        line-height: .9; 
        transform: scale(1.0825,1); 
    }

    @media only screen and (min-width: 640px) {
        body.product .free-shipping-txt .see-details {
            top: -.55em; 
            font-size: .475em; 
            line-height: .9; 
        }
    }

body.product .free-shipping-icon {
    display: none;
}
    
    @media only screen and (min-width: 640px) {
        body.product .free-shipping-icon {
            display: block;
        }
    }

    body.product .free-shipping-icon .svg {
        position: relative; 
        top: -.15em;
        width: 5.35rem; 
    }


    @media only screen and (min-width: 1024px) {
        body.product .free-shipping-icon .svg {
            width: calc((100vw / 4.5) - (2 * 5rem) ); 
        }
    }
    
    @media only screen and (min-width: 1451px) {
        body.product .free-shipping-icon .svg {
            width: 10.35rem; 
        }
    }
    
/* end free shipping pdp */

.hub .product .product-info .title {
    font-size: 16px;
    min-height: 90px !important;
}

.dropdown .row.cookandcreate, .dropdown .row.gift-guides {
  -moz-column-count: 1;
  -moz-column-gap: 0px;
  -webkit-column-count: 1;
  -webkit-column-gap: 0px;
  column-count: 1;
  column-gap: 0px;
  width: 227px !important;
  min-height: auto;
}
.first.about-menu{
    padding-top:5px;
}
h5.menu-header {
    font-family: "Zurich W01 Black";
    padding-bottom: 10px;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Stay Connected / More Resources */
.more-resources2 {
    padding: 0;
}

.more-resources2 .stay-connective-holder p {
    font-family: inherit;
}

.more-resources2 .button[type="submit"],
.more-resources2 .social-icons ul li a img {
    transition: background .25s linear, box-shadow .3s linear;
}

.more-resources2 .social-icons ul li a img {
    border-radius: 50%;
}

.more-resources2 .social-icons ul li a img[src$=".svg"] {
    width: 40px;
    background: #7f7e7e;
}

.more-resources2 .social-icons ul li a:hover img[src$=".svg"],
.more-resources2 .social-icons ul li a:focus img[src$=".svg"] {
    background: #666666;
}

.more-resources2 .button[type="submit"]:hover,
.more-resources2 .button[type="submit"]:focus {
    background: #990006;
}

.more-resources2 .button[type="submit"]:focus,
.more-resources2 .social-icons ul li a:focus img {
    box-shadow: 0 0 0 2px #f7f7f5, 0 0 0 4px #3D74B3;
}

@media screen and (max-width: 40em) {
    
    .connected-home.columns {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 640px) {
    .columns.stay-connective-holder {
        padding-left: 9vw;
    }

}

@media only screen and (min-width: 1143px) {
    .more-resources2 .social-icons ul li a img[src$=".svg"] {
        width: 50px;
    }
}

@media only screen and (min-width: 1450px) {
    .row.connected-home {
        padding-left: 0;
    }
    
    .columns.stay-connective-holder {
        padding-left: 8rem;
    }
}




.instagram-row .item {
    float: left;
    border: 1px solid #fff;
}

.instagram-row img {
    float: left;
    width: 145px;
    height:145px;
    border: 1px solid #fff;
}

.hbspt-form input[type=checkbox] {
    height: 15px;
    width: 20px !important;
    min-width:20px !important;
}
.turn-tab .features{
   

}

.hs-button {

    border: 0;
}
.link-columns {
     height: auto !important;
}
.hbspt-form input[type=radio] {
    height: 15px;
    width: 20px !important;
    min-width:20px !important;
}
.holiday .hs-form-required{
 display:none;
}
.holiday .accordion.scoop .content p{
    font-size: 14px !important;
    padding-left:15px;

}

.holiday .wistia_responsive_wrapper{
    
    top: 0px !important;
}

.holiday .accordion.scoop .content .row{
    padding-top: 0;
    padding-bottom: 0;

}
.holiday .hs_error_rollup{
    display:none !important;
    
}

.holiday .hs-error-msgs.inputs-list{
    position:absolute;
}

.holiday .hbspt-form{
     text-align:center;
    
}

.holiday #email-e41efe05-4655-4d86-a1d4-c066e2c034a4{
    min-width:600px;
    display:inline-block;
        height: 42px;
    margin-top: 2px;
}
.holiday .hs_email{
      display:inline-block;
    
}
.holiday .hs_submit{
     display:inline-block;
    
}

.holiday .hbspt-form .hs-button {
    background-color: #c82027;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Zurich W01 Bold';
     display:inline-block;
     border: 0;
}


@media only screen and (max-width: 800px) {
.holiday #email-e41efe05-4655-4d86-a1d4-c066e2c034a4{
    min-width:unset;
}
    
}


@media screen and (max-width: 955px){
    .alter.Yes:not(:first-child) img {
         padding-bottom: 0px; 
    }
}    


.bundle-pricing.original strong {
    color: #363636;
}
figure {
    margin: 1em 30px;
}
#holiday h5 {
    font-size: 30px;
    font-family: 'Zurich W01 Bold';
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: unset;
}
.center-in-page{
    position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 320px;
  height: 200px;
}

.center-in-page h2{
     margin-bottom:10px !important;   
}

.full-height{
    position: relative;
    width: 100%;
    height: 500px;

}

#legal-DRS{
    height:100%;
}

.hidden.error small{
    font-size: 120% !important;
}
.award-row img {
    max-width: 100px;
}
.award-row .details {
    padding-top: 10px;
}
.award-row {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.ember-view{
     padding-left:20px;   
}
@media screen and (max-width: 1143px) {
    .is-drilldown {
        height: 2220px !important;
        height: fit-content;
        display: block;

    }
}

.mobile-features h5 {
    padding-left: 20px;
    font-size: 20px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    padding-right: 10px;
    margin-top: 10px;
}

.dropdown .row.gift-guides {
    width: 300px !important;
}

.medium-6 .holiday-banner-image{
   width:66%;
}

.holiday-button{
    margin-right:0px;
}
.header-image .top-content .hbh p {
    font-size: 18px !important;
}
.holiday-button.hbh {
    background-color: #387900;
    border: solid 1px #387900;
}

.header-image .top-content .hbc p {
    font-size: 18px !important;
}

.holiday-button.hbc {
    background-color: #f7c846;
    border: solid 1px #f7c846;
}

#holiday h4{
 font-size: 1.5625rem;
}

.keep-reading.health a{
    color: #387900;
}

/* Alexa Page Styles */
input[type="submit"].alexaPageButton {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0.5rem auto 0;
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Zurich W01 Bold';
    letter-spacing: .025em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #79b722;
}

/* FAQ */

.accordion.scoop.c_13353 .faq-bg,
.accordion.scoop.c_13685 .faq-bg {
    background: none;
}

/* ============================= */
/* Klaviyo */

.klaviyo-form form > div {
  min-height: initial !important;
}
.klaviyo-form form input[type=email],
.klaviyo-form form input[type=name] {
  background: #fff;
  border-radius: 0 !important;
  border: #CACACA 1px solid;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.klaviyo-form form input[type=email]:focus,
.klaviyo-form form input[type=name]:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 124, 191, 0.25) !important;
}
.klaviyo-form form input[type=email][aria-invalid=true]:focus,
.klaviyo-form form input[type=name][aria-invalid=true]:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 37, 44, 0.25) !important;
}
.klaviyo-form form button,
.klaviyo-form form [type=button] {
  height: auto !important;
  padding: 0.75rem 2rem !important;
  font-family: "Zurich W01 Bold", "Arial Bold", "Arial Black", "Arial", Helvetica, sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5 !important;
  letter-spacing: 0.025em !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #04847C 50%, #5B5B5E 50%) !important;
  background-size: auto 200% !important;
  transition: color 0.15s ease-in-out, background 0.25s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.klaviyo-form form button:hover, .klaviyo-form form button:focus,
.klaviyo-form form [type=button]:hover,
.klaviyo-form form [type=button]:focus {
  background-position-y: 100% !important;
}
.klaviyo-form form button:focus,
.klaviyo-form form [type=button]:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 83, 78, 0.5) !important;
}
.newsletter-subscribe .klaviyo-form form h2,
.newsletter-subscribe .klaviyo-form form h3,
.newsletter-subscribe .klaviyo-form form h4,
.newsletter-subscribe .klaviyo-form form h5 {
  font-size: 1.125rem;
}
.newsletter-subscribe .klaviyo-form form p {
  line-height: 1.6;
}
.newsletter-subscribe .klaviyo-form form button,
.newsletter-subscribe .klaviyo-form form [type=button] {
  padding: 0.75rem 2rem !important;
}
.hb-kform .klaviyo-form form button,
.hb-kform .klaviyo-form form [type=button] {
  background: linear-gradient(180deg, #04847c 50%, #6c787f 50%) !important;
  background-size: auto 200% !important;
}
.hb-kform .klaviyo-form form button:hover, .hb-kform .klaviyo-form form button:focus,
.hb-kform .klaviyo-form form [type=button]:hover,
.hb-kform .klaviyo-form form [type=button]:focus {
  background-position-y: 100% !important;
}
.hb-kform .klaviyo-form form button:focus,
.hb-kform .klaviyo-form form [type=button]:focus {
  box-shadow: 0 0 0 0.25rem rgba(4, 132, 123, 0.5) !important;
}
.ps-kform .klaviyo-form form input[type=email],
.ps-kform .klaviyo-form form input[type=name],
.ps-kform .klaviyo-form form button,
.ps-kform .klaviyo-form form [type=button] {
  font-family: "Helvetica Neue LT W05_75 Bold", Helvetica, Arial, sans-serif;
}
.ps-kform .klaviyo-form form input[type=email],
.ps-kform .klaviyo-form form input[type=name] {
  border-radius: 0.5rem !important;
}
.ps-kform .klaviyo-form form button,
.ps-kform .klaviyo-form form [type=button] {
  border-radius: 0.5rem !important;
  background: linear-gradient(180deg, #000 50%, #5B5B5E 50%) !important;
  background-size: auto 200% !important;
}
.ps-kform .klaviyo-form form button:hover, .ps-kform .klaviyo-form form button:focus,
.ps-kform .klaviyo-form form [type=button]:hover,
.ps-kform .klaviyo-form form [type=button]:focus {
  background-position-y: 100% !important;
}
.ps-kform .klaviyo-form form button:focus,
.ps-kform .klaviyo-form form [type=button]:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5) !important;
}
.wb-kform .klaviyo-form form input[type=email],
.wb-kform .klaviyo-form form input[type=name],
.wb-kform .klaviyo-form form button,
.wb-kform .klaviyo-form form [type=button] {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.wb-kform .klaviyo-form form button,
.wb-kform .klaviyo-form form [type=button] {
  background: linear-gradient(180deg, #8F3B1B 50%, #5B5B5E 50%) !important;
  background-size: auto 200% !important;
}
.wb-kform .klaviyo-form form button:hover, .wb-kform .klaviyo-form form button:focus,
.wb-kform .klaviyo-form form [type=button]:hover,
.wb-kform .klaviyo-form form [type=button]:focus {
  background-position-y: 100% !important;
}
.wb-kform .klaviyo-form form button:focus,
.wb-kform .klaviyo-form form [type=button]:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 50, 23, 0.5) !important;
}
.wg-kform .klaviyo-form form input[type=email],
.wg-kform .klaviyo-form form input[type=name],
.wg-kform .klaviyo-form form button,
.wg-kform .klaviyo-form form [type=button] {
  font-family: museo-sans, Helvetica, Arial, sans-serif;
}
.wg-kform .klaviyo-form form button,
.wg-kform .klaviyo-form form [type=button] {
  position: relative;
  background: #606060 !important;
}
.wg-kform .klaviyo-form form button::before, .wg-kform .klaviyo-form form button::after,
.wg-kform .klaviyo-form form [type=button]::before,
.wg-kform .klaviyo-form form [type=button]::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% - 10px);
  height: 1px;
  margin: 0 auto;
  background: #fff;
}
.wg-kform .klaviyo-form form button::before,
.wg-kform .klaviyo-form form [type=button]::before {
  top: 5px;
}
.wg-kform .klaviyo-form form button::after,
.wg-kform .klaviyo-form form [type=button]::after {
  bottom: 5px;
}
.wg-kform .klaviyo-form form button:hover, .wg-kform .klaviyo-form form button:focus,
.wg-kform .klaviyo-form form [type=button]:hover,
.wg-kform .klaviyo-form form [type=button]:focus {
  background: #505050 !important;
}
.wg-kform .klaviyo-form form button:focus,
.wg-kform .klaviyo-form form [type=button]:focus {
  box-shadow: 0 0 0 0.25rem rgba(83, 83, 83, 0.5) !important;
}

/* ============================= */
/* Typography */

.uppercase {
    text-transform: uppercase;
}

/* ============================= */
/* Custom Table Styles */

.dark-table {
    border: 1px solid #cacaca;
}

.dark-table th,
.dark-table caption {
        background: #5B5B5E;
        color: #fff;
}

/* HB Brand Color */
.smoke-table th,
.smoke-table.dark-table th,
.smoke-table caption,
.smoke-table.dark-table caption {
        background: #6C787F;
}

.accessible-table caption,
.dark-table caption {
        text-transform: uppercase;
        font-size: .9em;
}

.accessible-table th,
.dark-table th {
        font-family: 'Zurich W01 Bold','Arial Bold','Arial Black','Arial',Helvetica,sans-serif;
        font-weight: bold;
        border: solid #fff 1px;
}

/* --------------------
// - Mobile Styles */

@media screen and (max-width: 640px) {

    .accessible-table,
    .accessible-table tr,
    .accessible-table td,
    .accessible-table th {
         display: block;
    }

    .accessible-table tr:first-of-type th {
        display: none;
    }
    
    .accessible-table tr:not(:first-of-type) th {
        width: 100%;
        border-left: none;
        border-right: none;
    }
    
    .accessible-table td:first-of-type {
        padding-top: 1rem;
    }

    .accessible-table td:last-of-type {
        padding-bottom: 1rem;
    }
}

@media screen and (min-width: 641px) {
    .accessible-table td:last-of-type,
    .dark-table td:last-of-type,
    .accessible-table td:not(:first-of-type):not(:last-of-type),
    .dark-table td:not(:first-of-type):not(:last-of-type) {
        border-left: 1px solid #dbdbdb;
    }
}

/* Mobile labels (table specific) */

@media screen and (max-width: 640px) {

    /* Privacy Policy - First Table */
    table[id="cat_pi"] {
        margin-top: 1rem;
    }
    
    table[id="cat_pi"] td:first-of-type::before {
        content: 'Category of Personal Information: ';
        font-weight: bold;
    }
    
    table[id="cat_pi"] td:last-of-type::before {
        content: 'Examples: ';
        font-weight: bold;
    }
    
    /* Privacy Policy - Second Table */
    table[id="sources_pi"] {
        margin-top: 1rem;
    }
    
    table[id="sources_pi"] td:first-of-type::before {
        content: 'Category of Personal Information: ';
        font-weight: bold;
    }
    
    table[id="sources_pi"] td:last-of-type::before {
        content: 'Category of Sources from Which We Collect Personal Information: ';
        font-weight: bold;
    }
    
    /* Privacy Policy - 3rd Table */
    table[id="purposes_pi"] {
        margin-top: 1rem;
    }
    
    table[id="purposes_pi"] td:first-of-type::before {
        content: 'Category of Personal Information: ';
        font-weight: bold;
    }
    
    table[id="purposes_pi"] td:last-of-type::before {
        content: 'Purpose(s) for Which We Use This Information: ';
        font-weight: bold;
    }
    
    /* Privacy Policy - 3rd Table */
    table[id="parties_pi"] {
        margin-top: 1rem;
    }
    
    table[id="parties_pi"] td:first-of-type::before {
        content: 'Categories of Personal Information that We Disclose: ';
        font-weight: bold;
    }
    
    table[id="parties_pi"] td:last-of-type::before {
        content: 'Business Purposes for Disclosure of Personal Information: ';
        font-weight: bold;
    }
    
    table[id="parties_pi"] td:nth-of-type(2)::before {
        content: 'Categories of Third Parties with Whom We Disclose Personal Information: ';
        font-weight: bold;
    }
}

.icon_holder {
  left:10px;
  right:auto;
  bottom:60px;
} 

#showWidget{
   background-color:#387900;
    color:#ffffff;
    text-decoration:none;
 }
 
 #showWidget:hover{
     background-color: #6c787f;
 } 

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}



