﻿section.normal-height {
    height: auto;
    min-height: initial;
}
.csWidgetModal-open .csWidgetModal {
    z-index: 9999;
}

/*** FOOTER UPDATE ***/
.footer-logo {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    align-content: center;

}
.footer-logo .footer-logo--link {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: flex;
}
.footer-logo .footer-logo--link img {
    max-width: 100%;
    height: auto;
}
.footer-logo .footer-logo--link:after {
   content: ' ';
   position: absolute;
   display: block;
   right: 0;
   top: 0;
   width: 1px;
   height: 100%;
   background-color: #fff;
}
.footer-logo .footer-logo--link:last-child:after {
    display: none;
}

/*** ACCESSIBILITY UPDATES ***/
.header .nav-item--shop .nav-link,
.header .nav-item--shopalyst .nav-link,
.header .nav-item--where-to-buy .nav-link {
    color: #000;
}
.lead__cta.hiding a,
.shopbtn .btn {
    color: #000;
}

@media only screen and (max-width: 575px) {
    .product .details__list.list .row .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .product .details__list.list .row .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.faq .article__header {
    padding-bottom: 0;
}

.faq .article__content {
    padding-bottom: 50px;
}

.faq .accordion h2 {
    font-family: brandon-grotesque,arial,"sans-serif";
    color: #e7ceb5;
}

.faq .accordion .card {
    border-radius: 0;
}

    .faq .accordion .card .card-header {
        background-color: transparent;
        border-bottom: none;
        padding-top: .25rem;
    }

        .faq .accordion .card .card-header button {
            width: 100%;
            text-align: left;
            color: #8C742C;
            padding: 0;
            position: relative;
            padding-right: 20px;
        }


            .faq .accordion .card .card-header button:after {
                position: absolute;
                content: '';
                display: block;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                background-image: url('/images/collapse_minus_gold_v2.svg');
                background-repeat: no-repeat;
                background-size: cover;
                width: 65px;
                height: 65px;
                transition: 0.3s all ease-in-out;
            }

            .faq .accordion .card .card-header button.collapsed:after {
                background-image: url('/images/collapse_plus_gold_v2.svg');
                transition: 0.3s all ease-in-out;
            }

    .faq .accordion .card .card-body {
        font-size: 18px;
    }

@media only screen and (max-width: 991px) {
    .faq .accordion .card .card-body {
        font-size: 16px;
    }
}

.faq .accordion .card .card-header button:hover,
.faq .accordion .card .card-header button:active,
.faq .accordion .card .card-header button:focus {
    text-decoration: none;
    box-shadow: none;
}

.faq .specks-overlay {
    background-attachment: fixed;
}

/*CUSTOM ARTICLE*/
.article .navbar-nav li {
    margin-bottom: 0;
}

.articleCustom .main {
    padding-top: 97px;
}

.articleCustom .twocols.normal-height {
    height: auto;
}

.articleCustom .articleCustom__section .lead__cta.hiding {
    display: block;
    opacity: 1;
    text-align: center;
    bottom: -30px;
}

.articleCustom .twocols .lead__cta.hiding {
    bottom: -30px;
}

    .articleCustom .articleCustom__section .lead__cta.hiding a, .articleCustom .twocols .lead__cta.hiding a {
        display: inline-block;
        padding: 15px 40px;
    }

.articleCustom .article__headerbg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #b8b8b8;
    min-height: 90vh;
}

.articleCustom .articleCustom__section {
    background-color: #e7ceb5;
    padding-bottom: 60px;
    margin-bottom: 200px;
}

    .articleCustom .articleCustom__section.hasTopCards {
        margin-bottom: 75px;
    }

.article .articleCustom__section.first-hasTopCards {
    margin-top: 75px;
}

.articleCustom .articleCustom__section.last {
    margin-bottom: 100px;
}

.articleCustom .articleCustom__section .article__media .media {
    margin-top: -140px;
    position: relative;
}

    .articleCustom .articleCustom__section .article__media .media.noimage {
        min-height: 600px;
        background-color: #b8b8b8;
    }

.articleCustom .article__copy {
    text-align: center;
    padding-top: 50px;
}

    .articleCustom .article__copy .story__title,
    .articleCustom .contentBlock__wrap .story__title {
        font-size: 80px;
        line-height: 85px;
        background-color: transparent;
    }

.articleCustom .contentBlock {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 60%;
    flex: 0 0 60%;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    justify-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

    .articleCustom .contentBlock .contentBlock__image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .articleCustom .contentBlock .contentBlock__image img {
            max-width: 275px;
        }

.articleCustom .contentBlock__wrap {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
}

    .articleCustom .contentBlock__wrap.text--white {
        color: #fff;
        text-shadow: 2px 2px #000000;
    }

    .articleCustom .contentBlock__wrap .story__title {
        transform: rotate(-5deg);
    }

    .articleCustom .contentBlock__wrap .contentBlock__copy {
        max-width: 75%;
        margin: 0 auto 0;
    }

        .articleCustom .contentBlock__wrap .contentBlock__copy p {
            font-weight: 600;
            text-transform: uppercase;
        }
#errorField {
    font-size: 1.25rem;
    color: #f22;
}
/*** MEDIA QUERIES***/
@media only screen and (min-width: 768px) {
    section .normal-height.full-height {
        height: auto;
        min-height: initial;
    }
}

@media only screen and (max-width: 1439px) {

    .articleCustom .article__copy .story__title,
    .articleCustom .contentBlock__wrap .story__title {
        font-size: 70px;
        line-height: 75px;
    }

    .articleCustom .contentBlock .contentBlock__image img {
        max-width: 250px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .articleCustom .main {
        padding-top: 81px;
    }

    .articleCustom .articleCustom__section .article__media .media.noimage {
        min-height: 500px;
    }

    .articleCustom .article__copy .story__title,
    .articleCustom .contentBlock__wrap .story__title {
        font-size: 55px;
        line-height: 60px;
    }

    .articleCustom .contentBlock__wrap {
        padding-top: 50px;
    }

    .articleCustom .contentBlock .contentBlock__image img {
        max-width: 180px;
    }
}

@media (max-width: 991.98px) {
    .articleCustom .main {
        padding-top: 65px;
    }

    .article .articleCustom__section.first-hasTopCards {
        margin-top: 100px;
    }

    .articleCustom .article__copy .story__title,
    .articleCustom .contentBlock__wrap .story__title {
        font-size: 50px;
        line-height: 50px;
    }

    .articleCustom .contentBlock__wrap {
        padding-top: 30px;
    }

    .articleCustom .contentBlock .contentBlock__image img {
        max-width: 150px;
    }
}

@media only screen and (max-width: 767.98px) {
    .articleCustom .articleCustom__section.hasTopCards {
        margin-bottom: 25px;
    }

    .article .articleCustom__section.first-hasTopCards {
        margin-top: 150px;
    }

    .article .articleCustom__section.last-hasBotCards {
        margin-bottom: 50px;
    }

    .articleCustom .articleCustom__section .article__media .media.noimage {
        min-height: 300px;
    }

    .articleCustom .contentBlock {
        width: 70%;
        flex: 0 0 70%;
        justify-content: flex-start;
        justify-items: flex-start;
    }

    .articleCustom .contentBlock__wrap {
        padding-top: 20px;
    }

    .articleCustom .contentBlock .contentBlock__image img {
        max-width: 125px;
    }

    /* COLOMBIA SHOP BUTTON FIX */
    .es-co .shopbtn {
        bottom: 5vh;
    }
}

@media only screen and (max-width: 575.98px) {
    .articleCustom .contentBlock__wrap .story__title {
        font-size: 36px;
        line-height: 38px;
    }

    .articleCustom .contentBlock {
        width: 55%;
        flex: 0 0 55%;
    }

    .articleCustom .contentBlock__wrap {
        padding-left: 20px;
        padding-right: 0;
    }

        .articleCustom .contentBlock__wrap .contentBlock__copy {
            max-width: 220px;
        }

            .articleCustom .contentBlock__wrap .contentBlock__copy p {
                font-size: 12px;
            }

    .articleCustom .contentBlock .contentBlock__image {
        margin-bottom: 5px;
    }

        .articleCustom .contentBlock .contentBlock__image img {
            max-width: 125px;
        }
}

@media only screen and (max-width: 465.98px) {
    .articleCustom .contentBlock__wrap .story__title {
        font-size: 30x;
        line-height: 32px;
    }

    .articleCustom .contentBlock {
        width: 65%;
        flex: 0 0 65%;
    }

        .articleCustom .contentBlock .contentBlock__image img {
            max-width: 100px;
        }
}
