body {
    background-color: #dbd7d0;
    font-family: "FF DIN W05", sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: "Rockwell W05", sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 18px;
    font-family: "Rockwell W05", sans-serif;
    font-size: 45px;
    line-height: 52px;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: "Rockwell W05", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "Rockwell W05", sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}

h5 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: "Rockwell W05", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: "Rockwell W05", sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
}

p {
    margin-bottom: 10px;
}

a {
    color: #000;
    text-decoration: underline;
}

ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
}

.main {
    overflow: hidden;
    width: 100%;
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    background-color: #ffffff;
}

.section {
    width: 100%;
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 40px;
    background-color: #ffffff;
}

.section.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    background-image: url("../images/gd-hero.jpg");
    background-position: 50% 45%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.section.hero .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #000;
}

.section.hero h1 {
    font-size: 3rem;
    line-height: 3rem;
}

.mobile-bottle-shot {
    display: none;
}

.section.product-slider {
    position: relative;
    height: 660px;
    padding: 0px;
    /* background-image: url("../images/cascade-bckg.jpg"); */
    background-color: #292620;
    background-position: 50% 50%;
    background-size: cover;
}

.section.pt-120 {
    padding-top: 120px;
}

.section.texture {
    background-image: url("../images/texture.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.section.dark-beige {
    background-color: #eeeeee;
}

.section.content {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0.58)),
            to(rgba(255, 255, 255, 0.58))
        ),
        url("../images/texture.jpg");
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)),
        url("../images/texture.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.section.grain {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0.35)),
            to(rgba(255, 255, 255, 0.35))
        ),
        url("../images/texture.jpg");
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)),
        url("../images/texture.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.section.dark {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.72)),
            to(rgba(0, 0, 0, 0.72))
        ),
        url("../images/cascade-bckg.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
        url("../images/cascade-bckg.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.container {
    width: 100%;
    max-width: 1200px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
}

.container.navbar-container {
    height: 100%;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
}

.container.centered {
    text-align: center;
}

.container.centered.limited {
    max-width: 840px;
}

.container.limited {
    max-width: 840px;
}

.hero-limiter {
    max-width: 45%;
    margin-right: 4rem;
}

.kicker {
    margin-bottom: 36px;
    font-size: 22px;
    line-height: 30px;
}

.cta-button {
    display: inline-block;
    height: 50px;
    padding: 12px 40px 15px;
    border: 2px solid #2b6b45;
    border-radius: 4px;
    background-color: #2b6b45;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: "Rockwell W05", sans-serif;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
}

.cta-button.hollow {
    border-color: #fff;
    background-color: transparent;
}

.cta-button.hollow:hover {
    background-color: hsla(0, 0%, 100%, 0.15);
}

.cta-button.submit {
    width: 32%;
}

.cta-button.submit.wtb {
    width: 19%;
}

.cta-button.white {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

.cta-button.white:hover {
    color: #000;
}

.cta-button.white.mr-15 {
    margin-right: 15px;
}

.navigation {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 400;
    width: 100%;
    height: 80px;
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #ffffff;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.2);
}

.logo-lip {
    background-image: url("../images/lip.svg");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    width: 160px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    z-index: 0;
    transform: translateX(-50%);
}

.menu-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
}

.menu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menu-item {
    display: inline-block;
    height: 80px;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: "Rockwell W05", sans-serif;
    color: #231f1f;
    font-size: 17px;
    text-decoration: none;
}

.menu-item.last {
    padding-right: 0px;
}

.menu-item.in-dropdown {
    padding-right: 35px;
}

.social-container {
    display: flex;
}

.social-fb {
    font-size: 18px;
    margin-right: 15px;
}

.social-ig {
    font-size: 19px;
    transform: translateY(1px);
}

@media screen and (max-width: 1199px) {
    .social-fb {
        font-size: 24px;
        margin-right: 20px;
    }

    .social-ig {
        font-size: 24px;
        transform: translateY(1px);
    }
}

@media screen and (max-width: 479px) {
    .social-fb {
        font-size: 20px;
        margin-right: 18px;
    }

    .social-ig {
        font-size: 20px;
        transform: translateY(1px);
    }
}

.brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 15;
    height: 112px;
    max-width: 140px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image {
    /* height: 76px; */
    z-index: 1;
}

.slider {
    height: 100%;
    background-color: transparent;
}

.hide {
    display: none;
}

.product-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-content.detail {
    height: 700px;
}

.product-detail-column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.product-detail-column.bottle-content {
    height: 100%;
    background-color: rgba(20, 20, 20, 0.79);
}

.product-detail-column.bottle-content.no-8 {
    background-color: rgba(51, 46, 39, 0.89);
}

.product-detail-column.bottle-content.tabasco {
    background-color: rgba(107, 7, 0, 0.86);
}

.product-detail-column.bottle-content._12 {
    background-color: rgba(160, 132, 88, 0.86);
}

.product-detail-column.bottle-content.rye {
    background-color: rgba(19, 48, 31, 0.88);
}

.product-detail-column.bottle-content.bob {
    background-color: rgba(6, 16, 36, 0.79);
}

.product-detail-column.bottle-content.barrel {
    background-color: rgba(162, 54, 0, 0.79);
}

.product-detail-column.product-image {
    display: block;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-detail-column.internal-details.no-1-whisky {
    background-color: rgba(20, 20, 20, 0.79);
}

.half-container {
    position: relative;
    z-index: 50;
    width: 100%;
    max-width: 600px;
    min-height: 25px;
    padding-left: 80px;
}

.preheader {
    margin-bottom: 14px;
    font-family: "Rockwell W05", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
}

.preheader.gold {
    color: #565656;
    text-transform: uppercase;
}

.preheader.breadcrumb {
    display: inline-block;
    margin-bottom: 0px;
    color: #000;
    text-transform: uppercase;
}

.gd-signature {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 520px;
    height: 160px;
    background-image: url("../images/signature.svg");
    background-position: 100% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.product-content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
}

.bottle-shot {
    width: 236px;
    margin-bottom: 0px;
}

.w-slide .bottle-shot {
    width: 220px !important;
    margin-bottom: -40px !important;
}

.bottle-shot.larger {
    width: 330px !important;
}

.slider-mask {
    overflow: visible;
}

.slider-controls {
    position: absolute;
    left: 0%;
    top: 170px;
    right: auto;
    bottom: auto;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 110px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottle-spacing {
    width: 220px;
    min-height: 40px;
}

.arrow-button {
    width: 60px;
    height: 60px;
    padding-top: 14px;
    padding-left: 4px;
    border-radius: 900px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
    cursor: pointer;
}

.arrow-button:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.slider-arrow {
    height: 25px;
}

.sectional-h2 {
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}

.tour-slider {
    height: 620px;
    background-color: transparent;
}

.sectional-masthead {
    margin-bottom: 80px;
}

.sectional-masthead.buy {
    margin-bottom: 40px;
}

.sectional-masthead.wtb {
    margin-bottom: 40px;
}

.slide-nav-hidden {
    display: none;
}

.tour-slider-image-wrapper {
    width: 100%;
    height: 100%;
}

.tour-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../images/slider_img_1.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.tour-image._1 {
    background-image: url("../images/slider_img_1.jpg");
    background-size: cover;
}

.tour-image._2 {
    background-image: url("../images/distillery.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.tour-image._3 {
    background-image: url("../images/slider_img_1.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.slider-icon {
    left: -50px;
    width: 100px;
    height: 100px;
    padding-top: 31px;
    padding-right: 24px;
    border-radius: 900px;
    background-color: #ffffff;
    color: #000;
    font-size: 33px;
    text-align: right;
}

.slider-icon.right {
    left: 0px;
    right: -50px;
    padding-right: 0px;
    padding-left: 24px;
    text-align: left;
}

.tour-slider-arrow {
    width: 50px;
}

.photo-overlay {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 35px 35px 35px 55px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(180deg, transparent, #000);
    color: #fff;
}

.photo-caption {
    max-width: 400px;
}

.caption-heading {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 25px;
}

.paragraph {
    font-size: 16px;
    line-height: 21px;
}

.wtb-form {
    width: 100%;
    max-width: 800px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
}

.wtb-form.full {
    max-width: 100%;
    margin-bottom: 80px;
}

.input {
    width: 32%;
    height: 50px;
    margin-bottom: 0px;
    border: 1px none #000;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
    font-size: 18px;
}

.input.select {
    background-image: url("../images/arrow-down-carat.svg");
    background-position: 93% 50%;
    background-size: 17px;
    background-repeat: no-repeat;
}

.input.wtb {
    width: 19%;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
}

.footer-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.footer-text {
    font-size: 13px;
}

.footer-text.secondary {
    font-family: "Rockwell W05", sans-serif;
    font-size: 17px;
}

.footer-text.last {
    margin-bottom: 0px;
}

.drink-matrix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.drink-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.drink-cell {
    position: relative;
    width: 100%;
    padding: 10px;
}

.drink-cell._33-33 {
    width: 33.33%;
}

.recipe-image {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recipe-image.a {
    height: 330px;
}

.recipe-image.b {
    height: 290px;
}

.recipe-image.c {
    height: 470px;
}

.recipe-image.d {
    height: 510px;
}

.recipe-image.e {
    height: 520px;
}

.recipe-image.f {
    height: 280px;
}

.recipe-image.g {
    height: 310px;
}

.recipe-image.h {
    height: 490px;
}

.recipe-image.related {
    height: 490px;
}

.drink-cell-wrapper {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
}

.recipe-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.recipe-overlay:hover {
    background-color: hsla(0, 0%, 8%, 0.35);
}

.drink-name {
    font-size: 29px;
    text-shadow: 0 1px 14px #000;
}

.drink-column-cell-wrapper {
    width: 50%;
}

.product-detail-background {
    /* background-image: url("../images/cascade-bckg.jpg"); */
    background-position: 50% 50%;
    background-size: cover;
    background-color: #292620;
}

.product-tab-link {
    margin-right: 22px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0);
    background-color: transparent;
    color: #fff;
}

.product-tab-link.w--current {
    border-bottom-color: #fff;
    background-color: transparent;
    font-weight: 500;
}

.tabs-menu {
    margin-bottom: 20px;
}

.product-description {
    font-size: 15px;
    line-height: 24px;
}

.product-tab-component {
    margin-bottom: 20px;
}

.ingredient-block {
    margin-bottom: 25px;
}

.ingredient-block.last {
    margin-bottom: 0px;
}

.ingredients-h2 {
    font-size: 24px;
    line-height: 34px;
}

.rich-text-block {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.rich-text-block p {
    margin-bottom: 20px;
}

.rich-text-block a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.rich-text-block a:hover {
    text-decoration: underline;
}

.rich-text-block ul {
    padding-left: 22px;
}

.rich-text-block.faq {
    margin-top: 12px;
}

.george-dickel-seal {
    height: 240px;
    margin-bottom: 80px;
    border-radius: 900px;
}

.rich-text-wrapper {
    position: relative;
    width: 100%;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

.figure {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.slider-arrow-wrapper {
    position: fixed;
    left: auto;
    top: -200%;
    right: -200%;
    bottom: auto;
}

.menu-trigger {
    display: none;
}

.shopping-trigger {
    display: none;
}

.recipe-img {
    width: 100%;
    height: 520px;
    background-position: 50% 50%;
    background-size: cover;
}

.recipe-img.mobile-only {
    display: none;
}

.recipe-split-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.recipe-split-column {
    width: 35%;
    min-height: 25px;
}

.recipe-split-column._33 {
    width: 65%;
    padding-right: 0px;
    padding-left: 20px;
    text-align: left;
}

.recipe {
    padding: 60px;
    background-color: #ffffff;
}

.breadcrumb-link {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

.breadcrumb-icon {
    position: relative;
    top: -2px;
    margin-right: 9px;
}

.recipe-masthead {
    margin-bottom: 50px;
}

.content-block {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
    text-align: left;
}

.page-sectional-kicker {
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}

.rich-text-header {
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 25px;
}

.dropdown {
    height: 80px;
}

.dropdown-icon {
    margin-right: 13px;
}

.dropdown-list.w--open {
    background-color: #231f1f;
}

.dropdown-link {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.18);
    background-color: #191818;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: "Rockwell W05", sans-serif;
    color: #fff;
}

.dropdown-link:hover {
    background-color: #292620;
    text-decoration: none;
}

.dropdown-link.w--current {
    color: #fff;
}

.distillery-img {
    display: block;
    width: 100%;
    margin-bottom: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: dotted;
    border-width: 1px;
    border-color: rgba(252, 240, 240, 0.78);
    color: #fff;
    text-align: center;
}

.distillery-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.distillery-flex-column {
    width: 50%;
    min-height: 25px;
    padding-right: 43px;
}

.faq-expand-block {
    position: relative;
    margin-bottom: 10px;
    padding: 15px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.11);
    background-color: #fff;
    box-shadow: 0 0 15px 9px rgba(0, 0, 0, 0.04);
    text-align: left;
}

.expand-question {
    overflow: hidden;
    height: 0px;
}

.question {
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
    padding-right: 60px;
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
    cursor: pointer;
}

.dropdown-carat {
    position: absolute;
    left: auto;
    top: 25px;
    right: 25px;
    bottom: auto;
    height: 12px;
}

.map {
    width: 100%;
    margin-bottom: 40px;
}

.placeholder-img {
    display: block;
    width: 100%;
}

.wtb-statement {
    margin-top: 25px;
    font-size: 16px;
    text-align: left;
}

.results-flex {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.results-column {
    width: 20%;
    min-height: 25px;
}

.results-column.large {
    width: 30%;
}

.results-h5 {
    margin-bottom: 0px;
}

.results-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.results-text {
    font-size: 16px;
}

.physical-stores {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.physical-store-icon {
    height: 65px;
}

.physical-store-icon.rb {
    height: 30px;
}

.physical-store-link {
    margin-right: 15px;
    margin-left: 15px;
}

.directions-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.directions-column {
    width: 50%;
    min-height: 25px;
}

.directions-column.map-wrapper {
    padding-left: 40px;
}

.map-placeholder {
    display: block;
}

.directions-section {
    margin-bottom: 20px;
}

.contact-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.contact-column {
    width: 50%;
    min-height: 25px;
    margin-bottom: 40px;
}

.contact-heading {
    margin-bottom: 16px;
    color: #231f1f;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}

@media screen and (min-width: 1680px) {
    .product__medallions__media__image {
        width: 10rem !important;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 56px;
    }
    h2 {
        font-size: 41px;
        line-height: 48px;
    }
    .section {
        padding: 60px 30px;
    }
    .section.hero {
        height: auto;
        padding-bottom: 847px;
        background-image: url("../images/mobile_cover.jpg");
        background-size: cover;
    }
    .section.hero .container {
        display: block;
    }
    .mobile-bottle-shot {
        display: block;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
    }
    .section.pt-120 {
        padding-top: 80px;
    }
    .container.navbar-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hero-limiter {
        max-width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .kicker {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
        font-size: 20px;
        line-height: 29px;
    }
    .cta-button {
        height: 60px;
        font-size: 20px;
        line-height: 30px;
    }
    .cta-button.hollow.full {
        display: block;
        text-align: center;
    }
    .cta-button.submit.wtb {
        display: block;
        width: 100%;
    }
    .cta-button.white.mr-15 {
        display: block;
        margin-right: 0px;
        margin-bottom: 15px;
        text-align: center;
    }
    .navigation {
        padding-right: 0px;
        padding-left: 0px;
    }
    .menu-wrapper {
        position: fixed;
        left: 0%;
        top: 80px;
        right: 0%;
        bottom: 0%;
        display: none;
        overflow: scroll;
        background-color: #ffffff;
    }
    .menu-block {
        display: block;
    }
    .menu-item {
        display: block;
        height: auto;
        padding-right: 30px;
        padding-bottom: 25px;
        padding-left: 30px;
        font-size: 23px;
    }
    .brand {
        z-index: 50;
    }
    .half-container {
        padding-left: 40px;
    }
    .preheader {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .gd-signature {
        width: 310px;
        height: 120px;
        background-position: 0% 100%;
    }
    .product-content.detail {
        height: unset;
    }
    .product__medallions {
        padding: 4rem 2rem !important;
        height: unset !important;
    }
    .product-detail-column.internal-details {
        padding: 2rem 3rem 2rem 2rem;
    }
    .bottle-shot {
        /* width: 220px; */
    }
    .bottle-shot.larger {
        width: 280px;
    }
    .bottle-spacing {
        width: 170px;
    }
    .sectional-masthead {
        margin-bottom: 60px;
    }
    .wtb-form.full {
        margin-bottom: 40px;
    }
    .input.select.wtb {
        background-position: 97% 50%;
    }
    .input.wtb {
        width: 100%;
        margin-bottom: 10px;
    }
    .form.wtb {
        display: block;
    }
    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer-link {
        width: 100%;
        font-size: 20px;
        line-height: 38px;
    }
    .recipe-image.related {
        height: 270px;
    }
    .drink-column-cell-wrapper {
        width: 100%;
    }
    .main-h1 {
        width: 100%;
        /* max-width: 690px; */
        margin-right: auto;
        margin-left: auto;
    }
    .menu-trigger {
        display: block;
        height: 80px;
        padding-top: 23px;
        padding-right: 30px;
        padding-left: 30px;
        cursor: pointer;
    }
    .shopping-trigger {
        display: block;
        padding-top: 20px;
        padding-right: 30px;
        padding-left: 20px;
    }
    .recipe-img {
        height: 390px;
    }
    .recipe {
        padding: 40px;
    }
    .dropdown {
        width: 100%;
        height: auto;
    }
    .dropdown-icon {
        margin-right: 30px;
    }
    .dropdown-list.w--open {
        position: static;
    }
    .dropdown-link {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 24px;
        line-height: 42px;
    }
    .open-icon {
        height: 25px;
    }
    .close-icon {
        display: none;
        height: 25px;
    }
    .directions-flex {
        display: block;
    }
    .directions-column {
        width: 100%;
        margin-bottom: 70px;
    }
    .directions-column.map-wrapper {
        margin-bottom: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 46px;
        line-height: 51px;
    }
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section.hero {
        background-position: 50% 100%;
        background-size: cover;
    }
    .section.product-slider {
        height: auto;
        background-image: none;
    }
    .section.pt-120 {
        padding-top: 50px;
    }
    .cta-button.submit {
        width: 100%;
    }
    .product-content {
        display: block;
    }
    .product-content.detail {
        height: auto;
    }
    .product__medallions {
        padding: 1.5rem !important;
        height: unset !important;
    }
    .product__medallions__media__image {
        width: 7rem !important;
    }
    .product__awards {
        text-align: left !important;
    }
    .product-detail-column.bottle-content {
        width: 100%;
        padding: 90px 30px 40px;
        text-align: center;
    }
    .product-detail-column.product-image {
        width: 100%;
        /* background-image: url("../images/cascade-bckg.jpg"); */
        background-position: 0px 0px;
        background-size: cover;
    }
    .product-detail-column.internal-details {
        width: 100%;
        padding: 83px 30px 30px;
    }
    .half-container {
        padding-left: 0px;
    }
    .gd-signature {
        width: 520px;
        height: 180px;
    }
    .product-content-wrapper {
        z-index: 5;
        height: 540px;
        padding-top: 50px;
    }
    .bottle-shot {
        margin-bottom: -50px;
    }
    .slider-controls {
        top: 129px;
        width: 100%;
    }
    .bottle-spacing {
        width: 220px;
    }
    .photo-overlay {
        padding: 30px;
    }
    .input {
        width: 100%;
        height: 60px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .form {
        display: block;
    }
    .drink-column {
        display: block;
    }
    .drink-cell._33-33.related {
        width: 100%;
    }
    .recipe-image.a {
        height: 240px;
    }
    .recipe-image.c {
        height: 340px;
    }
    .recipe-image.d {
        height: 430px;
    }
    .recipe-image.e {
        height: 300px;
    }
    .recipe-image.g {
        height: 370px;
    }
    .recipe-image.h {
        height: 350px;
    }
    .drink-name {
        font-size: 5vw;
        line-height: 4.5vh;
    }
    .george-dickel-seal {
        height: 170px;
        margin-bottom: 60px;
    }
    .recipe-img.mobile-only {
        display: block;
        height: 500px;
        margin-bottom: 39px;
    }
    .recipe-split-column._33 {
        width: 100%;
        padding-left: 0px;
    }
    .recipe-split-column.recipe-picture {
        display: none;
    }
    .distillery-img {
        margin-bottom: 40px;
    }
    .placeholder {
        height: 380px;
    }
    .distillery-flex-column {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.31);
    }
    .distillery-flex-column.last {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom-style: none;
    }
    .results-column {
        width: 100%;
    }
    .results-column.large {
        width: 100%;
    }
    .results-row.tablehead {
        display: none;
    }
    .results-text {
        font-size: 16px;
        line-height: 38px;
    }
    .contact-flex {
        display: block;
    }
    .contact-column {
        width: 100%;
    }
    .contact-column.last {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        line-height: 44px;
    }
    h2 {
        font-size: 36px;
        line-height: 40px;
    }
    h4 {
        font-size: 24px;
    }
    .section.pt-120 {
        padding-top: 50px;
    }
    .section.pt-120.gallery {
        padding-bottom: 0px;
    }
    .section.grain.mobile {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbee), to(#fffbee));
        background-image: linear-gradient(180deg, #fffbee, #fffbee);
        background-position: 0px 0px;
    }
    .menu-item {
        font-size: 20px;
        line-height: 16px;
    }
    .brand {
        height: 105px;
        max-width: 120px;
    }
    .image {
        height: 70px;
    }
    .half-container {
        text-align: center;
    }
    .product-content-wrapper {
        height: 440px;
    }
    .product-content-wrapper.internal {
        height: 410px;
    }
    .bottle-shot {
        width: 160px;
    }
    .bottle-shot.larger {
        width: 240px;
    }
    .bottle-shot.internal {
        width: 140px;
    }
    .bottle-spacing {
        width: 166px;
    }
    .tour-slider {
        height: 450px;
        margin-right: -30px;
        margin-left: -30px;
    }
    .sectional-masthead {
        margin-bottom: 50px;
    }
    .slider-icon {
        left: -71px;
        padding-right: 13px;
    }
    .slider-icon.right {
        right: -70px;
        padding-left: 13px;
    }
    .tour-slider-arrow {
        width: 60px;
    }
    .photo-overlay {
        display: none;
    }
    .input {
        font-size: 18px;
    }
    .input.select.wtb {
        background-position: 93% 50%;
    }
    .footer-link {
        font-size: 17px;
        line-height: 34px;
    }
    .footer-text {
        margin-bottom: 15px;
        line-height: 22px;
    }
    .footer-text.secondary {
        line-height: 25px;
    }
    .drink-matrix {
        margin-right: -25px;
        margin-left: -25px;
    }
    .drink-matrix.related {
        margin-right: 0px;
        margin-left: 0px;
    }
    .drink-cell {
        padding: 5px;
    }
    .recipe-image.a {
        height: 190px;
    }
    .recipe-image.c {
        height: 220px;
    }
    .recipe-image.d {
        height: 230px;
    }
    .recipe-image.f {
        height: 210px;
    }
    .recipe-image.g {
        height: 190px;
    }
    .recipe-image.h {
        height: 230px;
    }
    .recipe-image.related {
        height: 350px;
    }
    .drink-name {
        font-size: 6vw;
        line-height: 2.8vh;
    }
    .drink-name.related {
        font-size: 7vw;
    }
    .product-tab-link {
        width: 48%;
        margin-right: 0px;
        text-align: center;
    }
    .tabs-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ingredient-block {
        margin-bottom: 19px;
        padding-left: 19px;
    }
    .george-dickel-seal {
        height: 140px;
        margin-bottom: 30px;
    }
    .figure {
        height: 310px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .menu-trigger {
        padding-right: 20px;
        padding-left: 20px;
    }
    .shopping-trigger {
        padding-right: 20px;
    }
    .recipe-img.mobile-only {
        height: 370px;
    }
    .recipe {
        padding: 0px;
        background-color: transparent;
    }
    .content-block {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    .rich-text-header {
        margin-bottom: 16px;
        font-size: 21px;
        line-height: 27px;
    }
    .dropdown-link {
        font-size: 19px;
        line-height: 29px;
    }
    .distillery-img {
        height: 280px;
    }
    .distillery-flex-column {
        padding-right: 0px;
    }
    .faq-expand-block {
        padding-right: 15px;
        padding-left: 15px;
    }
    .question {
        padding-right: 30px;
        font-size: 17px;
        line-height: 22px;
    }
    .dropdown-carat {
        right: 15px;
        height: 9px;
    }
    .placeholder-img {
        height: 370px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .results-text {
        font-size: 17px;
    }
    .physical-store-icon {
        height: 53px;
    }
    .physical-store-icon.rb {
        height: 23px;
    }
    .physical-address-text {
        display: none;
        width: 100%;
    }
}

@font-face {
    font-family: "FF DIN W05";
    src: url("/static/fonts/f373f6d6-44b3-4b02-a7cd-3de50133eff2.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FF DIN W05";
    src: url("/static/fonts/2399aa4b-cb92-48c7-af8b-620c8bcbfe55.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FF DIN W05";
    src: url("/static/fonts/28c72b2a-43c0-4b09-8d62-1745a7258ffb.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Rockwell W05";
    src: url("/static/fonts/0757cfe6-f0f5-4ebf-935e-96b7ccd08985.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Rockwell W05";
    src: url("/static/fonts/926d4e5c-1e63-4b16-ad6a-fc7772c049fb.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
