@font-face {
    font-family: 'avenirReg';
    src: url('../assets/fonts/AvenirNextLTPro-Regular.woff'),
    url('../assets/fonts/AvenirNextLTPro-Regular.ttf');
}
@font-face {
    font-family: 'avenirMed';
    src: url('../assets/fonts/AvenirNextLTPro-Medium.woff'),
    url('../assets/fonts/AvenirNextLTPro-Medium.ttf');
}
@font-face {
    font-family: 'avenirHeavy';
    src: url('../assets/fonts/AvenirNextLTPro-Heavy.woff'),
    url('../assets/fonts/AvenirNextLTPro-Heavy.ttf');
}
html{
    font-size: 100%;
}
body{
    padding: 0;
    margin: 0;
    background-color: #cc9b02;
    color: #2c2d2f;
    font-family: avenirHeavy, sans-serif;
    font-size: 1rem;
    overflow: hidden;
}
a{
    color:#999999;
    text-decoration: none;
    outline: 0;
}
@media screen
and (max-width: 800px)
and (orientation: portrait){
    html{
        font-size: 75%;
    }
}
@media screen
and (max-width: 580px)
and (orientation: portrait){
    html{
        font-size: 65%;
    }
}
@media screen
and (max-width: 500px)
and (orientation: portrait){
    html{
        font-size: 60%;
    }
}

@media screen
and (max-width: 800px)
and (orientation: landscape){
    html{
        font-size: 70%;
    }
}
@media screen
and (max-width: 580px)
and (orientation: landscape){
    html{
        font-size: 65%;
    }
}
@media screen
and (max-width: 500px)
and (orientation: landscape){
    html{
        font-size: 60%;
    }
}
.load{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #cc9b02;
    z-index: 10000;
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.unsupported{
    position: absolute;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    bottom: 15px;
    bottom: 3rem;
    display: none;
}
.app{
    background-color: #cc9b02;
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../assets/images/background.jpg');
}

.overlayBG{
    top: 0px;
    position: absolute;
    background-color: rgba(204, 155, 2, .95);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.overlay{
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.overlayClose{
    position: absolute;
    height: 2.35rem;
    width: 2.35rem;
    cursor: pointer;
}
.closeRect{
    fill: #2C2D2F;
}
.closeX{
    fill: #CC9B02;
}
.overlayClose:hover .closeRect,
.legalClose:hover .closeRect,
.galleryControls:hover .closeRect{
    fill: #CC9B02;
}
.legalClose:hover .closeRect{
    border-style: solid;
    border-color: #2C2D2F;
    border-width: 1px;
}
.overlayClose:hover .closeX,
.legalClose:hover .closeX,
.galleryControls:hover .closeX{
    fill: #2C2D2F;
}
.overlayClose:hover,
.legalClose:hover{
    border-style: solid;
    border-color: #2C2D2F;
    border-width: 1px;
}

.contentArea{
    width: 100%;
    height: 100%;
    position: relative;
    height: calc(100vh - 140px);
}
.centerHorizontally{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.centerVertically{
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.centerXY{
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.musicOn{
    width: 1.4rem;
    fill: #666666;
    cursor: pointer;
}
@media screen
and (max-width: 800px)
and (orientation: portrait) {
    .app{
        background-size: 120%;
    }
    .musicOn{
        width:2rem;
    }
}

@media screen
and (max-width: 1024px)
and (orientation: landscape){
    .rotateScreen{
        position: absolute;
        height: 100%;
        width: 100%;
        display: none;
        z-index: -1000;
        background-color: #cc9b02;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('../assets/images/rotatedevice.jpg');
    }
}

/******* LEGAL ********/

.legalFooter{
    height: 12.1875rem;
    width: 100%;
    bottom: 0px;
    position: absolute;
    font-family: avenirMed, sans-serif;
}
.legalIcons{
    display: flexbox;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}
.legalIcons img{
    height: 1.875rem;
    fill:#999999;
}
.legalIcons svg{
    height: 1.875rem;
    fill:#999999;
}
.legalFooterLine{
    position: absolute;
    width: 1px;
    height: 4rem;
    background-color: #9c7a10;
    right: -10px;
    right: calc(3% + 1.15rem);
    top: 0;
}
.legalFooter .legalClose{
    height: 2.25rem;
    position: absolute;
    right: 3%;
    cursor: pointer;
    width: 2.25rem;
}
.legalFooterContent{
    margin-top: 2.8125rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    height: 6.875rem;
    width: 100%;
    position: relative;
    background-color: #2c2d2f;
}
.legalLinks{
    width: 100%;
    font-size: .7rem;
    text-align: center;
    color: #999999;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.legalLinks span{
    margin-left: 5px;
    margin-right: 5px;
}
.legalText{
    color: #999999;
    font-size: .625rem;
    width: 100%;
    text-align: center;
}
.legalText p{
    margin: 0;
    margin-bottom: .5em;
}
.legalLinkBreak{
    display: none;
}
@media screen
and (max-width: 800px)
and (orientation: portrait) {
    .legalFooter{
        height:14.1875rem;
    }
    .legalLinks{
        font-size: .8rem;
        line-height: 1.5;
        padding-top: .7rem;
        padding-bottom: .7rem;
    }
    .legalLinkBreak{
        display: block;
    }
    .legalText{
        width: 80%;
        margin-left: 10%;
        margin-right:10%;
    }
    .legalFooterContent{
        height: 8.875rem;
    }
}
/******* NAV ********/

.nav{
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 4.375rem;
    min-height: 50px;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
}
.navArea{
    position: relative;
    font-size: 1rem;
}
.leftNavArea{
    width: 20%;
}
.leftNavArea svg{
    fill: #2C2D2F;
    height: 1.8rem;
    margin-right: .7rem;
}
.centerNavArea{
    width: 60%;
    text-align: center;
}
.rightNavArea{
    width: 20%;
    text-align: right;
    color: #666666;
    font-size: .875rem;
}
.navAreaContent{
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.navTitleTreatment img{
    max-height: 35px;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.navItems{
    display: flexbox;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.navItem{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.icons{
    display: flexbox;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.icons.shareables{
    -webkit-justify-content: center;
    justify-content: center;
}
.shareables svg{
    cursor: pointer;
}
.icons a{
    display: inherit;
}
.icons img{
    max-height: 40px;
    max-width: 75px;
    margin-right: 15px;
}
.icons svg,
.icons a svg{
    height: 1.25rem;
    width: 1.25rem;
    fill: #2C2D2F;
    margin-left: .4rem;
    margin-right: .4rem;
    padding: 1px;
}
.icons svg:hover{
    fill: #ffffff;
}
.icons svg:hover .iconCenter{
    fill: #000000;
}

.iconCenter{
    fill: #ffffff;
}
.topNav{
    position: relative;
    top: 0px;
    z-index: 1;
    -webkit-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}
.bottomNav{
    position: relative;
    bottom: 0px;

}
.bottomNav .navAreaContent{
    font-size: .875rem;
}
.hashtag{
    overflow-wrap: break-word;
}
.bottomNav #legalButton{
    font-size: .75rem;
    cursor: pointer;
}
.menuText{
    position: absolute;
}

@media screen
and (max-width: 800px)
and (orientation: portrait) {
    .leftNavArea{
        width: 30%;
    }

    .centerNavArea{
        width: 10%;
        text-align: center;
    }
    .rightNavArea{
        width: 60%;
        text-align: right;
        color: #666666;
        font-size: .875rem;
    }
    .bottomNav .leftNavArea{
        width: 15%;
    }

    .bottomNav .centerNavArea{
        width: 70%;
        text-align: center;
    }
    .bottomNav .rightNavArea{
        width: 15%;
        text-align: right;
        color: #666666;
        font-size: .875rem;
    }
    .navItems{
        display: none;
    }
    .icons svg:hover{
        fill: #000000;
    }
    .icons svg:hover .iconCenter{
        fill: #ffffff;
    }
    .nav{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .icons svg,
    .icons a svg{
        height: 1.6rem;
        width: 1.6rem;
        margin-left: .6rem;
        margin-right: .6rem;
    }
    .bottomNav .navAreaContent{
        font-size: 1.1rem;
    }
    .bottomNav #legalButton{
        font-size: .9rem;

    }
}

/******* MOBILE NAV ********/
.mobileNavContent{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(204, 155, 2, .95);
    opacity: 0;
}
.mobileNav{
    position: absolute;
    width: 45%;
    height: 100%;
    background-color: #2c2d2f;
    left:0;
    color: #cc9b02;
    fill: #cc9b02;
    padding-left: 5%;
}
.mobileNavContent .leftNavArea svg{
    fill: #cc9b02;
}
.mobileNavContent .leftNavArea{
    width: 100%;
}
.mobileMenuButton{
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: none;
    font-size: 1.1rem;
}
.mobileNavItems{
    font-size: 1.8rem;
    position: absolute;
}
.mobileNavItem{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
@media screen
and (max-width: 800px)
and (orientation: portrait) {
    .mobileMenuButton{
        display: flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

/******* STORY ********/
.storyContent{
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    position: absolute;
}
.storyHeaderBar{
    position: relative;
}
.storyHeader{
    font-size: 3.15rem;
    margin-bottom: 10px;
}
.storyContent .overlayClose{
    position: absolute;
    left: -4.375rem;
}
.storyDescription{
    position: relative;
    font-size: .85rem;
    line-height: 1.75;
    font-family: avenirMed, sans-serif;
    max-height: 12.5rem;
    max-height: 25vh;
    overflow: hidden;
    width: 100%;
    padding-right: 10px;
}
.storyDescription p{
    margin: 0;
    margin-bottom: 1em;
    padding-right: 12px;
}
.storyDescription::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.storyDescription::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #2c2d2f;
}
.storyScrollLine{
    width: 1px;
    height: 200px;
    height: 25vh;
    position: absolute;
    right: -7px;
    background-color: #9c7a10;
    overflow: hidden;
    z-index: -10;
}

@media screen
and (max-width: 800px)
and (orientation: portrait){
    .storyContent{
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        position: absolute;
    }
    .storyDescription{
        max-height: 25rem;
        max-height: 45vh;
        font-size: 1rem;
    }
    .storyContent .overlayClose{
        left: -3.375rem;
    }
}

/******* VIDEOS ********/
.videosContent{
    width: 100%;
    position: absolute;
}
.storyContent.stage1{
    max-width: 65%;
    position: absolute;
    width: 110vh;
    margin: 0;
}
.videosHeader{
    text-align: center;
    margin-bottom: 1.5625rem;
}
.videosHeader span{
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.videosContent .overlayClose{
    position: absolute;
    left: -4.375rem;
}
.youtubeContainer{
    position: relative;
    max-width: 60%;
    max-height: calc(100vh - 170px);
    width: 500px;
    height: 200px;
    height: 50vh;
    width: 100vh;
}
.youtube{
    position: relative;
    width: 100%;
    height: 100%;
}
.videosContent .active{
    color: #ffffff;
}
.videoStage1{

}
.videoStage2{

}
.videoSelector{
    width: 100%;
    position: relative;
    display: flexbox;
    -ms-flex-pack: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.videoItem{
    background-position: center center;
    background-size: cover;
    position: relative;
    max-width: 33vw;
    height: 168px;
    width: 500px;
    height: 28vh;
    width: 53vh;
    cursor: pointer;
    margin-bottom: 2.5rem;
}
.playButton{
    position: absolute;
    width: 10vh;
    height: 10vh;
    background-position: center center;
    background-size: contain;
    background-image: url("../assets/svgs/play.svg");
}
.videoItem:hover .playButton{
    background-image: url("../assets/svgs/playHover.svg");
}
.videoItem1{
    background-image: url("../assets/images/gallery1.jpg");
    margin-right: .5rem;
}
.videoItem2{
    background-image: url("../assets/images/gallery5.jpg");
    margin-left: .5rem;
}
.singleVideo{
    margin-left: 0;
    margin-right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.videoItemName{
    position: absolute;
    bottom:-2.5rem;
    width: 100%;
    text-align: center;
    font-size: .8rem;
}
@media screen
and (max-width: 800px)
and (orientation: portrait){
    .videosHeader span{
       font-size: 1.5rem;
    }
    .videosContent .overlayClose{
        left: 0;
        top: -3.625rem;
    }
    .youtubeContainer{
        position: relative;
        max-width: 88%;
        height: 300px;
        width: 700px;
        height: 44vw;
        width: 88vw;;
    }
    .videoSelector{
        display: block;
    }
    .videoItem{
        max-width: 100%;
        height: 168px;
        width: 500px;
        height: 33vw;
        width: 100%;
        cursor: pointer;
    }
    .videoItem1{
        margin-right: 0;
        margin-bottom: 5rem;
    }
    .videoItem2{
        margin-left: 0;
        margin-bottom: 2rem;
    }
    .playButton{
        width: 10vw;
        height: 10vw;

    }
}

/******* GALLERY ********/

.galleryContent{
    position: absolute;
    width: 100%;
    height: 100%;
}
.gallery{
    width: 100%;
    height: 100%;
}
.galleryControls{
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
}
.galleryControls svg{
    width: 100%;
}
.galleryNext{
    right:0%;
}
.galleryPrev{
    left:0%;
}
.galleryItem{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.gallery1{
    background-image: url("../assets/images/gallery1.jpg");
}
.gallery2{
    background-image: url("../assets/images/gallery2.jpg");
}
.gallery3{
    background-image: url("../assets/images/gallery3.jpg");
}
.gallery4{
    background-image: url("../assets/images/gallery4.jpg");
}
.gallery5{
    background-image: url("../assets/images/gallery5.jpg");
}

.galleryContent .overlayClose{
    position: absolute;
    left: 25px;
    top: 25px;
}

@media screen
and (max-width: 800px)
and (orientation: portrait){
    .gallery{
        height: 30vh;
    }
    .videosContent .overlayClose{
        left: 0;
        top: -3.625rem;
    }
    .youtubeContainer{
        position: relative;
        max-width: 88%;
        height: 300px;
        width: 700px;
        height: 44vw;
        width: 88vw;;
    }
    .galleryContent .overlayClose {
        position: absolute;
        left: 1.5625rem;
        top: 26%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/******* DOWNLOADS ********/
.downloadImage{
    max-width: 600px;
    max-height: 270px;
    width:40vw;
    height:18vw;
    background-image: url("../assets/images/background.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-style: solid;
    border-width: 2px;
    border-color: #413c2a;
}
.downloadBar{
    font-size: .875rem;
}
.downloadBar img,
.downloadBar svg{
    margin-bottom: -0.3125rem;
    height: 1.25rem;
    width: 1.25rem;
    margin-left: .2rem;
    margin-right: .2rem;
    cursor: pointer;
}
.downloadBar a{
    color: transparent;
}
.downloadContent{
    width: auto;
    left: 50%;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@media screen
and (max-width: 800px)
and (orientation: portrait){
    .downloadContent.storyContent{
        width: 90%;
    }
    .downloadContent .storyHeaderBar{
        left: 3.4375rem;
        width: 60%;
    }
    .downloadImage{
        max-height: 45vw;
        max-width: 90vw;
        width: 100%;
        height: 400px;
        width: 90vw;
        height: 45vw;
    }
    .downloadBar{
        font-size: 1.875rem;
    }
    .downloadBar img,
    .downloadBar svg{
        margin-bottom: -0.4rem;
        height: 2.25rem;
        width: 2.25rem;
        margin-left: .2rem;
        margin-right: .2rem;
    }
    #downloadTablet{

    }
    #downloadDesktop{
        display: none;
    }
}
@media screen
and (max-width: 800px)
and (orientation: landscape){
    #downloadDesktop{
        display: none;
    }
    .downloadImage{
        max-height: 45vw;
        max-width: 90vw;
        width: 100%;
        height: 300px;
        width: 40vw;
        height: 15vw;
    }
}

/******* ANIMATIONS ********/

.fade-transition {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}

.fade-enter, .fade-leave {
    opacity: 0;
}

.slideUp-transition {
    -webkit-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.slideUp-enter, .slideUp-leave {
    -webkit-transform: translate(0px,14.1875rem);
    transform: translate(0px,14.1875rem);
}
@media screen
and (max-width: 800px)
and (orientation: portrait){
    .slideUp-enter, .slideUp-leave{
        -webkit-transform: translate(0px,14.1875rem);
        transform: translate(0px,14.1875rem);
    }
}

.slideRight-transition {
    opacity: 1;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.slideRight-enter, .slideRight-leave {
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}


.hoverEffect a {
    line-height: 2.75rem;
}

.hoverEffect a span {
    color: #2c2d2f;
    position: relative;
    display: inline-block;
    padding: 0 14px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hoverEffect a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    width: calc(100% - 28px);
    padding: 0 calc(14px - 0px);
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    color:#cc9b02;
    background: #cc9b02;
}

.hoverEffect a:hover span,
.hoverEffect a.active span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.hoverEffect a:hover span::before,
.hoverEffect a.active span::before {
    background: #2c2d2f;
    color:#cc9b02;
}

.hoverEffect.ie a span {
    color: #2c2d2f;
    position: relative;
    display: inline-block;
    padding: 0 14px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    transform-style: flat;
}
.hoverEffect.ie a:hover span,
.hoverEffect.ie a.active span {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.hoverEffect.ie a:hover span,
.hoverEffect.ie a.active span{
    background: #2c2d2f;
    color:#cc9b02;
}

.additionalNav .hoverEffect a{
    line-height: 2rem;
}
.additionalNav .navItems{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.additionalNav.rotateScreen{
    display: block;
    z-index: 9000;
}
.additionalNav .rightNavArea{
    width: 14%;
}
.additionalNav .leftNavArea{
    width: 14%;
}
.additionalNav .centerNavArea{
    width: 72%;
}
.slick-list, .slick-track{
    height: 100%;
}


#YTSvg{
	height: 2.1rem; 
	width: 2.1rem; 
	margin-top: -5px;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: -6px;
	}