/* Fonts */
@font-face {
    font-family: 'bodoni72c';
    src: url('../fonts/bodoni72c-webfont.woff2') format('woff2'),
    url('../fonts/bodoni72c-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni72c';
    src: url('../fonts/bodoni72c-italic-webfont.woff2') format('woff2'),
    url('../fonts/bodoni72c-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'futurabookc';
    src: url('../fonts/futurabookc-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'futurademic';
    src: url('../fonts/futurademic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Base */
body {
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Override */
.b-nav {
    background: #000 !important;
}

#top100counter {
    position: absolute;
    top: 0;
    left: 0;
}

/* Root */
.b-longread-root {
    margin: 54px 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
}

.wrapper > .b-longread-root {
    margin: 0;
}

@media (max-width: 480px) {
    .b-longread-root {
        font-size: 8px;
    }
}

@media (max-width: 375px) {
    .b-longread-root {
        font-size: 6px;
    }
}

.b-longread-root *,
.b-longread-root *:before,
.b-longread-root *:after {
    max-width: none;
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

/* Placeholder */
.b-longread-placeholder {
    max-width: 100%;
}

.b-longread-placeholder:after {
    content: '';
    display: table;
    clear: both;
}

.b-longread-placeholder__spacer {
    content: '';
    float: left;
    width: 1px;
    height: 0;
    margin: 0 0 0 -1px;
}

.b-longread-placeholder__img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Intro */
.b-longread-intro {
    padding: 12.5em 1.5em 13.5em;
    color: #041f26;
    background: #eef6f9 linear-gradient(to top, #eef6f9 0%, #6ad0de 50%, #1b9dd8 100%);
}

.b-longread-intro__title {
    position: relative;
    margin: 0 0 calc(30 / 48 * 1em);
    font: normal 400 4.8em/1 'bodoni72c', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #01577f;
}

.b-longread-intro__title:before,
.b-longread-intro__title:after {
    content: '';
    display: block;
    width: calc(145 / 48 * 1em);
    height: calc(8 / 48 * 1em);
    margin: calc(25 / 48 * 1em) auto;
    background: #fff;
}

.b-longread-intro__title:before {
    margin-top: 0;
}

.b-longread-intro__title:after {
    margin-bottom: 0;
}

.b-longread-intro__title strong {
    font-size: calc(60 / 48 * 100%);
}

.b-longread-intro__lead {
    max-width: 850px;
    margin: 0 auto;
    font: normal 400 2.4em/1.25 'futurabookc', sans-serif;
    text-align: center;
}

.b-longread-intro__lead a {
    position: relative;
    color: #01577f;
}

.b-longread-intro__lead a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(1 / 24 * 1em);
    background: currentColor;
}

.b-longread-intro__lead a:hover:after {
    content: none;
}

/* Nutrient */
.b-longread-nutrient {
    position: relative;
}

.b-longread-nutrient:before,
.b-longread-nutrient:after {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    background-repeat: repeat-x;
    background-position: 50% 50%;
}

.b-longread-nutrient:nth-child(1):before {
    content: '';
    top: -52px;
    height: 108px;
    background-image: url('../img/divider-1.png');
}

.b-longread-nutrient:nth-child(1n) {
    background: #fff;
}

.b-longread-nutrient:nth-child(1n):after {
    content: '';
    bottom: -48px;
    height: 94px;
    background-image: url('../img/divider-2.png');
}

.b-longread-nutrient:nth-child(2n) {
    background: #f5f5f5;
}

.b-longread-nutrient:nth-child(2n):after {
    content: '';
    bottom: -32px;
    height: 77px;
    background-image: url('../img/divider-3.png');
}

.b-longread-nutrient__cols {
    display: flex;
    max-width: 1090px;
    margin: 0 auto;
    padding: 8.5em 0;
}

.b-longread-nutrient__col {
    width: 50%;
}

.b-longread-nutrient__col--txt {
    padding: 8em 0 0;
}

.b-longread-nutrient__txt {
    position: relative;
    z-index: 1;
    font: normal 400 2.1em/1.33 'futurabookc', sans-serif;
    color: #404040;
}

.b-longread-nutrient__txt a {
    font-family: 'futurademic', sans-serif;
    text-decoration: underline;
    color: #1b9dd8;
}

.b-longread-nutrient__img {
    position: relative;
    max-width: none;
}

@media (max-width: 1090px) {
    .b-longread-nutrient__cols {
        flex-direction: column;
    }

    .b-longread-nutrient__col {
        width: 100%;
    }

    .b-longread-nutrient__col--img {
        order: 1;
        display: flex;
        justify-content: center;
    }

    .b-longread-nutrient__col--txt {
        order: 2;
        padding: 6em 3em 0;
    }

    .b-longread-nutrient__txt {
        position: static;
    }

    .b-longread-nutrient__img {
        position: static;
        max-width: 100%;
    }
}

@media (max-width: 375px) {
    .b-longread-nutrient__txt {
        font-size: 2.6em;
    }
}

/* Footer */
.b-longread-footer {
    padding: 10em 0 13em;
}

.b-longread-footer__brand-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}