@charset "utf-8";

body {

}
.home a, .home .article_author, .home input {
    font-family: gotham a,gotham b,sans-serif;
}

.section-header-image-wrapper {
    border-bottom: 3px solid #272727;
    padding-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.section-header-image-wrapper img{
    max-width: 780px;
    height: auto;
    width: 60%;
    margin-bottom: 20px;
}

.top_articles_section img {
    max-width: 100%;
    height: auto;
}
.top_articles_section .five_article_row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -24.5px;
    margin-left: -24.5px;
}
.top_articles_section .five_article_row .cover_article_wrap {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
}
.top_articles_section .five_article_row .side_article_wrap {
     flex: 0 0 25%;
     max-width: 25%;
     position: relative;
     width: 100%;
     padding-right: 24.5px;
     padding-left: 24.5px;
}

.top_articles_section .five_article_row .side_article_wrap.mobile_article_list {
    width: 100%;
    max-width: 100%;
    flex: 100%;

    background-image: linear-gradient(to bottom, #fff 0%, #F1F1F1 100%);
    background-repeat: repeat-x;
}
.top_articles_section .five_article_row .cover_article_wrap .cover_article_image .cover_article_media a img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.top_articles_section .five_article_row .cover_article_wrap .cover_article_image {
    margin: 0;
    padding-bottom: 18px;
}
.top_articles_section .five_article_row .cover_article_wrap .cover_article_image .cover_article_media {
    position: relative;
    margin: 0;
}
.top_articles_section .five_article_row .cover_article_wrap .cover_article_image .cover_article_media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 98.13333%;
}
.top_articles_section .five_article_row .cover_article_wrap .cover_article_image .cover_article_media a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.top_articles_section .five_article_row .cover_article_wrap .cover_article_content .cover_article_title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 20px 6px;
    display: inline-block;
    text-align: left;
}
.top_articles_section .five_article_row .cover_article_wrap .cover_article_content .cover_article_title a{
    font-family: var(--cn-title-font);
}


.top_articles_section .five_article_row .cover_article_wrap .cover_article_content .cover_article_excerpt {
    font-size: 12px;
    line-height: 15px;
    color: #58585b;
    margin: 0 20px 10px;
}
.top_articles_section .five_article_row .cover_article_wrap .cover_article_content .article_author {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.top_articles_section .article_author a:hover {
    text-decoration: none;
    -ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #a7a7a7;
}
.top_img_article_card {
    margin: 0 10px;
    padding: 20px 0;
    border-top: 1px solid #d8d8d8;
}
.top_img_article_card .article_content {
    max-width: 45%;
}
.top_img_article_card .article_content .article_title {
    font-size: 16px;
    font-weight: 800;
    margin: 6px 0;
}
.top_img_article_card .article_content .article_title a{
    font-family: var(--cn-title-font);
}
.top_img_article_card .article_content .article_author {
    font-family: gotham a,gotham b,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
}
.top_img_article_card .article_image {
    max-width: 40%;
    width: 100%;
    margin-left: auto;
}
.top_img_article_card .article_image .article_media {
    position: relative;
    margin: 0;
}
.top_img_article_card .article_image .article_media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 76.92308%;
}
.top_img_article_card .article_image .article_media a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.top_img_article_card .article_image .article_media a img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.top_articles_section .four_article_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24.5px;
    margin-left: -24.5px;
}
.top_articles_section .four_article_row .article_card_excerpt_wrap {
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
    flex: 0 0 25%;
    max-width: 25%;
}
.excerpt_article_card {
    margin: 0 10px;
    padding: 20px 0;
    border-top: 1px solid #d8d8d8;
}
.excerpt_article_card .article_content {
    max-width: 45%;
}
.excerpt_article_card .article_content .article_title {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 10px;
}
.excerpt_article_card .article_content .article_title a{
    font-family: var(--cn-title-font);
}
.excerpt_article_card .article_content .article_author {
    font-family: gotham a,gotham b,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.excerpt_article_card .article_content .article_excerpt {
    font-size: 14px;
    color: #58585b;
    margin: 0;
}

.top_articles_section .four_article_row:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #d8d8d8;
    bottom: auto;
    left: 24.5px;
    right: 24.5px;
    top: -30px;
}
.top_articles_section .four_article_row .article_card_excerpt_wrap:after {
    content: "";
    position: absolute;
    border-right: 1px solid #d8d8d8;
    bottom: 0;
    right: 0;
    left: auto;
    top: 0;
}




.search_resources_section {
    background-color: #f1f1f1;
    background-blend-mode: multiply;
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
}
.search_resources_section .search_resources_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24.5px;
    margin-left: -24.5px;
    align-items: center !important;
}
.search_resources_section .search_resources_wrap .left_col{
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
}
.search_resources_section .search_resources_wrap .left_col .jumbo{
    font-size: 46px;
    font-weight: bold;
}
.search_resources_section .resources_search_wrap {
    height: 60px;
    background-color: #fff;
    width: 100%;
    margin: 24.5px 0;
}
.search_resources_section .resources_search_wrap a {
    padding: 20px 18px 13px 18px;
    font-size: calc(18px + (20 - 18)*((100vw - 300px)/(1920 - 300)));
    font-weight: 500;
}
.search_resources_section .resources_search_wrap input {
    font-size: 18px;
    background-color: transparent;
    border: none;
    opacity: 1;
    max-width: 100%;
    width: 100%;
}
.search_resources_section .search_resources_wrap .right_col{
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 50px;
    flex: 0 0 50%;
    max-width: 50%;
}
.search_resources_section .search_resources_wrap .right_col .recommend_review_box {
    display: flex;
    flex-direction: column;
    height: 280px;
}

.search_resources_section .search_resources_wrap .right_col .recommend_review_box .section_head_bordered {
    border-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
}
.search_resources_section .search_resources_wrap .right_col .recommend_review_box .recommend_review_wrapper{
    width: 100%;
    background: #FFF;
    padding: 24px;
}
.search_resources_section .search_resources_wrap .right_col .recommend_review_box .recommend_review_wrapper .recommend_review_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.search_resources_section .search_resources_wrap .right_col .recommend_review_box .recommend_review_wrapper .recommend_review_list .recommend_review_div{
    width: 33.33%;
    padding: 0 12px;
    margin: 0 -6px;
}
.search_resources_section .search_resources_wrap .right_col .recommend_review_box .recommend_review_wrapper .recommend_review_list .recommend_review_div .recommend_review_link{

}
.search_resources_section .search_resources_wrap .right_col .recommend_review_box .recommend_review_wrapper .recommend_review_list .recommend_review_div .recommend_review_link .recommend_review_pic{
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.m_recommend_review_box {
    display: none;
}
@media (max-width: 768px) {
    .m_recommend_review_box {
        display: block;
    }
    .m_recommend_review_box .recommend_review_div{
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }
    .m_recommend_review_box .recommend_review_div .recommend_review_pic{
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}

.search_resources_section .trending_resources_wrapper {
    margin-bottom: 0px;
}
.search_resources_section .trending_resources_wrapper h6 {
    font-size: 14px;
    line-height: 17px;
    font-family: gotham a,gotham b,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
.search_resources_section .trending_resources_wrapper a {
    font-size: 14px;
    line-height: 24px;
    font-family: gotham a,gotham b,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 17px;
}
.search_resources_section .featured_resource_box {
    padding: 20px;
    background-color: #fff;
    max-width: 550px;
    margin-left: auto;
    margin-right: unset;
}
.search_resources_section .featured_resource_box .fr_box_super_title {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: gotham a,gotham b,sans-serif;
    font-weight: 400;
    margin-bottom: .5rem;
}
.search_resources_section .featured_resource_box .fr_box_title {
    padding-bottom: 30px;
    line-height: 1.1;
    font-size: calc(28px + (40 - 28)*((100vw - 300px)/(1920 - 300)));
    font-family: var(--cn-title-font);
    font-weight: 800;
}
.search_resources_section .featured_resource_box .fr_box_sm_text {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 2px;
}
.search_resources_section .featured_resource_box .fr_box_lg_text a {
    font-size: 14px;
    min-width: 150px;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    font-family: serif, var(--cn-title-font);
}
.search_resources_section .featured_resource_box a {
    font-size: 14px;
    min-width: 150px;
}
.now_trending_section {
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
    flex: 0 0 25%;
    max-width: 25%;
}
.article_category_section {
    position: relative;
    width: 100%;
    padding-left: 24.5px;
    flex: 0 0 75%;
    max-width: 75%;
}
.top_qna_section {
    position: relative;
    width: 100%;
    padding-left: 24.5px;
    flex: 0 0 100%;
}
.top_qna_section .content_wrap{
    margin-left: 25px;
    margin-right: 25px;
}
.top_qna_section .title_wrap {
    min-height: 90px;
    padding: 0 20px 10px 20px;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
}
.top_qna_section .title_wrap .title_link{
    font: 800 22px / 24px var(--cn-title-font);
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    -ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.top_qna_section .title_wrap .title_link:hover{
    text-decoration: none;
    color: #a7a7a7;
}
.top_qna_section .title_wrap .qna_cat_name{
    font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(10px + (24 - 10) * ((100vw - 300px) / (1920 - 300)));
    -ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    margin-top: 4px;
    font-weight: normal;
}
.top_qna_section .title_wrap .title_link:hover .qna_cat_name{
    text-decoration: none;
    color: #a7a7a7;
}
.section_head_bordered {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 2px solid #272727;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: calc(100% - 20px);
}
.section_head_bordered .section_heading, .section_head_bordered .section_heading a {
    font: 800 18px/24px "Gotham A","Gotham B",sans-serif;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}
.now_trending_collection .num_article_list_item {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
}
.now_trending_collection .num_article_list_item {
     flex: 0 0 100%;
     max-width: 100%;
     position: relative;
     width: 100%;
     padding-right: 24.5px;
     padding-left: 24.5px;
}
.num_article_list_item .num_article {
    padding-left: 25px;
    padding-right: 15px;
}
.num_article_list_item:not(:first-child) .num_article {
    padding-top: 20px;
    position: relative;
}
.num_article_list_item .article_title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px;
    letter-spacing: 0;
}
.num_article_list_item .article_title .repeater_num {
    font-size: 18px;
    font-family: var(--cn-title-font);
    color: #79ae4a;
    padding-right: 5px;
    font-weight: 800;
}
.now_trending_section .article_link {
    font-family: var(--cn-title-font);
    letter-spacing: 0;
}
.now_trending_collection .article_link {
    font-family: var(--cn-title-font);
    letter-spacing: 0;
}
.num_article_list_item .article_author {
    font-family: gotham a,gotham b,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.num_article_list_item:not(:first-child) .num_article:after {
    content: "";
    position: absolute;
    border-top: 1px solid #d8d8d8;
    bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 10px;
}

.article_category_section .content_wrap .cat_list {
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
}

.article_category_section .content_wrap .section_cat_wrap {
    padding-bottom: 50px;
}
.article_category_section .content_wrap .section_cat_wrap .sec_cat {
    color: #79ae4a;
    transition: all .6s cubic-bezier(.19,1,.22,1) 50ms;
}
.article_category_section .section_cat_wrap .sec_cat .section_heading {
    font: 800 18px/24px var(--cn-title-font),sans-serif;
    text-align: left;
    margin: 0 0 18px;
    padding: 0 0 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #272727;
}
.article_category_section .section_cat_wrap .section_art_title_wrap {
    min-height: 90px;
    padding-bottom: 10px;
}
.article_category_section .section_cat_wrap .catpost_list_wrapper .article_title {
    font: 800 16px/20px var(--cn-title-font);
    margin: 0 0 10px;
}
.article_category_section .section_cat_wrap .catpost_list_wrapper .article_title a {
    font-family: var(--cn-title-font);
}
.article_category_section .section_cat_wrap .catpost_list_wrapper .article_author {
    font-size: 10px;
    text-transform: uppercase;
}
.series_section {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
}
.section_head_bordered .section_heading_link {
    font: 400 14px/24px sans-serif;
    text-transform: uppercase;
    position: absolute;
    right: 2px;
}
.swiper-container {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    transform: translate3d(0px,0,0);
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.series_wrapper {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
    padding-top: 5px;
}
.book_review_article_card .article_image,
.series_card .article_image {
    width: 100%;
    max-height: 415px;
    max-width: 270px;
    margin: 0 auto 24.5px;
}
.book_review_article_card .article_image .article_media,
.series_card .article_image .article_media {
    position: relative;
    margin: 0;
}
.book_review_article_card .article_image .article_media:before,
.series_card .article_image .article_media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 152.7881%;
}
.book_review_article_card .article_image .article_media a,
.series_card .article_image .article_media a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.book_review_article_card .article_image .article_media a img,
.series_card .article_image .article_media a img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.15);
}
.book_review_article_card .article_title,
.series_card .article_title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 auto 10px;
    text-align: center;
}
.book_review_article_card .article_title a,
.series_card .article_title a {
    font-family: var(--cn-title-font);
    font-weight: 800;
}
.book_review_article_card .article_author,
.book_review_article_card .article_author a,
.series_card .article_author,
.series_card .article_author a {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 auto 17px;
    text-align: center;
    font-family: gotham a,gotham b,sans-serif;
}

.video_player_wrap {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
}
.video_article_card {
    margin: 0 10px;
    padding: 20px 0;
    border-top: 1px solid #d8d8d8;
}
.videos_section {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
}
.videos_section .video_player_wrap .video_article_card {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.videos_section .video_player_wrap .video_article_card .article_content .article_author {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 9px;
}
.videos_section .video_player_wrap .video_article_card .vid_image {
    width: 100%;
    max-width: 100%;
    margin: 0 0 14px;
}
.video_article_card .vid_image {
    max-width: 40%;
    width: 100%;
    margin-left: auto;
}

.videos_section .video_pool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.videos_section .video_pool .video_article_card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.video_article_card .article_content {
    max-width: 45%;
}
.video_article_card .article_content .article_title {
    font-size: 16px;
    font-weight: 800;
    margin: 6px 0;
}
.video_article_card .article_content .article_title a {
    font-family: var(--cn-title-font);
}
.video_article_card .article_content .article_author {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
}
.video_article_card .article_content .article_excerpt {
    font-size: 14px;
    color: #58585b;
    margin: 0;
}
.videos_section .video_pool .video_article_card .article_excerpt {
    display: none;
}

@media (max-width: 1270px) {
    .search_resources_section .search_resources_wrap .right_col .recommend_review_box .recommend_review_wrapper .recommend_review_list .recommend_review_div {
        width: 50%;
        display: block;
    }
    .search_resources_section .search_resources_wrap .right_col .recommend_review_box .recommend_review_wrapper .recommend_review_list .recommend_review_div:last-child {
        display: none;
    }
}
@media (max-width: 1024px) {
    .top_qna_section .title_wrap {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .search_resources_section .search_resources_wrap .right_col .recommend_review_box .recommend_review_wrapper .recommend_review_list .recommend_review_div {
        width: 100%;
        display: none;
        padding: 0;
        margin: 0;
    }
    .search_resources_section .search_resources_wrap .right_col .recommend_review_box .recommend_review_wrapper .recommend_review_list .recommend_review_div:first-child {
        display: block;
    }
}

@media (min-width: 768px) {
    .top_articles_section {
        margin-bottom: 67px;
    }

    .section_head_bordered {
        border-bottom: 3px solid #272727;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 20px;
        padding: 30px 0 0;
        width: 100%;
    }
    .top_articles_section .five_article_row .left_stack:after {
        content: "";
        position: absolute;
        border-right: 1px solid #d8d8d8;
        bottom: 0;
        left: auto;
        right: 0;
        top: 0;
    }
    .top_articles_section .five_article_row .right_stack:after {
        content: "";
        position: absolute;
        border-left: 1px solid #d8d8d8;
        bottom: 0;
        left: 0;
        right: auto;
        top: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .top_articles_section .five_article_row .cover_article_wrap .cover_article_image .cover_article_media {
        position: relative;
    }
    .top_articles_section .five_article_row .cover_article_wrap .cover_article_image .cover_article_media:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.23188%;
    }
    .top_articles_section .five_article_row .cover_article_wrap .cover_article_content .cover_article_title {
        font-size: 42px;
        line-height: 48px;
        font-size: calc(22px + (42 - 22)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(22px + (48 - 22)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 9px;
        letter-spacing: 0;
    }
    .top_articles_section .five_article_row .cover_article_wrap .cover_article_content .cover_article_excerpt {
        font-size: 22px;
        line-height: 34px;
        font-size: calc(12px + (22 - 12)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(15px + (34 - 15)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 20px;
    }
    .top_articles_section .five_article_row .cover_article_wrap .cover_article_content .article_author {
        font-size: 14px;
        line-height: 24px;
        font-size: calc(10px + (14 - 10)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(10px + (24 - 10)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 30px;
    }
    .top_img_article_card {
        margin: 0;
        padding: 0;
        border-top: none;
    }
    .top_img_article_card .article_content {
        max-width: 100%;
    }
    .top_img_article_card .article_content .article_title {
        font-size: 22px;
        line-height: 24px;
        font-size: calc(16px + (22 - 16)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(22px + (24 - 20)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 10px;
    }
    .top_img_article_card .article_content .article_author {
        font-size: 14px;
        line-height: 24px;
        font-size: calc(10px + (14 - 10)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(10px + (24 - 10)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 30px;
    }
    .top_img_article_card .article_image {
        margin: 0 0 12px;
        width: 100%;
        max-width: 100%;
    }
    .top_img_article_card .article_image .article_media {
        position: relative;
    }
    .top_img_article_card .article_image .article_media:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.34675%;
    }
    .top_articles_section .four_article_row {
        margin-top: 60px;
        position: relative;
    }
    .excerpt_article_card {
        margin: 0;
        padding: 0;
        border-top: none;
    }
    .excerpt_article_card .article_content {
        max-width: 100%;
    }
    .excerpt_article_card .article_content .article_title {
        font-size: 22px;
        line-height: 24px;
        font-size: calc(16px + (22 - 16)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(16px + (24 - 16)*((100vw - 300px)/(1920 - 300)));
    }
    .excerpt_article_card .article_content .article_author {
        font-size: 14px;
        line-height: 24px;
        font-size: calc(10px + (14 - 10)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(10px + (24 - 10)*((100vw - 300px)/(1920 - 300)));
    }

    .excerpt_article_card .article_content .article_excerpt {
        font-size: 18px;
        line-height: 24px;
        font-size: calc(12px + (18 - 14)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(14px + (24 - 14)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 30px;
    }
    .search_resources_section {
        padding: 60px 15px;
    }
    .search_resources_section .trending_resources_wrapper {
        margin-bottom: 20px;
    }
    .section_head_bordered .section_heading, .section_head_bordered .section_heading a {
        font: 800 22px/24px "Gotham A","Gotham B",sans-serif;
        font-size: calc(18px + (22 - 18)*((100vw - 300px)/(1920 - 300)));
        text-align: left;
    }
    .num_article_list_item .num_article {
        padding-left: 0px;
        padding-right: 0px;
    }
    .num_article_list_item .article_title {
        font-size: 22px;
        line-height: 24px;
        font-size: calc(14px + (22 - 14)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(14px + (24 - 14)*((100vw - 300px)/(1920 - 300)));
        letter-spacing: 0;
    }
    .num_article_list_item .article_title .repeater_num {
        font-size: 22px;
        line-height: 24px;
        font-size: calc(18px + (22 - 18)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(18px + (24 - 18)*((100vw - 300px)/(1920 - 300)));
    }
    .num_article_list_item .article_author {
        font-size: 14px;
        line-height: 24px;
        font-size: calc(10px + (14 - 10)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(10px + (24 - 10)*((100vw - 300px)/(1920 - 300)));
    }
    .num_article_list_item:not(:first-child) .num_article:after {
        margin: 0;
    }
    .article_category_section .content_wrap {
        position: relative;
    }

    .article_category_section .content_wrap:before {
        content: "";
        position: absolute;
        border-left: 1px solid #d8d8d8;
        bottom: 0px;
        left: -24.5px;
        right: auto;
        top: -23px;
    }
    .article_category_section .content_wrap .cat_list {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .article_category_section .section_cat_wrap .sec_cat .section_heading {
        font: 800 22px/24px "Gotham A","Gotham B",sans-serif;
        font-size: calc(16px + (22 - 16)*((100vw - 300px)/(1920 - 300)));
    }
    .article_category_section .section_cat_wrap .catpost_list_wrapper .article_title {
        font: 800 22px/24px var(--cn-title-font);
        font-size: calc(14px + (22 - 14)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(18px + (24 - 18)*((100vw - 300px)/(1920 - 300)));
    }
    .article_category_section .section_cat_wrap .catpost_list_wrapper .article_author {
        font-size: 14px;
        line-height: 24px;
        font-size: calc(10px + (14 - 10)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(10px + (24 - 10)*((100vw - 300px)/(1920 - 300)));
    }
    .series_card {
        padding: 0;
    }
    .book_review_article_card .article_image, .series_card .article_image {
        margin: 0 0 12px;
        width: 100%;
        max-height: none;
        max-width: 100%;
    }
    .book_review_article_card .article_image .article_media, .series_card .article_image .article_media {
        position: relative;
    }
    .book_review_article_card .article_image .article_media:before, .series_card .article_image .article_media:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 153.25077%;
    }
    .book_review_article_card .article_title,
    .series_card .article_title {
        text-align: left;
        font-size: 22px;
        line-height: 24px;
        font-size: calc(18px + (22 - 18)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(20px + (24 - 20)*((100vw - 300px)/(1920 - 300)));
    }
    .book_review_article_card .article_author,
    .book_review_article_card .article_author a, .series_card .article_author, .series_card .article_author a {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        font-size: calc(10px + (14 - 10)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(10px + (24 - 10)*((100vw - 300px)/(1920 - 300)));
    }
    .video_article_card {
        margin: 0;
        padding: 0;
        border-top: none;
    }
    .videos_section .video_player_wrap .video_article_card .article_content .article_title {
        font-size: 42px;
        line-height: 48px;
        font-size: calc(18px + (42 - 18)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(18px + (48 - 18)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 10px;
        padding: 0;
    }
    .videos_section .video_player_wrap .video_article_card .article_content .article_author {
        line-height: 24px;
        font-size: 14px;
        font-size: calc(10px + (14 - 10)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(10px + (24 - 10)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 11px;
    }
    .video_article_card .vid_image {
        margin: 0 0 12px;
        width: 100%;
        max-width: 100%;
    }
    .videos_section .video_pool .video_article_card {
        padding-left: 15px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .video_article_card .article_content {
        max-width: 100%;
        margin: 0 10px;
    }
    .video_article_card .article_content .article_title {
        font-size: 22px;
        line-height: 24px;
        font-size: calc(16px + (22 - 16)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(20px + (24 - 20)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 10px;
    }
    .video_article_card .article_content .article_author {
        font-size: 14px;
        line-height: 24px;
        font-size: calc(10px + (14 - 10)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(10px + (24 - 10)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 30px;
    }
    .video_article_card .article_content .article_excerpt {
        font-size: 18px;
        line-height: 24px;
        font-size: calc(14px + (18 - 14)*((100vw - 300px)/(1920 - 300)));
        line-height: calc(14px + (24 - 14)*((100vw - 300px)/(1920 - 300)));
        margin: 0 0 30px;
    }

}


.non-swiper {
    display: block;
}
.mobile-swiper {
    display: none;
}

@media (max-width: 768px) {
    .section-header{
        display: none;
    }
    .top_articles_section .five_article_row .cover_article_wrap {
        flex: 100%;
        max-width: 100%;
    }
    .top_img_article_card .article_content {
        max-width: 56%;
    }
    .top_img_article_card .article_content .article_title {
        font-size: 18px;
    }


    .videos_section .page-row{
        flex-direction: column;
    }
    .videos_section .page-row .video_player_wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .videos_section .page-row .video_player_wrap .order-md-1 {
        order:1
    }
    .videos_section .page-row .video_player_wrap .order-md-2 {
        order:2
    }
    .video_article_card .article_content {
        max-width: 100%;
    }
    .videos_section .page-row .video_player_wrap .video_article_card {
        padding: 0 0 20px 0;
    }
    .videos_section .page-row .video_player_wrap .video_article_card .article_content .article_title {
        text-align: center;
    }
    .videos_section .page-row .video_player_wrap .video_article_card .article_content .article_author {
        text-align: center;
    }
    .videos_section .video_pool {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .videos_section .page-row .video_player_wrap .video_article_card:first-child {
        border-top: 0px;
    }
    .videos_section .page-row .video_player_wrap .article_excerpt {
        text-align: center;
    }

    .article_category_section {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .article_category_section .section_head_bordered {
        display: none;
    }
    .article_category_section .content_wrap {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .article_category_section .content_wrap .page-row {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 40px;
    }
    .article_category_section .section_cat_wrap .sec_cat .section_heading {
        font-family: sans-serif;
        color: #272727;
        font-size: 20px;
        border-bottom: 1px solid #272727;
    }
    .article_category_section .section_cat_wrap .catpost_list_wrapper .article_title a {
        font-size: 18px;
    }
    .article_category_section .content_wrap .section_cat_wrap {
        padding-bottom: 30px;
    }
    .top_articles_section .four_article_row {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        background-image: linear-gradient(to bottom, #fff 0%, #F1F1F1 100%);
        background-repeat: repeat-x;
        flex-wrap: nowrap;
        flex-direction: column;
        margin: 0;
    }
    .top_articles_section .four_article_row .article_card_excerpt_wrap {
        max-width: 100%;
        padding: 0;
        flex: 0 0 100%;
    }
    .excerpt_article_card .article_content {
        max-width: 56%;
    }
    .excerpt_article_card .article_image {
        max-width: 40%;
        width: 100%;
        margin-left: auto;
    }
    .excerpt_article_card .article_content .article_title {
        font-size: 18px;
    }

    .top_articles_section .five_article_row .side_article_wrap {
        flex: 0 0 100%;
        max-width: 100%;
        background-image: linear-gradient(to bottom, #fff 0%, #F1F1F1 100%);
        background-repeat: repeat-x;
    }
    .side_article_wrap .now_trending_collection .article_line {
        height: 1px;
        background: #ccc;
        width: calc(100% - 80px);
        position: absolute;
        left: 40px;
        bottom: 16px;
    }
    .side_article_wrap .now_trending_collection:last-child .article_line {
        display: none;
    }

    .top_articles_section .four_article_row .article_card_excerpt_wrap:first-child .excerpt_article_card {
        border-top: 0;
    }

    .series_wrapper {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .non-swiper {
        display: none;
    }
    .mobile-swiper {
        display: block;
    }

    .top_qna_section {
        padding-right: 25px;
    }
    .top_qna_section .title_wrap {
        flex: 100%;
        max-width: 100%;
        min-height: 70px;
    }
    .top_qna_section .title_wrap .title_link {
        font-size: 18px;
    }
    .top_qna_section .title_wrap .title_link .qna_cat_name{
        display: inline-flex;
    }
}