/* Variables */

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('../fonts/roboto-v48-latin-ext-300.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('../fonts/roboto-v48-latin-300.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('../fonts/roboto-v48-latin-ext-regular.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('../fonts/roboto-v48-latin-regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('../fonts/roboto-v48-latin-ext-700.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('../fonts/roboto-v48-latin-700.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('../fonts/roboto-slab-v35-latin-ext-regular.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('../fonts/roboto-slab-v35-latin-regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('../fonts/roboto-slab-v35-latin-ext-700.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('../fonts/roboto-slab-v35-latin-700.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* icons */
@font-face {
    font-family: HSPFont;
    src: url('/fonts/HSPFont.eot');
    src: url('/fonts/HSPFont.eot?#iefix') format("eot"), url('/fonts/HSPFont.woff2') format("woff2"), url('/fonts/HSPFont.woff') format("woff"), url('/fonts/HSPFont.ttf') format("truetype"), url('/fonts/HSPFont.svg#HSPFont') format("svg")
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body,
html {
    height: 100%;
}

body {
    min-width: 320px;
    background-color: #e8e8e8;
    padding: 0;
    margin: 0;
}

.main-container {
    background-color: #F7FAFC;
    position: relative;
    padding: 0;
    max-width: 1080px;
    margin: 0 auto;
    z-index: 99999;
}

.padding-content {
    padding: 0;
}

#cookiePolicy {
    z-index: 9999999;
}

.client-more-button {
    background-color: #1B365D;
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0 23px;
    min-width: 232px;
    display: inline-block;
    text-decoration: none;
    height: 46px;
    line-height: 46px;
    background-image: url('../images/more-btn-arrow.svg');
    background-repeat: no-repeat;
    background-position: 192px center;
    text-align: left;
}

.client-more-button:hover {
    text-decoration: underline;
}

#crosspromo-container {
    background-color: #F7FAFC;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    position: relative;
    z-index: 999999;
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 980px) {
    #crosspromo-container {
        display: none;
    }
}

#crosspromo-container ul {
    list-style-type: none;
    margin: 0;
    margin-right: 21%;
}

#crosspromo-container ul li {
    display: inline-block;
    margin-right: 28px;
}

#crosspromo-container ul li:nth-last-of-type() {
    margin-right: 0;
}

#crosspromo-container ul li a {
    color: #8f8f8f;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

#crosspromo-container ul li a:hover {
    color: #1B365D;
}

#crosspromo-container ul li a:hover:before {
    top: -13px;
    width: 100%;
    height: 3px;
    background-color: #1B365D;
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
}

#crosspromo-container ul li.active a {
    color: #1B365D;
}

#crosspromo-container ul li.active a:before {
    top: -13px;
    width: 100%;
    height: 3px;
    background-color: #1B365D;
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
}

.branding-wrapper {
    background-color: #F7FAFC !important;
}

div.outer {
    width: 1080px;
}

div.outer_1 {
    width: 100%;
    text-align: center;
}

#leaderboard_wrapper {
    left: -50px !important;
    background: white;
    padding: 10px 0 0 0;
}

div#leaderboard_wrapper_foot {
    margin: 0;
}

@media (max-width: 670px) {
    div.outer_1 div.containerFull {
        margin: 0 auto;
        width: auto;
        padding: 0;
        text-align: left;
    }
}

.cc-banner.cc-bottom {
    z-index: 999999999;
}

/* Main structure */
header {
    background-color: #F7FAFC;
    padding: 18px 0 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

header .container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    max-width: 1020px;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    header {
        justify-content: flex-start;
        padding: 10px 16px 14px;
        flex-flow: wrap;
    }
}

@media only screen and (max-width: 680px) {
    header {
        justify-content: space-between;
    }
}

header .logo {
    flex: 1 0 142px;
    max-width: 142px;
}

@media only screen and (max-width: 980px) {
    header .logo {
        margin-right: auto;
    }
}

header .logo a {
    display: inline-block;
    width: 142px;
    height: 44px;
    background-image: url('../images/logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;
    text-decoration: none;
}

header .logo a:hover {
    opacity: 0.7;
}

header .logo a h1 {
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

header.gallery-header .logo a h1 {
    font-size: 24px;
}

header .search {
    display: inline-block;
    margin-top: 12px;
}

@media only screen and (max-width: 980px) {
    header .search {
        margin-right: 36px;
        width: 22px;
        height: 22px;
        order: 2;
    }
}

header .search span {
    color: transparent;
    text-indent: -9999px;
    background-image: url('../images/search.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width: 980px) {
    header .search span {
        background-image: url('../images/search-mobile.svg');
        height: 22px;
        width: 22px;
    }
}

header .search .topics {
    display: none;
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 16px;
}

header .search .topics:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 680px) {
    header .search .topics {
        display: inline-block;
    }
}

header .search-field {
    width: 100%;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.95);
    min-height: 100vh;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999999;
}

@media only screen and (max-width: 980px) {
    header .search-field {
        background-color: #1B365D;
    }
}

header .search-field .search-input {
    margin: 3em auto;
    display: flex;
    width: 75%;
    padding-bottom: 5px;
    border-bottom: 2px solid #00acf2;
}

@media only screen and (max-width: 680px) {
    header .search-field .search-input {
        width: 100%;
    }
}

header .search-field .search-input-field {
    color: #F7FAFC;
    background-color: transparent;
    font-size: 40px;
    line-height: 40px;
    font-style: italic;
    border: none;
    width: 100%;
}

@media only screen and (max-width: 980px) {
    header .search-field .search-input-field {
        font-size: 18px;
        line-height: 24px;
    }
}

header .search-field .search-input-field::placeholder {
    color: #878787;
}

header .search-field .search-icon {
    color: transparent;
    text-indent: -9999px;
    background-image: url('../images/search-icon-desktop.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: 4px;
    cursor: pointer;
}

@media only screen and (max-width: 980px) {
    header .search-field .search-icon {
        height: 20px;
        width: 20px;
        background-image: url('../images/search-icon-header.png');
    }
}

header .search-field .search-icon:hover {
    opacity: 0.8;
}

header .search-field .header-title {
    font-size: 17px;
    font-weight: 700;
    color: #F7FAFC;
    text-transform: uppercase;
    text-decoration: none;
}

header .search-field .search-themes {
    display: flex;
    flex-direction: column;
}

header .search-field .search-themes li {
    padding: 12px 0;
}

header .search-field .search-title::before {
    content: '';
    display: inline-block;
    background-image: url('../images/close-search-desktop.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

@media only screen and (max-width: 980px) {
    header .search-field .search-title::before {
        height: 15px;
        width: 15px;
        background-image: url('../images/nav-menu-close.png');
    }
}

header .social-icons {
    max-width: 140px;
    flex: 1 0 68px;
    margin-top: 6px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 980px) {
    header .social-icons {
        display: none;
    }
}

header .social-icons a {
    margin-right: 10px;
    display: inline-block;
    width: 27px;
    flex: 1 0 27px;
    max-width: 27px;
}

header .social-icons a:last-child {
    margin-right: 0;
}

header .social-icons a img {
    vertical-align: middle;
    width: 27px;
    height: auto;
}

header .social-icons a:hover {
    opacity: 0.75;
}

header nav {
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 980px) {
    header nav {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2px;
        order: 3;
        width: 47px;
    }
}

header nav ul {
    margin: 5px 0 0;
}

@media only screen and (max-width: 980px) {
    header nav ul {
        padding: 0 8px;
        margin: 0 auto 0;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        width: 47px;
        overflow: hidden;
    }
}

header nav ul li {
    display: inline-block;
    margin-right: 28px;
    font-size: 16px;
    line-height: 28px;
    color: #1B365D;
    padding-bottom: 16px;
    position: relative;
}

header nav ul li::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    z-index: 999;
}

header nav ul li.active::after {
    background-color: #1B365D;
}

header nav ul li:hover::after {
    background-color: #1B365D;
}

@media only screen and (max-width: 1100px) {
    header nav ul li:nth-child(7),
    header nav ul li:nth-child(8) {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    header nav ul li {
        display: none;
    }

    header nav ul li:nth-child(6) {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    header nav ul li {
        margin-right: auto;
    }
}

@media only screen and (max-width: 830px) {
    header nav ul li:nth-child(5) {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    header nav ul li:nth-child(4) {
        display: none;
    }
}

header nav ul li:last-child {
    margin-right: 0;
}

header nav ul li.mobile-only {
    display: none;
}

@media only screen and (max-width: 980px) {
    header nav ul li.mobile-only {
        display: inline-block;
        height: 44px;
    }
}

header nav ul li.mobile-only a {
    position: relative;
    padding-right: 0;
    font-size: 8px;
    padding-right: 0;
    color: transparent;
    text-indent: -9999px;
}

@media only screen and (max-width: 980px) {
    header nav ul li.mobile-only a {
        display: inline-block;
    }
}

header nav ul li.mobile-only a::after {
    content: '';
    background-image: url('../images/menu-icon.svg');
    background-repeat: no-repeat;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 14px;
    position: absolute;
    right: 0;
    top: -3px;
}

@media only screen and (max-width: 980px) {
    header nav ul li.mobile-only a::after {
        width: 36px;
        height: 27px;
        background-image: url('../images/mobile-menu.svg');
        background-repeat: no-repeat;
        background-size: cover;
        left: 0;
    }
}

header nav ul li a {
    color: #1B365D;
    text-decoration: none;
}

header nav ul li a:hover {
    text-decoration: none;
}

.mobile-menu {
    width: 100%;
    height: 100vh;
    background-color: #F7FAFC;
    color: #1B365D;
    padding: 10px 16px 14px;
    min-width: 320px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.mobile-menu .top-nav-menu-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 14px;
    margin-bottom: 40px;
}

.mobile-menu .top-nav-menu-container .logo {
    max-width: 142px;
    height: 44px;
    flex: 1 0 37%;
}

.mobile-menu .top-nav-menu-container .logo a {
    width: 142px;
    height: 44px;
}

.mobile-menu .top-nav-menu-container .close {
    max-width: 37px;
    flex: 1 0 37px;
    align-self: center;
    font-size: 0;
}

.mobile-menu .top-nav-menu-container .close a img {
    width: 32px;
    height: 32px;
}

.mobile-menu .top-nav-menu-container .close a:hover img {
    opacity: 0.7;
}

.mobile-menu .menu-container {
    width: 100%;
    text-align: left;
}

.mobile-menu .menu-container > a {
    color: #1B365D;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-bottom: 13px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    padding-bottom: 7px;
    background-image: url('../images/menu_arrow.svg');
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: 94% 50%;
}

.mobile-menu .menu-container > a:hover {
    text-decoration: underline;
}

.mobile-menu .menu-container > a:last-of-type {
    margin-bottom: 0;
}

.mobile-menu .menu-container > div#tags {
    margin-top: 10px;
}

.mobile-menu .menu-container > div#tags a {
    display: block;
}

.mobile-menu .mobile-menu-footer .social-icons {
    max-width: 120px;
    display: block;
    margin: 50px auto;
    text-align: left;
}

.mobile-menu .mobile-menu-footer .social-icons a {
    color: #1d1e1e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    width: 100%;
    display: block;
    margin-bottom: 28px;
    flex: 1 0 100%;
    max-width: 100%;
}

.mobile-menu .mobile-menu-footer .social-icons a:nth-last-of-type() {
    margin-bottom: 0;
}

.mobile-menu .mobile-menu-footer .social-icons a:nth-child(1) {
    margin-right: 0;
}

.mobile-menu .mobile-menu-footer .social-icons a img {
    vertical-align: middle;
    margin-right: 8px;
}

.mobile-menu .mobile-menu-footer .social-icons a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

#tags {
    padding: 0;
    font-family: 'Roboto', sans-serif;
    margin: 18px auto 24px;
    max-width: 1020px;
}

@media only screen and (max-width: 980px) {
    #tags {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 0px;
    }
}

#tags.tags-inside-feed {
    border-top: 1px solid #d4d4d4;
    margin-top: 40px;
    margin-bottom: 40px;
}

#tags span {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #878787;
    display: inline-block;
    margin-right: 24px;
}

#tags a {
    color: #1B365D;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #1B365D;
    padding: 5px 10px;
    font-weight: 700;
}

#tags a::first-letter {
    text-transform: capitalize;
}

.mobile-menu-tags {
    margin-top: 1rem;
}

@media only screen and (max-width: 980px) {
    .subheader-container #tags,
    .mobile-menu-tags #tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
    }

    #tags a {
        margin-bottom: 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    #tags a:last-of-type {
        margin-right: 0;
    }
}

#tags a:hover {
    text-decoration: none;
    background-color: #1B365D;
    color: #F7FAFC !important;
}

#tags a.active {
    text-decoration: none;
    background-color: #1B365D;
    color: #F7FAFC;
}

#tags a:active,
#tags a:visited {
    text-decoration: none;
    color: #1B365D;
}

@media only screen and (max-width: 680px) {
    .article-detail .tag-img {
        margin-right: -16px;
        margin-left: -16px;
    }
}

.overlay-container {
    width: 100%;
    padding: 24px;
    background-color: #F7FAFC;
    min-height: 100vh;
    position: fixed;
    display: none;
    font-family: 'Roboto', sans-serif;
    top: 0;
    left: 0;
    z-index: 9999999;
}

@media only screen and (max-width: 980px) {
    .overlay-container {
        background-color: #F7FAFC;
    }
}

.overlay-container .overlay-topics {
    margin: 2em auto;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.overlay-container .overlay-topics li {
    margin: 1.2em 0;
    display: flex;
    align-items: center;
}

.overlay-container .overlay-topics li img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.overlay-container .overlay-topics a {
    font-size: 15px;
    font-weight: 700;
    color: #1B365D;
    text-transform: uppercase;
    text-decoration: none;
}

.overlay-container .overlay-topics a:hover {
    text-decoration: underline;
}

.overlay-container .overlay-title {
    font-size: 17px;
    font-weight: 700;
    color: #1B365D;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    text-decoration: none;
}

.overlay-container .overlay-title::before {
    content: '';
    display: inline-block;
    background-image: url('../images/nav-menu-close.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.main-article {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 30px;
    margin-bottom: 48px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 1080px;
    font-family: 'Roboto Slab', serif;
}

@media only screen and (max-width: 680px) {
    .main-article {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 32px;
        flex-flow: wrap;
    }
}

.main-article .content {
    flex: 1 0 45.1%;
    max-width: 440px;
}

@media only screen and (max-width: 680px) {
    .main-article .content {
        order: 2;
        flex: 1 0 100%;
        margin-right: 0;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.main-article h1,
.main-article h2,
.main-article h3 {
    color: #1B365D;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 17px;
    font-family: 'Roboto Slab', serif;
}

.main-article h1 a,
.main-article h2 a,
.main-article h3 a {
    color: #1B365D;
    text-decoration: none;
}

.main-article h1 a:hover,
.main-article h2 a:hover,
.main-article h3 a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 680px) {
    .main-article h1,
    .main-article h2,
    .main-article h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 0;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.main-article p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 680px) {
    .main-article p {
        display: none;
    }
}

.main-article figure {
    max-width: 52.9%;
    flex: 1 0 52.9%;
    margin: 0;
}

@media only screen and (max-width: 1100px) {
    .main-article figure {
        max-width: 51%;
    }
}

@media only screen and (max-width: 680px) {
    .main-article figure {
        order: 1;
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }
}

.main-article figure img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 680px) {
    .main-article figure img {
        width: 100%;
    }
}

.articles-feed-inline {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 58px;
    flex-flow: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 680px) {
    .articles-feed-inline {
        margin-left: 16px;
        margin-right: 16px;
    }
}

.articles-feed-inline.articles-section-with-title {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 14px;
}

.articles-feed-inline.articles-section-with-title::after {
    width: 26px;
    height: 50px;
    transform: rotate(-180deg);
    background-color: #00acf2;
    display: inline-block;
    content: '';
    position: absolute;
    border-radius: 25px 0 0 25px;
    top: -10px;
    left: 0;
}

.articles-feed-inline.articles-section-with-title h2 {
    color: #878787;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 20px 40px;
}

.articles-feed-inline.articles-section-with-title .articles {
    display: flex;
    margin-left: 30px;
    margin-right: 40px;
}

@media only screen and (max-width: 980px) {
    .articles-feed-inline.articles-section-with-title .articles {
        flex-flow: wrap;
        margin-left: 16px;
        margin-right: 16px;
    }
}

.articles-feed-inline article,
.articles-feed-inline > div {
    flex: 1 0 31.76%;
    max-width: 324px;
    margin-bottom: 38px;
}

@media only screen and (min-width: 980px) {
    .articles-feed-inline article:nth-child(n + 3),
    .articles-feed-inline > div:nth-child(n + 3) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 980px) {
    .articles-feed-inline article,
    .articles-feed-inline > div {
        flex: 1 0 48%;
        max-width: 48%;
        margin-bottom: 38px;
        margin-right: 4%;
    }

    .articles-feed-inline article:last-of-type,
    .articles-feed-inline > div:last-of-type {
        margin-bottom: 0;
    }

    .articles-feed-inline article:nth-child(2n),
    .articles-feed-inline > div:nth-child(2n) {
        margin-right: 0;
    }

    .articles-feed-inline article.front-page-article-4 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 680px) {
    .articles-feed-inline article,
    .articles-feed-inline > div {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 32px;
    }

    .articles-feed-inline article:last-of-type,
    .articles-feed-inline > div:last-of-type {
        margin-bottom: 0;
    }
}

.articles-feed-inline article:last-child,
.articles-feed-inline > div:last-child {
    margin-right: 0;
}

.articles-feed-inline article .image img,
.articles-feed-inline article .thumbnail-image img,
.articles-feed-inline article .image-wrapper img,
.articles-feed-inline > div .image img,
.articles-feed-inline > div .thumbnail-image img,
.articles-feed-inline > div .image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.articles-feed-inline article h1,
.articles-feed-inline article h2,
.articles-feed-inline > div h1,
.articles-feed-inline > div h2 {
    color: #1B365D;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin: 29px auto 0;
}

@media only screen and (max-width: 680px) {
    .articles-feed-inline article h1,
    .articles-feed-inline article h2,
    .articles-feed-inline > div h1,
    .articles-feed-inline > div h2 {
        margin-top: 19px;
    }
}

.articles-feed-inline article h1 a,
.articles-feed-inline article h2 a,
.articles-feed-inline > div h1 a,
.articles-feed-inline > div h2 a {
    text-decoration: none;
    color: #1B365D;
}

.articles-feed-inline article h1 a:hover,
.articles-feed-inline article h2 a:hover,
.articles-feed-inline > div h1 a:hover,
.articles-feed-inline > div h2 a:hover {
    text-decoration: underline;
}

.articles-feed-inline article [data-category]::before,
.articles-feed-inline > div [data-category]::before {
    content: attr(data-category);
    display: inline-block;
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute;
    padding: 4px 16px 6px 16px;
    background-color: #00acf2;
    border-radius: 0 0 150px 0;
}

.articles-feed-inline article .author,
.articles-feed-inline > div .author {
    color: #aeaeae;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.articles-feed-inline article .author a,
.articles-feed-inline > div .author a {
    color: #aeaeae;
    text-decoration: none;
}

.articles-feed-inline article .author a:hover,
.articles-feed-inline > div .author a:hover {
    text-decoration: underline;
}

.articles-feed-inline article .author img,
.articles-feed-inline > div .author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.category-container {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 5px;
    background-color: #ddead7;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: initial;
    padding: 39px 44px 44px;
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
    .category-container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0;
        background-image: none;
    }
}

.category-container h2 {
    margin: 0 0 31px;
    color: #1B365D;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    text-align: left;
}

.category-container h2::first-letter {
    text-transform: capitalize;
}

.category-container img.promobox-container-logoimage {
    float: left;
    margin-bottom: 17px;
}

.category-container .main-article {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 0;
    text-align: left;
    clear: both;
}

.category-container .main-article figure {
    flex: 1 0 50%;
    max-width: 454px;
}

@media only screen and (max-width: 980px) {
    .category-container .main-article figure {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 12px;
    }
}

.category-container .main-article figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.category-container .main-article .content {
    flex: 1 0 48.9%;
    max-width: 444px;
    margin-left: 1.1%;
}

@media only screen and (max-width: 980px) {
    .category-container .main-article .content {
        margin-left: 0;
        flex: 1 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.category-container .main-article .content h1 {
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    font-size: 34px;
    line-height: 40px;
    margin: 6px 0 15px;
    color: #1B365D;
}

@media only screen and (max-width: 980px) {
    .category-container .main-article .content h1 {
        font-size: 28px;
        line-height: 40px;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.category-container .main-article .content p {
    margin: 0;
    color: #4a4b4b;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 980px) {
    .category-container .main-article .content p {
        display: none;
    }
}

.category-container .related-articles {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 52px;
    margin-bottom: 38px;
    text-align: left;
}

@media only screen and (max-width: 980px) {
    .category-container .related-articles {
        margin-top: 49px;
    }
}

.category-container .related-articles article {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    flex: 1 0 48%;
    max-width: 48%;
}

@media only screen and (max-width: 980px) {
    .category-container .related-articles article {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 41px;
    }
}

.category-container .related-articles article figure {
    flex: 1 0 43.56%;
    max-width: 43.56%;
    margin: 0;
}

@media only screen and (max-width: 980px) {
    .category-container .related-articles article figure {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .category-container .related-articles article figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

.category-container .related-articles article h1,
.category-container .related-articles article h3 {
    margin: 0;
    font-size: 20px;
    line-height: 29px;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0px;
    color: #1B365D;
    flex: 1 0 53.37%;
    max-width: 237px;
    font-weight: 400;
}

@media only screen and (max-width: 980px) {
    .category-container .related-articles article h1,
    .category-container .related-articles article h3 {
        text-align: center;
        max-width: 100%;
        font-size: 20px;
        line-height: 32px;
        flex: 1 0 100%;
        text-align: center;
    }
}

.category-container .related-articles article h1 a,
.category-container .related-articles article h3 a {
    text-decoration: none;
    color: #1B365D;
}

.category-container .related-articles article h1 a:hover,
.category-container .related-articles article h3 a:hover {
    text-decoration: underline;
}

.articles-list {
    margin: 48px 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    text-align: center;
}

@media only screen and (max-width: 680px) {
    .articles-list {
        margin: 44px 20px 0;
    }
}

.articles-list h2,
.articles-list h3,
.articles-list span.heading-h3 {
    margin: 0 0 36px;
    color: #1B365D;
    font-family: 'Roboto Slab', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    flex: 1 0 100%;
    max-width: 100%;
    text-align: left;
}

@media only screen and (max-width: 680px) {
    .articles-list h2,
    .articles-list h3,
    .articles-list span.heading-h3 {
        text-align: center;
        margin-bottom: 39px;
    }
}

.articles-list--list {
    max-width: 672px;
    flex: 1 0 67.2%;
}

@media only screen and (max-width: 980px) {
    .articles-list--list {
        max-width: 100%;
        flex: 1 0 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.articles-list--list article {
    display: flex;
    margin-bottom: 14px;
    flex-flow: wrap;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(27, 54, 93, 0.1);
    text-align: left;
}

@media only screen and (max-width: 980px) {
    .articles-list--list article {
        border-bottom: 0;
        margin-bottom: 31px;
    }
}

.articles-list--list article:last-of-type {
    margin-bottom: 46px;
    border-bottom: 0;
}

.articles-list--list article .image,
.articles-list--list article .image-wrapper {
    max-width: 324px;
    flex: 1 0 49%;
}

@media only screen and (max-width: 980px) {
    .articles-list--list article .image,
    .articles-list--list article .image-wrapper {
        max-width: 314px;
        margin-bottom: 0;
    }
}

.articles-list--list article .image.video,
.articles-list--list article .image-wrapper.video {
    position: relative;
}

.articles-list--list article .image.video::after,
.articles-list--list article .image-wrapper.video::after {
    width: 40px;
    height: 40px;
    background-color: #00acf2;
    background-image: url('../images/play-button-triangle.png');
    background-size: 40% auto;
    background-position: 60% 50%;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.articles-list--list article .image.video:hover::after,
.articles-list--list article .image-wrapper.video:hover::after {
    opacity: 0.7;
}

.articles-list--list article .image [data-category]::before,
.articles-list--list article .image-wrapper [data-category]::before {
    content: attr(data-category);
    display: inline-block;
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute;
    padding: 4px 16px 6px 16px;
    background-color: #00acf2;
    border-radius: 0 0 150px 0;
}

@media only screen and (max-width: 680px) {
    .articles-list--list article .image,
    .articles-list--list article .image-wrapper {
        max-width: 100%;
        flex: 1 0 100%;
        margin-bottom: 0;
    }

    .articles-list--list article .image img,
    .articles-list--list article .image-wrapper img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

.articles-list--list article .content {
    max-width: 45.5%;
    flex: 1 0 45.5%;
    margin-left: 5.5%;
    align-self: center;
}

@media only screen and (max-width: 680px) {
    .articles-list--list article .content {
        max-width: 100%;
        flex: 1 0 100%;
        margin: 0;
        text-align: center;
    }
}

.articles-list--list article h1,
.articles-list--list article h2 {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    max-width: 292px;
}

.articles-list--list article h1 a,
.articles-list--list article h2 a {
    color: #2b2b2b;
    text-decoration: none;
}

.articles-list--list article h1 a:hover,
.articles-list--list article h2 a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 980px) {
    .articles-list--list article h1,
    .articles-list--list article h2 {
        margin-top: 19px;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

.articles-list--list a.more-articles {
    margin-top: 38px;
}

.articles-list .sidebar {
    max-width: 300px;
    flex: 1 0 25%;
    min-width: 300px;
}

@media only screen and (max-width: 980px) {
    .articles-list .sidebar {
        max-width: 100%;
        flex: 1 0 100%;
        display: none;
    }
}

.articles-list .sidebar.most-read-sidebar {
    counter-reset: section;
}

.articles-list .sidebar.most-read-sidebar h2 {
    color: #878787;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.articles-list .sidebar.most-read-sidebar article {
    margin-bottom: 16px;
    max-width: 234px;
}

@media only screen and (max-width: 680px) {
    .articles-list .sidebar.most-read-sidebar article {
        max-width: 100%;
    }
}

.articles-list .sidebar.most-read-sidebar article:last-of-type {
    margin-bottom: 0;
}

.articles-list .sidebar.most-read-sidebar article h1 {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 8px 0 0;
}

@media only screen and (max-width: 680px) {
    .articles-list .sidebar.most-read-sidebar article h1 {
        padding-left: 47px;
        max-width: 87%;
    }
}

.articles-list .sidebar.most-read-sidebar article h1 a {
    color: #2b2b2b;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
}

.articles-list .sidebar.most-read-sidebar article h1 a:hover {
    text-decoration: underline;
}

.articles-list .sidebar.most-read-sidebar article img {
    max-width: 100%;
    height: auto;
}

.articles-list .sidebar.most-read-sidebar article .image,
.articles-list .sidebar.most-read-sidebar article .image-wrapper {
    border: 0;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 680px) {
    .articles-list .sidebar.most-read-sidebar article .image,
    .articles-list .sidebar.most-read-sidebar article .image-wrapper {
        padding-left: 47px;
    }
}

.articles-list .sidebar.most-read-sidebar article .image::before,
.articles-list .sidebar.most-read-sidebar article .image-wrapper::before {
    counter-increment: section;
    width: 31px;
    height: 64px;
    background-color: #00acf2;
    content: counter(section);
    display: inline-block;
    border-radius: 47px 0 0 47px;
    position: absolute;
    top: 0;
    left: -47px;
    color: #F7FAFC;
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 59px;
    padding-left: 16px;
}

@media only screen and (max-width: 680px) {
    .articles-list .sidebar.most-read-sidebar article .image::before,
    .articles-list .sidebar.most-read-sidebar article .image-wrapper::before {
        left: 0;
    }
}

.article-detail {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 680px) {
    .article-detail {
        padding-left: 16px;
        padding-right: 16px;
    }

    .article-detail #tags {
        margin-left: 0;
        margin-right: 0;
    }
}

.article-detail .breadcrumb {
    color: #4A5568;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 13px 0 20px;
    padding: 0;
}

.article-detail .breadcrumb li {
    list-style: none;
    display: inline-block;
}

.article-detail .breadcrumb li a {
    color: #4A5568;
    text-decoration: none;
}

.article-detail .breadcrumb li a:hover {
    text-decoration: underline;
}

.article-detail .breadcrumb-item + .breadcrumb-item:before {
    font: var(--fa-font-solid);
    content: "\f054";
    margin-left: 10px;
    margin-right: 10px;
    font-size: 8pt;
    bottom: 1px;
    position: relative;
}

.article-detail h1 {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    max-width: 82%;
    margin: 14px 0 23px;
}

@media screen and (max-width: 680px) {
    .article-detail h1 {
        max-width: 100%;
        font-size: 26px;
        line-height: 37px;
        margin-top: 16px;
    }
}

.article-detail.no-breadcrumb h1 {
    margin-top: 35px;
}

.article-detail.article-topten h1 {
    margin-bottom: 0;
}

.article-detail.article-topten .article-content {
    margin-top: 24px;
}

.article-detail.article-topten .article-content p.perex {
    margin-top: 0;
}

.article-detail .article-content {
    display: flex;
    flex-flow: wrap;
    font-family: 'Roboto', sans-serif;
    justify-content: space-between;
}

.article-detail .article-content .instagram-media {
    min-width: 270px !important;
}

.article-detail .article-content .tag-image {
    margin-bottom: 38px;
}

@media screen and (max-width: 980px) {
    .article-detail .article-content .tag-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 29px;
    }
}

.article-detail .article-content .main-article-detail,
.article-detail .article-content .detail-page,
.article-detail .article-content .main-wrapper {
    flex: 1 0 67.2%;
    max-width: 672px;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail,
    .article-detail .article-content .detail-page,
    .article-detail .article-content .main-wrapper {
        flex: 1 0 100%;
        max-width: 100%;
        margin-right: 0;
    }
}

.article-detail .article-content .main-article-detail .thumbnail,
.article-detail .article-content .detail-page .thumbnail,
.article-detail .article-content .main-wrapper .thumbnail {
    position: relative;
}

.article-detail
.article-content
.main-article-detail
.thumbnail
a.gallery-article-thumbnail,
.article-detail
.article-content
.detail-page
.thumbnail
a.gallery-article-thumbnail,
.article-detail
.article-content
.main-wrapper
.thumbnail
a.gallery-article-thumbnail {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 56.2%;
}

.article-detail
.article-content
.main-article-detail
.thumbnail
a.gallery-article-thumbnail
img,
.article-detail
.article-content
.detail-page
.thumbnail
a.gallery-article-thumbnail
img,
.article-detail
.article-content
.main-wrapper
.thumbnail
a.gallery-article-thumbnail
img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.article-detail
.article-content
.main-article-detail
.thumbnail
a.gallery-article-thumbnail::before,
.article-detail
.article-content
.detail-page
.thumbnail
a.gallery-article-thumbnail::before,
.article-detail
.article-content
.main-wrapper
.thumbnail
a.gallery-article-thumbnail::before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    background-color: #1B365D;
    display: inline-block;
    content: '';
    left: 20px;
    background-image: url('../images/more-btn-arrow.svg');
    background-size: 15px auto;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    z-index: 1;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .thumbnail
    a.gallery-article-thumbnail::before,
    .article-detail
    .article-content
    .detail-page
    .thumbnail
    a.gallery-article-thumbnail::before,
    .article-detail
    .article-content
    .main-wrapper
    .thumbnail
    a.gallery-article-thumbnail::before {
        left: 0;
    }
}

.article-detail
.article-content
.main-article-detail
.thumbnail
a.gallery-article-thumbnail::after,
.article-detail
.article-content
.detail-page
.thumbnail
a.gallery-article-thumbnail::after,
.article-detail
.article-content
.main-wrapper
.thumbnail
a.gallery-article-thumbnail::after {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    background-color: #1B365D;
    display: inline-block;
    content: '';
    right: 20px;
    background-image: url('../images/more-btn-arrow.svg');
    background-size: 15px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .thumbnail
    a.gallery-article-thumbnail::after,
    .article-detail
    .article-content
    .detail-page
    .thumbnail
    a.gallery-article-thumbnail::after,
    .article-detail
    .article-content
    .main-wrapper
    .thumbnail
    a.gallery-article-thumbnail::after {
        right: 0;
    }
}

.article-detail
.article-content
.main-article-detail
.thumbnail
.article-gallery-controls,
.article-detail
.article-content
.detail-page
.thumbnail
.article-gallery-controls,
.article-detail
.article-content
.main-wrapper
.thumbnail
.article-gallery-controls {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.article-detail
.article-content
.main-article-detail
.thumbnail
.article-gallery-controls
a,
.article-detail
.article-content
.detail-page
.thumbnail
.article-gallery-controls
a,
.article-detail
.article-content
.main-wrapper
.thumbnail
.article-gallery-controls
a {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    height: 48px;
    width: 48px;
    background-size: cover;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .thumbnail
    .article-gallery-controls
    a,
    .article-detail
    .article-content
    .detail-page
    .thumbnail
    .article-gallery-controls
    a,
    .article-detail
    .article-content
    .main-wrapper
    .thumbnail
    .article-gallery-controls
    a {
        margin-top: -20.5px;
        height: 41px;
        width: 41px;
    }
}

.article-detail
.article-content
.main-article-detail
.thumbnail
.article-gallery-controls
a:hover,
.article-detail
.article-content
.detail-page
.thumbnail
.article-gallery-controls
a:hover,
.article-detail
.article-content
.main-wrapper
.thumbnail
.article-gallery-controls
a:hover {
    opacity: 0.7;
}

.article-detail
.article-content
.main-article-detail
.thumbnail
.article-gallery-controls
a.prev-gallery-item,
.article-detail
.article-content
.detail-page
.thumbnail
.article-gallery-controls
a.prev-gallery-item,
.article-detail
.article-content
.main-wrapper
.thumbnail
.article-gallery-controls
a.prev-gallery-item {
    left: 22px;
    background-image: url('../images/article-gallery-prev-desktop.svg');
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .thumbnail
    .article-gallery-controls
    a.prev-gallery-item,
    .article-detail
    .article-content
    .detail-page
    .thumbnail
    .article-gallery-controls
    a.prev-gallery-item,
    .article-detail
    .article-content
    .main-wrapper
    .thumbnail
    .article-gallery-controls
    a.prev-gallery-item {
        left: 16px;
    }
}

.article-detail
.article-content
.main-article-detail
.thumbnail
.article-gallery-controls
a.next-gallery-item,
.article-detail
.article-content
.detail-page
.thumbnail
.article-gallery-controls
a.next-gallery-item,
.article-detail
.article-content
.main-wrapper
.thumbnail
.article-gallery-controls
a.next-gallery-item {
    right: 22px;
    background-image: url('../images/article-gallery-next-desktop.svg');
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .thumbnail
    .article-gallery-controls
    a.next-gallery-item,
    .article-detail
    .article-content
    .detail-page
    .thumbnail
    .article-gallery-controls
    a.next-gallery-item,
    .article-detail
    .article-content
    .main-wrapper
    .thumbnail
    .article-gallery-controls
    a.next-gallery-item {
        right: 16px;
    }
}

.article-detail .article-content .main-article-detail .thumbnail img,
.article-detail .article-content .detail-page .thumbnail img,
.article-detail .article-content .main-wrapper .thumbnail img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail .thumbnail img,
    .article-detail .article-content .detail-page .thumbnail img,
    .article-detail .article-content .main-wrapper .thumbnail img {
        width: 100%;
    }
}

/*Stylování img source*/
.article-detail .article-content .main-article-detail .img-source,
.article-detail .article-content .detail-page .img-source,
.article-detail .article-content .main-wrapper.img-source {
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
    text-align: right;
    font-size: 10px;
    color: #F7FAFC;
    text-shadow: 0 0 2px #1B365D;
    box-sizing: border-box;
    border: 16px solid transparent;
    width: auto;
    max-width: 3.5rem;
    height: 3.5rem;
    line-height: 1.5rem;
    transition: max-width 0.3s ease-in;
    transition-delay: 0s;
}

.article-detail .article-content .main-article-detail .img-source-icon,
.article-detail .article-content .detail-page .img-source-icon,
.article-detail .article-content .main-wrapper.img-source-icon {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 0 0.5rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #F7FAFC;
    background: rgba(0, 0, 0, 0.5);
}

.article-detail .article-content .main-article-detail .img-source-icon::before,
.article-detail .article-content .detail-page .img-source-icon::before,
.article-detail .article-content .main-wrapper.img-source-icon::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5rem;
    height: 100%;
    content: 'i';
    font-size: 0.9063rem;
    line-height: 1.5rem;
    text-align: center;
    transition: opacity 75ms ease-out;
    transition-delay: 0.3s;
}

.article-detail .article-content .main-article-detail .img-source-text,
.article-detail .article-content .detail-page .img-source-text,
.article-detail .article-content .main-wrapper.img-source-text {
    display: inline-block;
    width: 100%;
    transition: opacity 0.3s ease-in;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* img source Hover */
.article-detail .article-content .main-article-detail .img-source:hover,
.article-detail .article-content .detail-page .img-source:hover,
.article-detail .article-content .main-wrapper.img-source:hover {
    max-width: 100%;
}

.article-detail
.article-content
.main-article-detail
.img-source:hover
.img-source-icon::before,
.article-detail
.article-content
.detail-page
.img-source:hover
.img-source-icon::before,
.article-detail
.article-content
.main-wrapper.img-source:hover
.img-source-icon::before {
    transition-delay: 0s;
    opacity: 0;
}

.article-detail
.article-content
.main-article-detail
.img-source:hover
.img-source-text,
.article-detail
.article-content
.detail-page
.img-source:hover
.img-source-text,
.article-detail
.article-content
.main-wrapper.img-source:hover
.img-source-text {
    transition-delay: 75ms;
    opacity: 1;
}

.article-detail .article-content .main-article-detail [data-category]::before,
.article-detail .article-content .detail-page [data-category]::before,
.article-detail .article-content .main-wrapper [data-category]::before {
    content: attr(data-category);
    display: inline-block;
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute;
    padding: 4px 16px 6px 16px;
    background-color: #00acf2;
    border-radius: 0 0 150px 0;
    z-index: 15;
}

.article-detail .article-content .main-article-detail p,
.article-detail .article-content .detail-page p,
.article-detail .article-content .main-wrapper p {
    color: #2e2e2e;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 32px;
}

.article-detail .article-content .main-article-detail p.zdroj,
.article-detail .article-content .detail-page p.perex,
.article-detail .article-content .main-wrapper p.zdroj {
    font-size: 14px;
    margin-bottom: 2px;
}

.article-detail .article-content .main-article-detail p.perex,
.article-detail .article-content .detail-page p.perex,
.article-detail .article-content .main-wrapper p.perex {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    margin-top: 24px;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail p.perex,
    .article-detail .article-content .detail-page p.perex,
    .article-detail .article-content .main-wrapper p.perex {
        margin-top: 10px;
    }
}

.article-detail .article-content .main-article-detail p.quote,
.article-detail .article-content .detail-page p.quote,
.article-detail .article-content .main-wrapper p.quote {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    max-width: 84%;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 63px;
    padding-right: 64px;
    font-style: italic;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail p.quote,
    .article-detail .article-content .detail-page p.quote,
    .article-detail .article-content .main-wrapper p.quote {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

.article-detail .article-content .main-article-detail p.quote::before,
.article-detail .article-content .detail-page p.quote::before,
.article-detail .article-content .main-wrapper p.quote::before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 31px;
    background-image: url('../images/quote.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -24px;
    top: 0;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail p.quote::before,
    .article-detail .article-content .detail-page p.quote::before,
    .article-detail .article-content .main-wrapper p.quote::before {
        left: 0;
    }
}

.article-detail .article-content .main-article-detail p.quote::after,
.article-detail .article-content .detail-page p.quote::after,
.article-detail .article-content .main-wrapper p.quote::after {
    content: '';
    display: inline-block;
    transform: rotate(180deg);
    width: 39px;
    height: 31px;
    background-image: url('../images/quote.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -24px;
    bottom: 0;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail p.quote::after,
    .article-detail .article-content .detail-page p.quote::after,
    .article-detail .article-content .main-wrapper p.quote::after {
        right: 0;
    }
}

.article-detail .article-content .main-article-detail p a,
.article-detail .article-content .detail-page p a,
.article-detail .article-content .main-wrapper p a,
.article-detail .article-content .main-article-detail em a,
.article-detail .article-content .detail-page em a,
.article-detail .article-content .main-wrapper em a,
.article-detail .article-content .main-article-detail h1 a,
.article-detail .article-content .detail-page h1 a,
.article-detail .article-content .main-wrapper h1 a,
.article-detail .article-content .main-article-detail h2 a,
.article-detail .article-content .detail-page h2 a,
.article-detail .article-content .main-wrapper h2 a,
.article-detail .article-content .main-article-detail h3 a,
.article-detail .article-content .detail-page h3 a,
.article-detail .article-content .main-wrapper h3 a,
.article-detail .article-content .main-article-detail h4 a,
.article-detail .article-content .detail-page h4 a,
.article-detail .article-content .main-wrapper h4 a,
.article-detail .article-content .main-article-detail h5 a,
.article-detail .article-content .detail-page h5 a,
.article-detail .article-content .main-wrapper h5 a {
    color: #1B365D;
    text-decoration: underline;
}

.article-detail .article-content .main-article-detail p a:hover,
.article-detail .article-content .detail-page p a:hover,
.article-detail .article-content .main-wrapper p a:hover {
    text-decoration: none;
}

.article-detail .article-content .main-article-detail h1,
.article-detail .article-content .main-article-detail h2,
.article-detail .article-content .main-article-detail h3,
.article-detail .article-content .main-article-detail h4,
.article-detail .article-content .main-article-detail h5,
.article-detail .article-content .detail-page h1,
.article-detail .article-content .detail-page h2,
.article-detail .article-content .detail-page h3,
.article-detail .article-content .detail-page h4,
.article-detail .article-content .detail-page h5,
.article-detail .article-content .main-wrapper h1,
.article-detail .article-content .main-wrapper h2,
.article-detail .article-content .main-wrapper h3,
.article-detail .article-content .main-wrapper h4,
.article-detail .article-content .main-wrapper h5 {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 14px;
}

.article-detail .article-content .main-article-detail ul:not(.vjs-menu-content):not([class^="ui-tips-"]):not([class*=" ui-tips-"]),
.article-detail .article-content .detail-page ul:not(.vjs-menu-content):not([class^="ui-tips-"]):not([class*=" ui-tips-"]),
.article-detail .article-content .main-wrapper ul:not(.vjs-menu-content):not([class^="ui-tips-"]):not([class*=" ui-tips-"]) {
    list-style-type: none;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail ul:not(.vjs-menu-content):not([class^="ui-tips-"]):not([class*=" ui-tips-"]),
    .article-detail .article-content .detail-page ul:not(.vjs-menu-content):not([class^="ui-tips-"]):not([class*=" ui-tips-"]),
    .article-detail .article-content .main-wrapper ul:not(.vjs-menu-content):not([class^="ui-tips-"]):not([class*=" ui-tips-"]) {
        padding-left: 0;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

.article-detail .article-content .main-article-detail ul li:not(.vjs-menu-item):not(.vjs-suggested-video):not([class^="ui-tips-"]):not([class*=" ui-tips-"]),
.article-detail .article-content .detail-page ul li:not(.vjs-menu-item):not(.vjs-suggested-video):not([class^="ui-tips-"]):not([class*=" ui-tips-"]),
.article-detail .article-content .main-wrapper ul li:not(.vjs-menu-item):not(.vjs-suggested-video):not([class^="ui-tips-"]):not([class*=" ui-tips-"]) {
    color: #2e2e2e;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding-left: 18px;
}

.article-detail .article-content .main-article-detail ul li:not(.vjs-menu-item):not(.vjs-suggested-video):not([class^="ui-tips-"]):not([class*=" ui-tips-"])::before,
.article-detail .article-content .detail-page ul li:not(.vjs-menu-item):not(.vjs-suggested-video):not([class^="ui-tips-"]):not([class*=" ui-tips-"])::before,
.article-detail .article-content .main-wrapper ul li:not(.vjs-menu-item):not(.vjs-suggested-video):not([class^="ui-tips-"]):not([class*=" ui-tips-"])::before {
    width: 4px;
    height: 4px;
    background-color: #F7FAFC;
    border-radius: 50%;
    border: 2px solid #1B365D;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
}

.article-detail .article-content .main-article-detail ol,
.article-detail .article-content .detail-page ol,
.article-detail .article-content .main-wrapper ol {
    counter-reset: section;
    list-style-type: none;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail ol,
    .article-detail .article-content .detail-page ol,
    .article-detail .article-content .main-wrapper ol {
        padding-left: 0;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

.article-detail .article-content .main-article-detail ol li,
.article-detail .article-content .detail-page ol li,
.article-detail .article-content .main-wrapper ol li {
    color: #2e2e2e;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    position: relative;
}

.article-detail .article-content .main-article-detail ol li::before,
.article-detail .article-content .detail-page ol li::before,
.article-detail .article-content .main-wrapper ol li::before {
    counter-increment: section;
    content: counter(section) '.';
    color: #1B365D;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding-right: 16px;
}

.article-detail .article-content .main-article-detail .detail-box,
.article-detail .article-content .detail-page .detail-box,
.article-detail .article-content .main-wrapper .detail-box {
    border-radius: 0 8px 8px 0;
    background-color: #e5f8ff;
    padding: 32px;
    max-width: 319px;
    display: inline-block;
    float: left;
    margin-right: 32px;
    margin-left: -40px;
    position: relative;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail .detail-box,
    .article-detail .article-content .detail-page .detail-box,
    .article-detail .article-content .main-wrapper .detail-box {
        margin-left: 0;
        margin-right: 0;
        float: none;
        max-width: 100%;
        padding: 24px 45px;
        border-radius: 8px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

.article-detail .article-content .main-article-detail .detail-box::after,
.article-detail .article-content .detail-page .detail-box::after,
.article-detail .article-content .main-wrapper .detail-box::after {
    content: '';
    height: 1px;
    width: 1px;
    display: inline-block;
    clear: both;
}

.article-detail .article-content .main-article-detail .detail-box::before,
.article-detail .article-content .detail-page .detail-box::before,
.article-detail .article-content .main-wrapper .detail-box::before {
    content: '';
    width: 32px;
    height: 32px;
    background-color: #00acf2;
    border-radius: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
}

.article-detail .article-content .main-article-detail .detail-box img,
.article-detail .article-content .detail-page .detail-box img,
.article-detail .article-content .main-wrapper .detail-box img {
    margin: 0 0 16px;
    position: relative;
}

.article-detail .article-content .main-article-detail .detail-box h2,
.article-detail .article-content .detail-page .detail-box h2,
.article-detail .article-content .main-wrapper .detail-box h2 {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 10px;
}

.article-detail .article-content .main-article-detail .detail-box p,
.article-detail .article-content .detail-page .detail-box p,
.article-detail .article-content .main-wrapper .detail-box p {
    color: #808080;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.article-detail .article-content .main-article-detail .detail-box p a,
.article-detail .article-content .detail-page .detail-box p a,
.article-detail .article-content .main-wrapper .detail-box p a {
    text-decoration: underline;
}

.article-detail .article-content .main-article-detail .detail-box p a:hover,
.article-detail .article-content .detail-page .detail-box p a:hover,
.article-detail .article-content .main-wrapper .detail-box p a:hover {
    text-decoration: none;
}

.article-detail .article-content .main-article-detail .detail-box a.more-link,
.article-detail .article-content .detail-page .detail-box a.more-link,
.article-detail .article-content .main-wrapper .detail-box a.more-link {
    color: #00acf2;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.article-detail
.article-content
.main-article-detail
.detail-box
a.more-link:hover,
.article-detail .article-content .detail-page .detail-box a.more-link:hover,
.article-detail .article-content .main-wrapper .detail-box a.more-link:hover {
    text-decoration: underline;
}

.article-detail .article-content .main-article-detail .topic-box,
.article-detail .article-content .detail-page .topic-box,
.article-detail .article-content .main-wrapper .topic-box {
    border-radius: 0 8px 8px 0;
    background-color: #e5f8ff;
    max-width: 48.4%;
    display: inline-block;
    float: left;
    padding: 24px 40px;
    margin-right: 32px;
    margin-bottom: 32px;
    margin-left: -40px;
    position: relative;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail .topic-box,
    .article-detail .article-content .detail-page .topic-box,
    .article-detail .article-content .main-wrapper .topic-box {
        margin-left: 0;
        margin-right: 0;
        float: none;
        max-width: 100%;
        padding: 16px 28px;
        border-radius: 8px;
    }
}

.article-detail .article-content .main-article-detail .topic-box::after,
.article-detail .article-content .detail-page .topic-box::after,
.article-detail .article-content .main-wrapper .topic-box::after {
    content: '';
    height: 1px;
    width: 1px;
    display: inline-block;
    clear: both;
}

.article-detail .article-content .main-article-detail .topic-box span,
.article-detail .article-content .detail-page .topic-box span,
.article-detail .article-content .main-wrapper .topic-box span {
    color: #878787;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 7px;
}

.article-detail .article-content .main-article-detail .topic-box h2,
.article-detail .article-content .detail-page .topic-box h2,
.article-detail .article-content .main-wrapper .topic-box h2 {
    margin: 0 0 16px;
    color: #00acf2;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.article-detail .article-content .main-article-detail .topic-box img,
.article-detail .article-content .detail-page .topic-box img,
.article-detail .article-content .main-wrapper .topic-box img {
    margin-bottom: 8px;
}

.article-detail .article-content .main-article-detail .topic-box a,
.article-detail .article-content .detail-page .topic-box a,
.article-detail .article-content .main-wrapper .topic-box a {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    display: block;
}

.article-detail .article-content .main-article-detail .topic-box a::after,
.article-detail .article-content .detail-page .topic-box a::after,
.article-detail .article-content .main-wrapper .topic-box a::after {
    width: 40px;
    height: 1px;
    background-color: #d4d4d4;
    content: '';
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
}

.article-detail .article-content .main-article-detail .topic-box a:last-of-type,
.article-detail .article-content .detail-page .topic-box a:last-of-type,
.article-detail .article-content .main-wrapper .topic-box a:last-of-type {
    margin-bottom: 0px;
}

.article-detail
.article-content
.main-article-detail
.topic-box
a:last-of-type::after,
.article-detail .article-content .detail-page .topic-box a:last-of-type::after,
.article-detail
.article-content
.main-wrapper
.topic-box
a:last-of-type::after {
    display: none;
}

.article-detail .article-content .main-article-detail .topic-box a:hover,
.article-detail .article-content .detail-page .topic-box a:hover,
.article-detail .article-content .main-wrapper .topic-box a:hover {
    text-decoration: underline;
}

.article-detail .article-content .main-article-detail .topic-box a.more-link,
.article-detail .article-content .detail-page .topic-box a.more-link,
.article-detail .article-content .main-wrapper .topic-box a.more-link {
    color: #00acf2;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.article-detail .article-content .main-article-detail .image,
.article-detail .article-content .detail-page .image,
.article-detail .article-content .main-wrapper .image {
    margin-top: 40px;
    margin-bottom: 40px;
}

.article-detail .article-content .main-article-detail .image img,
.article-detail .article-content .detail-page .image img,
.article-detail .article-content .main-wrapper .image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
    display: block;
}

.article-detail .article-content .main-article-detail .image span,
.article-detail .article-content .detail-page .image span,
.article-detail .article-content .main-wrapper .image span {
    color: #878787;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 27px;
    font-style: italic;
}

.article-detail .article-content .main-article-detail .video-container,
.article-detail .article-content .detail-page .video-container,
.article-detail .article-content .main-wrapper .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.6%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.article-detail
.article-content
.main-article-detail
.video-container
> .video-container,
.article-detail
.article-content
.detail-page
.video-container
> .video-container,
.article-detail
.article-content
.main-wrapper
.video-container
> .video-container {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.article-detail .article-content .main-article-detail .video-container iframe,
.article-detail .article-content .detail-page .video-container iframe,
.article-detail .article-content .main-wrapper .video-container iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}

.article-detail
.article-content
.main-article-detail
.video-container
.video-thumbnail,
.article-detail .article-content .detail-page .video-container .video-thumbnail,
.article-detail
.article-content
.main-wrapper
.video-container
.video-thumbnail {
    position: relative;
    display: inline-block;
}

.article-detail
.article-content
.main-article-detail
.video-container
.video-thumbnail::after,
.article-detail
.article-content
.detail-page
.video-container
.video-thumbnail::after,
.article-detail
.article-content
.main-wrapper
.video-container
.video-thumbnail::after {
    width: 64px;
    height: 64px;
    background-color: #00acf2;
    background-image: url('../images/play-button-triangle.png');
    background-position: 60% 50%;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: -32px;
    z-index: 25;
}

.article-detail
.article-content
.main-article-detail
.video-container
.video-thumbnail
img,
.article-detail
.article-content
.detail-page
.video-container
.video-thumbnail
img,
.article-detail
.article-content
.main-wrapper
.video-container
.video-thumbnail
img {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
    display: block;
    position: relative;
}

.article-detail .article-content .main-article-detail .video-container span,
.article-detail .article-content .detail-page .video-container span,
.article-detail .article-content .main-wrapper .video-container span {
    color: #878787;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 27px;
    display: block;
    font-style: italic;
}

.article-detail .article-content .main-article-detail .recommend-box,
.article-detail .article-content .detail-page .recommend-box,
.article-detail .article-content .main-wrapper .recommend-box {
    background-color: rgba(27, 54, 93, 0.1);
    padding: 23px 28px 23px 27px;
    display: flex;
    flex-flow: wrap;
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 0;
    border-left: 1px solid #1B365D;
    text-decoration: none;
}

.article-detail .article-content .main-article-detail .recommend-box:hover,
.article-detail .article-content .detail-page .recommend-box:hover,
.article-detail .article-content .main-wrapper .recommend-box:hover {
    cursor: pointer;
}

.article-detail
.article-content
.main-article-detail
.recommend-box:hover
.content
> h3,
.article-detail
.article-content
.detail-page
.recommend-box:hover
.content
> h3,
.article-detail
.article-content
.main-wrapper
.recommend-box:hover
.content
> h3 {
    text-decoration: underline;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail .recommend-box,
    .article-detail .article-content .detail-page .recommend-box,
    .article-detail .article-content .main-wrapper .recommend-box {
        flex-flow: column;
        padding: 24px;
    }
}

.article-detail .article-content .main-article-detail .recommend-box .image-container,
.article-detail .article-content .detail-page .recommend-box .image-container,
.article-detail .article-content .main-wrapper .recommend-box .image-container {
    max-width: 30%;
    flex: 1 0 30%;
    margin-right: 24px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

@media screen and (max-width: 680px) {
    .article-detail
    .article-content
    .main-article-detail
    .recommend-box
    .image-container,
    .article-detail .article-content .detail-page .recommend-box .image-container,
    .article-detail
    .article-content
    .main-wrapper
    .recommend-box
    .image-container {
        flex: 1 0 100%;
        margin-bottom: 13px;
        max-width: 162px;
    }
}

.article-detail
.article-content
.main-article-detail
.recommend-box
.image-container
img,
.article-detail
.article-content
.detail-page
.recommend-box
.image-container
img,
.article-detail
.article-content
.main-wrapper
.recommend-box
.image-container
img {
    max-width: 100%;
    height: auto;
    position: relative;
}

.article-detail .article-content .main-article-detail .recommend-box .content,
.article-detail .article-content .detail-page .recommend-box .content,
.article-detail .article-content .main-wrapper .recommend-box .content {
    flex: 1 0 0;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail .recommend-box .content,
    .article-detail .article-content .detail-page .recommend-box .content,
    .article-detail .article-content .main-wrapper .recommend-box .content {
        max-width: 100%;
        flex: 1 0 100%;
    }
}

.article-detail
.article-content
.main-article-detail
.recommend-box
.content
span,
.article-detail .article-content .detail-page .recommend-box .content span,
.article-detail .article-content .main-wrapper .recommend-box .content span {
    display: block;
    color: #4a4b4b;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 7px;
    text-decoration: none;
}

.article-detail .article-content .main-article-detail .recommend-box .content h2,
.article-detail .article-content .detail-page .recommend-box .content h2,
.article-detail .article-content .main-wrapper .recommend-box .content h2 {
    text-decoration: none;
    color: #1B365D;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 371px;
    margin: 0;
}

.article-detail .article-content .main-article-detail .recommend-box .content h2:hover,
.article-detail .article-content .detail-page .recommend-box .content h2:hover,
.article-detail .article-content .main-wrapper .recommend-box .content h2:hover {
    text-decoration: underline;
}

.article-detail
.article-content
.main-article-detail
.recommend-box
.content
h3,
.article-detail .article-content .detail-page .recommend-box .content h3,
.article-detail .article-content .main-wrapper .recommend-box .content h3 {
    text-decoration: none;
    color: #1B365D;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 371px;
    margin: 0;
}

.article-detail .article-content .main-article-detail .recommend-box .content h3:hover,
.article-detail .article-content .detail-page .recommend-box .content h3:hover,
.article-detail .article-content .main-wrapper .recommend-box .content h3:hover {
    text-decoration: underline;
}

.article-detail .article-content .main-article-detail .iframe-container,
.article-detail .article-content .detail-page .iframe-container,
.article-detail .article-content .main-wrapper .iframe-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.6%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.article-detail .article-content .main-article-detail .iframe-container iframe,
.article-detail .article-content .detail-page .iframe-container iframe,
.article-detail .article-content .main-wrapper .iframe-container iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}

.article-detail .article-content .main-article-detail .article-details,
.article-detail .article-content .detail-page .article-details,
.article-detail .article-content .main-wrapper .article-details {
    margin: 0 0 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.article-detail .article-content .main-article-detail .article-details .icons,
.article-detail .article-content .detail-page .article-details .icons,
.article-detail .article-content .main-wrapper .article-details .icons {
    max-width: 50%;
    flex: 1 0 50%;
    padding-top: 14px;
    text-align: right;
}

@media screen and (max-width: 520px) {
    .article-detail .article-content .main-article-detail .article-details .icons,
    .article-detail .article-content .detail-page .article-details .icons,
    .article-detail .article-content .main-wrapper .article-details .icons {
        flex: 1 0 100%;
        max-width: 100%;
        text-align: left;
    }
}

.article-detail
.article-content
.main-article-detail
.article-details
.icons
.share,
.article-detail
.article-content
.main-article-detail
.article-details
.icons
.discuss,
.article-detail .article-content .detail-page .article-details .icons .share,
.article-detail .article-content .detail-page .article-details .icons .discuss,
.article-detail .article-content .main-wrapper .article-details .icons .share,
.article-detail
.article-content
.main-wrapper
.article-details
.icons
.discuss {
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #00acf2;
    padding: 6.1px 18px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.article-detail
.article-content
.main-article-detail
.article-details
.icons
.share:hover,
.article-detail
.article-content
.main-article-detail
.article-details
.icons
.discuss:hover,
.article-detail
.article-content
.detail-page
.article-details
.icons
.share:hover,
.article-detail
.article-content
.detail-page
.article-details
.icons
.discuss:hover,
.article-detail
.article-content
.main-wrapper
.article-details
.icons
.share:hover,
.article-detail
.article-content
.main-wrapper
.article-details
.icons
.discuss:hover {
    opacity: 0.9;
}

.article-detail
.article-content
.main-article-detail
.article-details
.icons
.fb-like
> span,
.article-detail
.article-content
.main-article-detail
.article-details
.icons
.fb-share-button
> span,
.article-detail
.article-content
.detail-page
.article-details
.icons
.fb-like
> span,
.article-detail
.article-content
.detail-page
.article-details
.icons
.fb-share-button
> span,
.article-detail
.article-content
.main-wrapper
.article-details
.icons
.fb-like
> span,
.article-detail
.article-content
.main-wrapper
.article-details
.icons
.fb-share-button
> span {
    vertical-align: middle !important;
    height: 30px !important;
}

.article-detail
.article-content
.main-article-detail
.article-details
.icons
.discuss,
.article-detail .article-content .detail-page .article-details .icons .discuss,
.article-detail
.article-content
.main-wrapper
.article-details
.icons
.discuss {
    background-color: #4267b2;
}

.article-detail
.article-content
.main-article-detail
.article-details
.icons
.discuss::before,
.article-detail
.article-content
.detail-page
.article-details
.icons
.discuss::before,
.article-detail
.article-content
.main-wrapper
.article-details
.icons
.discuss::before {
    width: 15px;
    height: 13px;
    content: '';
    display: inline-block;
    background-image: url('../images/chat-bubble.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}

@media screen and (max-width: 325px) {
    .article-detail
    .article-content
    .main-article-detail
    .article-details
    .icons
    .discuss,
    .article-detail
    .article-content
    .detail-page
    .article-details
    .icons
    .discuss,
    .article-detail
    .article-content
    .main-wrapper
    .article-details
    .icons
    .discuss {
        margin-top: 14px;
    }
}

.article-detail .article-content .main-article-detail .article-details .author,
.article-detail .article-content .detail-page .article-details .author,
.article-detail .article-content .main-wrapper .article-details .author {
    display: flex;
    max-width: 275px;
    flex: 1 0 50%;
}

@media screen and (max-width: 520px) {
    .article-detail
    .article-content
    .main-article-detail
    .article-details
    .author,
    .article-detail .article-content .detail-page .article-details .author,
    .article-detail .article-content .main-wrapper .article-details .author {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
}

.article-detail
.article-content
.main-article-detail
.article-details
.author
.profile-photo,
.article-detail
.article-content
.detail-page
.article-details
.author
.profile-photo,
.article-detail
.article-content
.main-wrapper
.article-details
.author
.profile-photo {
    margin-right: 8px;
    max-width: 56px;
    flex: 1 0 0;
}

.article-detail
.article-content
.main-article-detail
.article-details
.author
.profile-photo
img,
.article-detail
.article-content
.detail-page
.article-details
.author
.profile-photo
img,
.article-detail
.article-content
.main-wrapper
.article-details
.author
.profile-photo
img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    vertical-align: middle;
}

.article-detail
.article-content
.main-article-detail
.article-details
.author
.author-detail,
.article-detail
.article-content
.detail-page
.article-details
.author
.author-detail,
.article-detail
.article-content
.main-wrapper
.article-details
.author
.author-detail {
    max-width: 72%;
    flex: 1 0 72%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-detail
.article-content
.main-article-detail
.article-details
.author
.author-detail
a,
.article-detail
.article-content
.detail-page
.article-details
.author
.author-detail
a,
.article-detail
.article-content
.main-wrapper
.article-details
.author
.author-detail
a {
    text-decoration: none;
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 0 0 3px;
}

.article-detail
.article-content
.main-article-detail
.article-details
.author
.author-detail
a:hover,
.article-detail
.article-content
.detail-page
.article-details
.author
.author-detail
a:hover,
.article-detail
.article-content
.main-wrapper
.article-details
.author
.author-detail
a:hover {
    text-decoration: underline;
}

.article-detail
.article-content
.main-article-detail
.article-details
.author
.author-detail
span,
.article-detail
.article-content
.detail-page
.article-details
.author
.author-detail
span,
.article-detail
.article-content
.main-wrapper
.article-details
.author
.author-detail
span {
    color: #aeaeae;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin: 0;
}

.article-detail .article-content .main-article-detail .article-gallery-strip,
.article-detail .article-content .detail-page .article-gallery-strip,
.article-detail .article-content .main-wrapper .article-gallery-strip {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

@media screen and (max-width: 980px) {
    .article-detail .article-content .main-article-detail .article-gallery-strip,
    .article-detail .article-content .detail-page .article-gallery-strip,
    .article-detail .article-content .main-wrapper .article-gallery-strip {
        justify-content: space-between;
    }
}

.article-detail
.article-content
.main-article-detail
.article-gallery-strip.top-gallery-strip
a.more-desktop
span,
.article-detail
.article-content
.main-article-detail
.article-gallery-strip.top-gallery-strip
a.more-mobile
span,
.article-detail
.article-content
.detail-page
.article-gallery-strip.top-gallery-strip
a.more-desktop
span,
.article-detail
.article-content
.detail-page
.article-gallery-strip.top-gallery-strip
a.more-mobile
span,
.article-detail
.article-content
.main-wrapper
.article-gallery-strip.top-gallery-strip
a.more-desktop
span,
.article-detail
.article-content
.main-wrapper
.article-gallery-strip.top-gallery-strip
a.more-mobile
span {
    font-size: 16px;
}

.article-detail .article-content .main-article-detail .article-gallery-strip a,
.article-detail .article-content .detail-page .article-gallery-strip a,
.article-detail .article-content .main-wrapper .article-gallery-strip a {
    text-decoration: none;
    color: #00acf2;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 5px;
    max-width: 101px;
    height: 101px;
    flex: 1 0 15.5%;
}

.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a:nth-child(3),
.article-detail
.article-content
.detail-page
.article-gallery-strip
a:nth-child(3),
.article-detail
.article-content
.main-wrapper
.article-gallery-strip
a:nth-child(3) {
    margin-right: 5px;
}

.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a:nth-child(4),
.article-detail
.article-content
.detail-page
.article-gallery-strip
a:nth-child(4),
.article-detail
.article-content
.main-wrapper
.article-gallery-strip
a:nth-child(4) {
    margin-right: auto;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a,
    .article-detail .article-content .detail-page .article-gallery-strip a,
    .article-detail .article-content .main-wrapper .article-gallery-strip a {
        margin-bottom: 16px;
        max-width: 32.4%;
        flex: 1 0 32.4%;
        margin-right: 0;
        height: auto;
    }

    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a
    img,
    .article-detail .article-content .detail-page .article-gallery-strip a img,
    .article-detail .article-content .main-wrapper .article-gallery-strip a img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a:nth-child(3),
    .article-detail
    .article-content
    .detail-page
    .article-gallery-strip
    a:nth-child(3),
    .article-detail
    .article-content
    .main-wrapper
    .article-gallery-strip
    a:nth-child(3) {
        margin-right: 0;
    }

    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a:nth-child(4),
    .article-detail
    .article-content
    .detail-page
    .article-gallery-strip
    a:nth-child(4),
    .article-detail
    .article-content
    .main-wrapper
    .article-gallery-strip
    a:nth-child(4) {
        display: none;
    }
}

.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a:hover,
.article-detail .article-content .detail-page .article-gallery-strip a:hover,
.article-detail .article-content .main-wrapper .article-gallery-strip a:hover {
    text-decoration: underline;
}

.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a.more-mobile,
.article-detail
.article-content
.detail-page
.article-gallery-strip
a.more-mobile,
.article-detail
.article-content
.main-wrapper
.article-gallery-strip
a.more-mobile {
    display: none;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a.more-mobile,
    .article-detail
    .article-content
    .detail-page
    .article-gallery-strip
    a.more-mobile,
    .article-detail
    .article-content
    .main-wrapper
    .article-gallery-strip
    a.more-mobile {
        display: inline-block;
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a.more-desktop,
.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a.more-mobile,
.article-detail
.article-content
.detail-page
.article-gallery-strip
a.more-desktop,
.article-detail
.article-content
.detail-page
.article-gallery-strip
a.more-mobile,
.article-detail
.article-content
.main-wrapper
.article-gallery-strip
a.more-desktop,
.article-detail
.article-content
.main-wrapper
.article-gallery-strip
a.more-mobile {
    margin-right: 0;
    padding-left: 15px;
}

.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a.more-desktop
span,
.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a.more-mobile
span,
.article-detail
.article-content
.detail-page
.article-gallery-strip
a.more-desktop
span,
.article-detail
.article-content
.detail-page
.article-gallery-strip
a.more-mobile
span,
.article-detail
.article-content
.main-wrapper
.article-gallery-strip
a.more-desktop
span,
.article-detail
.article-content
.main-wrapper
.article-gallery-strip
a.more-mobile
span {
    background-color: #1B365D;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 44px 12px 37px;
    color: #F7FAFC;
    width: 100%;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a.more-desktop
    span,
    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a.more-mobile
    span,
    .article-detail
    .article-content
    .detail-page
    .article-gallery-strip
    a.more-desktop
    span,
    .article-detail
    .article-content
    .detail-page
    .article-gallery-strip
    a.more-mobile
    span,
    .article-detail
    .article-content
    .main-wrapper
    .article-gallery-strip
    a.more-desktop
    span,
    .article-detail
    .article-content
    .main-wrapper
    .article-gallery-strip
    a.more-mobile
    span {
        width: auto;
        min-width: 164px;
    }
}

.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a.more-desktop
span:hover,
.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a.more-mobile
span:hover,
.article-detail
.article-content
.detail-page
.article-gallery-strip
a.more-desktop
span:hover,
.article-detail
.article-content
.detail-page
.article-gallery-strip
a.more-mobile
span:hover,
.article-detail
.article-content
.main-wrapper
.article-gallery-strip
a.more-desktop
span:hover,
.article-detail
.article-content
.main-wrapper
.article-gallery-strip
a.more-mobile
span:hover {
    opacity: 0.8;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a.more-desktop,
    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a.more-mobile,
    .article-detail
    .article-content
    .detail-page
    .article-gallery-strip
    a.more-desktop,
    .article-detail
    .article-content
    .detail-page
    .article-gallery-strip
    a.more-mobile,
    .article-detail
    .article-content
    .main-wrapper
    .article-gallery-strip
    a.more-desktop,
    .article-detail
    .article-content
    .main-wrapper
    .article-gallery-strip
    a.more-mobile {
        text-align: center;
        flex: 1 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a.more-desktop
    br,
    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a.more-mobile
    br,
    .article-detail
    .article-content
    .detail-page
    .article-gallery-strip
    a.more-desktop
    br,
    .article-detail
    .article-content
    .detail-page
    .article-gallery-strip
    a.more-mobile
    br,
    .article-detail
    .article-content
    .main-wrapper
    .article-gallery-strip
    a.more-desktop
    br,
    .article-detail
    .article-content
    .main-wrapper
    .article-gallery-strip
    a.more-mobile
    br {
        display: none;
    }
}

.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a.more-desktop,
.article-detail
.article-content
.detail-page
.article-gallery-strip
a.more-desktop,
.article-detail
.article-content
.main-wrapper
.article-gallery-strip
a.more-desktop {
    padding-left: 0px;
    max-width: 169px;
    flex: 1 0 30%;
    padding-top: 30px;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .article-gallery-strip
    a.more-desktop,
    .article-detail
    .article-content
    .detail-page
    .article-gallery-strip
    a.more-desktop,
    .article-detail
    .article-content
    .main-wrapper
    .article-gallery-strip
    a.more-desktop {
        display: none;
    }
}

.article-detail
.article-content
.main-article-detail
.article-gallery-strip
a
img,
.article-detail .article-content .detail-page .article-gallery-strip a img,
.article-detail .article-content .main-wrapper .article-gallery-strip a img {
    max-width: 100%;
    height: auto;
}

.article-detail .article-content .main-article-detail .bottom-tags,
.article-detail .article-content .detail-page .bottom-tags,
.article-detail .article-content .main-wrapper .bottom-tags {
    display: block;
    margin: 40px 0 40px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.article-detail
.article-content
.main-article-detail
.bottom-tags.tags-inside-feed,
.article-detail .article-content .detail-page .bottom-tags.tags-inside-feed,
.article-detail .article-content .main-wrapper .bottom-tags.tags-inside-feed {
    border-top: 1px solid rgba(27, 54, 93, 0.1);
    margin-top: 40px;
    margin-bottom: 40px;
}

.article-detail .article-content .main-article-detail .bottom-tags span,
.article-detail .article-content .detail-page .bottom-tags span,
.article-detail .article-content .main-wrapper .bottom-tags span {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #878787;
    display: inline-block;
    margin-right: 24px;
}

.article-detail .article-content .main-article-detail .bottom-tags a,
.article-detail .article-content .detail-page .bottom-tags a,
.article-detail .article-content .main-wrapper .bottom-tags a {
    color: #1B365D;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #1B365D;
    padding: 5px 10px;
    font-weight: 700;
    margin-bottom: 5px;
}

.article-detail .article-content .main-article-detail .bottom-tags a:hover,
.article-detail .article-content .detail-page .bottom-tags a:hover,
.article-detail .article-content .main-wrapper .bottom-tags a:hover {
    text-decoration: none;
    background-color: #1B365D;
    color: #F7FAFC;
}

.article-detail .article-content .main-article-detail .bottom-tags a.active,
.article-detail .article-content .detail-page .bottom-tags a.active,
.article-detail .article-content .main-wrapper .bottom-tags a.active {
    text-decoration: none;
    background-color: #1B365D;
    color: #F7FAFC;
}

.article-detail .article-content .main-article-detail .bottom-tags a:active,
.article-detail .article-content .main-article-detail .bottom-tags a:visited,
.article-detail .article-content .detail-page .bottom-tags a:active,
.article-detail .article-content .detail-page .bottom-tags a:visited,
.article-detail .article-content .main-wrapper .bottom-tags a:active,
.article-detail .article-content .main-wrapper .bottom-tags a:visited {
    text-decoration: none;
}

.article-detail .article-content .main-article-detail .bottom-buttons,
.article-detail .article-content .detail-page .bottom-buttons,
.article-detail .article-content .main-wrapper .bottom-buttons {
    display: block;
    margin-top: 40px;
}

.article-detail .article-content .main-article-detail .bottom-buttons .share,
.article-detail .article-content .main-article-detail .bottom-buttons .discuss,
.article-detail .article-content .detail-page .bottom-buttons .share,
.article-detail .article-content .detail-page .bottom-buttons .discuss,
.article-detail .article-content .main-wrapper .bottom-buttons .share,
.article-detail .article-content .main-wrapper .bottom-buttons .discuss {
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #00acf2;
    padding: 6.2px 18px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.article-detail
.article-content
.main-article-detail
.bottom-buttons
.share:hover,
.article-detail
.article-content
.main-article-detail
.bottom-buttons
.discuss:hover,
.article-detail .article-content .detail-page .bottom-buttons .share:hover,
.article-detail .article-content .detail-page .bottom-buttons .discuss:hover,
.article-detail .article-content .main-wrapper .bottom-buttons .share:hover,
.article-detail .article-content .main-wrapper .bottom-buttons .discuss:hover {
    opacity: 0.9;
}

.article-detail
.article-content
.main-article-detail
.bottom-buttons
.fb-like
> span,
.article-detail
.article-content
.main-article-detail
.bottom-buttons
.fb-share-button
> span,
.article-detail .article-content .detail-page .bottom-buttons .fb-like > span,
.article-detail
.article-content
.detail-page
.bottom-buttons
.fb-share-button
> span,
.article-detail .article-content .main-wrapper .bottom-buttons .fb-like > span,
.article-detail
.article-content
.main-wrapper
.bottom-buttons
.fb-share-button
> span {
    vertical-align: middle !important;
    height: 30px !important;
}

.article-detail .article-content .main-article-detail .bottom-buttons .discuss,
.article-detail .article-content .detail-page .bottom-buttons .discuss,
.article-detail .article-content .main-wrapper .bottom-buttons .discuss {
    background-color: #4267b2;
}

.article-detail
.article-content
.main-article-detail
.bottom-buttons
.discuss::before,
.article-detail .article-content .detail-page .bottom-buttons .discuss::before,
.article-detail
.article-content
.main-wrapper
.bottom-buttons
.discuss::before {
    width: 15px;
    height: 13px;
    content: '';
    display: inline-block;
    background-image: url('../images/chat-bubble.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}

@media screen and (max-width: 325px) {
    .article-detail
    .article-content
    .main-article-detail
    .bottom-buttons
    .discuss,
    .article-detail .article-content .detail-page .bottom-buttons .discuss,
    .article-detail .article-content .main-wrapper .bottom-buttons .discuss {
        margin-top: 14px;
    }
}

.article-detail .article-content .main-article-detail #comments,
.article-detail .article-content .detail-page #comments,
.article-detail .article-content .main-wrapper #comments {
    display: none;
}

.article-detail .article-content .main-article-detail .gallery,
.article-detail .article-content .detail-page .gallery,
.article-detail .article-content .main-wrapper .gallery {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail .gallery,
    .article-detail .article-content .detail-page .gallery,
    .article-detail .article-content .main-wrapper .gallery {
        margin-bottom: 20px;
    }
}

.article-detail .article-content .main-article-detail .gallery span,
.article-detail .article-content .detail-page .gallery span,
.article-detail .article-content .main-wrapper .gallery span {
    color: #4a4b4b;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
}

.article-detail .article-content .main-article-detail .gallery .gallery-title,
.article-detail .article-content .detail-page .gallery .gallery-title,
.article-detail .article-content .main-wrapper .gallery .gallery-title {
    color: #1B365D;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

.article-detail
.article-content
.main-article-detail
.gallery
.gallery-title:hover,
.article-detail .article-content .detail-page .gallery .gallery-title:hover,
.article-detail .article-content .main-wrapper .gallery .gallery-title:hover {
    text-decoration: underline;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .gallery
    .article-gallery-strip,
    .article-detail .article-content .detail-page .gallery .article-gallery-strip,
    .article-detail
    .article-content
    .main-wrapper
    .gallery
    .article-gallery-strip {
        justify-content: space-between;
    }
}

.article-detail
.article-content
.main-article-detail
.gallery
.article-gallery-strip
a,
.article-detail .article-content .detail-page .gallery .article-gallery-strip a,
.article-detail
.article-content
.main-wrapper
.gallery
.article-gallery-strip
a {
    max-width: 15.4%;
    flex: 1 0 15.4%;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .gallery
    .article-gallery-strip
    a,
    .article-detail
    .article-content
    .detail-page
    .gallery
    .article-gallery-strip
    a,
    .article-detail
    .article-content
    .main-wrapper
    .gallery
    .article-gallery-strip
    a {
        margin-bottom: 16px;
        max-width: 31%;
        flex: 1 0 31%;
    }
}

.article-detail
.article-content
.main-article-detail
.gallery
.article-gallery-strip
a.more-mobile,
.article-detail
.article-content
.main-article-detail
.gallery
.article-gallery-strip
a.more-desktop,
.article-detail
.article-content
.detail-page
.gallery
.article-gallery-strip
a.more-mobile,
.article-detail
.article-content
.detail-page
.gallery
.article-gallery-strip
a.more-desktop,
.article-detail
.article-content
.main-wrapper
.gallery
.article-gallery-strip
a.more-mobile,
.article-detail
.article-content
.main-wrapper
.gallery
.article-gallery-strip
a.more-desktop {
    max-width: 160px;
    flex: 1 0 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 24px;
}

.article-detail
.article-content
.main-article-detail
.gallery
.article-gallery-strip
a.more-mobile
span,
.article-detail
.article-content
.main-article-detail
.gallery
.article-gallery-strip
a.more-desktop
span,
.article-detail
.article-content
.detail-page
.gallery
.article-gallery-strip
a.more-mobile
span,
.article-detail
.article-content
.detail-page
.gallery
.article-gallery-strip
a.more-desktop
span,
.article-detail
.article-content
.main-wrapper
.gallery
.article-gallery-strip
a.more-mobile
span,
.article-detail
.article-content
.main-wrapper
.gallery
.article-gallery-strip
a.more-desktop
span {
    width: 100%;
    padding: 12px 0;
}

@media screen and (max-width: 980px) {
    .article-detail
    .article-content
    .main-article-detail
    .gallery
    .article-gallery-strip
    a.more-mobile,
    .article-detail
    .article-content
    .main-article-detail
    .gallery
    .article-gallery-strip
    a.more-desktop,
    .article-detail
    .article-content
    .detail-page
    .gallery
    .article-gallery-strip
    a.more-mobile,
    .article-detail
    .article-content
    .detail-page
    .gallery
    .article-gallery-strip
    a.more-desktop,
    .article-detail
    .article-content
    .main-wrapper
    .gallery
    .article-gallery-strip
    a.more-mobile,
    .article-detail
    .article-content
    .main-wrapper
    .gallery
    .article-gallery-strip
    a.more-desktop {
        text-align: center;
        flex: 1 0 100%;
        max-width: 100%;
        padding-top: 0;
    }

    .article-detail
    .article-content
    .main-article-detail
    .gallery
    .article-gallery-strip
    a.more-mobile
    span,
    .article-detail
    .article-content
    .main-article-detail
    .gallery
    .article-gallery-strip
    a.more-desktop
    span,
    .article-detail
    .article-content
    .detail-page
    .gallery
    .article-gallery-strip
    a.more-mobile
    span,
    .article-detail
    .article-content
    .detail-page
    .gallery
    .article-gallery-strip
    a.more-desktop
    span,
    .article-detail
    .article-content
    .main-wrapper
    .gallery
    .article-gallery-strip
    a.more-mobile
    span,
    .article-detail
    .article-content
    .main-wrapper
    .gallery
    .article-gallery-strip
    a.more-desktop
    span {
        max-width: 162px;
        margin: 0 auto;
    }
}

.article-detail .article-content .main-article-detail .topic-in-content,
.article-detail .article-content .detail-page .topic-in-content,
.article-detail .article-content .main-wrapper .topic-in-content {
    border-radius: 8px;
    background-color: #e5f8ff;
    padding: 24px 32px;
    margin-bottom: 32px;
    max-width: 595px;
}

.article-detail .article-content .main-article-detail .topic-in-content span,
.article-detail .article-content .detail-page .topic-in-content span,
.article-detail .article-content .main-wrapper .topic-in-content span {
    color: #878787;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
}

.article-detail .article-content .main-article-detail .topic-in-content h3,
.article-detail .article-content .detail-page .topic-in-content h3,
.article-detail .article-content .main-wrapper .topic-in-content h3 {
    margin: 0 0 8px;
    color: #00acf2;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
}

.article-detail .article-content .main-article-detail .topic-in-content p,
.article-detail .article-content .detail-page .topic-in-content p,
.article-detail .article-content .main-wrapper .topic-in-content p {
    color: #808080;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.article-detail .article-content .main-article-detail .topic-in-content a,
.article-detail .article-content .detail-page .topic-in-content a,
.article-detail .article-content .main-wrapper .topic-in-content a {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    display: block;
    position: relative;
}

.article-detail .article-content .main-article-detail .topic-in-content a:hover,
.article-detail .article-content .detail-page .topic-in-content a:hover,
.article-detail .article-content .main-wrapper .topic-in-content a:hover {
    text-decoration: underline;
}

.article-detail
.article-content
.main-article-detail
.topic-in-content
a::after,
.article-detail .article-content .detail-page .topic-in-content a::after,
.article-detail .article-content .main-wrapper .topic-in-content a::after {
    width: 40px;
    height: 1px;
    background-color: #d4d4d4;
    content: '';
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
}

.article-detail
.article-content
.main-article-detail
.topic-in-content
a.more-link,
.article-detail .article-content .detail-page .topic-in-content a.more-link,
.article-detail .article-content .main-wrapper .topic-in-content a.more-link {
    color: #00acf2;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.article-detail
.article-content
.main-article-detail
.topic-in-content
a.more-link::after,
.article-detail
.article-content
.detail-page
.topic-in-content
a.more-link::after,
.article-detail
.article-content
.main-wrapper
.topic-in-content
a.more-link::after {
    display: none;
}

.article-detail
.article-content
.main-article-detail
.topic-in-content
.article-block,
.article-detail .article-content .detail-page .topic-in-content .article-block,
.article-detail
.article-content
.main-wrapper
.topic-in-content
.article-block {
    display: flex;
    margin-top: 17px;
    margin-bottom: 17px;
}

@media screen and (max-width: 680px) {
    .article-detail
    .article-content
    .main-article-detail
    .topic-in-content
    .article-block,
    .article-detail
    .article-content
    .detail-page
    .topic-in-content
    .article-block,
    .article-detail
    .article-content
    .main-wrapper
    .topic-in-content
    .article-block {
        flex-flow: column;
        margin-bottom: 0;
    }
}

.article-detail
.article-content
.main-article-detail
.topic-in-content
.article-block
.image,
.article-detail
.article-content
.detail-page
.topic-in-content
.article-block
.image,
.article-detail
.article-content
.main-wrapper
.topic-in-content
.article-block
.image {
    flex: 1 0 34%;
    max-width: 144px;
    margin: 0 17px 0 0;
}

.article-detail
.article-content
.main-article-detail
.topic-in-content
.article-block
.image
a::after,
.article-detail
.article-content
.detail-page
.topic-in-content
.article-block
.image
a::after,
.article-detail
.article-content
.main-wrapper
.topic-in-content
.article-block
.image
a::after {
    display: none;
}

@media screen and (max-width: 680px) {
    .article-detail
    .article-content
    .main-article-detail
    .topic-in-content
    .article-block
    .image,
    .article-detail
    .article-content
    .detail-page
    .topic-in-content
    .article-block
    .image,
    .article-detail
    .article-content
    .main-wrapper
    .topic-in-content
    .article-block
    .image {
        flex: 1 0 100%;
        margin-bottom: 8px;
    }
}

.article-detail
.article-content
.main-article-detail
.topic-in-content
.article-block
.content,
.article-detail
.article-content
.detail-page
.topic-in-content
.article-block
.content,
.article-detail
.article-content
.main-wrapper
.topic-in-content
.article-block
.content {
    max-width: 59%;
    flex: 1 0 59%;
}

@media screen and (max-width: 680px) {
    .article-detail
    .article-content
    .main-article-detail
    .topic-in-content
    .article-block
    .content,
    .article-detail
    .article-content
    .detail-page
    .topic-in-content
    .article-block
    .content,
    .article-detail
    .article-content
    .main-wrapper
    .topic-in-content
    .article-block
    .content {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.article-detail
.article-content
.main-article-detail
.topic-in-content
.article-block
.content
a,
.article-detail
.article-content
.detail-page
.topic-in-content
.article-block
.content
a,
.article-detail
.article-content
.main-wrapper
.topic-in-content
.article-block
.content
a {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

@media screen and (max-width: 680px) {
    .article-detail
    .article-content
    .main-article-detail
    .topic-in-content
    .article-block
    .content
    a,
    .article-detail
    .article-content
    .detail-page
    .topic-in-content
    .article-block
    .content
    a,
    .article-detail
    .article-content
    .main-wrapper
    .topic-in-content
    .article-block
    .content
    a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }
}

.article-detail
.article-content
.main-article-detail
.topic-in-content
.article-block
.content
a::after,
.article-detail
.article-content
.detail-page
.topic-in-content
.article-block
.content
a::after,
.article-detail
.article-content
.main-wrapper
.topic-in-content
.article-block
.content
a::after {
    display: none;
}

@media screen and (max-width: 680px) {
    .article-detail
    .article-content
    .main-article-detail
    .topic-in-content
    .article-block
    .content
    a::after,
    .article-detail
    .article-content
    .detail-page
    .topic-in-content
    .article-block
    .content
    a::after,
    .article-detail
    .article-content
    .main-wrapper
    .topic-in-content
    .article-block
    .content
    a::after {
        display: block;
    }
}

.article-detail .article-content .main-article-detail .author-box,
.article-detail .article-content .detail-page .author-box,
.article-detail .article-content .main-wrapper .author-box {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 0;
    margin-top: 22px;
}

@media screen and (max-width: 980px) {
    .article-detail .article-content .main-article-detail .author-box,
    .article-detail .article-content .detail-page .author-box,
    .article-detail .article-content .main-wrapper .author-box {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.article-detail
.article-content
.main-article-detail
.author-box
.profile-image,
.article-detail .article-content .detail-page .author-box .profile-image,
.article-detail .article-content .main-wrapper .author-box .profile-image {
    max-width: 56px;
    margin-right: 18px;
    flex: 1 0 12%;
}

@media screen and (max-width: 680px) {
    .article-detail
    .article-content
    .main-article-detail
    .author-box
    .profile-image,
    .article-detail .article-content .detail-page .author-box .profile-image,
    .article-detail .article-content .main-wrapper .author-box .profile-image {
        margin-bottom: 15px;
        flex: 1 0 56px;
    }
}

.article-detail
.article-content
.main-article-detail
.author-box
.profile-image
img,
.article-detail .article-content .detail-page .author-box .profile-image img,
.article-detail .article-content .main-wrapper .author-box .profile-image img {
    border-radius: 50%;
}

.article-detail .article-content .main-article-detail .author-box .author-info,
.article-detail .article-content .detail-page .author-box .author-info,
.article-detail .article-content .main-wrapper .author-box .author-info {
    max-width: 85%;
    flex: 1 0 85%;
    margin-bottom: 15px;
}

@media screen and (max-width: 680px) {
    .article-detail
    .article-content
    .main-article-detail
    .author-box
    .author-info,
    .article-detail .article-content .detail-page .author-box .author-info,
    .article-detail .article-content .main-wrapper .author-box .author-info {
        flex: 1 0 70%;
        max-width: 70%;
    }
}

.article-detail
.article-content
.main-article-detail
.author-box
.author-info
span,
.article-detail .article-content .detail-page .author-box .author-info span,
.article-detail .article-content .main-wrapper .author-box .author-info span {
    color: #4a4b4b;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.article-detail
.article-content
.main-article-detail
.author-box
.author-info
h1,
.article-detail .article-content .detail-page .author-box .author-info h1,
.article-detail .article-content .main-wrapper .author-box .author-info h1 {
    color: #1B365D;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}

.article-detail
.article-content
.main-article-detail
.author-box
.author-info
p,
.article-detail .article-content .detail-page .author-box .author-info p,
.article-detail .article-content .main-wrapper .author-box .author-info p {
    color: #2e2e2e;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.article-detail .article-content .main-article-detail .author-box p,
.article-detail .article-content .detail-page .author-box p,
.article-detail .article-content .main-wrapper .author-box p {
    max-width: 100%;
    flex: 1 0 100%;
    color: #1d1e1e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin: 16px 0 0;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail .author-box p,
    .article-detail .article-content .detail-page .author-box p,
    .article-detail .article-content .main-wrapper .author-box p {
        max-width: 100%;
        flex: 1 0 100%;
        margin-left: 0;
    }
}

.article-detail .article-content .main-article-detail .tag-box h1,
.article-detail .article-content .detail-page .tag-box h1,
.article-detail .article-content .main-wrapper .tag-box h1 {
    margin: 0 0 19px;
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-size: 700;
    line-height: 40px;
    color: #1B365D;
}

.article-detail .article-content .main-article-detail .tag-box p,
.article-detail .article-content .detail-page .tag-box p,
.article-detail .article-content .main-wrapper .tag-box p {
    margin: 0;
    color: #1d1e1e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.article-detail .article-content .main-article-detail aside,
.article-detail .article-content .detail-page aside,
.article-detail .article-content .main-wrapper aside {
    max-width: 300px;
    flex: 1 0 30%;
    min-width: 300px;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content .main-article-detail aside,
    .article-detail .article-content .detail-page aside,
    .article-detail .article-content .main-wrapper aside {
        display: none;
    }
}

.article-detail .article-content aside {
    max-width: 300px;
    flex: 1 0 30%;
    min-width: 300px;
}

@media screen and (max-width: 680px) {
    .article-detail .article-content aside {
        display: none;
    }
}

.article-detail .article-content .bottom-articles-list {
    margin: 48px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    text-align: center;
}

.article-detail .article-content .bottom-articles-list.no-top-margin {
    margin-top: 0 !important;
}

@media only screen and (max-width: 680px) {
    .article-detail .article-content .bottom-articles-list {
        margin: 44px 20px;
    }

    .article-detail .article-content .bottom-articles-list.no-top-margin {
        margin-top: 0 !important;
    }
}

.article-detail .article-content .bottom-articles-list h1,
.article-detail .article-content .bottom-articles-list h2,
.article-detail .article-content .bottom-articles-list h3 {
    margin: 0 0 36px;
    color: #1B365D;
    font-family: 'Roboto Slab', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    flex: 1 0 100%;
    max-width: 100%;
    text-align: left;
}

.archive .article-detail .article-content .bottom-articles-list h2,
.archive .article-detail .article-content .bottom-articles-list h1 {
    margin-bottom: 19px;
    text-align: left;
}

@media only screen and (max-width: 680px) {
    .archive .article-detail .article-content .bottom-articles-list h1,
    .archive .article-detail .article-content .bottom-articles-list h2 {
        margin-bottom: 39px;
    }

    .article-detail .article-content .bottom-articles-list h2,
    .article-detail .article-content .bottom-articles-list h1 {
        text-align: center;
        margin-bottom: 39px;
    }
}

.article-detail .article-content .bottom-articles-list .tag-description p {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}

.article-detail .article-content .bottom-articles-list--list {
    width: 100%;
}

.article-detail .article-content .bottom-articles-list--list article {
    display: flex;
    margin-bottom: 14px;
    flex-flow: wrap;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(27, 54, 93, 0.1);
    text-align: left;
}

@media only screen and (max-width: 980px) {
    .article-detail .article-content .bottom-articles-list--list article {
        border-bottom: 0;
        margin-bottom: 31px;
    }
}

.article-detail
.article-content
.bottom-articles-list--list
article:last-of-type {
    margin-bottom: 46px;
    border-bottom: 0;
}

.article-detail .article-content .bottom-articles-list--list article .image,
.article-detail
.article-content
.bottom-articles-list--list
article
.image-wrapper {
    max-width: 324px;
    flex: 1 0 49%;
}

@media only screen and (max-width: 980px) {
    .article-detail .article-content .bottom-articles-list--list article .image,
    .article-detail
    .article-content
    .bottom-articles-list--list
    article
    .image-wrapper {
        max-width: 314px;
        margin-bottom: 0;
    }
}

.article-detail
.article-content
.bottom-articles-list--list
article
.image.video,
.article-detail
.article-content
.bottom-articles-list--list
article
.image-wrapper.video {
    position: relative;
}

.article-detail
.article-content
.bottom-articles-list--list
article
.image.video::after,
.article-detail
.article-content
.bottom-articles-list--list
article
.image-wrapper.video::after {
    width: 40px;
    height: 40px;
    background-color: #00acf2;
    background-image: url('../images/play-button-triangle.png');
    background-size: 40% auto;
    background-position: 60% 50%;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.article-detail
.article-content
.bottom-articles-list--list
article
.image.video:hover::after,
.article-detail
.article-content
.bottom-articles-list--list
article
.image-wrapper.video:hover::after {
    opacity: 0.7;
}

.article-detail
.article-content
.bottom-articles-list--list
article
.image
[data-category]::before,
.article-detail
.article-content
.bottom-articles-list--list
article
.image-wrapper
[data-category]::before {
    content: attr(data-category);
    display: inline-block;
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute;
    padding: 4px 16px 6px 16px;
    background-color: #00acf2;
    border-radius: 0 0 150px 0;
}

@media only screen and (max-width: 680px) {
    .article-detail .article-content .bottom-articles-list--list article .image,
    .article-detail
    .article-content
    .bottom-articles-list--list
    article
    .image-wrapper {
        max-width: 100%;
        flex: 1 0 100%;
        margin-bottom: 0;
    }

    .article-detail
    .article-content
    .bottom-articles-list--list
    article
    .image
    img,
    .article-detail
    .article-content
    .bottom-articles-list--list
    article
    .image-wrapper
    img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

.article-detail .article-content .bottom-articles-list--list article .content {
    max-width: 45.5%;
    flex: 1 0 45.5%;
    margin-left: 5.5%;
    align-self: center;
}

@media only screen and (max-width: 680px) {
    .article-detail
    .article-content
    .bottom-articles-list--list
    article
    .content {
        max-width: 100%;
        flex: 1 0 100%;
        margin: 0;
        text-align: center;
    }
}

.article-detail .article-content .bottom-articles-list--list article h1,
.article-detail .article-content .bottom-articles-list--list article h2,
.article-detail .article-content .bottom-articles-list--list article h3 {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    max-width: 292px;
}

.article-detail .article-content .bottom-articles-list--list article h1 a,
.article-detail .article-content .bottom-articles-list--list article h2 a,
.article-detail .article-content .bottom-articles-list--list article h3 a {
    color: #2b2b2b;
    text-decoration: none;
}

.article-detail .article-content .bottom-articles-list--list article h1 a:hover,
.article-detail .article-content .bottom-articles-list--list article h2 a:hover,
.article-detail
.article-content
.bottom-articles-list--list
article
h3
a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 980px) {
    .article-detail .article-content .bottom-articles-list--list article h1,
    .article-detail .article-content .bottom-articles-list--list article h2,
    .article-detail .article-content .bottom-articles-list--list article h3 {
        margin-top: 19px;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

.article-detail .article-content .bottom-articles-list--list a.more-articles {
    margin-top: 38px;
}

body.gallery {
    padding: 0;
    margin: 0;
    background-color: #000000;
}

body.gallery .gallery-header {
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100vw;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background-color: #000000;
    padding-top: 14px;
    padding-bottom: 20px;
    height: 70px;
}

@media screen and (max-width: 1060px) {
    body.gallery .gallery-header {
        padding-top: 14px;
        padding-bottom: 10px;
    }
}

body.gallery .gallery-header .logo {
    order: 1;
    padding: 0;
    margin: 0 0 0 37px;
    height: auto;
    position: relative;
}

@media screen and (max-width: 1060px) {
    body.gallery .gallery-header .logo {
        margin-left: 0;
        max-width: 142px;
        flex: 1 0 142px;
    }
}

body.gallery .gallery-header .logo a {
    background-image: url('../images/logo-gallery.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
    height: 40px;
    width: 142px;
    display: inline-block;
    position: relative;
    top: 5px;
}

body.gallery .gallery-header .navigation {
    order: 3;
    padding-left: 15px;
    padding-right: 90px;
    white-space: nowrap;
}

@media screen and (max-width: 1060px) {
    body.gallery .gallery-header .navigation {
        order: 2;
    }
}

@media screen and (max-width: 680px) {
    body.gallery .gallery-header .navigation {
        padding-left: 0px;
        padding-right: 0;
        padding-top: 5px;
    }
}

@media screen and (max-width: 680px) {
    body.gallery .gallery-header .navigation {
        max-width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
}

body.gallery .gallery-header .navigation span {
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    display: inline-block;
    height: 34px;
}

@media screen and (max-width: 680px) {
    body.gallery .gallery-header .navigation span {
        font-size: 22px;
        height: auto;
    }
}

body.gallery .gallery-header .navigation .prev-image {
    margin-right: 14px;
}

body.gallery .gallery-header .navigation .next-image {
    margin-left: 14px;
}

body.gallery .gallery-header .navigation .prev-image,
body.gallery .gallery-header .navigation .next-image {
    display: inline-block;
    height: 32px;
}

body.gallery .gallery-header .navigation .prev-image:hover,
body.gallery .gallery-header .navigation .next-image:hover {
    opacity: 0.7;
}

body.gallery .gallery-header .navigation .prev-image img,
body.gallery .gallery-header .navigation .next-image img {
    vertical-align: bottom;
    border: 0;
}

@media screen and (max-width: 980px) {
    body.gallery .gallery-header:not(.last) .navigation .prev-image,
    body.gallery .gallery-header:not(.last) .navigation .next-image {
        display: none;
    }
}

body.gallery .gallery-header .close {
    order: 4;
    height: 30px;
    width: 30px;
    margin-right: 24px;
    font-size: 0;
}

@media screen and (max-width: 1060px) {
    body.gallery .gallery-header .close {
        order: 2;
        margin-right: 0;
    }
}

body.gallery .gallery-header .close a {
    height: 30px;
    width: 30px;
    display: inline-block;
}

@media screen and (max-width: 680px) {
    body.gallery .gallery-header .close {
        order: 3;
        max-width: 40px;
        padding-top: 5px;
    }

    body.gallery .gallery-header .close img {
        vertical-align: middle;
        height: 28px;
        width: auto;
    }
}

body.gallery .gallery-header .close:hover {
    opacity: 0.7;
}

body.gallery .gallery-header .desktop-title {
    order: 2;
    display: flex;
    align-items: center;
    min-width: 0;
    padding-left: 35px;
    padding-right: 35px;
}

body.gallery .gallery-header .desktop-title .prev-image {
    display: none;
    flex: 0 0 50px;
    margin-right: 15px;
}

body.gallery .gallery-header .desktop-title .next-image {
    display: none;
    flex: 0 0 50px;
    margin-left: 15px;
}

body.gallery .gallery-header .desktop-title .prev-image:hover {
    opacity: 0.7;
}

body.gallery .gallery-header .desktop-title .next-image:hover {
    opacity: 0.7;
}

body.gallery .gallery-header .desktop-title h1 {
    color: #F6AD55;
    font-size: 1.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-block-start: 0;
    margin-block-end: 0;
}

body.gallery .gallery-header .desktop-title h1 a {
    color: #F6AD55;
    text-decoration: none;
}

body.gallery .gallery-header .desktop-title h1 a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 980px) {
    body.gallery .gallery-header .desktop-title {
        display: none;
    }
}

body.gallery .gallery-header-mobile-title {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 80px 16px 16px 16px;
    display: none;
    align-items: center;
    min-width: 0;
    background-color: #000000;
    position: relative;
    z-index: 20;
}

body.gallery .gallery-header-mobile-title .prev-image {
    flex: 0 0 50px;
    display: inline;
    margin-right: 15px;
}

body.gallery .gallery-header-mobile-title .next-image {
    flex: 0 0 50px;
    display: inline;
    margin-left: 15px;
}

body.gallery .gallery-header-mobile-title .prev-image:hover {
    opacity: 0.7;
}

body.gallery .gallery-header-mobile-title .next-image:hover {
    opacity: 0.7;
}

body.gallery .gallery-header-mobile-title h1 {
    color: #F6AD55;
    font-size: 1.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-block-start: 0;
    margin-block-end: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    display: -webkit-box;
}

body.gallery .gallery-header-mobile-title h1 a {
    color: #F6AD55;
    text-decoration: none;
}

body.gallery .gallery-header-mobile-title h1 a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 980px) {
    body.gallery .gallery-header-mobile-title {
        display: block;
    }

    body.gallery .gallery-header-mobile-title .prev-image,
    body.gallery .gallery-header-mobile-title .next-image {
        display: none;
    }
}

body.gallery .main-container {
    text-align: center;
    background-color: #000000;
    z-index: 999999;
}

@media screen and (max-width: 980px) {
    body.gallery .main-container {
        z-index: 15;
    }
}

body.gallery .main-container .gallery-container {
    max-width: 1080px;
    text-align: left;
    margin: 0 auto 0;
    background-color: #000000;
    z-index: 99;
    padding: 22px 30px;
}

@media screen and (max-width: 980px) {
    body.gallery .main-container .gallery-container {
        z-index: 20;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 680px) {
    body.gallery .main-container .gallery-container {
        padding: 0 0 25px 0;
        margin-top: 0;
    }
}

body.gallery .main-container .gallery-container .content-container {
    display: flex;
    flex-flow: wrap;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container {
    flex: 1 0 65%;
    max-width: 65%;
    margin-right: 4%;
    position: relative;
}

@media only screen and (max-width: 980px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container {
        margin-right: 0;
        flex: 1 0 100%;
        max-width: 100%;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
h2,
body.gallery
.main-container
.gallery-container
.content-container
.image-container
h1 {
    margin: 0 0 36px;
    color: #F7FAFC;
    font-family: 'Roboto Slab', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    flex: 1 0 100%;
    max-width: 100%;
    text-align: left;
}

@media only screen and (max-width: 680px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    h2,
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    h1 {
        text-align: center;
        margin-bottom: 39px;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 680px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .articles-feed {
        padding-left: 16px;
        padding-right: 16px;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed
article {
    flex: 1 0 48%;
    /max-width: 48%;
    margin-bottom: 52px;
}

@media only screen and (max-width: 980px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .articles-feed
    article {
        flex: 1 0 48%;
        max-width: 48%;
        margin-bottom: 38px;
    }

    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .articles-feed
    article:last-of-type {
        margin-bottom: 0;
    }

    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .articles-feed
    article:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 680px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .articles-feed
    article {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 38px;
    }

    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .articles-feed
    article:last-of-type {
        margin-bottom: 0;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed
article:last-child {
    margin-right: 0;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed
article
.image
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed
article
h1,
body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed
article
h2 {
    color: #F7FAFC;
    font-family: 'Roboto Slab', serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    max-width: 292px;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed
article
h1
a,
body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed
article
h2
a {
    color: #F7FAFC;
    text-decoration: none;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed
article
h1
a:hover,
body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed
article
h2
a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 980px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .articles-feed
    article
    h1,
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .articles-feed
    article
    h2 {
        margin-top: 19px;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.articles-feed
article
[data-category]::before {
    content: attr(data-category);
    display: inline-block;
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute;
    padding: 4px 16px 6px 16px;
    background-color: #00acf2;
    border-radius: 0 0 150px 0;
}

@media only screen and (max-width: 680px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .articles-feed
    article
    .thumbnail-image
    img {
        width: 100%;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.image {
    display: block;
    position: relative;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.image
a.next-image,
body.gallery
.main-container
.gallery-container
.content-container
.image-container
.image
a.prev-image {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #1B365D;
    background-image: url('../images/more-btn-arrow.svg');
    transform: rotate(180deg);
    background-size: 15px auto;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    color: transparent;
    opacity: 0.7;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.image
a.next-image {
    margin-right: 15px;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.image
a.prev-image {
    margin-left: 15px;
}

@media only screen and (max-width: 980px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .image
    a.next-image {
        margin-right: 36px;
    }

    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .image
    a.prev-image {
        margin-left: 36px;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.image
a.next-image:hover,
body.gallery
.main-container
.gallery-container
.content-container
.image-container
.image
a.prev-image:hover {
    opacity: 1;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.image
a.next-image {
    background-image: url('../images/more-btn-arrow.svg');
    background-size: 15px auto;
    background-position: center center;
    background-repeat: no-repeat;
    transform: none;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.image
img {
    margin-top: 0;
    width: 100%;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
p {
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

@media only screen and (max-width: 680px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    p {
        text-align: left;
        padding-left: 16px;
        padding-right: 16px;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
span {
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
    display: block;
}

@media only screen and (max-width: 680px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    span {
        text-align: left;
        padding-left: 16px;
        padding-right: 16px;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
span.image-source {
    text-align: right;
    opacity: 0.9;
    color: #F7FAFC;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

@media only screen and (max-width: 680px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    span.image-source {
        text-align: left;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel {
    display: none;
}

@media only screen and (max-width: 680px) {
    body.gallery
    .main-container
    .gallery-container
    .content-container
    .image-container
    .bottom-panel {
        display: block;
    }
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.bottom-buttons {
    display: block;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.bottom-buttons
.share,
body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.bottom-buttons
.discuss {
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #00acf2;
    padding: 5px 18px;
    text-decoration: none;
    position: relative;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.bottom-buttons
.share:hover,
body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.bottom-buttons
.discuss:hover {
    opacity: 0.9;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.bottom-buttons
.discuss::before {
    width: 15px;
    height: 13px;
    content: '';
    display: inline-block;
    background-image: url('../images/chat-bubble.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.bottom-buttons
span {
    opacity: 0.9;
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    /*margin-left: 14%;*/
    padding-left: 0;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.control-button {
    position: relative;
    padding-top: 19px;
    padding-bottom: 19px;
    z-index: 99999;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.control-button
.next-image,
body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.control-button
.prev-image {
    width: 13px;
    height: 26px;
    display: inline-block;
    background-image: url('../images/more-btn-arrow-reverse.svg');
    background-size: cover;
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    left: 9px;
    top: 12px;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.control-button
.next-image:hover,
body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.control-button
.prev-image:hover {
    opacity: 0.8;
}

body.gallery
.main-container
.gallery-container
.content-container
.image-container
.bottom-panel
.control-button
.next-image {
    left: auto;
    right: 9px;
    transform: rotate(-180deg);
}

body.gallery .main-container .gallery-container .content-container .sidebar {
    max-width: 31%;
    flex: 1 0 31%;
}

@media only screen and (max-width: 980px) {
    body.gallery .main-container .gallery-container .content-container .sidebar {
        display: none;
    }
}

.ad-Leaderboard-1 {
    margin: 0 auto;
}

.gallery #brandingCreativeWrapper {
    top: 73px !important;
}

.button {
    color: #F7FAFC;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #00acf2;
    padding: 8px 32px;
    text-decoration: none;
    display: inline-block;
}

@media screen and (max-width: 680px) {
    .button {
        width: 100%;
        text-align: center;
    }
}

.button:hover {
    opacity: 0.9;
}

.footer-margin {
    margin-bottom: 80px;
}

img {
    max-width: 100%;
    height: auto;
}

footer {
    background-color: #F7FAFC;
    text-align: center;
    width: 100%;
    z-index: 9999;
    position: relative;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 680px) {
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

footer .container {
    max-width: 1080px;
    padding: 54px 30px 52px;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    footer .container {
        max-width: 100%;
        padding-left: 0;
        paddinr-right: 0;
    }
}

footer span.heading {
    margin: 0;
    color: #1B365D;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    display: block;
}

footer .copyright {
    color: #4A5568;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 980px) {
    footer .copyright {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
        line-height: 1.5em;
    }
}

footer .social-icons {
    margin: 37px auto 40px;
}

footer .social-icons a {
    color: #1d1e1e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: inline-block;
}

@media only screen and (max-width: 980px) {
    footer .social-icons {
        max-width: 140px;
    }

    footer .social-icons a {
        width: 100%;
        display: block;
        margin-bottom: 14px;
        text-align: left;
    }

    footer .social-icons a:nth-last-of-type() {
        margin-bottom: 0;
    }
}

footer .social-icons a:not(:last-child) {
    margin-right: 40px;
}

footer .social-icons a img {
    vertical-align: middle;
    margin-right: 8px;
}

footer .social-icons a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

footer ul {
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid rgba(29, 30, 30, 0.2);
    border-bottom: 1px solid rgba(29, 30, 30, 0.2);
    padding: 16px 41px;
    display: block;
    max-width: 100%;
}

@media only screen and (max-width: 980px) {
    footer ul {
        padding: 16px 20px;
    }
}

footer ul li {
    font-size: 16px;
    line-height: 28px;
    color: #4a4b4b;
    display: inline-block;
    margin: 0;
    margin-right: 36px;
}

@media only screen and (max-width: 980px) {
    footer ul li {
        margin-bottom: 12px;
        display: block;
        margin-right: 0;
    }

    footer ul li:last-of-type() {
        margin-bottom: 0;
    }
}

footer ul li a {
    color: #4a4b4b;
    text-decoration: none;
}

footer ul li a:visited,
footer ul li a:active {
    color: #4a4b4b;
}

footer ul li a:hover {
    text-decoration: underline;
}

.video-thumbnail-container,
.main-article-detail .video-thumbnail-container {
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
}

#main-video-container,
.video-thumbnail-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
}

.video-thumbnail-container .extra-embed {
    aspect-ratio: 16/9;
}

@media screen and (min-width: 1080px) {
    .video-thumbnail-container,
    .main-article-detail .video-thumbnail-container,
    #seznam-video-container {
        min-height: 378px;
        min-width: 672px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    .video-thumbnail-container,
    .main-article-detail .video-thumbnail-container,
    #seznam-video-container {
        width: 100%;
    }
}

.video-embed-thumbnail,
.main-article-detail .video-thumbnail-container iframe,
.main-article-detail .video-thumbnail-container .video-embed-thumbnail,
.main-article-detail .video-thumbnail-container .extra-embed,
.video-thumbnail-container .extra-embed,
#seznam-video-container iframe,
body.seznam-ads .extra-miniplayer iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.archive .article-detail .article-content .bottom-articles-list {
    margin-top: 34px;
}

.archive .article-detail .article-content .main-article-detail div.term-description,
.archive .article-detail .article-content .detail-page div.term-description,
.archive .article-detail .article-content .main-wrapper div.term-description {
    color: #1d1e1e;
    font-size: 16px;
    font-weight: 400;
    text-align: left !important;
    margin-bottom: 20px;
}

.archive .article-detail .article-content .main-article-detail div.term-description h2,
.archive .article-detail .article-content .detail-page div.term-description h2,
.archive .article-detail .article-content .main-wrapper div.term-description h2 {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 14px;
}

.archive .article-detail .article-content .main-article-detail div.term-description h3,
.archive .article-detail .article-content .detail-page div.term-description h3,
.archive .article-detail .article-content .main-wrapper div.term-description h3 {
    color: #2b2b2b;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 14px;
}

.archive .article-detail .article-content .main-article-detail div.term-description p,
.archive .article-detail .article-content .detail-page div.term-description p,
.archive .article-detail .article-content .main-wrapper div.term-description p {
    margin-bottom: 8px;
}

footer #horoscope-infobar {
    border: 1px solid #d8d8d8;
    background-color: #ededed;
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 680px) {
    footer #horoscope-infobar {
        margin-left: -20px;
    }
}

footer #horoscope-infobar p {
    color: #4a4b4b;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.21px;
    padding: 11px 20px;
}

footer #horoscope-infobar p a {
    color: #1B365D;
    text-decoration: none;
}

@media only screen and (max-width: 680px) {
    footer #horoscope-infobar p {
        padding: 15px 17px 10px;
    }
}

seznam-pocitadlolibise {
    vertical-align: top;
}

.wp-caption {
    max-width: 100%;
    margin: 0 auto;
}

.wp-caption img {
    max-width: 100%;
    height: auto;
}

#discussion iframe {
    border: 0;
}

.recommend-box.back-to-article .image-container {
    position: relative;
}

.article-detail .article-content .recommend-box.back-to-article {
    margin-top: 26px;
    margin-bottom: 10px;
}

.recommend-box.back-to-article .image-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.recommend-box.back-to-article .image-container .back-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.65px;
    color: #1B365D;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    background: RGBA(255, 255, 255, 0.8);
    width: 80%;
    max-width: 80%;
    display: block;
    padding: 8px 17px 10px 39px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('../images/article-back-arrow.svg');
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: 11px center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2000;
    height: 36px;
    top: 50%;
    margin-top: -18px;
}

.recommend-box.back-to-article:hover .image-container .back-text {
    background: RGBA(255, 255, 255, 1);
    background-image: url('../images/article-back-arrow.svg');
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: 11px center;
}
article {
    position: relative;
}
.article__tags {
    margin-top: 2px;
    position: absolute;
    top: 0;
    z-index: 40
}
.article__tags > .tag {
    font-family: 'Roboto', sans-serif;
    vertical-align: top;
    color: #F7FAFC;
    font-weight: 400;
    background: #1B365D;
    font-size: 15px;
    min-height: 26px;
    padding: 2px 10px;
    text-transform: uppercase
}

.article__tags > .tag_small {
    font-family: 'Roboto', sans-serif;
    vertical-align: top;
    color: #F7FAFC;
    font-weight: 400;
    background: #1B365D;
    font-size: 10px;
    min-height: 13px;
    padding: 2px 10px;
    text-transform: uppercase
}

@media screen and (max-width: 680px) {
    .article-content .recommend-box.back-to-article .image-container {
        max-width: 187px !important;
    }
}

@media screen and (max-width: 1080px) {
    .wp-caption {
        margin: 0 auto 24px;
    }
}

body:not(.seznam-ads) .articles-list--list article.front-page-article-5,
body:not(.seznam-ads) .articles-list--list article.front-page-article-6 {
    display: flex;
}

/* VIDEO LOADER */
.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    z-index: 1000;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #F7FAFC;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #F7FAFC transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Video JS player - hide title */
.vjs-video-title,
.vjs-suggestion-title {
    display: none;
}

#extra-miniplayer {
    position: relative;
    background: black;
}

#consent-setting {
    display: inline-block;
    margin-bottom: 70px;
}

.vjs-media-title,
.vjs-suggestion-title {
    display: none;
}

.promobox-container__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.promobox-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 21%;
    flex: 1 0 21%;
    max-width: 195px;
}

.promobox-image img {
    border-radius: 50vh;
    border: 3px solid #1B365D;
    max-width: 100%;
    width: 193px;
    height: 193px;
    object-fit: cover;
}

.promobox-content {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 79%;
    flex: 1 0 79%;
    max-width: calc(79% - 35px);
    margin-left: 35px;
}

.promobox-content span.preheader-promobox {
    font-size: 16px;
    line-height: 1;
    color: #1B365D;
    font-weight: 700;
    display: block;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 16px;
}

.promobox-content h2 {
    margin-bottom: 24px;
}

.promobox-content p {
    color: #4a4b4b;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}

.promobox-content p:last-of-type {
    margin: 0;
}

.promobox-content .promobox-content-container {
    margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
    .promobox-image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }

    .promobox-content {
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }

    .promobox-content h2 {
        text-align: center;
    }
}

.subheader-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1020px;
    margin-inline: auto;
}

@media screen and (max-width: 980px) {
    .subheader-container {
        margin-inline: auto;
        max-width: 100%;
    }
}

.subheader-promobox {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 28%;
    flex: 1 0 28%;
    max-width: 248px;
    margin-top: 6px;
}

.subheader-container #tags,
.mobile-menu-tags #tags {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    max-width: 70%;
    margin-inline: 0;
    margin-bottom: 0;
}

.subheader-container #tags a.tag-bottom-margin,
.mobile-menu-tags #tags a.tag-bottom-margin {
    margin-bottom: 5px;
}

.subheader-promobox a img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.subheader-promobox a:hover img {
    opacity: 0.75;
}

@media screen and (max-width: 980px) {
    .subheader-container {
        margin-bottom: 20px;
        padding-inline: 0;
    }

    .subheader-container #tags,
    .mobile-menu-tags #tags {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }

    .subheader-promobox {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin-top: 1rem;
    }

    .col-lg-12.padding-content:not(.article-detail) .subheader-container {
        padding-inline: 16px;
    }
}

.article-content .main-article-detail .infobox-box,
.article-content .detail-page .infobox-box,
.article-content .main-wrapper .infobox-box {
    max-width: 274px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: left;
    margin-right: 23px;
    margin-left: -30px;
    position: relative;
    background-color: #ffeaeb;
    margin-bottom: 58px;
}

body.seznam-ads .article-content .main-article-detail .infobox-box,
body.seznam-ads .article-content .detail-page .infobox-box,
body.seznam-ads .article-content .main-wrapper .infobox-box {
    margin-left: -20px;
}

.article-detail .article-content .main-article-detail .infobox-box::after,
.article-detail .article-content .detail-page .infobox-box::after,
.article-detail .article-content .main-wrapper .infobox-box::after {
    content: '';
    height: 1px;
    width: 1px;
    display: inline-block;
    clear: both;
}

.main-article-detail .infobox-box .infobox-content,
.detail-page .infobox-box .infobox-content,
.main-wrapper .infobox-box .infobox-content {
    padding: 20px;
}

.main-article-detail .infobox-box .infobox-content h2,
.detail-page .infobox-box .infobox-content h2,
.main-wrapper .infobox-box .infobox-content h2 {
    margin: 0 0 19px;
    font-weight: 700;
    line-height: 1.53;
    font-size: 17px;
    color: #1B365D;
    letter-spacing: normal;
}

.infobox-box .infobox-content h2 a {
    color: #1B365D;
    text-decoration: none;
}

.infobox-box .infobox-content h2 a:hover {
    text-decoration: underline;
}

.main-article-detail .infobox-box .infobox-content p,
.detail-page .infobox-box .infobox-content p,
.main-wrapper .infobox-box .infobox-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: #292929;
    letter-spacing: normal;
    font-weight: 400;
}

.main-article-detail .infobox-box .infobox-image,
.detail-page .infobox-box .infobox-image,
.main-wrapper .infobox-box .infobox-image {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
}

.infobox-box .infobox-image a:hover img {
    opacity: 0.85;
}

.infobox-box .infobox-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.main-wrapper .infobox-box .infobox-content a.read-more {
    text-align: right;
    color: #1B365D;
    font-size: 14px;
    line-height: 1.85;
    text-decoration: underline;
    margin-top: 13px;
    display: block;
}

.main-wrapper .infobox-box .infobox-content a.read-more:hover {
    text-decoration: none;
}

@media screen and (max-width: 980px) {
    .article-detail .article-content .main-article-detail .infobox-box,
    .article-detail .article-content .detail-page .infobox-box,
    .article-detail .article-content .main-wrapper .infobox-box {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 47px 0 38px;
        padding: 23px 28px 19px;
        border-left: 1px solid #1B365D;
    }

    .main-article-detail .infobox-box .infobox-content,
    .detail-page .infobox-box .infobox-content,
    .main-wrapper .infobox-box .infobox-content {
        padding: 0;
        margin-top: 17px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }

    .main-wrapper .infobox-box .infobox-content a.read-more {
        display: none;
    }

    .main-wrapper .infobox-box .infobox-content-inner {
        margin-top: 16px;
    }

    .main-wrapper .infobox-box .infobox-content-inner p,
    .main-wrapper .infobox-box .infobox-content-inner li,
    .article-detail .main-wrapper .infobox-box ul li:not(.vjs-menu-item):not(.vjs-suggested-video) {
        font-size: 14px;
        line-height: 1.85;
    }

    .article-detail .main-wrapper .infobox-box ul:not(.vjs-menu-content):not([class^="ui-tips-"]):not([class*=" ui-tips-"]) {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .main-article-detail .infobox-box .infobox-content h3,
    .detail-page .infobox-box .infobox-content h3,
    .main-wrapper .infobox-box .infobox-content h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .infobox-box .infobox-content h3::before {
        color: #4a4b4b;
        font-size: 12px;
        line-height: normal;
        content: 'Mohlo by Vás zajímat:';
        display: block;
        margin-bottom: 7px;
    }

    .article-detail .article-content .main-article-detail .infobox-box::after,
    .article-detail .article-content .detail-page .infobox-box::after,
    .article-detail .article-content .main-wrapper .infobox-box::after {
        display: none;
    }

    .main-article-detail .infobox-box .infobox-image,
    .detail-page .infobox-box .infobox-image,
    .main-wrapper .infobox-box .infobox-image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
        flex: 1 0 48%;
        max-width: max(48%, 91px);
    }
}

.seo-infobox {
    background: #f8f8f8;
    color: #3c3c3c;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 1.5rem;
}

.seo-infobox-body {
    padding: 1rem
}

.seo-infobox-title {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

.seo-infobox-title > a {
    color: #000;
}

.seo-infobox-title > a:focus,
.seo-infobox-title > a:hover {
    color: inherit;
    text-decoration: none
}

.video-thumbnail-container iframe.video-embed-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

body:not(.seznam-ads) .seznam-only {
    display: none
}

body.seznam-ads .non-seznam {
    display: none
}

.footer-copyright {
    display: flex;
    max-width: 672px;
    margin: 10px auto 0;
    flex-wrap: wrap;
    align-items: center;
}

.footer-copyright .footer-copyright-cell:first-child {
    flex: 60%;
    text-align: left;
    min-width: 320px;
}

.footer-copyright .footer-copyright-cell:nth-child(2) {
    flex: 40%;
    text-align: right;
    max-width: 320px;
    margin: 0px auto;
}

.w-100 {
    width: 100%;
}

.article-content .detail-page.not-found-page {
    text-align: center;
}

.article-content .detail-page.not-found-page h1 {
    font-size: 94px;
    line-height: 1.1;
    color: #1B365D;
    max-width: 100%;
    margin-bottom: 30px;
}

.article-content .detail-page.not-found-page h2,
.article-content .detail-page.not-found-page p {
    text-align: left;
}

.article-content .detail-page.not-found-page .client-more-button {
    min-width: 330px;
    background-position: 282px center;
}

.article-content .detail-page.not-found-page .divider {
    height: 1px;
    width: 100px;
    background: #1B365D;
    margin-bottom: 8px;
}

.article-content .detail-page.not-found-page .tags {
    margin-top: 45px;
}

.article-content .detail-page.not-found-page .tags a {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #1B365D;
    padding: 5px 10px;
    font-weight: 700;
    background-color: #F7FAFC;
    color: #1B365D
}

.article-content .detail-page.not-found-page .tags a:hover {
    background-color: #1B365D;
    color: #F7FAFC
}

.ui-burda-video-player {
    position: relative;
}

.ui-burda-video-player__video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[id$="_playlist"] {
    display: grid !important; /* !important to override inline style */
    grid-auto-flow: column;
    grid-auto-columns: 130px; /* Assuming $ui-burda-video-player-image-width is a fixed value of 130px */
    overflow-x: overlay !important; /* !important to override inline style */
    padding-bottom: 0 !important; /* !important to override inline style */
    scrollbar-width: thin;
}

[id$="_playlist"]::-webkit-scrollbar {
    display: none;
    width: 1px;
    height: 1px;
}

[id$="_playlist"] > * {
    width: auto !important; /* !important to override inline style */
}

[id$="_playlist"] svg[width="6"][height="10"] {
    display: none;
}

[id$="_playlist"] svg[width="20"][height="20"] {
    transform: scale(1.5);
}

.ui-burda-video-player__playlist-item {
    position: relative;
    width: 130px; /* Assuming $ui-burda-video-player-image-width is a fixed value of 130px */
}

.ui-burda-video-player__playlist-item-poster {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ui-burda-video-player__playlist-item-duration {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25em 0.5em;
    background-color: #F7FAFC;
    color: #000;
}

.ui-burda-video-player__playlist-item-title {
    display: -webkit-box;
    overflow: hidden;
    padding: 0.25em 0.5em;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ui-burda-video-player--ratio {
    width: 100% !important; /* !important to override styles from project */
    height: 0 !important; /* !important to override styles from project */
}

.ui-burda-video-player--ratio.ui-burda-video-player--16x9 {
    padding-bottom: calc(9 / 16 * 100%);
}

@media only screen and (max-width: 980px) {
    #tags .desktop-menu-tag {
        display: inline-block;
    }

    #tags .mobile-menu-tag {
        display: none;
    }
}

.footer-seo-links {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(29, 30, 30, 0.2);
    padding: 2.5rem 20px 2rem 20px;
}

.footer-seo-links h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-seo-links .category-section {
    flex: 0 0 100%;
    text-align: left;
    margin-bottom: 1.5rem;
    padding-right: .5rem;
    padding-left: .5rem;
}

.footer-seo-links .article-section {
    flex: 0 0 50%;
    text-align: left;
    margin-bottom: 0.5rem;
    padding-right: .5rem;
    padding-left: .5rem;
}

@media only screen and (max-width: 980px) {
    .footer-seo-links .category-section {
        padding-right: 0;
        padding-left: 0;
    }

    .footer-seo-links .article-section {
        flex: 0 0 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

.footer-seo-links .category-section h5,
.footer-seo-links .category-section a,
.footer-seo-links .article-section h5,
.footer-seo-links .article-section a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.footer-seo-links .category-section h5,
.footer-seo-links .category-section a {
    display: inline-block;
}

.footer-seo-links .article-section h5,
.footer-seo-links .article-section a {
    display: block;
    margin-bottom: .5rem;
}

.footer-seo-links .category-section a,
.footer-seo-links .article-section a {
    font-weight: 400;
    color: #4a4b4b;
    text-decoration: none;
}

.footer-seo-links .category-section a:hover,
.footer-seo-links .article-section a:hover {
    text-decoration: underline;
}

.footer-seo-links .category-section h5,
.footer-seo-links .article-section h5 {
    font-weight: 700;
}

.footer-seo-links .category-section span:not(:last-of-type):after {
    content: '|';
    margin-left: 6px;
    margin-right: 6px;
}

.footer-seo-links .category-section span:first-of-type {
    margin-left: 6px;
}

.article-detail .article-content .bottom-articles-list.without-images {
    margin: 8px 0;
}

.article-detail .article-content .bottom-articles-list.without-images:not(.only-mobile) h1,
.article-detail .article-content .bottom-articles-list.without-images:not(.only-mobile) h2,
.article-detail .article-content .bottom-articles-list.without-images:not(.only-mobile) h3 {
    margin: 0 0 10px;
}

@media screen and (min-width: 980px) {
    .article-detail .article-content .bottom-articles-list.only-mobile {
        display: none!important;
    }
}

.article-detail .article-content .bottom-articles-list.without-images:not(.only-mobile) h2 {
    font-size: 28px;
}

.article-detail .article-content .without-images .bottom-articles-list--list h1,
.article-detail .article-content .without-images .bottom-articles-list--list h2,
.article-detail .article-content .without-images .bottom-articles-list--list h3 {
    max-width: inherit;
}

.article-detail .article-content .without-images:not(.only-mobile) .bottom-articles-list--list h3 {
    font-size: 18px;
}

.article-detail .article-content .bottom-articles-list.without-images article .content {
    max-width: 97.5%;
    flex: 1 0 97.5%;
}


.d-none {
    display: none !important;
}

.image-container .image {
    width: 100%;
    position: relative;
}

.image-container .image .navigation-wrapper {
    display: block;
    position: absolute;
    height: calc(100% - 60px);
    width: 100%;
    top: 30px;
}

.image-container .image .navigation-wrapper .navigation {
    width: 100%;
    height: 30px;
    position: sticky;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    top: 50%;
    left: 0;
    right: 0;
}

.image-container .image .navigation-wrapper .navigation.first {
    justify-content: end;
}

.single-irongallery-desktop {
    overflow-x: clip;
    height: 100%;
}

.single-irongallery-desktop .main-container {
    height: 100vh;
}

#seznam-video-container iframe,
body.seznam-ads .video-thumbnail-container .extra-embed,
body.seznam-ads .extra-miniplayer iframe {
    position: absolute;
}


.search-div {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px 20px 20px;
}

.search-div i {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 20px;
    color: #F6AD55;
}

#searchText {
    border: 0;
    background: transparent;
    border-bottom: 3px solid #F6AD55;
    outline: none;
    width: 100%;
    color: white;
    font-size: 30px;
    font-weight: 600;
}

#searchText::placeholder {
    opacity: 0.5;
    color: #F7FAFC;
    font-weight: 200;
    font-style: normal;
    letter-spacing: -0.7px;
    line-height: 48px;
    text-align: left;
}

#searchResultDiv {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.modal {
    display: none;
    position: fixed;
    z-index: 333333;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
}

.modal-header {
    text-align: right;
    padding-right: 1rem;
}

.modal-content {
    margin: 0 auto;
}

.close {
    color: #F6AD55;
    font-size: 48px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #eee;
    text-decoration: none;
}

.search-icon {
    width: 32px; /* původně 24px */
    height: 32px; /* původně 24px */
    position: relative;
    cursor: pointer;
}

.search-line-primary {
    width: 13px; /* původně 10px */
    height: 3px; /* původně 2px */
    background-color: #1B365D;
    background-image: none;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 24px; /* původně 18px */
    left: 17px; /* původně 13px */
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
}

.search-circle-primary {
    width: 20px; /* původně 15px */
    height: 20px; /* původně 15px */
    border: 2px solid #1B365D;
    display: inline-block;
    position: absolute;
    top: 4px; /* původně 3px */
    left: 3px; /* původně 2px */
    border-radius: 50%;
    transition-property: top, left, border-radius, border-width, width, height;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
    background-color: transparent;
}

.search-line {
    width: 13px; /* původně 10px */
    height: 3px; /* původně 2px */
    background-color: #F6AD55;
    background-image: none;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 24px; /* původně 18px */
    left: 17px; /* původně 13px */
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
}

.search-circle {
    width: 20px; /* původně 15px */
    height: 20px; /* původně 15px */
    border: 2px solid #F6AD55;
    display: inline-block;
    position: absolute;
    top: 4px; /* původně 3px */
    left: 3px; /* původně 2px */
    border-radius: 50%;
    transition-property: top, left, border-radius, border-width, width, height;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
    background-color: transparent;
}

.header--search .search-icon {
    display: inline-block;
}

.box--search .search-icon {
    display: inline-block;
    position: absolute;
    right: 26px;
    bottom: 28px;
}

.search-result-title {
    font-size: 16px;
    color: #F6AD55;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: .5rem;
}

.search-result-tag {
    padding: 5px 20px 20px 20px;
}

.search-result-tag .taglist {
    display: flex;
}

@media (max-width: 900px) {
    .search-result-tag .taglist {
        display: block;
    }
}

.search-result-tag .taglist .tags {
    display: flex;
    margin-bottom: 25px;
    width: 33.3%;
}

@media (max-width: 900px) {
    .search-result-tag .taglist .tags {
        display: flex;
        margin-bottom: 25px;
        width: 100%;
    }
}

.search-result-tag .taglist .tags a {
    flex: none;
    text-decoration: none;
}

.search-result-tag .taglist .tags img {
    height: 110px;
    width: 110px;
    object-fit: cover;
    border-radius: 50%;
}

.search-result-tag .taglist .tags .data {
    margin-top: 10px;
    margin-left: 20px;
}

.search-result-tag .taglist .tags .data a:hover {
    text-decoration: none;
}

.search-result-tag .taglist .tags .data span {
    width: 100%;
    display: block;
    color: #F7FAFC;
}

.search-result-tag .taglist .tags .tag-title {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 3px;
}

.search-result-tag .taglist .tags .tag-subtitle {
    font-size: 15px;
}

.search-result-tag .taglist .tags .tag-link a {
    font-weight: 400;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1px;
    text-transform: uppercase;
    color: white;
}

.search-result-tag .taglist .tags .tag-link a:hover {
    text-decoration: underline;
}

.search-result-article {
    padding: 5px 20px 20px 20px;
}

@media (min-width: 768px) {
    .search-result-article .article__list {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.search-result-article .article__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .search-result-article .article__list[data-article-column="3"] .article__list__item {
        -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%;
        max-width: 33.33333%;
    }
}
.search-result-article .article__list .article__list__item {
    padding-left: 20px;
    padding-right: 20px;
}

.search-result-article .article {
    position: relative;
}

.search-result-article .article__picture {
    display: block;
    position: relative;
}

.search-result-article .article--title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-top: 5px;
    letter-spacing: -.7px;
    text-decoration: none;
    color: #F7FAFC;
}

.search-result-article .article--title a {
    text-decoration: none;
    color: #F7FAFC;
}

.search-result-article .article__body:after {
    display: table;
    clear: both;
    content: "";
}

.search-result-article .article--title > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
}

:root {
    --radius-sm: 4px;
    --color-black: #1B365D;
    --color-white: #F7FAFC;
    --color-primary: #007bff;
    --header-height: 60px;
    --row-main-gutter: 20px;
}

.b-player {
    aspect-ratio: 16/9;
    border-radius: 4px;
    background: #1B365D;
    overflow: hidden;
}

.b-player__holder {
    height: 100%;
}

.is-fixed .b-player__holder {
    height: initial;
}

.b-player__close {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    padding: 3px 8px;
    color: #F7FAFC;
    background-color: #1B365D;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

@media (max-width: 575.98px) {
    .b-player__close {
        font-size: 35px !important;
        font-weight: normal !important;
        padding: 0 10px !important;
    }
}

.b-player.is-fixed .b-player__holder {
    position: fixed;
    top: calc(var(--header-height) + 10px);
    right: calc(50% + var(--row-main-gutter) - (1080px / 2));
    z-index: 10000;
    width: 300px;
    border: 2px solid #1B365D;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .b-player.is-fixed .b-player__holder {
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        bottom: auto !important;
        width: calc(100% - 32px) !important;
        margin: 16px;
    }
}

.b-player.is-fixed .b-player__holder > * {
    border-radius: 0;
}

.b-player.is-fixed .b-player__close {
    display: flex;
}

/*
.b-player.is-fixed.is-fixed-bottom .b-player__holder,
.b-player.is-fixed.is-fixed-bottom .b-player__holder--bottom-right {
    position: absolute;
    bottom: auto;
    transition: none;
}
*/

.b-player.is-fixed .b-player__holder--bottom-right {
    top: auto;
    right: calc(var(--row-main-gutter) / 2);
    bottom: calc(var(--row-main-gutter) / 2);
}

/* MQ */
@media (max-width: 1080px) {
    .b-player.is-fixed .b-player__holder {
        right: var(--row-main-gutter);
    }
}

@media (min-width: 1920px) {
    .b-player.is-fixed .b-player__holder {
        width: 410px;
    }
}

.ui-html--traffic--seznam .article-detail-video {
    position: relative;
}

.tag-special-header {
    background-image: var(--background-image-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    padding: 1.25rem 1.25rem 1.875rem;
    margin-top: 3px;
}

@media only screen and (max-width: 980px) {
    .tag-special-header {
        background-image: var(--background-image-mobile);
    }
}

.page-header.tag-special-page-header {
    margin-bottom: 1.25rem;
}

@media only screen and (max-width: 680px) {
    .page-header.tag-special-page-header {
        margin-right: -16px;
        margin-left: -16px;
    }
}

.tag-special-header-content-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.tag-special-header .breadcrumb,
.tag-special-header .breadcrumb li a {
    color: #4A5568;
}

.tag-special-header-content {
    width: 100%;
}

@media (min-width: 768px) {
    .tag-special-header-content {
        width: 50%;
    }
}

.tag-special-header-content-logo {
    width: auto;
    height: 150px;
    margin-bottom: 1rem;
}

.tag-special-header-content h1 {
    color: #F7FAFC;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2.5rem;
}

.tag-special-header-content h1 a {
    color: #F7FAFC;
    text-decoration: none;
}

.tag-special-header-content p {
    color: #F7FAFC;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 400;
}

.tag-grid {
    display: flex;
    flex-direction: column;
}

.widget-tag-body h2 {
    font-size: 1.5rem;
    margin-bottom: 0.4rem !important;
}

.widget-tag-body h3 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem !important;
}

.widget-tag-body > .text-collapse[aria-expanded=false] {
    height: 200px !important;
}

@media (max-width: 575.98px) {
    .widget-tag-body > .text-collapse[aria-expanded=false] {
        height: 100px !important;
    }
}

table {
    width: 100%;
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 1rem;
}

table thead th {
    padding: .5em 1.5em;
    vertical-align: middle;
    border-right: 1px solid #DDBE4C;
    color: #1B365D;
    background-color: #F7D456;
    font-weight: 700 !important;
}

table thead th td * {
    color: #1B365D !important;
    background: none !important;
    font-weight: 700 !important;
}

table tbody tr td {
    padding: .5em 1.5em;
    vertical-align: middle;
    border-right: 1px solid #515151;
    border-bottom: 1px solid #515151;
    color: #F7FAFC !important;
    background-color: #1B1B1B;
    font-weight: 400 !important;
}

table tbody tr td * {
    color: #F7FAFC !important;
    background: none !important;
    font-weight: 400 !important;
}

table th:last-child,
table td:last-child {
    border-right: none;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
    border-bottom: none;
}

.desktop-order-1 {
    order: 1;
}

.desktop-order-2 {
    order: 2;
}

.desktop-order-3 {
    order: 3;
}

.desktop-order-4 {
    order: 4;
}

.desktop-order-5 {
    order: 5;
}

@media only screen and (max-width: 980px) {
    .mobile-order-1 {
        order: 1;
    }

    .mobile-order-2 {
        order: 2;
    }

    .mobile-order-3 {
        order: 3;
    }

    .mobile-order-4 {
        order: 4;
    }

    .mobile-order-5 {
        order: 5;
    }
}

.hp-banner-box {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 5px;
    margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
    .hp-banner-box {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
}

.h-100 {
    height: 100% !important;
}