@font-face {
    font-family: 'AauxProOT-Regular';
    src: url('fonts/AauxProOT-Regular.eot?#iefix') format('embedded-opentype'),  
         url('fonts/AauxProOT-Regular.otf')  format('opentype'),
         url('fonts/AauxProOT-Regular.woff') format('woff'), 
         url('fonts/AauxProOT-Regular.ttf')  format('truetype'), 
         url('fonts/AauxProOT-Regular.svg#AauxProOT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AauxProOT-Medium';
    src: url('fonts/AauxProOT-Medium.eot?#iefix') format('embedded-opentype'),  
         url('fonts/AauxProOT-Medium.otf')  format('opentype'),
         url('fonts/AauxProOT-Medium.woff') format('woff'), 
         url('fonts/AauxProOT-Medium.ttf')  format('truetype'), 
         url('fonts/AauxProOT-Medium.svg#AauxProOT-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AauxProOT-Bold';
    src: url('fonts/AauxProOT-Bold.eot?#iefix') format('embedded-opentype'),  
         url('fonts/AauxProOT-Bold.otf')  format('opentype'),
         url('fonts/AauxProOT-Bold.woff') format('woff'), 
         url('fonts/AauxProOT-Bold.ttf')  format('truetype'), 
         url('fonts/AauxProOT-Bold.svg#AauxProOT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.northWellAlt {
    font-family: 'NorthwellAlt';
    font-weight: normal;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body {
    margin: 0;
    font-size: 18px;
    color: #faf2ee;
    font-weight: 400;
    font-family: helvetica;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "kepler-std",serif;
    font-weight: 400;
    margin: 0;
    line-height: 1em;
}
p {
    font-family: 'AauxProOT-Regular';
    font-weight: 400;
    font-style: normal;   
    margin: 0; 
}

.has-overlay,
.overflow-hidden,
.has-agegate,
.menu-opened,
.has-about_info,
.has-contact_open,
.has-intagram_info,
.has-privacy  {
    overflow: hidden;
}
/*------Reset v-1.1--------*/


/*------Main Structure------*/
.main-wrapper { 
    overflow: hidden;
}
.wrapper {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}
.container.lg {
    max-width: 1280px;
}
.container.flex::before,
.container.flex::after {
    display: none;
}
.inOneLine {
    white-space: nowrap;
}
.lower {
    text-transform: lowercase !important;
}
.white {
    color: #fff;
}
.h1 {
    font-size: 100px;
    line-height: .83em;
}
.h2 {
    font-size: 40px;
}
.h3 {
    font-size: 72px;
}
.h4 {
    font-size: 36px;
}
.h5 {
    font-size: 48px;
    font-size: 42px;
}
.p {
    font-size: 24px;
    line-height: 1.33em;
}

.p.sm {
    font-size: 20px;
    line-height: 1.6em;
}

.cta {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-family: 'AauxProOT-Medium';
    text-align: center;
    text-transform: uppercase;
}
.cta.red {
    background: #9c132d;
}
.cta.red:hover {
    background: #bc223f;
}
.cta.blue {
    background: #0D204A;
}
.cta.blue:hover {
    background: #0c327d;
}
/*------Main Structure------*/

.brand-logo {
    width: 200px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9000;
    transform: translateX(-50%) translateZ(0);
}
.brand-logo img {
    width: 100%;
}
.slick-slide {
    overflow: hidden;
    outline: none;
}
.slick-vertical .slick-slide {
    width: 100% !important;
    border: none !important;
    height: 100vh !important;
    position: relative;
}
.flexible-contents {
    position: absolute;
    height: 100vh !important;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;  
}
.flexible-contents.hide-overflow {
    overflow: hidden !important;
}
.locked_down .toDashboard-js,
.locked_up .toHome-js {
    pointer-events: none;
}
.slick-arrow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 0;
    height: 0;
    overflow: hidden;
}
.slick-arrow.slick-next {
    left: auto;
    right: 0;
}
#pages {
    width: 100%;
}

.xp-header {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 48px;
    transition: top 500ms;
}
.xp-header.outView {
    top: -60px;
}
.header-fix .v-main {
    padding-top: 88px;
}
.c-hamburger {
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    border: none;
    padding: 0;
    top: 50%;
    left: 55px;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    background: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    transition: background 0s 0.15s;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.15s, 0s;
}
.c-hamburger span::before {
    top: -9px;
    transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -ms-transition-property: top, transform;
}
.c-hamburger span::after {
    bottom: -9px;
    transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
}
.active .c-hamburger span {
    background: none;
}
.active .c-hamburger span::before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.active .c-hamburger span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.active .c-hamburger span::before,
.active .c-hamburger span::after {
    transition-delay: 0s, 0.15s;
}


.xp-navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.nav-bg {
    width: 100%;
    height: 100vh;
    background: rgba(13, 32, 74, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0,-101%,0);
    -webkit-transform: translate3d(0,-101%,0);
    transition: 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.active .nav-bg {
    height: 100vh;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    backface-visibility: hidden;
}
.xp-navigation.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.xp-navigation .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.xp-navigation.activeAnim {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;    
}
.xp-navigation.activeAnim .nav-bg {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
}
.xp-navigation ul li {
    text-align: center;
    opacity: 0;
    padding: 25px 15px 25px 15px;
    transform: translate3d(0,-50px,0);
    -webkit-transform: translate3d(0,-50px,0);
    transition: 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.xp-navigation.active ul li {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
    transition-delay: 250ms;
}
.xp-navigation ul li:nth-child(2) {
    transition-delay: 300ms;
}
.xp-navigation ul li:nth-child(3) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
}
.xp-navigation ul li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.xp-navigation ul li:nth-child(5) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
}

.xp-navigation.activeAnim ul li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}
.xp-navigation.activeAnim ul li:nth-child(3){
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.xp-navigation.activeAnim ul li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}
.xp-navigation.activeAnim ul li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.xp-navigation.activeAnim ul li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
}
.xp-navigation ul li a,
.social-share {
    font-size: 42px;
    color: #fff;
    font-family: "kepler-std",serif;
    font-weight: 400;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}
.social-share img {
    width: 1em;
}
.social-share a {
    margin: .4em .5em 0;
}
.site-arrow {
    position: relative;
    top: -0.08em;
}

.slides {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    z-index: 4;
    position: relative;

}
.slides .v-main {
    position: relative;
    z-index: 2;
}

body {
    background:#0D204A;
}

/*---- Intro ----*/
.background-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.background-carousel + .v-main .container {
    z-index: 100;
}

.bgs .fluid-img.fit-cover {
    position: relative;
    min-height: 100vh;
    width: 100vw;
}

.masked.embed-responsive::before {
    padding-top: 74.90%;
}
.masked svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
}
.masked.embed-responsive {    
    -webkit-clip-path: url(#clip-00);
    clip-path: url(#clip-00);
}
#clip-00 {
    width: 100%;
    display: block;
} 

.intro .h1 {
    margin-bottom: .3em;
    line-height: .9em;
}
.intro .h1 span {
    margin-bottom: .16em;
    font-size: .6em;
    line-height: .83em;
}
.intro .p {
    font-family: "kepler-std",serif;
    line-height: 1.58em;
}
.arrow-down {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    z-index: 100;
    padding: 0;
}
.arrow-down img {
    width: 100%;
}
/*---- Intro ----*/

/*---- Dashobard ----*/
.white-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.innerPage.slides  {
    padding-top: 90px;
    display: none;
}

.innerPage {
    height: auto;
    min-height: 100vh;
}
.dash-contents {
    margin-top: -30px;
}
.dashboard-item {
    border-bottom: 1px solid rgba(255,255,255,.1);
    height: 100px;
    display: flex;
    align-items: center;
}
.dashboard-item .h2 a {
    font-size: 1.15em;
    line-height: 1em;
    position: relative;
}
.dashboard-item .h2 a span {
    display: block;
    transform-origin: left center;
    transform: scale(0.77);
    transition: transform 500ms ease-out 250ms;
    will-change: transform;
}
.dashboard-item .h2 a,
.dashboard-item .p {
    padding-right: 100px;
    padding-right: 0 !important;
}
.dashboard-item .h2 a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.66);
    right: 0;
    width: 36px;
    height: 36px;
    background: url(../images/external-arrow.svg) 0 bottom no-repeat;
    background-size: contain;
    content: '';
    transition: transform 500ms ease-out 250ms;
    display: none !important;
}
.dashboard-item.item-active .h2 a span {    
    transform: scale(1);
}
.dashboard-item.item-active .h2 a::after {
    transform: translateY(-50%) scale(1);
}
.dashboard-item .h2 a {
    display: block;
    color: #fff;
}
.dashboard-content {
    opacity: 0.3;
    transition: opacity 500ms ease-out 250ms;
    width: 100%;
}
.item-active .dashboard-content {
    opacity: 1;
}
.dashboard-info {
    display: none;
}
.related-graphics {
    position: absolute;
    left: 0;
    top: 0;
}
.related-graphics:not(.innerGraphics),
.related-graphics:not(.innerGraphics) .related-items,
.related-graphics:not(.innerGraphics) img {
    width: 100%;
    height: 100%;
}
.related-graphics:not(.innerGraphics) img {
    object-fit: cover;
    object-position: center top;
    position: absolute;
}
.related-graphics.innerGraphics {
    width: 350px;
}
.dashboard.slides {
    padding-top: 100px;
    padding-bottom: 20px;
    height: auto;
}

.related-items {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1000ms ease-out 500ms;
}
.related-items.active {
    opacity: 1;
}
.related-items img {
    width: 100%;
}

.related-items .story-hh2 {
    width: 195px;
    float: right;
    margin: -80px 30px 0 0;
    position: relative;
}
.related-items .p {
    float: left;
    width: 100%;
    margin: 34px 0 0;
    transform: translateX(20px);
}
.related-items .story-hh2,
.related-items .p {    
    opacity: 0;
    transition: opacity 1000ms ease-out 300ms, transform 1000ms ease-out 300ms;
}
.related-items .story-hh2 {
    transform: translateY(-20px);
}
.related-items.active .p {
    opacity: 1;
    transform: translateX(0);
}
.related-items.active .story-hh2 {
    opacity: 1;
    transform: translateY(0);
}
/*---- Dashobard ----*/

/*---- Inner Pages ----*/
.innerPage {
    z-index: 199000;
}
.innerPage .h3 {
    color: #0D204A;
    margin-bottom: 60px;
}
.innerPage.our-people .h3{
    margin-bottom: 30px;
}
.innerPage.our-people .p {
    margin-bottom: 44px;
}
.innerPage.our-people {
    padding-bottom: 100px;
}
.has-blueBG {
    background: #0D204A;
}
.has-blueBG .h3,
.has-blueBG .p {
    color: #fff !important;
}
.has-blueBG .goBack {
    background-image: url(../images/close-white.svg?ver=2);
}
.innerPage .p {
    color: #000;
}
.innerPage.slides {
    height: auto;
}
.innerPage.slides .our-people-contents{
    transform: translateY(100vh);
    opacity: 0;
    transition: transform 500ms, opacity 500ms ease 1500ms;
}
.innerPage.slides.inView .our-people-contents{
    transform: translateY(0);
    opacity: 1;
}

.goBack,
.overlay-close {
    width: 48px;
    height: 48px;
    position: fixed;
    top: calc(200vh - -40px);
    right: 40px;
    background: url(../images/close.svg) center center no-repeat;
    background-size: 50% auto;
    text-indent: -999em;
    transition: transform 700ms ease 0ms, opacity 700ms ease 2000ms;
    z-index: 100;
}
.overlay-close {
    top: 40px;
}

.goBack:hover,
.overlay-close:hover {
    -webkit-transform: rotate(180deg) translateZ(0) perspective(1px);
    -ms-transform: rotate(180deg) translateZ(0) perspective(1px);
    transform: rotate(180deg) translateZ(0) perspective(1px);
}

.timeline-carousel .item {
    position: relative;
}
.timeline-img {
    width: 72%;
    margin-left: 7%;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 85px;
}
.timeline-img img {
    opacity: 0;
    transition: opacity 700ms ease-out;
}
.owl-item.active .timeline-img img {
    opacity: 1;
}
.timeline-img.no-image {
    opacity: 0;
}
.timeline-img::before {
    content: '';
    display: block;
    padding-bottom: 57.14%;
}
.timeline-year {    
    font-family: "kepler-std",serif;
    font-weight: 400;
    font-size: 240px;
    line-height: .8em;
    color: #161617;
    opacity: 0.05;
}

.timeline-carousel {
    margin-bottom: 60px;
}
.timeline-copy {
    background: #0D204A;
    width: 54%;
    position: absolute;
    bottom: 70px;
    right: 20px;
    min-height: 265px;
    backface-visibility: hidden;
}
.no-image.timeline-copy {
    top: 0;
}
.timeline-carousel .owl-nav {
    position: absolute;
    bottom: 70px;
    right: 20px;
    width: 54%;
    pointer-events: none;
}

.timeline-carousel .owl-nav::before {
    content: '';
    display: block;
    padding-bottom: 43.58%;
}
.timeline-copy-wrap {
    padding: 55px 100px;
}
.timeline-copy .h4,
.timeline-copy .p {
    color: #fff;
}
.timeline-copy .h4 {
    line-height: 1.2em;
}
.timeline-copy .p.sm {
    opacity: 0.9;
    margin-top: 10px;
}

.slides[data-name="the-story-of-heaven-hill"] .h3 {
    position: relative;
    left: -40px;
} 
.timeline-control {
    position: absolute;
    top: -50px;
    left: -40px;
    z-index: 10;
}
.timeline-control .owl-carousel {
    display: block;
}
.timeline-control a {
    font-size: 24px;
    line-height: 30px;
    font-family: 'AauxProOT-Regular';
    color: #000;
    transition: font-size 200ms ease;
}
.timeline-control a[data-decade].active {
    font-family: 'AauxProOT-Medium';
    font-size: 32px;
}
.timeline-control a[data-year].active {
    font-family: 'AauxProOT-Bold';
}
.timeline-control li {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timeline-control li li {
    height: 34px;
    width: 50px;
}
.timeline-control > ul > li {
    position: relative ;
    width: 100px;
    text-align: center;
}
.timeline-control li ul {
    position: absolute;
    top: 15px;
    left: 110px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 300ms ease-in-out, transform 500ms ease-in-out;
}
.timeline-control .active + ul {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
} 
.timeline-carousel .owl-prev {
    left: -38px;
}
.timeline-carousel .owl-next {
    right: -38px;
}
.timeline-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.timeline .col-90 {
    padding-right: 2%;
    position: relative;
    transform: translateX(30px);
    overflow: hidden;
}

.timeline-copy {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
    transition: 700ms ease-out;
    perspective: 2000px;
}
.active .timeline-copy {
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
}
.timeline-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: 1000ms;
}
.timeline-carousel.owl-carousel .owl-item.active {    
    opacity: 1;
    visibility: visible;
}
.timeline-year {
    transform: translateX(50%);
    opacity: 0;
    transition: opacity 500ms ease-in-out, transform 2000ms ease;
}
.active .timeline-year {
    opacity: 0.05;
    transform: translateX(0);
}



/*---- Cocktail through the ages ----*/
.cocktail-ages .h3 {
    margin-bottom: 40px;
}
.timeline-control.cocktails-history-control {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 40px;
}
.timeline-control.cocktails-history-control ul {
    display: flex;
    justify-content: center;
}
.timeline-control.cocktails-history-control a {
    opacity: 0.3;
}
.timeline-control.cocktails-history-control a.active {
    opacity: 1;
}
.timeline-control.cocktails-history-control > ul > li:not(:last-child)::after {
    position: absolute;
    right: 0;
    width: 1px;
    background: #000;
    opacity: .3;
    height: 50%;
    content: '';
}

.cocktail-recipes-header {
    text-align: center;
}
.cocktail-recipes-header .p {
    color: #161617;
    line-height: 1.6em;
    min-height: 3.2em;
}
.cocktail-recipes-header .h4 {
    color: #000;
    margin-bottom: 12px;
}

.cocktail-recipes-body {
    margin-top: -28px;
    margin-bottom: 60px;
}
.cocktail-recipes-body .item {
    width: 400px;
    margin: 0 auto;    
    padding-top: 98px;
}
.cocktail-recipes-header .item {
    opacity: 0;
    transition: opacity 2000ms;
}
.cocktail-recipes-body .item-content {    
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 2000ms, transform 2000ms ease-out;
}
.cocktail-recipes-body .active .item-content,
.cocktail-recipes-header .active .item {
    transform: translateY(0);
    opacity: 1;
}
.cocktail-recipes-body .timeline-year {
    margin: 0;
}
.cocktail-recipes-body .item img {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.cocktail-recipes-body .p {
    margin-bottom: 10px;
}
.cocktail-recipes-body p,
.cocktail-recipes-body li {
    font-size: 18px;
    line-height: 1.55em;
    color: #161617;
} 
.cocktail-recipes-body li {
    text-transform: uppercase;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.cocktail-recipes-body p {
    margin-top: 20px;
}
.cocktail-recipes-body .owl-nav {
    position: absolute;
    top: 98px;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.cocktail-recipes-body .owl-prev {
    left: 60px;
}
.cocktail-recipes-body .owl-next {
    right: 60px;
}
.cocktail-recipes-body .owl-nav::before {
    content: '';
    display: block;
    padding-bottom: 36.72%;
}
.cocktail-recipes-body .timeline-year {
    position: absolute;
    top: 0;
    left: 15px;
}
/*---- Cocktail through the ages ----*/



/*---- Independent & Family-Owned ----*/
.family-owned,
.anniversary-bottle,
.mm {
    padding: 0 60px;
}
.family-owned .rows {
    margin-bottom: 120px;
}
.svg_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    height: 90px;
    display: block;
}

.vimeoControl {    
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
    text-indent: -999em;
}
.vimeoControl.blue {
    background: #061D49;
    
}
.vimeoControl.loading {
    pointer-events: none;
}
.vimeoControl.loading::before {
    opacity: 0;
}
.vimeoControl::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 14px;
    height: 28px;
    border-color: transparent #9C132D transparent #9C132D;
    cursor: pointer;
    border-style: solid;
    border-width: 0 2px 0 2px;
}
.vimeoControl.blue::before {
    border-color: transparent #fff transparent #fff;
}
.vimeoControl.paused::before  {
    left: 55%;
    border-width: 18px 0 18px 28px;
    border-color: transparent transparent transparent #9C132D;
}
.vimeoControl.blue.paused::before {
    border-color: transparent transparent transparent #fff;    
}




.p.has_dropcap {
    font-size: 30px;
    line-height: 1.45em;    
    font-family: "kepler-std",serif;
    font-weight: 400;
    margin:-15px 0 28px;
}
.p.has_dropcap::first-letter{
    float: left;
    font-size: 3em;
    line-height: .8em;
    margin: 0.14em 0.16em 0 0;
}
.p.block-copy {
    line-height: 1.66em;
    padding: 25px 0;
    border-top: 1px solid rgba(0,0,0,.2);
}
.p.block-copy:last-of-type {
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.family-owned .cta {
    margin: 40px 0 30px;
}
/*---- Independent & Family-Owned ----*/


/*---- 85th Anniversary Bottling ----*/
.anni-bottle {
    width: 354px;
}
.anniversary-detail img {
    width: 83%;
    margin: 0 auto;
}
.anniversary-detail .wheat-graphics {
    position: absolute;
    top: 0;
    left: 68%;
    width: 1150px;
    pointer-events: none;
}

.innerPage.slides.anniversary {
    padding-top: 70px;
}
.anniversary-bottle {
    margin-bottom: 40px;
}
.anniversary-detail .p {
    line-height: 1.66em;
    color: rgba(22, 22, 23, .7);
    margin: 64px 0;
}
.anniversary-detail .p::first-letter {
    font-size: 3.33em;
    line-height: .88em;
    margin: 0.10em 0.1em 0 0;
    color: #161617;
    font-family: "kepler-std",serif;
    font-weight: 400;
    float: left;    
}
.discover-cta {
    margin-bottom: 80px;
}
.discover-cta h2 {
    font-family: 'AauxProOT-Medium';
    font-size: 20px;
    line-height: 1em;
    padding-bottom: 80px;
    text-transform: uppercase;
    color: #061D49;
}
.discover-cta .cta {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*---- 85th Anniversary Bottling ----*/


/*---- Monumental Moments ----*/
.moments-carousel.owl-carousel {
    display: block;
}
.mm-intro {
    position: relative;
}
.mm-intro .h3 {
    margin: 0 !important;
}
.mm-intro .p {
    position: absolute;
    bottom: -100%;
    left: 0;
    padding-top: 50px
}
.mm img {
    width: 100%;
}
.mm .h4 {
    color: #0D204A;
    line-height: 1.33em;
    margin: 30px 0 20px;
}
.mm .item {
    margin-bottom: 120px;
}
.mm .p {
    color: #161617;
    opacity: 0.7 !important;
    line-height: 1.5em;
}
.col2 {
    margin-top: 290px;
}
/*---- Monumental Moments ----*/


/*---- In The Words Of Others ----*/
.slides.innerPage.words-of-others {
    padding-top: 40px;
    text-align: center;
}
.anniversary-img {
    width: 280px;
    margin: 0 auto;
}
.words-of-others .h3 {
    margin: 70px 0 50px;
}

.qoutes-carousel {
    margin-bottom: 60px;
}
.words-of-others .container {
    padding: 0 20px;
}
.qoutes-carousel .h5 {
    line-height: 1.34em;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 70%;
}
.border {
    width: 0%;
    margin: 0 auto;
    height: 1px;
    background: rgba(255,255,255,0.2);
    transition: 500ms ease-in 2000ms;
}
.author-info  {
    opacity: 0;
    transform: translateY(15px);
    transition: 500ms ease-in 2000ms;
}
.owl-item.active.start .author-info {
    opacity: 1;
    transform: translateY(0);
}
.author-info h2 {
    font-size: 28px;
    line-height: 1.2em;
}
.author-info p {
    font-size: 20px;
    line-height: 1.2em;
    opacity: 0.7;
    margin-top: 10px;
}
.signature {
    margin: 40px 0 34px;
}
.qoutes-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.qoutes-carousel .owl-nav div {
    pointer-events: auto;
}
.qoutes-carousel .owl-nav::before {
    content: '';
    display: block;
    padding-bottom: 19%;
}
.qoutes-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0D204A;
    z-index: 1;
}
.qoutes-bg img {
    opacity: 0;
    transition: opacity 2000ms;
}
.qoutes-bg .active {
    opacity: 1;
}
.owl-item.active.start .border {
    width: 83%;
}
.qoutes-carousel .h5 span {
    position: relative;
    display: inline-block;
    opacity: 0;
    filter: blur(5px);
    transition: 500ms cubic-bezier(0.11, 0, 0.5, 0);
}
.commonPath {    
    transition: 2300ms linear; 
    fill: none;
    stroke: #fff;
    stroke-width:10;
    stroke-miterlimit:10;
    stroke-dasharray: 1800;
    stroke-dashoffset: 1800;
}
.owl-item.active.start .commonPath {
    stroke-dashoffset: 0;
}
.ericGregorySign {    
    -webkit-clip-path: url(#clip-donald);
    clip-path: url(#clip-donald);
}
.author-sign {
    width: 340px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.dixieHibbsSign {
    -webkit-clip-path: url(#clip-dixie);
    clip-path: url(#clip-dixie);    
}

.benSign {
    -webkit-clip-path: url(#clip-ben);
    clip-path: url(#clip-ben);    
}
.trekSign {
    -webkit-clip-path: url(#clip-trek);
    clip-path: url(#clip-trek);    
}
.bradSign {
    -webkit-clip-path: url(#clip-brad);
    clip-path: url(#clip-brad);    
}
.lauraSign {
    -webkit-clip-path: url(#clip-laura);
    clip-path: url(#clip-laura);    
}
.signature svg {
    display: block;
    width: 100%;
}
.maskMe {
    width: 100%;
    display: block;
} 

.maskingSVG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
    pointer-events: none;
}
/*---- In The Words Of Others ----*/


/*---- Animations ----*/
.xp-header .brand-logo {
    transition: left 1000ms, transform 1000ms;
}
.xp-header .menu-icon {
    transition: opacity 1000ms;
}
.xp-header.onLeft .menu-icon {
    opacity: 0;
    pointer-events: none;
}
.xp-header.onLeft .brand-logo {
    left: 55px;
    transform: translateX(0) translateZ(0);
}
.xp-header.onPosition .brand-logo {
    left: 50%;
    transform: translateX(-50%) translateZ(0);
}

.qoutes-carousel .owl-item.active .h5 span {
    opacity: 1;
    filter: blur(0);
}
.qoutes-carousel .owl-item.active .h5 span:nth-child(1) { transition-delay: 150ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(2) { transition-delay: 300ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(3) { transition-delay: 450ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(4) { transition-delay: 600ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(5) { transition-delay: 750ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(6) { transition-delay: 900ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(7) { transition-delay: 1050ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(8) { transition-delay: 1200ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(9) { transition-delay: 1350ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(10) { transition-delay: 1500ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(11) { transition-delay: 1650ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(12) { transition-delay: 1800ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(13) { transition-delay: 1950ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(14) { transition-delay: 2100ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(15) { transition-delay: 2250ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(16) { transition-delay: 2400ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(17) { transition-delay: 2550ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(18) { transition-delay: 2700ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(19) { transition-delay: 2850ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(20) { transition-delay: 3000ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(21) { transition-delay: 3150ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(22) { transition-delay: 3300ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(23) { transition-delay: 3450ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(24) { transition-delay: 3600ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(25) { transition-delay: 3750ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(26) { transition-delay: 3900ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(27) { transition-delay: 4050ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(28) { transition-delay: 4200ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(29) { transition-delay: 4350ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(30) { transition-delay: 4500ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(31) { transition-delay: 4650ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(32) { transition-delay: 4800ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(33) { transition-delay: 4950ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(34) { transition-delay: 5100ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(35) { transition-delay: 5250ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(36) { transition-delay: 5400ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(37) { transition-delay: 5550ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(38) { transition-delay: 5700ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(39) { transition-delay: 5850ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(40) { transition-delay: 6000ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(41) { transition-delay: 6150ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(42) { transition-delay: 6300ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(43) { transition-delay: 6450ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(44) { transition-delay: 6600ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(45) { transition-delay: 6750ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(46) { transition-delay: 6900ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(47) { transition-delay: 7050ms; }
.qoutes-carousel .owl-item.active .h5 span:nth-child(48) { transition-delay: 7200ms; }


.fadeInUp,
.fadeInDown {
    transform: translateY(15px);
    opacity: 0;
    transition: transform 1000ms ease-out, opacity 1000ms ease-out;
    will-change: transform, opacity;
}
.fadeIn {
    opacity: 0;
    transition: opacity 1000ms ease-out;
}
.fadeInDown {
    transform: translateY(-15px);
}
.delay1000 {
    transition-delay: 1000ms;
}
.fadeInUp.isAnimated,
.fadeInDown.isAnimated {
    transform: translateY(0);
    opacity: 1;
}
.isAnimated.fadeIn {
    opacity: 1;
}


.slideFromLeft,
.slideFromRight {
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 1000ms ease-out 500ms, opacity 1000ms ease-out 500ms;
    will-change: transform, opacity;
}
.slideFromRight {
    transform: translateX(100px);
}
.slideFromLeft.isAnimated,
.slideFromRight.isAnimated {
    transform: translateX(0);
    opacity: 1;
}
/*---- Animations ----*/
