.main-longform .top-news .card-body {
    padding: 2rem;
}
.main-longform .top-news .card-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.main-longform .top-news .card-title a {
}
.main-longform-body {
    margin-top: 0;
}
.header-longform {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 101;
    padding: 0 0.35rem;
    /* background-color: transparent; */
    background-color: rgba(33, 37, 41, 0.62);
}
.header-longform .head-name {
    color: #fff;
}
.header-longform .header-right .social_links .fb_iframe_widget {
    display: flex !important;
}
.header-longform .btn-link {
    color: #fff;
}
.header-right .social_links {
    display: flex;
}
.header-right .social_links .social_item {
    margin-left: 5px;
}
.header-longform .breadcrumbs h2 {
    margin: 0 0 0 1rem;
    line-height: 38px;
}
.header-longform .breadcrumbs h2 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
}
.header-mid {
    display: none;
}
.main-longform-detail {
    /*padding-top: 47px;*/
}
.main-longform.style1 .header-longform {
    background: none;
}
.main-longform.style1 .head-name {
    display: none !important;
}
.longform-body .media {
    display: block;
}
.longform-topic {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 101;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* display: none; */
}
.longform-content .col-content {
    padding: 0 !important;
}
.longform-content:hover .longform-topic {
    display: flex;
}
.longform-topic .btn {
    background-color: #0390ac;
    color: #fff;
    border: 2px solid #0390ac;
    font-size: 1.2rem;
    border: none;
    border-radius: 0;
}
.longform-topic .btn:hover,
.longform-topic .btn:active {
    background-color: #a1dfeb;
    color: #0390ac;
}

.longform-topic .btn a {
    color: #fff;
}
.longform-topic .btn:hover a,
.longform-topic .btn:active a {
    color: #0390ac;
}
.longform-topic .btn-back {
    display: none;
}
.longform-topic .btn-back.show {
    display: block;
}
.longform-topic .btn-next {
    margin-left: auto;
}
.longform-topic .btn-next.hide {
    display: none;
}
.longform-topic .btn-next a {
    display: none;
}
.longform-topic .btn-next a.active {
    display: block;
}
.topic-content {
    display: none;
}
.topic-content.active {
    display: block;
}
.longform-lens-head {
    margin: 60px auto;
    text-align: center;
}
.longform-lens-head h1 {
    font-size: 20px;
    line-height: 36px;
    color: #333;
    text-align: center;
    margin: 50px 0 20px;
    padding: 0 10%;
}
.longform-lens-head > h1 strong {
    width: 660px;
    margin: 18px auto !important;
    display: block;
    font-size: 4rem !important;
    line-height: 1.1;
    padding: 0px !important;
    letter-spacing: -3px;
}
.longform-lens-head > h1 strong {
    padding: 0 15%;
}
.longform-lens-head > h1 strong {
    color: #000 !important;
    line-height: 1.2;
    font-weight: 900;
    font-size: 3rem !important;
    letter-spacing: 0px !important;
}
.longform-lens-head > h1 strong:before {
    content: 'LENS';
    display: block;
    width: 201px;
    height: 44px;
    background-size: 201px;
    margin: 100px auto 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    line-height: 44px;
    text-transform: uppercase;
    background: #eee;
    color: #000;
    letter-spacing: 6px !important;
}
@media (max-width: 768px) {
    .main-longform .top-news .card-body {
        padding: 1rem;
    }
    .main-longform .top-news .card-title {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    .header-longform .btn-link {
        padding: 0.35rem 0.5rem;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
    .header-longform {
        position: static;
        color: #000;
    }
    .header-longform .head-name {
        color: #000;
    }
}
