html,
body {
    overflow-x: hidden
}

ul,
li {
  list-style: none;
}

.layout-header {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    padding: 24px 32px 18px;
    /*background: #fff;*/
    /*border-bottom: 1px solid #f7f7f7;*/
    z-index: 4;
    -webkit-animation: fadeInDelay 2s;
    -moz-animation: fadeInDelay 2s;
    -ms-animation: fadeInDelay 2s;
    -o-animation: fadeInDelay 2s;
    animation: fadeInDelay 2s;
    -webkit-transition: -webkit-transform 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99), background 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: -moz-transform 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99), background 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: -o-transform 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99), background 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99), background 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99)
}

.nav-desktop {
    width: 60%;
    float: right;
    max-width: 75rem;
    margin: 0 auto;
    padding-left: 96px;
}

.nav-desktop__logo {
    position: relative;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 1.618;
    letter-spacing: 0.125em;
    font-size: 12px;
    font-size: 0.75rem;
    /*text-transform: uppercase*/
}

.nav-desktop__list {
    float: right;
    display: inline-block;
    vertical-align: middle
}

.nav-desktop__list-item {
    float: left;
    margin-left: 3em
}

.nav-desktop__link {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 1.618;
    /*letter-spacing: 0.125em;*/
    /*font-size: 12px;*/
    /*font-size: 0.75rem;*/
    font-size: 16px;
    font-weight: 300;
    /*text-transform: uppercase*/
}
.nav-desktop__link span {
    pointer-events: none;
}

.nav-desktop__link:hover,
.nav-desktop__link.active {
    color: #23232D
}

.nav-mobile {
    position: fixed;
    width: 256px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 24px 32px;
    background-color: #23232D;
    backface-visibility: hidden;
    overflow-x: auto;
    z-index: 6;
    -webkit-transition: all 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: all 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -ms-transition: all 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: all 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99)
}

.nav-mobile__logo {
    color: #6C6C8C;
    letter-spacing: 0.025em;
    font-weight: 300;
    font-size: 26px;
    font-size: 1.625rem
}

.nav-mobile__list {
    height: 100%;
    margin-top: 48px
}

.nav-mobile__list-item {
    margin: 0 0 8px
}

.nav-mobile__link-primary {
    color: #ffffff;
    letter-spacing: 0.025em;
    font-weight: 300;
    font-size: 21px;
    font-size: 1.3125rem
}

.nav-mobile__link-secondary {
    color: #6C6C8C;
    /*text-transform: uppercase;*/
    letter-spacing: 0.125em;
    font-weight: 300;
    font-size: 12px;
    font-size: 0.75rem
}

.nav-mobile__blog {
    position: absolute;
    bottom: 96px
}

.nav-mobile__blog-title {
    margin-bottom: 12px;
    color: #6C6C8C;
    font-weight: 300
}

.nav-mobile__blog-link {
    color: #ffffff;
    letter-spacing: 0.025em;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem
}

.nav-mobile__social {
    position: absolute;
    bottom: 32px
}

.nav-mobile__social-link {
    margin-right: 16px
}

.nav-mobile--right {
    -webkit-transform: translate3d(256px, 0, 0);
    -moz-transform: translate3d(256px, 0, 0);
    -ms-transform: translate3d(256px, 0, 0);
    -o-transform: translate3d(256px, 0, 0);
    transform: translate3d(256px, 0, 0)
}

.nav-mobile--is-open .nav-mobile--right {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.nav-button__open {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    overflow: hidden;
    right: 24px;
    width: 24px;
    height: 27px;
    margin: 0;
    padding: 0;
    font-size: 0;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent;
    transition: all 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99)
}

.nav-button__open:focus {
    outline: none
}

.nav-button__line {
    position: relative;
    display: block;
    background: #b3b3bc;
    width: 24px;
    height: 2px;
    margin: 0 0 7px;
    padding: 0;
    z-index: 6
}

.layout-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(247, 247, 247, 0);
    z-index: -1
}

.nav-mobile--is-open .layout-overlay {
    display: block;
    z-index: 6;
    background: rgba(247, 247, 247, 0.875);
    -webkit-animation: fadeIn 0.375s;
    -moz-animation: fadeIn 0.375s;
    -ms-animation: fadeIn 0.375s;
    -o-animation: fadeIn 0.375s;
    animation: fadeIn 0.375s
}

.nav-mobile--push {
    -webkit-transition: -webkit-transform 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: -moz-transform 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: -o-transform 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.375s cubic-bezier(0.16, 0.68, 0.43, 0.99)
}

.nav-mobile--is-open .nav-mobile--push {
    -webkit-transform: translate3d(-256px, 0, 0);
    -moz-transform: translate3d(-256px, 0, 0);
    -ms-transform: translate3d(-256px, 0, 0);
    -o-transform: translate3d(-256px, 0, 0);
    transform: translate3d(-256px, 0, 0)
}

.nav-mobile--is-open {
    overflow-y: hidden
}

@media only screen and (min-width: 375px) {
    .nav-mobile__blog-item {
        margin: 128px 0 40px
    }
}

@media only screen and (max-width: 960px) {
    .layout-header {
        position: absolute;
        padding-top: 104px;
        padding-bottom: 21px
    }
    .nav-desktop-home {
        width: 100%;
        padding: 0px 48px;
    }
    .nav-desktop {
        width: 100%;
        padding: 0px 12px;
    }
}

@media only screen and (max-width: 500px) {
    .nav-desktop-home {
        width: 100%;
        padding: 27vw 28px;
        text-align: right;
    }
    .nav-desktop-home span {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 40.063em) {

    .js-headroom--pinned {
        -webkit-transform: translate3d(0, -16px, 0);
        -moz-transform: translate3d(0, -16px, 0);
        -o-transform: translate3d(0, -16px, 0);
        transform: translate3d(0, -16px, 0)
    }
    .headroom--not-top {
        -webkit-transform: translate3d(0, -16px, 0);
        -moz-transform: translate3d(0, -16px, 0);
        -o-transform: translate3d(0, -16px, 0);
        transform: translate3d(0, -16px, 0)
    }
    /*.nav-desktop {
        padding-right: 24px;
        padding-left: 24px
    }*/


/*    .nav-desktop__list {
        margin-right: 72px
    }*/
}

@media only screen and (min-width: 48.063em) {
    html,
    body {
        overflow-x: auto
    }
    .nav-button__open {
        display: none
    }
    .nav-desktop__list {
        margin-right: 0
    }
}

@media only screen and (min-width: 1232px) {
    /*.nav-desktop {
        padding-right: 66px;
        padding-left: 66px
    }*/
}
