@media only screen and (max-width: 1368px) 
{
/*Home page*/
.logo {
    /*border: 1px solid red;*/
} 
.sticky-wrapper {
    transition: 0.2s ease;
    height: 121px !important;
}
.header_main {
    height: 120px;
}
.logo {
    height: 120px;
}
.mainnav {
    height: 120px;      
}
.sub_nav {
    padding-top: 20px;
}
.maincontent_wrapper {
    padding-bottom: 180px;
}
/*
.maincontent_wrapper .maincontent_box {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.maincontent_wrapper .sidebar {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
*/
.page_title h1 {
    font-size: 44px;
}
.about_page .article_content h1 {
    font-size: 44px;   
}
.article_page {
    padding-top: 50px;
}
.related_carousel {
    margin: 0 50px;
} 
.slick-next {
    margin-left: 0;
}
.slick-prev {
    margin-right: -2px;
}
.slick-arrow.slick-disabled {
    opacity: 0.2;
}
.rel_box h4 {
    font-size: 20px;
}
.search_bar_content {
    margin-left: 15px;
}
.search_bar .close_sbar {
    right: 0;
    width: 120px;
}
.search_bar .row-flex {
    padding-right: 120px;
} 
.subscribe_box p br {
    display: none;
}
#tve_editor .tcb-clear {
    right: 0;
    width: 120px;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon {
    padding-right: 120px !important;
    padding-left: 15px !important;
}
 
}

@media only screen and (max-width: 1200px) 
{
/*Home page*/
.logo {
    /*border: 1px solid cyan;*/
}  
.logo img {
    max-width: 260px;
}
.article_content {
    margin-right: 0;
}   
.maincontent_wrapper .maincontent_box {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.maincontent_wrapper .sidebar {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.subscribe_box p {
    font-size: 15px;
}
.row-flex {
    margin-right: -15px;
    margin-left: -15px;    
}
.row-flex > * {
    padding-left: 15px;
    padding-right: 15px;
}
.footer .footer_logo {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}
.footer .footer_nav .nav_col.main {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.footer .footer_nav .nav_col {
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    max-width: 155px;
}
.footer .newsletter_box {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}
.author_biopage .article_content {
    margin-right: 0;
}
.author_biopage {
    padding-top: 40px;
}
.archive_page {
    padding-top: 40px;
}
.archive_page .sidebar {
    padding-top: 156px;
}
.about_content {
    margin-right: 0;
}
.about_page .article_content h1 {
    font-size: 40px;
}
.article_hero {
    margin-bottom: 50px;
}
.about_page .sidebar {
    padding-top: 494px;
}
.article_page {
    padding-top: 40px;
}
.article_page .article_box h1 {
    font-size: 32px;
}
.article_page .article_box h1 .entry-subtitle {
    font-size: 20px;
}
.article_page .article_box {
    margin-top: 0;
}
.article_box p {
    font-size: 16px;
    margin-bottom: 18px;
}
.article_box > ul li {
    font-size: 16px;    
}
.article_box > ul {
    margin-bottom: 20px;    
}
.side_social {
    left: -45px;
}
blockquote {
    font-size: 22px;
}
.article_box .team_list {
    padding-top: 50px;
    padding-bottom: 24px;
}
.search_bar_content {
    padding-left: 90px;
}
.logo .tagline {
    font-size: 13px;       
}
.mid_ad_wrapper {
    margin-bottom: 50px;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col:nth-child(2) {
    max-width: 300px;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon {
    padding-right: 120px !important;
    padding-left: 15px !important;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col:nth-child(3) {
    min-width: 412px !important;
    right: 15px;
}
.home .maincontent_wrapper .sidebar {
    padding-top: 26px;
}
    
}

/* #Tablet (Portrait) */

    /* Note: Design for a width of 768px */

@media only screen and (max-width: 991px) 
{
/*Home page*/
.logo {
    /*border: 1px solid yellow;*/
}
.mobile_menubtn {
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0,-50%);
    color: #525475;
    font-size: 11px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: 0.15s ease-in;
}  
.mobile_menubtn span {
    display: block;
    width: 32px;
    height: 3px;
    background: #030542;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 6px;
}  
.header_main {
    position: relative;
}
.home_cards .card_main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
}
.home_cards .card_side {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.home_cards .card_side .card {
    width: calc(50% - 8px);
}
.home_cards .card_main .content {
    height: 420px;
}
.article_content {
    padding: 0;
}
.maincontent_wrapper .maincontent_box {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
}
.maincontent_wrapper .sidebar {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}
.btn {
    padding: 0 25px;
    min-width: 100px;
}
h1 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
}
.article_list article .content .text p {
    font-size: 15px;    
}
.maincontent_wrapper {
    padding-bottom: 120px;
}
.footer .footer_logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 50px;
}
.footer {
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer .footer_nav .nav_col.main {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.footer .footer_nav .nav_col {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.footer .newsletter_box {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
}
.mainnav {
    display: block !important;
    background: #FFFFFF;
    box-sizing: border-box;
    position: fixed;
    z-index: 999999;
    overflow: scroll;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    transition: all 0.3s ease 0s;
    padding: 15px;
    padding-top: 100px;
}
.menuopen {
    overflow: hidden;
}
.menuopen .mainnav {
    left: 0;
    border-right: 1px solid #DDDDF0;
    box-shadow: 1px 1px 8px rgba(3, 5, 66, 0.1);
}
.olay {
    visibility: hidden;
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    transition: 0.2s ease-in;
}
.menuopen .olay {
    visibility: visible;
    opacity: 1;
}
.close_menu {
    display: block;
}
.nav_logo {
    display: block;
    margin-bottom: 35px;
}
.sub_nav {
    position: static;
    padding-top: 15px;
}
.close_menu {
    color: #030542;
    font-size: 11px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 30px;
    position: fixed;
    top: 15px;
    transform: translateX(232px);
}
.close_menu span {
    display: block;
    width: 32px;
    height: 3px;
    background: #030542;
    border-radius: 3px;
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: 10px;
}
.close_menu span:nth-child(2) {
    transform: rotate(-45deg);
    left: auto;
    right: 2px;
}
.mainnav nav ul li {
    float: none;
    margin: 0;
}
.mainnav nav ul li a {
    display: inline-block;
    line-height: normal;
    padding: 10px 0;
    padding-right: 15px;
}
.mainnav nav ul li a.listarrow {
    background: none;
}
.mainnav nav ul li ul {
    display: block !important;
    position: static;
    width: auto;
    border: none;
    box-shadow: none;
    padding: 0;
    padding-bottom: 5px;
}
.mainnav > nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*
.mainnav nav > ul > li:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;    
}
.mainnav nav > ul > li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;    
}
.mainnav nav > ul > li:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;    
}
.mainnav nav > ul > li:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;        
}
.mainnav nav > ul > li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;    
}
*/
.mainnav nav ul li ul li a {
    padding: 10px 15px !important;     
}
.sub_nav ul li {
    float: none;
    margin-left: 0;
}
.sub_nav ul li a {
    display: inline-block;
    padding: 5px 0;
}
.is-sticky .mainnav {
    height: 100%;
} 
.is-sticky .mainnav nav > ul > li > a {
    line-height: normal;
}
.menuopen .mobile_menubtn {
    opacity: 0;
}
.is-sticky .sub_nav {
    visibility: visible;
    opacity: 1;
}
.author_bio_card figure, .author_bio_card picture {
    margin-right: 15px;
}
.breadcrum_box {
    padding-bottom: 25px;
}
.author_bio p {
    font-size: 16px;    
}
.archive_page .sidebar {
    padding-top: 130px;
}
.page_title {
    min-height: 100px;
}
.page_title h1 {
    font-size: 40px;
}
.archive_page .article_content {
    margin-right: 0;
}
.maincontent_wrapper .sidebar {
    padding-left: 0;
}
.article_hero {
    margin-bottom: 50px;
    width: calc(100% + 54.5%);
}
.about_page .article_content p {
    font-size: 16px;
    margin-bottom: 18px;
}
.about_page {
    padding-top: 40px;
}
.side_social {
    position: static;
    padding: 15px 0;
} 
.side_social ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 0;
}
.side_social ul li a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.article_page .article_box h1 {
    font-size: 30px;
}
.article_box {
    padding: 14px 0;
}
.article_page .article_box .info {
    width: calc(100% + 54.5%);
}
.author_acc .acc {
    margin-right: 56px;
}
.article_box h3 {
    font-size: 26px;
    padding-bottom: 20px;
}
.comment_content {
    padding: 14px 0;
}
.search_bar .row-flex {
    padding-right: 0;
}
.search_bar .newsletter_box {
    padding-right: 15px;
    min-height: 140px;
}
.search_bar .newsletter_box .form-group .form-control {
    width: 234px;
}
.search_bar .newsletter_box .form-group:last-child {
    margin-bottom: 0;
}
.search_bar_content {
    padding-left: 75px;
}
.search_bar_content p {
    font-size: 15px;
}
.search_bar .close_sbar {
    width: 30px;
    height: 30px;
    background: url('../images/close_btn.svg') no-repeat center center;
    border: none;
    font-size: 0.1px;
    text-indent: -9999px;
    right: 10px;
    top: 5px;
}
.header {
    z-index: 99999999;       
}
.mainnav nav ul li ul li {
    margin-bottom: 0;
}
.gs-bar {
    /*display: none !important; */
}
.tl-anim-slide_bot .tl-style .thrv-ribbon {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col:nth-child(1) {
    max-width: 75px;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col:nth-child(3) {
    min-width: 380px !important;
    right: 5px;
}
.tl-anim-slide_bot #tve_editor .tve_lg_input input[type=email] {
    width: 234px !important;
}
#tve_editor .tve_et_click:before {
    display: none;
}
#tve_editor .tcb-clear {
    width: 30px;
    height: 30px;
    background: url(../images/close_btn.svg) no-repeat center center;
    border: none;
    font-size: 0.1px;
    text-indent: -9999px;
    right: 10px;
    top: 5px;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col {
    min-height: 140px;
}
.tl-anim-slide_bot #tve_editor .thrv-ribbon .tcb-flex-row .tcb-flex-col p {
    font-size: 15px !important;
}
.article_list article figure, .article_list article picture {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    min-height: 150px;
}
.article_list article figure a, .article_list article picture a {
    display: block;
    height: 100%;
    position: relative;
}
.article_list article figure img, .article_list article picture img {
    position: absolute;
    right: 0;
    top: 0;
}
.article_list article .content .text p:empty {
    display: none;
}
.article_list article .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: none;
}
.article_list article .content h3 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
}   
.article_list article .content .text p {
    font-size: 14px;
}
.article_list article .content h3.long_title {
    font-size: 20px !important;
    line-height: 1.18 !important;
}
.maincontent_wrapper .maincontent_box {
    padding-right: 40px;
}
.sub_nav {
	padding-right: 0;
}
.sub_nav #searchform {
	position: static;
	padding-top: 15px;
	width: 100% !important;
}
.sub_nav #searchform input[type="search"] {
	height: 36px;
	line-height: 36px;
	box-shadow: 0px 0px 2px #A7A9CC;
}
.side_social .getsocial a {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
}
.side_social:after {
    display: block;
	content: "";
	clear: both;
}
  
}

/* #Mobile (Landscape) */

    /* Note: Design for a width of 480px */

@media only screen and (max-width: 767px) 
{
/*Home page*/
.logo {
    /*border: 1px solid blue;*/
}  
.container {
    padding-left: 8px;
    padding-right: 8px;
}
.row-flex {
    margin-right: -8px;
    margin-left: -8px;
}
.row-flex > * {
    padding-left: 8px;
    padding-right: 8px;
}
.header_top_bar .container {
    padding: 0;
}
.header_top_bar .express_ad {
    height: auto;
}
.logo {
    text-align: center;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.logo .desktop {
    display: none;
} 
.logo .mobile {
    display: inline-block;
    margin-bottom: 6px;
}
.logo .tagline {
    display: block;
    color: #303252;
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.16px;
    transition: 0.1s ease-in;
    padding-top: 0;
}
.header_main .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sticky-wrapper {
    transition: 0.2s ease;
    height: auto !important;
}
.header_main {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 8px rgba(3, 5, 66, 0.1);
}
.is-sticky .header_main .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.is-sticky .header_main {
    height: 60px;
}
.is-sticky .header_main .logo {
    width: 54px;
    height: 45px;
}
.is-sticky .logo .tagline {
    visibility: hidden;
    opacity: 0;
}
.is-sticky .mobile_menubtn {
    font-size: 0.1px;
    text-indent: -9999px;
}
.is-sticky .mobile_menubtn span:nth-child(3) {
    margin-bottom: 0;
}
.is-sticky .header_main .logo img {
    width: auto;
    height: 60px;
}
.home_cards {
    padding-top: 2px;
    padding-bottom: 50px;
}
.home_cards .card_main {
    margin-bottom: 10px;
}
.home_cards .card_main .content {
    height: auto;
    margin: 0 -8px;
}
.home_cards .card_side .card {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.home_cards .card_side {
    display: block !important;
}
.maincontent_wrapper .maincontent_box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
}
.maincontent_wrapper .sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 500px;
    margin: 0 auto;
}
.see_all_articles {
    padding-top: 5px;
}
.btm_ad {
    margin: 0 -8px;
}
.subscribe_box p {
    font-size: 16px;
}
.sponsored_content ul li:last-child {
    padding-bottom: 0;
}
.maincontent_wrapper {
    padding-bottom: 35px;
}
.footer {
    padding-top: 60px;
    padding-bottom: 45px;
}
.footer .newsletter_box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 500px;
    margin: 0 auto;
}
.footer .footer_nav {
    display: block !important;
}
.footer .footer_logo {
    padding-bottom: 65px;
}
.footer .footer_nav .nav_col ul li {
    margin-bottom: 5px;
}
.footer .footer_nav .nav_col {
    max-width: none;
    padding: 0 8px;
    margin-bottom: 34px;
}
.copyright_box {
    padding-top: 22px;
}
.footer .row-flex {
    display: block !important;
}
.author_biopage .sidebar {
    padding-top: 0;
}
.maincontent_wrapper .maincontent_box {
    padding-bottom: 20px;
} 
.footer .footer_nav .nav_col {
    max-width: none !important;
}
.page_title {
    min-height: 1px;
    margin: 0;
}
.page_title h1 {
    font-size: 36px;
}
.breadcrum_box + .page_title {
    margin-top: 0;
    padding-top: 5px;
}
.archive_page .sidebar {
    padding-top: 40px;
}
.maincontent_wrapper .sidebar {
    padding-left: 8px;
}
.archive_page {
    padding-top: 20px;
}
.article_hero {
    width: calc(100% + 16px);
    left: -8px;
    position: relative;
    margin-bottom: 30px;
    height: 350px;
}
.about_page .article_content p {
    font-size: 15px;
    margin-bottom: 18px;
}
.about_page .article_content h1 {
    padding-bottom: 0;
}
.about_page {
    padding-top: 20px;
}
.about_page .article_content p + h1, .about_page .article_content p + h2 {
    padding-top: 20px;
}
.about_page .sidebar {
    padding-top: 0;
}
.article_page {
    padding-top: 20px;
}
.article_page .article_hero {
    display: none;
}
.article_page .article_box .article_hero {
    display: block;
    height: auto;
    margin-bottom: 15px;
    height: 220px;
}
.article_page .article_box .info {
    width: 100%;
}
.article_page .article_box h1 {
    font-size: 24px;
}
.article_page .article_box h1 .entry-title-primary {
    padding-bottom: 10px;    
}
.article_page .article_box {
    padding-top: 0;
}
.article_page .article_box h1 .entry-subtitle {
    font-size: 18px;
}
.author_acc .acc {
    display: none;
}
.article_box p {
    font-size: 15px;
}
.article_box > ul li {
    font-size: 15px;
}
.article_box h3 {
    font-size: 22px;
    padding-bottom: 20px;
}
blockquote {
    font-size: 19px;
}
blockquote:before {
    width: 78px;
}
figure figcaption, picture figcaption {
    color: #8688B3;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: 0.16px;
    padding-top: 10px;
}

.article_page .sidebar {
    padding-top: 0;
}
.related_carousel .slick-arrow {
    display: none !important;
}
.related_carousel_wrapper {
    padding-top: 40px;
    padding-bottom: 0;
}
.related_carousel {
    margin: 0;
}
.related_carousel .slick-track {
    width: 100% !important;
    transform: none !important;
}
.related_carousel .slick-slide {
    float: none;
    width: 100% !important;
    margin: 0;
}
.rel_box figure, .rel_box picture {
    display: none;
}
.related_carousel_wrapper h5 {
    padding-bottom: 20px;
}
.rel_box {
    border-bottom: none;
    padding-bottom: 30px;
}
.rel_box h4 {
    color: #303252;
    font-size: 16px;
    min-height: 1px;
    letter-spacing: -0.2px;
    margin-bottom: 15px;
}
.rel_box h4 a {
    color: #303252;   
}
.rel_box h6 {
    font-size: 14px;       
}
.related_carousel .slick-slide:nth-child(1n+4) {
    display: none !important; 
}
.comment_content {
    padding: 14px 0;
}
.comment_section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pagination_box ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
} 
.comment_wrapper {
    margin-right: 0;       
}
.search_bar_content h6 {
    color: #A7A9CC;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 5px;
}
.search_bar_content figure, .search_bar_content picture {
    display: none;
}
.search_bar_content p {
    display: none;
}
.search_bar {
    padding-top: 0;
    padding-bottom: 10px;
	margin-bottom :45px;
}
.search_bar .close_sbar {
    right: 5px;
    top: 5px;   
}
.search_bar .newsletter_box {
    padding-right: 8px;
    min-height: 1px;
}
.search_bar .newsletter_box .form-group {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
}
.search_bar .row-flex {
    display: block !important;
    padding-top: 40px;
    transition: 0.4s ease-in;
}
.search_bar_content {
    margin-left: 0;
}
.search_bar .newsletter_box {
    display: block !important;   
}
.search_bar .newsletter_box .form-group .form-control {
    width: 100%;
}
.subsc_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #030542;
    height: 36px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 8px;
    border-top: 1px solid #ffffff;
    transition: 0.2s ease-in;
}
.subsc_title h6 {
    color: #DDDDF0;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.16px;
}
.subsc_btn {
    height: 100%;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #A7A9CC;
    font-size: 11px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding-right: 22px;
    background: url('../images/uparrow.svg') no-repeat right center;
}
.search_bar {
    padding-bottom: 0;
}
.search_bar .row-flex {
    padding-bottom: 10px; 
    position: relative;
}
.sclose .footer {
	padding-bottom : 90px;
}
.search_bar {
    bottom: -100%;
}
.sclose .search_bar {
    bottom: 0;
}
.logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.search_bar {
    margin-bottom: 0 !important;   
}
.sclose .subsc_title {
    bottom: -100% !important; 
}
.sclose .footer {
    padding-bottom: 60px;
}
.home_cards {
    padding-bottom: 30px;
}
.mid_ad_wrapper {
    margin-bottom: 30px;
}
.is-sticky .header_main .logo {
    display: block !important;
}
.side_social {
    padding-bottom: 0;
}
.author_box .expand_click {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col:nth-child(1) {
    display: none !important;       
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col p strong {
    color: #A7A9CC !important;
    font-size: 14px !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    padding-bottom: 5px !important;     
}
.tl-anim-slide_bot #tve_editor .thrv-ribbon .tcb-flex-row .tcb-flex-col p:last-of-type {
    display: none !important;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon {
    padding-right: 8px !important;
    padding-left: 8px !important;
    padding-top: 40px !important;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row {
    padding-left: 0 !important;
    padding-right: 0 !important;       
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col:nth-child(3) {
    position: static;
    min-width: 1px !important;
}
#tve_editor .tve_lead_generated_inputs_container {
    display: block !important;
    align-items: center;
    padding-right: 0;
    min-height: 1px;
}
.tl-anim-slide_bot #tve_editor .tve_lg_input input[type=email] {
    width: 100% !important;
}
#tve_editor .thrv_wrapper.thrv_lead_generation {
    max-width: none !important;
}
.thrv_lead_generation_container .tve_lg_input_container.tve_lg_input {
    margin-bottom: 10px !important;
}
#tve_editor .tve_lead_generated_inputs_container .tve-form-button {
    margin: 0 !important;
    padding-left: 0 !important;
    display: block !important;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col {
    min-height: 1px;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col:nth-child(2) .thrv_text_element {
    padding: 0 !important;
}
#tve_editor .tcb-clear {
    display: none;
}
.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col:nth-child(3) .thrv_lead_generation {
    padding-top: 0 !important;
} 
.sclose_btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close_btn.svg) no-repeat center center;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
}
#tve_editor .subsc_title {
    display: flex !important;
    transition: 0.4s ease-in;
}
#tve_editor .thrv-ribbon {
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    background: #030542 !important;
    box-shadow: 0px -2px 8px rgba(3, 5, 66, 0.1) !important;
    border-top: 1px solid #ffffff !important;
    transition: 0.4s ease-in;
}
.sclose #tve_editor .thrv-ribbon {
    bottom: 0;    
}
.sclose #tve_editor .subsc_title {
    bottom: -100%;       
}
.tve-leads-ribbon {
    min-height: 0px !important;
}
.article_list article figure, .article_list article picture {
    min-height: 150px;
}
.article_list article figure, .article_list article picture aa {
    display: block;
    height: 100%;
}
.article_list article .content h3 {
    font-size: 20px;
    line-height: 1.18;       
}
.article_list article .content .text p {
    font-size: 14px;
} 
.trending_list ul li h4 {
    font-size: 18px;
    line-height: 21px;
}
.trending_list ul li figure, .trending_list ul li picture {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
}
.article_list article .content h3.long_title {
    font-size: 18px !important;
}
.maincontent_wrapper .maincontent_box {
    padding-right: 8px;
}
.home .maincontent_wrapper .sidebar {
    padding-top: 0;
}
.mainnav {
	padding-top: 10px;
}
.article_content p {
    font-size: 15px;
}
.sub_nav #searchform {
    padding-top: 10px;
}
    
}


/* #Mobile (Portrait) */

    /* Note: Design for a width of 320px */

@media only screen and (min-width: 320px) and (max-width: 479px) 
{
/*Home page*/
.logo {
    /*border: 1px solid green;*/
}  
.home_cards .card_main .content {
    height: 240px;
}
.home_cards .card_main .content .caption_box h2 {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 15px;
}
.home_cards .card_main .content .caption_box p {
    font-size: 11px;
}
.home_cards .card_side .card {
    width: 100%;
    height: 165px;
}
.home_cards .card_side .card .caption_box h3 {
    font-size: 17px;
}
.home_cards .card_side .card .caption_box p {
    font-size: 11px;
}
.article_list article .content .text p {
    display: none;
}
.article_list article .content .text small {
    display: none;
}
.article_list article {
    border: none;
    border-bottom: 1px solid #DDDDF0;
    border-radius: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.article_list article .content h3 {
    color: #303252;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.2px;
    padding-bottom: 0;
}
.article_list article .content h3 a {
    color: #303252;    
}
.article_list article figure, .article_list article picture {
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    max-width: 124px;
    margin: 0;
    min-height: 80px;
    margin-left: 15px;
}
.article_list article .content {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.author_bio_card {
    display: block !important;
    text-align: center;
}
h1 {
    font-size: 28px;
}
.author_bio_card figure, .author_bio_card picture {
    float: none;
    margin: 0 auto 10px;
}
.author_bio_card .content h4 {
    font-size: 13px;
}
.author_bio_card .content h1 {
    padding-bottom: 2px;
}
.author_biopage {
    padding-top: 20px;
}
.social_links ul li {
    float: left;
    margin-right: 12px;
}
.social_links ul li:last-child {
    margin-right: 0;
}
.author_bio .social_links {
    display: inline-block;
}
.author_bio p {
    font-size: 15px;
}
.author_bio {
    padding-bottom: 20px;
}
h5 {
    line-height: 1.5;
}
.article_list > h5 {
    padding-bottom: 16px;
}
.article_hero {
    height: 254px;
}
.team_list > ul > li .author_bio_card {
    display: flex !important;
    text-align: left;
}
.team_list > ul > li .author_bio .social_links {
    display: none;
}
.team_list ul li .author_bio {
    padding: 10px;
}
.team_list ul li .author_bio p {
    display: none;
}
.team_list ul li .author_bio_card {
    margin-bottom: 0;
}
.team_list ul li .author_bio h3 {
    font-size: 18px;
    padding-bottom: 10px;
}
.team_list ul li .author_bio h4 {
    padding-bottom: 0;
}
.team_list ul li .author_bio_card figure, .team_list ul li .author_bio_card picture {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin: 0;
    margin-right: 10px;
}
.article_page .article_box h1 {
    font-size: 18px;
    line-height: 1.22;
}
.article_page .article_box h1 .entry-subtitle {
    font-size: 15px;
    line-height: 1;
    padding-bottom: 25px;
}
.sm_highlight {
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.16px;
}
.article_box .team_list {
    padding-top: 30px;
    padding-bottom: 0;
}
.mtsnb .mtsnb-container {
    padding: 5px 40px !important;       
}
.author_bio_card .content h1 {
    font-size: 29px;
}
.author_bio_card .content h4 {
    letter-spacing: -0.16px;    
}
.home_cards {
    padding-bottom: 20px;
}
.mid_ad_wrapper {
    margin-bottom: 20px;
}
.mtsnb-content {
    font-size: 12px !important;
}
.article_list article .content .text {
    display: none;
}
.trending_list ul li h4 {
    font-size: 16px;
    line-height: 19px;       
}
.trending_list ul li figure, .trending_list ul li picture {
    min-height: 90px;
    height: auto;
}
.trending_list ul li figure, .trending_list ul li picture {
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    max-width: 124px;
    width: auto;
}
.article_list article .content h3.long_title {
    font-size: 15px !important;
}

    
}

@media only screen and (min-width: 375px) and (max-width: 639px) 
{
/*Home page*/
.article_list article .content .text p {
    display: none;
}
.article_list article .content .text small {
    display: none;
}
.article_list article {
    border: none;
    border-bottom: 1px solid #DDDDF0;
    border-radius: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.article_list article .content h3 {
    color: #303252;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.2px;
    padding-bottom: 0;
}
.article_list article .content h3 a {
    color: #303252;    
}
.article_list article figure, .article_list article picture {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    margin: 0;
    height: auto;
    min-height: 90px;
    margin-left: 15px;
}
.article_list article .content {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.article_list article .content .text {
    display: none;
}
.article_list article figure a, .article_list article picture a {
    display: block;
    height: 100%;
    position: relative;
}
.article_list article figure img, .article_list article picture img {
    position: absolute;
    right: 0;
    top: 0;       
}
.trending_list ul li h4 {
    font-size: 18px;
    line-height: 21px;       
}
.trending_list ul li figure, .trending_list ul li picture {
    min-height: 90px;
    height: auto;
}
.trending_list ul li figure, .trending_list ul li picture {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    width: auto;
}
.home_cards .card_main .content .caption_box h2 {
    font-size: 18px; 
}
.home_cards .card_side .card .caption_box h3 {
    font-size: 18px;
}
.article_list article .content h3.long_title {
    font-size: 16px !important;
}
    
}