.logged-in #off-canvas-nav {
    top: 32px;
}
body.interior-page {
    padding-top: 160px;
}
@media screen and (max-width:782px) {
    .logged-in #off-canvas-nav {
    top: 46px;
}
}#off-canvas-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    right: 0;
    left: -100%;
    height: 100%;
    z-index: 99999;
    width: 100%;
    padding: 0 20px;
}
#off-canvas-nav.open {
    left: 0;
}
#mobile-nav a {
    color: white;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.28px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav li {
    margin-bottom: 8px;
}
#mobile-btn-close {
    width: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.nav-socials ul {
    list-style: none;
}
.nav-socials a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .08px;
    line-height: 36px;
    margin-bottom: 5px;
}
#mobile-nav a:last-child, .nav-socials a:last-child {
    margin-bottom: 0;
}
#off-canvas-top {
    padding: 40px 0;
    position: relative;
}
#navigation-mobile {
    position: absolute;
    z-index: 1;
    padding: 40px 0;
    width: 100%;
    top: 0;
}
#navigation-mobile.nav-interior-pages {
    background: black;
    height: 128px;
    padding: 14px 0;
}
#navigation-mobile.nav-interior-pages #mobile-brand img {
    max-width: 110px;
}
#navigation-mobile.nav-interior-pages #mobile-btn {
    top: 38%;
}
.mobile-nav {
    position: relative;
}
#mobile-brand img {
    max-width: 146px;
}
#mobile-btn {
    width: 46px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    height: 77px;
    text-align: center;
}
#mobile-btn span {
    width: 100%;
    height: 2px;
    background-color: #fafafa;
    display: block;
    margin: 7px 0;
}
#mobile-btn.drk-btn span {
    background-color: #016e83;
}
#mobile-nav .current_page_item a {
    color: #fafafa;
    border-color: #fafafa;
}
#mobile-nav .current_page_item .fas.fa-arrow-right, #mobile-nav a:hover .fas.fa-arrow-right {
    left: 0;
}
#mobile-nav .fas.fa-arrow-right {
    position: absolute;
    left: -40px;
    font-weight: 700;
    font-size: 20px;
    line-height: inherit;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    bottom: 50%;
    transform: translateY(50%);
}
#mobile-nav .current_page_item a span, #mobile-nav a:hover span {
    margin-left: 24px;
}
.nav-post-slider .posts-slider .slick-dots {
    position: relative;
    bottom: auto;
    line-height: 1;
    text-align: left;
}
.nav-post-slider .posts-slider .slick-dots li {
    width: 25px;
}
.nav-post-slider .posts-slider .slick-dots li button {
    width: 25px;
    height: 2px;
    background-color: #fafafa;
    padding: 0;
    opacity: .3;
}
.nav-post-slider .posts-slider .slick-dots li button:before {
    display: none;
}
.nav-post-slider .posts-slider .slick-dots li.slick-active button {
    opacity: 1;
}
.nav-post-slider .posts-slider .posts-slider {
    margin-top: 60px;
    margin-bottom: 0;
}
.nav-post-slider .posts-slider .read-more {
    text-decoration: underline !important;
    margin-left: 10px;
    font-weight: 600;
}
.nav-post-slider .posts-slider {
    margin-bottom: 0;
    margin-top: 100px;
    max-width: 500px;
}