@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather-Black.eot');
    src: local('☺'), url('../fonts/Merriweather-Black.woff') format('woff'), url('../fonts/Merriweather-Black.ttf') format('truetype'), url('../fonts/Merriweather-Black.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: local('☺'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: local('☺'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0
}

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

body {
    font: 12px/1.3 'Open Sans', sans-serif;
    color: black;
    min-width: 990px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

a {
    color: #0062a6;
    text-decoration: none
}

a:visited {
    color: #618299
}

a:hover {
    color: #004f93;
    text-decoration: underline
}

h1 {
    font: 900 46px/1.1 'Merriweather', serif;
    letter-spacing: -1px;
    margin-bottom: 10px
}

.site-header {
    padding-top: 10px
}

.site-header.compact-mobile-header {
    border-bottom: 1px solid #d2d7da;
    padding: 15px 0
}

.page:before,
.page:after {
    display: table;
    content: ""
}

.page:after {
    clear: both
}

.wrapper {
    width: 980px;
    margin: 0 auto
}

.page {
    padding: 10px 0px;
    clear: both
}

.page.with-bg {
    background: #fff
}

.page .col-content {
    width: 665px;
    margin: auto;
}

.typography {
    color: #333;
    font-size: 16px;
    line-height: 1.5
}

.typography p {
    margin: 1em auto;
    font-size: 16px
}

.typography a {
    color: #007bff
}

.typography a:hover,
.typography a:active {
    color: #0069d9
}

.typography img {
    max-width: 100%;
    margin: 1em auto;
    display: block;
}

.typography h2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 28px;
    margin: 25px 0 15px
}

.header-news__title {
    border-bottom: 1px solid #CEDBE3;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em
}

@media all and (max-width: 640px) {
    body {
        min-width: 320px
    }

    .typography img {
        width: 100%
    }

    .page .col-content {
        width: 98%;
        margin: auto;
        float: none
    }

    .site-header .wrapper {
        width: 100%
    }

    .wrapper {
        width: 90%
    }

    h1 {
        font-size: 30px
    }

    .typography {
        font-size: 16px
    }
}

@media all and (min-width: 640px) and (max-width: 1000px) {
    body {
        min-width: 640px
    }

    .page .col-content {
        width: 98%;
        margin: auto;
        float: none
    }

    .site-header .wrapper {
        width: 100%
    }

    .wrapper {
        width: 90%
    }

    h1 {
        font-size: 34px
    }

    .typography {
        font-size: 18px
    }
}

a.big-blue-link {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 900;
    text-align: center;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    text-decoration: underline
}

a.big-blue-link:hover {
    text-decoration: none
}

a.big-blue-link,
a.big-blue-link:hover,
a.big-blue-link:visited {
    color: #00c
}

.tab-comments a.big-blue-link {
    color: #365899;
    text-decoration: none
}

.tab-comments a.big-blue-link:hover {
    text-decoration: underline
}

@media (min-width: 400px) {
    a.big-blue-link {
        font-size: 20px
    }
}

@media (min-width: 480px) {
    a.big-blue-link {
        font-size: 24px
    }
}

@media (min-width: 600px) {
    a.big-blue-link {
        font-size: 28px
    }
}

@media (min-width: 700px) {
    a.big-blue-link {
        font-size: 32px
    }
}

@media (min-width: 1280px) {
    a.big-blue-link {
        font-size: 36px
    }
}

.footer {
    margin: auto auto 20px;
    color: #999;
    padding-top: 50px
}

.facebook-comments {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #1d2129;
    font-size: 14px;
    line-height: 1.358;
    display: none;
}

.facebook-comments.loaded {
    display: block;
}

.facebook-comments a[href] {
    color: #365899;
    text-decoration: none;
    border: none;
}

.facebook-comments a:hover {
    text-decoration: underline;
    color: #365899;
}

.facebook-comments a:visited {
    color: #365899;
}

.facebook-comments__title {
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    padding: 8px 0;
    font-weight: 700;
    text-transform: lowercase;
}

.facebook-comments__item {
    margin-top: 24px;
}

.facebook-comments__item:after {
    content: '';
    display: table;
    clear: both;
}

.facebook-comments__item-avatar {
    width: 48px;
    float: left;
    display: block;
    text-decoration: none;
}

.facebook-comments__item-avatar img {
    display: block;
    max-width: 100%;
}

.facebook-comments__item-body {
    margin-left: 56px;
}

.facebook-comments__item-name {
    font-weight: 700;
}

.facebook-comments__item-name a {
    color: inherit;
    text-decoration: none;
}

.facebook-comments__item-text {
    margin-top: 4px;
}

.facebook-comments__item-img {
    margin: 15px 0px;
    max-width: 400px;
    display: block;
    text-decoration: none;
}

.facebook-comments__item-img img {
    display: block;
    width: 100%;
    height: auto;
}

.facebook-comments__item-meta {
    font-size: 12px;
    color: #b2b2b4;
    margin-top: 8px;
}