* {
    text-transform: lowercase !important;
}

.lg-close,
.lg-prev,
.lg-next {
    letter-spacing: 0 !important;
}

::-webkit-input-placeholder {
    color: #757579;
}
    
.nav--absolute.home .slides,
.nav--absolute.home .slides {
    max-height: none;
    height: calc(100vh);
}

nav ul a {
    font-size: 16px;
}

nav ul ul {
    width: max-content;
}

nav ul ul li {
    float: none;
    min-width: 200px;
    width: 100%;
}

.stills, .stills .slides, .stills .slides li {
    height: 0;
    padding-bottom: 40.625%;
    overflow: hidden;
}

.slides img {
    width: 100%;
}
.slides:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.15) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 1s ease;
    top: 0;
}
.slides:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.15) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 1s ease;
    top: 0;
}

/*.slider .slides li img {*/
/*    background-size: contain;*/
/*}*/
.stills .slides.slides--no-gradient li:after {
    content: none;
}

.reel-body {
    opacity: 1;
}
* {
    letter-spacing: 1px !important;
}

/* Home */
.home .menu-items,
.home .search-nav__form {
    padding-right: 0;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}
.home .search-nav__form {
    top: calc(50% + 120px);
    bottom: unset;
    width: 280px;
    z-index: 10;
    height: 36px;
    visibility: visible;
    opacity: 1;
}

.home .search-nav__form svg {
    position: absolute;
    bottom: 13px;
    left: 6px;
}
.home input[type="search"] {
    font-size: 22px;
    color: white;
    box-sizing: border-box;
    padding: 0 0 10px 40px;
}
@media only screen and (max-width: 768px) {
    .home input[type="search"] {
        border-bottom: 1px solid white;
    }
}

@media screen and (max-width: 1023px) {
    .home .search-nav__form {
        display: unset;
        max-width: unset;
    }
}

@media only screen and (max-width: 992px) {
    .home nav ul ul {
         display: none;
    }
    nav ul li {
         clear: none;
    }
    nav ul a {
        line-height: 1rem;
        padding: 10px 15px;
        text-transform: none;
    }
}

@media only screen and (max-width: 768px) {
    .home .search-nav__form {
        top: calc(160px);
        bottom: unset;
        width: 80vw;
        z-index: 10;
        height: 36px;
        visibility: visible;
        opacity: 1;
    }
    .nav--absolute.home nav {
        top: 30%;
    }
    .home nav ul ul {
         display: block;
         margin: 10px 0;
    }  
    .hod {
        display: none;
    }
}

.home ::-webkit-input-placeholder {
    color: #ffffffc2;
}
.home .brand-logo {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
}

@media only screen and (max-width: 768px) {
    .home .brand-logo {
        position: absolute;
        z-index: 10;
        top: 37px;
        left: 50%;
        transform: translateX(-50%);
    } 
    .home.nav--absolute .full_bleed-logo {
        display: block;
        max-width: 80vw;
    }
}

.home nav .brand-logo img {
    max-height: 120px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home .menu-items {
    top: 44px;
    right: 37px !important;
    transform: translateX(0%) !important;
}

.home .main-footer {
    position: absolute;
    bottom: 20px;
    color: white;
}
.home .main-footer:before {
    background-color: transparent;
}
.home svg path {
    fill: white;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    .home .main-reel-slideshow {
        display: block;
    }
}
.home .marketing-bar {
    position: absolute;
    bottom: 0;
    color: white;
}
.home .marketing-bar:after {
    background-color: transparent;
}