/* content_ */

.content_ h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.05;
    margin-bottom: 30px;
}
.content_ {
    font-size: 17px;
    line-height: 1.4;
}
.content_ li a {
    display: inline;
    border-bottom: 1px solid rgba(27, 27, 29, .3);
    transition: ease 300ms;
}
.content_ li a:hover {
    border-color: transparent;
}
.content_ li {
    font-size: 17px;
    margin-bottom: 12px;
    position: relative;
}
.content_ ol {
    counter-reset: li;
    margin-bottom: 30px;
}
.content_ ol li {
    padding-left: 44px;
}
.content_ ol li:after {
    background: #F2F2F5;
    border-radius: 50%;
    content: counter(li);
    counter-increment: li;
    line-height: 32px;
    position: absolute;
    top: -4px;
    left: 0;
    text-align: center;
    height: 32px;
    width: 32px;
}
.content_ h2 {
    font-family: "Ferry", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.05;
    padding-top: 20px;
    margin-bottom: 30px;
}
.content_ h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.05;
    margin-bottom: 30px;
}
.content_ p.compact {
    max-width: 584px;
}
.content_ p {
    margin-bottom: 20px;
    max-width: 100%;
}
.content_ > picture img,
.content_ p img,
.content_ > img {
    margin: 20px 0 20px;
    max-width: 100%;
}
.content_ p img {
    margin: 0;
}
.content_ strong,
.content_ b {
    font-weight: 700;
}
.content_ ul {
    margin-bottom: 30px;
}
.content_ ul li {
    padding-left: 32px;
    position: relative;
}
.content_ ul li:before {
    background: #1c3673;
    border-radius: 50px;
    content: '';
    position: absolute;
    top: 8px;
    left: 7px;
    height: 8px;
    width: 8px;
}
.content_ .video {
    margin-bottom: 50px;
}
.content_ ul + h2 {
    padding-top: 30px;
}
.content_ a {
    border-bottom: 1px solid rgba(245, 29, 26, .3);
    color: #F51D1A;
    transition: ease 300ms;
}
.content_ a:hover {
    border-color: transparent;
}
.content_ .article-nav a {
    color: #1B1B1D;
}
.content_ video {
    height: auto;
    width: 100%;
}
.content_ > p:last-child,
.content_ > ul:last-child {
    margin-bottom: 0;
}
.content_ table {
    border: 1px solid #ececec;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
}
.content_ table td {
    border: 1px solid #ececec;
    padding: 10px;
}
.content_ .table table {
    margin-bottom: 15px;
}
.content_ .table {
    margin-bottom: 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.content_ ol + br,
.content_ ul + br,
.content_ p + br,
.content_ .table + br,
.content_ br + br + br {
    display: none;
}
.content_ img {
    max-width: 100%;
}
.content_ .text-center {
    text-align: center;
}
.content_ .text-center img {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767.98px){
    .content_ h2 {
        font-size: 20px;
    }
    .content_ h3 {
        font-size: 24px;
    }
    .content_ .article-carousel + h2 {
        padding-top: 0px;
    }
    .content_ blockquote {
        font-size: 20px;
        padding-left: 0;
    }
    .content_ blockquote:before {
        width: 36px;
        height: 26px;
        background-size: contain;
        top: 1px;
    }
    .content_ h4 {
        font-size: 18px;
    }
}