html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    box-sizing: border-box;
    font: inherit;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1
}

@media screen and (min-width: 768px) {
    html {
        font-size: 16px
    }
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.hide {
    display: none
}

.menu-open {
    overflow: hidden
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/open-sans-v17-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin_latin-ext-regular.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/open-sans-v17-latin_latin-ext-italic.woff2") format("woff2"), url("../fonts/open-sans-v17-latin_latin-ext-italic.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/open-sans-v17-latin_latin-ext-600.woff2") format("woff2"), url("../fonts/open-sans-v17-latin_latin-ext-600.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/open-sans-v17-latin_latin-ext-600italic.woff2") format("woff2"), url("../fonts/open-sans-v17-latin_latin-ext-600italic.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/open-sans-v17-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/open-sans-v17-latin_latin-ext-700.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/open-sans-v17-latin_latin-ext-700italic.woff2") format("woff2"), url("../fonts/open-sans-v17-latin_latin-ext-700italic.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/open-sans-v17-latin_latin-ext-800.woff2") format("woff2"), url("../fonts/open-sans-v17-latin_latin-ext-800.woff") format("woff")
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 768px) {
    .row {
        width: 768px
    }
}

@media screen and (min-width: 1024px) {
    .row {
        width: 1024px
    }
}

@media screen and (min-width: 1280px) {
    .row {
        width: 1280px
    }
}

@media screen and (min-width: 768px) {
    .row--half-width {
        width: 50%
    }
}

.row--full-width {
    width: 100%
}

.row--centered {
    justify-content: center
}

.algolia-autocomplete {
    height: 100%;
    width: 100%
}

.archive__title {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 17px
}

@media screen and (min-width: 480px) {
    .archive__title {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

.archive__description {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 60px
}

@media screen and (min-width: 480px) {
    .archive__description {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

.author-page__header {
    display: flex;
    flex-direction: row;
    margin: 0 15px 50px
}

.author-page__image-container {
    flex-basis: 60px;
    flex-shrink: 0;
    margin-right: 10px
}

@media screen and (min-width: 480px) {
    .author-page__image-container {
        flex-basis: 100px;
        margin-right: 20px
    }
}

.author-page__image {
    border-radius: 100%;
    height: auto;
    width: 100%
}

.author-page__details {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

@media screen and (min-width: 480px) {
    .author-page__details {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

.author-page__title {
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: .2em
}

@media screen and (min-width: 480px) {
    .author-page__title {
        font-size: 2.5rem
    }
}

.author-page__post-count {
    line-height: 23px;
    margin-bottom: .5em
}

.author-page__description {
    color: #222;
    font-size: 1rem;
    line-height: 1.5
}

.author-page__social-link {
    display: inline-block;
    height: 23px;
    margin-bottom: 8px;
    margin-right: 5px;
    width: 23px
}

.author-page__social-link svg {
    height: auto;
    width: 100%
}

.category-highlights {
    margin-bottom: 3em;
    max-width: 100%;
    position: relative;
    width: 100%
}

@media screen and (min-width: 768px) {
    .category-highlights {
        border-bottom: 0;
        margin: 0 0 24px
    }
}

.category-highlights::after {
    background-color: #ddd;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 10px;
    position: absolute;
    right: 10px
}

@media (min-width: 480px) {
    .category-highlights::after {
        left: 15px;
        right: 15px
    }
}

@media screen and (min-width: 768px) {
    .category-highlights::after {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .category-highlights--border-on-large::after {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .category-highlights--extra-spacious {
        padding-bottom: 10px
    }
}

.category-highlights__title {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1em
}

@media screen and (min-width: 480px) {
    .category-highlights__title {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 768px) {
    .category-highlights__title {
        margin-bottom: 24px
    }
}

.category-highlights__more-link {
    border-bottom: 1px solid #222;
    color: #222;
    display: block;
    font-size: .875rem;
    font-weight: 600;
    line-height: 24px;
    margin: 0 10px 0 auto;
    text-decoration: none;
    z-index: 1
}

@media (min-width: 480px) {
    .category-highlights__more-link {
        margin: 0 15px 0 auto
    }
}

@media (min-width: 768px) {
    .category-highlights__more-link--center {
        margin: 0 auto
    }
}

.comments {
    margin-top: 30px;
    min-height: 50vh;
    width: 100%
}

@media screen and (min-width: 768px) {
    .comments {
        margin-top: 50px
    }
}

.footer {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px
}

@media screen and (min-width: 480px) {
    .footer {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

@media (min-width: 768px) {
    .footer {
        flex-direction: row
    }
}

.footer__newsletter {
    display: none
}

.footer__menu {
    width: 100%
}

@media (min-width: 1024px) {
    .footer__menu {
        margin-left: 0;
        margin-right: 0;
        width: 80%
    }
}

@media screen and (min-width: 1024px) and (min-width: 480px) {
    .footer__menu {
        margin-left: 0;
        margin-right: 0;
        width: 80%
    }
}

@media (min-width: 1024px) {
    .footer__socials {
        margin-left: 0;
        margin-right: 0;
        width: 20%
    }
}

@media screen and (min-width: 1024px) and (min-width: 480px) {
    .footer__socials {
        margin-left: 0;
        margin-right: 0;
        width: 20%
    }
}

.footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 20px
}

@media (max-width: 768px) {
    .footer-menu {
        flex-direction: column
    }
}

.footer-menu__item--stack-depth-0 {
    margin-bottom: 50px
}

.footer-menu__item--2-columns {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px)
}

@media screen and (min-width: 480px) {
    .footer-menu__item--2-columns {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }
}

.footer-menu__item--3-columns {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px)
}

@media screen and (min-width: 480px) {
    .footer-menu__item--3-columns {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }
}

@media (min-width: 768px) {
    .footer-menu__item--3-columns {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.33333% - 20px)
    }
}

@media screen and (min-width: 768px) and (min-width: 480px) {
    .footer-menu__item--3-columns {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(33.33333% - 30px)
    }
}

.footer-menu__item--4-columns {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(25% - 20px)
}

@media screen and (min-width: 480px) {
    .footer-menu__item--4-columns {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(25% - 30px)
    }
}

.footer-menu__item--5-columns {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(20% - 20px)
}

@media screen and (min-width: 480px) {
    .footer-menu__item--5-columns {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(20% - 30px)
    }
}

.footer-menu__item--6-columns {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(16.66667% - 20px)
}

@media screen and (min-width: 480px) {
    .footer-menu__item--6-columns {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(16.66667% - 30px)
    }
}

@media (max-width: 768px) {
    .footer-menu__item {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

.footer-menu__link {
    color: #222;
    font-size: .875rem;
    line-height: 3;
    text-decoration: none
}

.footer-menu__link--has-sub-items {
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px
}

.footer-social-links {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 20px
}

@media screen and (min-width: 480px) {
    .footer-social-links {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media (min-width: 768px) {
    .footer-social-links {
        flex-direction: column;
        padding: 0
    }
}

.footer-social-links__title {
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
    width: 100%
}

.footer-social-links__link {
    align-items: center;
    color: #222;
    display: flex;
    flex-basis: 50%;
    flex-direction: row;
    font-size: .875rem;
    line-height: 3;
    margin: 4px 0;
    text-decoration: none
}

@media (min-width: 480px) {
    .footer-social-links__link {
        flex-basis: 25%
    }
}

.footer-social-links__icon {
    height: 20px;
    margin-right: 1em;
    width: 20px
}

.hamburger {
    margin-left: 10px;
    z-index: 2;
    width: 25px;
    height: 30px;
    display: block;
    position: relative;
    margin-right: 30px;
}

.hamburger__inner {
    position: absolute;
    display: block;
    right: 0;
    top: calc(50% - 3px);
    width: 15px;
    height: 3px;
    background-color: #222;
    transition: width 0.2s ease
}

.hamburger__inner:before,
.hamburger__inner:after {
    position: absolute;
    content: '';
    display: block;
    background-color: #222;
    right: 0;
    height: 3px;
    transition: width 0.2s ease, transform 0.2s ease
}

.hamburger__inner:before {
    top: 8px;
    width: 20px
}

.hamburger__inner:after {
    bottom: 8px;
    width: 25px
}

.hamburger--open .hamburger__inner {
    width: 0
}

.hamburger--open .hamburger__inner:before,
.hamburger--open .hamburger__inner:after {
    width: 22px
}

.hamburger--open .hamburger__inner:before {
    transform: translate3d(0, -8px, 0) rotate(45deg)
}

.hamburger--open .hamburger__inner:after {
    transform: translate3d(0, 8px, 0) rotate(-45deg)
}

@media screen and (min-width: 1024px) {
    .hamburger {
        display: none
    }
}

.main-menu {
    background: #fff;
    box-shadow: 0 0 10vw 0 rgba(34, 34, 34, 0.6);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    padding-top: 40px;
    position: fixed;
    right: -100vw;
    top: 0;
    transition: right .3s;
    width: 90vw
}

@media screen and (min-width: 1024px) {
    .main-menu {
        box-shadow: none;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        height: auto;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        width: 100%
    }
}

.main-menu--open {
    right: 0
}

.main-menu__item {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .main-menu__item {
        position: relative;
        width: auto;
        margin: 0 5px
    }
}

.main-menu__item--is-home-link-container {
    margin-top: auto;
    padding: 18px 38px
}

@media screen and (min-width: 1024px) {
    .main-menu__item--is-home-link-container {
        margin-top: auto;
        padding: 18px 0 18px 18px
    }
}

.main-menu__item--is-search-link-container {
    margin-top: auto;
    padding: 18px 38px
}

@media screen and (min-width: 1024px) {
    .main-menu__item--is-search-link-container {
        margin-left: auto;
        margin-top: auto;
        padding-right: 0
    }
}

@media screen and (min-width: 1024px) {
    .main-menu__item--has-sub-items:hover .main-menu__sub-menu {
        display: block;
        right: auto
    }
}

@media screen and (min-width: 1024px) {
    .main-menu__item--submenu-title {
        display: none
    }
}

.main-menu__link {
    color: #222;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 30px;
    padding: 0 38px;
    text-decoration: none;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .main-menu__link {
        font-size: 1rem;
        line-height: 1.5;
        padding: 0
    }
}

.main-menu__link:not(.main-menu__link--is-sub-item) {
    font-size: 1.5rem;
    padding: 18px 38px
}

@media screen and (min-width: 1024px) {
    .main-menu__link:not(.main-menu__link--is-sub-item) {
        display: flex;
        font-size: .875rem;
        font-weight: 600;
        height: 100%;
        height: 80px;
        padding: 0;
        align-items: center
    }
}

@media screen and (min-width: 1024px) {
    .main-menu__link--is-sub-item {
        border-radius: 3px;
        padding: 0 4px
    }

    .main-menu__link--is-sub-item:hover {
        background: #ddd
    }
}

.main-menu__link--mobile-only {
    position: relative;
    margin-bottom: 18px
}

.main-menu__link--mobile-only:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #222;
    position: absolute;
    bottom: 0
}

.main-menu__sub-menu {
    background: #fff;
    flex-direction: column;
    height: 100vh;
    padding-top: 54px;
    position: fixed;
    right: -90vw;
    top: 0;
    transition: right .3s;
    width: 90vw
}

@media screen and (min-width: 1024px) {
    .main-menu__sub-menu {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 20px 30px 0 rgba(34, 34, 34, 0.2);
        column-count: 2;
        display: none;
        height: auto;
        padding: 31px 40px 22px;
        position: absolute;
        right: auto;
        top: 54px;
        width: 400px;
        z-index: 1
    }
}

.main-menu__sub-menu--open {
    right: 0
}

.main-menu__back {
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    left: 38px;
    padding: 0 2px;
    position: absolute;
    top: 15px;
    transform: rotate(180deg);
    cursor: pointer
}

@media (min-width: 480px) {
    .main-menu__back {
        top: 28px
    }
}

@media (min-width: 1024px) {
    .main-menu__back {
        display: none
    }
}

.main-menu__next-mobile-menu {
    float: right
}

@media screen and (min-width: 1024px) {
    .main-menu__next-mobile-menu {
        display: none
    }
}

.main-menu__next-desktop-menu {
    display: none;
    transition: opacity .3s
}

@media screen and (min-width: 1024px) {
    .main-menu__next-desktop-menu {
        display: inline;
        margin-left: 6px;
        opacity: .1;
        position: relative;
        top: 2px
    }
}

.main-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition-duration: .3s;
    transition-property: all
}

@media screen and (min-width: 480px) {
    .main-nav {
        display: block
    }
}

.main-nav--hide {
    opacity: 0;
    width: 0 !important;
    flex: 0 !important
}

.main-nav__home-link {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #222;
    display: none;
    font-size: .875rem;
    font-weight: 600;
    height: 42px;
    line-height: 19px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .main-nav__home-link {
        display: inline-block
    }
}

.page {
    padding: 75px 0
}

@media screen and (min-width: 768px) {
    .page {
        padding: 160px 0 80px
    }
}

.pagination {
    margin-left: 15px;
    margin-right: 15px
}

.pagination .page-numbers {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #252525;
    display: inline-block;
    font-weight: 600;
    padding: 5px 8px;
    text-decoration: none
}

.pagination .page-numbers.current {
    background: #eee
}

.pagination .page-numbers:hover {
    background: #eee
}

.progress-bar {
    background: #fec841;
    height: 5px;
    position: fixed;
    top: 80px;
    transition: width .25s;
    z-index: 99
}

.post-author {
    display: flex;
    flex-direction: row;
    text-decoration: none
}

.post-author__image {
    border-radius: 100%;
    margin-right: 10px
}

.post-author__written-by {
    color: #222;
    font-size: .875rem;
    line-height: 1.5
}

.post-author__author-name {
    color: #222;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5
}

.post-sidebar__author {
    margin-bottom: 20px
}

.post-sidebar__tags {
    margin-bottom: 20px
}

.post-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.post-tags__tag {
    display: inline-block
}

.post-tags__link {
    background-color: #ddd;
    border-radius: 3px;
    color: #222;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 7px 14px;
    text-decoration: none
}

.post-thumb {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    color: inherit;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    text-decoration: none
}

@media screen and (min-width: 480px) {
    .post-thumb {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 480px) {
    .post-thumb {
        margin-left: 0;
        margin-right: 0;
        width: 50%;
        flex-direction: column
    }
}

@media screen and (min-width: 480px) and (min-width: 480px) {
    .post-thumb {
        margin-left: 0;
        margin-right: 0;
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .post-thumb {
        margin-left: 0;
        margin-right: 0;
        width: 25%;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 768px) and (min-width: 480px) {
    .post-thumb {
        margin-left: 0;
        margin-right: 0;
        width: 25%
    }
}

@media screen and (min-width: 480px) {
    .post-thumb--fill-2-columns {
        margin-left: 0;
        margin-right: 0;
        width: 50%;
        flex-direction: column
    }
}

@media screen and (min-width: 480px) and (min-width: 480px) {
    .post-thumb--fill-2-columns {
        margin-left: 0;
        margin-right: 0;
        width: 50%
    }
}

@media screen and (min-width: 480px) {
    .post-thumb--fill-3-columns {
        margin-left: 0;
        margin-right: 0;
        width: 33%
    }
}

@media screen and (min-width: 480px) and (min-width: 480px) {
    .post-thumb--fill-3-columns {
        margin-left: 0;
        margin-right: 0;
        width: 33%
    }
}

@media screen and (min-width: 1024px) {
    .post-thumb--fill-3-columns {
        flex-direction: row
    }
}

.post-thumb--big {
    flex-direction: column;
    margin-bottom: -345px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    width: 100%
}

@media screen and (min-width: 768px) {
    .post-thumb--big {
        flex-direction: row;
        height: 384px;
        margin-bottom: 40px;
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .post-thumb--big {
        height: 512px
    }
}

@media screen and (min-width: 1280px) {
    .post-thumb--big {
        height: 640px
    }
}

.post-thumb__image {
    background-position: center center;
    background-size: cover;
    background-color: #f7f7f7;
    object-fit: cover;
    border-radius: 4px;
    flex: 0 0 100px;
    height: 100px;
    margin-right: 18px;
    width: 100px
}

@media screen and (min-width: 480px) {
    .post-thumb__image {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
        height: 200px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 480px) and (min-width: 480px) {
    .post-thumb__image {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 768px) {
    .post-thumb__image {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
        flex: 0 0 172px;
        height: 172px;
        margin-bottom: 16px
    }
}

@media screen and (min-width: 768px) and (min-width: 480px) {
    .post-thumb__image {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 1024px) {
    .post-thumb__image {
        flex: 0 0 236px;
        height: 236px
    }
}

@media screen and (min-width: 1280px) {
    .post-thumb__image {
        flex: 0 0 300px;
        height: 300px
    }
}

@media screen and (min-width: 480px) {
    .post-thumb__image--fill-3-columns {
        flex: 0 0 100px;
        height: 100%;
        width: 100px
    }
}

.post-thumb__image--big {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    border-radius: 10px;
    flex: 0 0 365px;
    height: 365px;
    margin-bottom: 0
}

@media screen and (min-width: 480px) {
    .post-thumb__image--big {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 768px) {
    .post-thumb__image--big {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px);
        flex: 0 0 calc(50% - 30px);
        height: 100%
    }
}

@media screen and (min-width: 768px) and (min-width: 480px) {
    .post-thumb__image--big {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }
}

@media screen and (min-width: 480px) {
    .post-thumb__body {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px)
    }
}

@media screen and (min-width: 480px) and (min-width: 480px) {
    .post-thumb__body {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

.post-thumb__body--big {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    position: relative;
    top: -365px
}

@media screen and (min-width: 480px) {
    .post-thumb__body--big {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 480px) {
    .post-thumb__body--big {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px)
    }
}

@media screen and (min-width: 480px) and (min-width: 480px) {
    .post-thumb__body--big {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 768px) {
    .post-thumb__body--big {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px);
        border-bottom: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        top: 0
    }
}

@media screen and (min-width: 768px) and (min-width: 480px) {
    .post-thumb__body--big {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }
}

@media screen and (min-width: 1024px) {
    .post-thumb__body--big {
        margin-left: 50px;
        margin-right: 15px;
        width: calc(50% - 15px - 50px)
    }
}

.post-thumb__read-more {
    display: none
}

@media screen and (min-width: 768px) {
    .post-thumb__read-more {
        color: #222;
        display: inline-block;
        font-size: .875rem;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 2.5em
    }
}

.post {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .post {
        margin-bottom: 160px
    }
}

.post__category {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    color: #222;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-bottom: 5px;
    text-transform: uppercase
}

@media screen and (min-width: 480px) {
    .post__category {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media (min-width: 1024px) {
    .post__category {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px)
    }
}

@media screen and (min-width: 1024px) and (min-width: 480px) {
    .post__category {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }
}

.post__title {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 25px
}

@media screen and (min-width: 480px) {
    .post__title {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media (min-width: 768px) {
    .post__title {
        font-size: 3rem;
        margin-bottom: 42px
    }
}

@media (min-width: 1024px) {
    .post__title {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px)
    }
}

@media screen and (min-width: 1024px) and (min-width: 480px) {
    .post__title {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }
}

.post__promo-image {
    margin-bottom: 30px;
    width: 100%
}

@media (min-width: 768px) {
    .post__promo-image {
        margin-bottom: 64px
    }
}

.post__promo-image-source {
    height: 50vh;
    object-fit: cover;
    width: 100%
}

@media (max-width: 768px) {
    .post__promo-image-source {
        min-height: 200px;
        height: auto
    }
}

.post__main-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.post__socials {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    flex: 1 1 100%;
    will-change: min-height
}

@media screen and (min-width: 480px) {
    .post__socials {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 768px) {
    .post__socials {
        flex: 0 0 auto;
        order: 3
    }
}

@media screen and (min-width: 1024px) {
    .post__socials {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(25% - 20px);
        order: 1
    }
}

@media screen and (min-width: 1024px) and (min-width: 480px) {
    .post__socials {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(25% - 30px)
    }
}

.post__body {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

@media screen and (min-width: 480px) {
    .post__body {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

.post__body::first-letter {
    float: left;
    font-size: 64px;
    font-style: italic;
    font-weight: 800;
    line-height: 64px;
    margin-right: 8px
}

@media screen and (min-width: 768px) {
    .post__body {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(75% - 20px);
        order: 1;
        padding-right: 30px
    }
}

@media screen and (min-width: 768px) and (min-width: 480px) {
    .post__body {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(75% - 30px)
    }
}

@media screen and (min-width: 1024px) {
    .post__body {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px);
        order: 2
    }
}

@media screen and (min-width: 1024px) and (min-width: 480px) {
    .post__body {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }
}

.post__meta {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    flex: 1 1 100%
}

@media screen and (min-width: 480px) {
    .post__meta {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 768px) {
    .post__meta {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(25% - 20px);
        flex: 0 0 auto;
        order: 2
    }
}

@media screen and (min-width: 768px) and (min-width: 480px) {
    .post__meta {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(25% - 30px)
    }
}

.post__author {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

@media screen and (min-width: 480px) {
    .post__author {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media (min-width: 1024px) {
    .post__author {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px)
    }
}

@media screen and (min-width: 1024px) and (min-width: 480px) {
    .post__author {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }
}

.post__comments {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-top: 30px
}

@media screen and (min-width: 480px) {
    .post__comments {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media (min-width: 1024px) {
    .post__comments {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px)
    }
}

@media screen and (min-width: 1024px) and (min-width: 480px) {
    .post__comments {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }
}

.post__sticky-sidebar {
    transform: translate3d(0, 0, 0);
    will-change: position, transform
}

.recommended-posts__block-title {
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px
}

.recommended-posts__recommendation {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .recommended-posts__recommendation {
        flex-direction: column
    }
}

@media (min-width: 1024px) {
    .recommended-posts__recommendation {
        flex-direction: row
    }
}

.recommended-posts__recommendation-image {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    height: 100px;
    margin-right: 10px;
    width: 100px
}

@media (min-width: 768px) {
    .recommended-posts__recommendation-image {
        height: 160px;
        margin-bottom: .5em;
        width: 160px
    }
}

@media (min-width: 1024px) {
    .recommended-posts__recommendation-image {
        height: 100px;
        width: 100px
    }
}

.recommended-posts__recommendation-link {
    color: #222;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none
}

@media (min-width: 768px) {
    .recommended-posts__recommendation-link {
        font-size: .875rem
    }
}

.recommended-posts__recommendation-subtext {
    display: none
}

.secondary-nav {
    display: flex;
    flex-direction: row;
    margin-left: auto
}

.secondary-nav__link {
    color: #222;
    display: flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 30px;
    margin: 18px 0 18px 18px;
    text-decoration: none
}

.secondary-nav__link--is-search-link {
    padding-top: 6px
}

.secondary-nav__link--is-home-link {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: none;
    padding: 4px 10px;
    text-align: center
}

@media screen and (min-width: 480px) {
    .secondary-nav__link--is-home-link {
        display: block
    }
}

.search__container {
    display: none;
    flex-grow: 1;
    height: 100%;
    padding: 8px 0;
    z-index: 1
}

.search__container--visible {
    display: block
}

@media screen and (min-width: 480px) {
    .search__container {
        padding: 18px 0
    }
}

.search__input {
    border: 0;
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    height: 100%;
    line-height: 1.5;
    outline: none;
    width: 100%
}

.search__placeholder {
    color: #999;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    left: 1px;
    position: absolute;
    top: 13px;
    z-index: 1
}

.search__wrapper {
    border-bottom: 1px solid rgba(34, 34, 34, 0);
    height: 100%;
    opacity: 0;
    padding-bottom: 1px;
    position: relative;
    transition: border-bottom .3s .15s, opacity .3s;
    width: 100%
}

.search__wrapper--showing {
    border-bottom-color: #222;
    display: inline-block;
    opacity: 1
}

.search__input-container {
    height: 100%;
    width: 100%
}

.search-results {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    padding: 15px 25px;
    width: 100%
}

.search-results__header {
    color: #999;
    font-family: "Open Sans", sans-serif;
    font-size: .75rem;
    letter-spacing: -.05em;
    line-height: 2
}

.search-results__item {
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 2
}

.search-results__item--active {
    cursor: pointer;
    font-weight: 700
}

@media screen and (min-width: 480px) {
    .search-results__item {
        font-size: .875rem
    }
}

.search-results__category-description {
    color: #2e9fff;
    font-family: "Open Sans", sans-serif;
    font-size: .75rem
}

.search-results__list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 13px;
    padding-bottom: 15px
}

.search-results__list:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.search-results--is-empty {
    display: none
}

.site-header {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

@media screen and (min-width: 480px) {
    .site-header {
        box-shadow: none
    }
}

.site-header__wrapper {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 50px;
    justify-content: space-between
}

@media screen and (min-width: 480px) {
    .site-header__wrapper {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 480px) {
    .site-header__wrapper {
        height: 80px;
        justify-content: start
    }
}

.site-header__name {
    color: #222;
    transition: all .3s;
    width: 0
}

.site-header__name--is-out-of-the-way-for-searchbar {
    opacity: 0;
    width: 0
}

@media screen and (min-width: 480px) {
    .site-header__name--is-out-of-the-way-for-searchbar {
        opacity: 1;
        width: auto
    }
}

@media screen and (min-width: 480px) {
    .site-header__name {
        margin-right: 24px;
        width: auto
    }
}

.site-header__blog-indicator {
    background: #222;
    border-radius: 2px;
    color: #fff;
    padding: 2px
}

@media screen and (max-width: 1280px) {
    .site-header>.row {
        width: 100%
    }
}

.social-share-buttons {
    margin-bottom: 2em
}

.social-share-buttons__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1em
}

@media screen and (min-width: 1024px) {
    .social-share-buttons__title {
        text-align: center
    }
}

.social-share-buttons__item {
    display: inline-block;
    margin-right: .5em;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .social-share-buttons__item {
        display: block;
        margin-bottom: 20px;
        margin-right: 0
    }
}

.social-share-buttons__link {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    transition: opacity .1s;
    width: 35px
}

.social-share-buttons__link:hover {
    opacity: .8
}

.social-share-buttons__link:active {
    opacity: 1
}

.the-content__paragraph {
    color: #222;
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 24px
}

.the-content__paragraph:first-of-type {
    font-style: italic
}

.the-content__list-item {
    color: #222;
    font-size: 1.125rem;
    line-height: 2;
    list-style-type: disc;
    margin-bottom: 24px
}

.the-content__ordered-list {
    padding-left: 25px
}

.the-content__unordered-list {
    padding-left: 25px
}

.the-content__bold-text {
    font-weight: 600
}

.the-content__italic-text {
    font-style: italic
}

.the-content__subtitle {
    color: #222;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 24px
}

.the-content__subtitle--small {
    font-size: 1.25rem;
    line-height: 30px
}

.the-content__subtitle--smaller {
    font-size: 1.125rem;
    line-height: 26px
}

.the-content__image {
    background: #f7f7f7;
    max-width: 100%
}

.the-content__link {
    color: #2e9fff
}

.the-content__wrapper>.the-content__link {
    display: inline-block;
    border-radius: 28px;
    line-height: 1.8;
    font-size: 18px;
    padding: 12px 24px;
    margin-bottom: 24px;
    background-color: #222;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease
}

.the-content__wrapper>.the-content__link:hover {
    background-color: #999
}

.the-content__figure {
    margin: 2em 0;
    text-align: center
}

@media (max-width: 768px) {
    .the-content__figure iframe {
        width: 100%
    }
}

.the-content__figcaption {
    color: #222;
    font-size: .75rem;
    margin: 1em 0
}

.the-excerpt__paragraph {
    color: #222;
    font-size: .875rem;
    line-height: 2;
    margin-bottom: 17px
}

@media (min-width: 1024px) {
    .the-excerpt__paragraph {
        font-size: 1rem
    }
}

.thumb-text__title-wrapper--big {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 365px;
    justify-content: flex-end;
    margin-bottom: 12px;
    padding: 26px
}

@media screen and (min-width: 768px) {
    .thumb-text__title-wrapper--big {
        background: none;
        height: auto;
        margin-bottom: 0;
        padding: 0
    }
}

.thumb-text__title {
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 24px
}

@media screen and (min-width: 768px) {
    .thumb-text__title {
        margin-bottom: 8px
    }
}

.thumb-text__title--big {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25
}

@media screen and (min-width: 768px) {
    .thumb-text__title--big {
        color: #222
    }
}

@media screen and (min-width: 1024px) {
    .thumb-text__title--big {
        font-size: 1.875rem
    }
}

@media screen and (min-width: 1280px) {
    .thumb-text__title--big {
        font-size: 2.5rem
    }
}

.thumb-text__category {
    color: #222;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.5;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .thumb-text__category {
        margin-bottom: .5em
    }
}

.thumb-text__category--big {
    color: #fff;
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    .thumb-text__category--big {
        color: #222;
        font-size: .625rem
    }
}

.thumb-text__excerpt-wrapper {
    display: none
}

@media screen and (min-width: 768px) {
    .thumb-text__excerpt-wrapper {
        display: inline
    }
}

.thumb-text__details {
    color: #999;
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    line-height: 1.5
}

.thumb-text__reading-time {
    font-weight: 600
}