﻿/* section colors */
.s-section-expander__btn {
    color: #23526E;
}

.s-wb-content a, .s-wb-content a:visited {
    color: #23526E;
}

.s-page-header__logo {
    background: #23526E;
}

.s-wb-content ul > li:before {
    color: #23526E;
}

.s-page-hero__h1 {
    color: #23526E;
}

.body {
    margin: 30px 0;
}

.main-body.s-wb-content {
    margin-bottom: 90px;
}


.heading {
    color: #23526E;
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: Arial,Helvetica,"Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

.subheading {
    color: #23526E;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Arial,Helvetica,"Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

.date {
    margin: 25px 0 5px;
}

.date__label {
}

.publicationType {
    color: #23526E;
    font-weight: bold;
    margin: 5px 0;
}

.authors {
    margin: 5px 0 15px;
}

.disclaimer .s-wb-content, .disclaimer .s-wb-content p {
    font-size: 14px;
    font-style: italic;
}

@media only screen and (min-width: 768px) {
    .heading {
        font-size: 36px;
    }

    .subheading {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) {
    .heading {
        font-size: 42px;
    }

    .subheading {
        font-size: 32px;
    }

    .body {
        margin: 80px 0;
    }
}

@media only screen and (min-width: 1423px) {
}
