/*====================================== reset.css is here ========================================*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

/*ol,ul { list-style:none;}*/
caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

/**************************************************************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*----------------------------------------------------------------------------------*/
html {}

body {
    color: #b1b1b1;
    font-family: "Arial", Verdana, Tahoma;
    font-size: 12px;
}

.flt_Lt {
    float: left;
    display: inline;
}

.flt_Rt {
    float: right;
    display: inline;
}

/* ---------------------------------------------------------------------------------*/

/* ---------- layout ----------*/
* {
    box-sizing: border-box;
}

body {
    color: #1A1436;
    font-family: 'CarosSoft', sans-serif;
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
    transition: 0.2s ease;
}

.container {
    max-width: 1344px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

/*-------------------------------------------*/

/* --------- HEADER HERE ---------*/
.header {
    position: relative;
    background: #ffffff;
    z-index: 9999;
}

.header_top_bar {
    border-bottom: 1px solid #DDDDF0;
}

.express_ad {
    text-align: center;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.express_ad img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.header_main {
    height: 164px;
    background: #ffffff;
    border-bottom: 1px solid #DDDDF0;
    transition: 0.2s ease;
    z-index: 9999;
}

.header_main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    height: 163px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*overflow: hidden;*/
    transition: 0.2s ease;
}

.logo img {
    display: block;
    max-width: none;
}

.is-sticky .header_main {
    height: 66px;
    box-shadow: 1px 1px 8px rgba(3, 5, 66, 0.1);
}

.is-sticky .header_main .logo {
    width: 54px;
    height: 65px;
}

.is-sticky .header_main .logo img {
    width: auto;
    height: 41px;
}

.is-sticky .sub_nav {
    visibility: hidden;
    opacity: 0;
}

.is-sticky .mainnav {
    height: 65px;
}

.is-sticky .mainnav nav>ul>li>a {
    line-height: 65px;
}

.sticky-wrapper {
    transition: 0.2s ease;
    height: 164px !important;
}

.is-sticky.sticky-wrapper {
    height: 66px !important;
}


/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav {}

.nav ul {}

.nav ul li {}

.nav ul li a {}

.nav ul li a span {}

.nav ul li a:hover {}

.sub_nav {
    padding-top: 34px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.2s ease;
}

.sub_nav:after {
    display: block;
    content: "";
    clear: both;
}

.sub_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub_nav ul li {
    float: left;
    margin-left: 32px;
}

.sub_nav ul li a {
    display: block;
    color: #A7A9CC;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.sub_nav ul li a:hover {
    color: #030542;
}

a {
    transition: 0.15s ease-in;
}

.mainnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: 0.2s ease;
    height: 163px;
    position: relative;
}

.mainnav nav {}

.mainnav nav:after {
    display: block;
    content: "";
    clear: both;
}

.mainnav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainnav nav ul li {
    float: left;
    margin-left: 12px;
    position: relative;
}

.mainnav nav ul li:first-child {
    margin-left: 0;
}

.mainnav nav ul li:last-child a {
    padding-right: 0;
}

.mainnav nav ul li a {
    display: block;
    color: #030542;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 10px;
}

.mainnav nav ul li a.listarrow {
    background: url('../images/downarrow.svg') no-repeat right 1px center;
}

.mainnav nav ul li a:hover {
    color: #325CEC;
}

.mainnav nav ul li.menudown>a {
    color: #325CEC;
}

.mainnav nav ul li ul {
    display: none;
    width: 175px;
    background: #ffffff;
    border: 1px solid #DDDDF0;
    border-top: none;
    box-shadow: 1px 4px 6px rgba(3, 5, 66, 0.1);
    position: absolute;
    left: -6px;
    top: 100%;
    z-index: 9999;
    padding: 5px 0;
    border-radius: 0 0 2px 2px;
}

.mainnav nav ul li ul li {
    float: none;
    margin: 0;
}

.mainnav nav ul li ul li a {
    display: block;
    color: #030542;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px 15px !important;
    padding-top: 8px !important;
}

.mainnav nav ul li ul li a:hover {
    color: #030542;
    background: #DDDDF0;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
.maincontent {}

main {
    display: block;
}

.home_cards {
    padding: 16px 0;
    padding-bottom: 118px;
}

.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}

.row-flex>* {
    padding-left: 16px;
    padding-right: 16px;
}

.home_cards .card_main {
    -ms-flex: 0 0 58.48%;
    flex: 0 0 58.48%;
    max-width: 58.48%;
}

.home_cards .card_side {
    -ms-flex: 0 0 41.52%;
    flex: 0 0 41.52%;
    max-width: 41.52%;
}

.home_cards .card_main .content {
    position: relative;
    height: 430px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #DDDDF0;
}

.home_cards .card_main .content:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home_cards .card_main .content>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_cards .card_main .content .caption_box {
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 215px;
    background: -webkit-linear-gradient(top, rgba(3, 5, 66, 0.0001) 0%, #303252 100%);
    background: linear-gradient(180deg, rgba(3, 5, 66, 0.0001) 0%, #303252 100%);
    z-index: 20;
    padding: 14px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transition: 0.15s ease-in;
}

.home_cards .card_main .content:hover .caption_box {
    background: -webkit-linear-gradient(top, rgba(3, 5, 66, 0.0001) 0%, #181a3b 100%);
    background: linear-gradient(180deg, rgba(3, 5, 66, 0.0001) 0%, #181a3b 100%);
}

.home_cards .card_main .content .caption_box h2 {
    color: #F5F5FF;
    line-height: 1;
    padding-bottom: 20px;
}

.home_cards .card_main .content>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.home_cards .card_main .content .caption_box p {
    color: #DDDDF0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.home_cards .card_main .content .caption_box p a {
    color: #DDDDF0;
    text-decoration: none;
}

.home_cards .card_main .content .caption_box p a:hover {
    color: #DDDDF0;
    text-decoration: underline;
}

.home_cards .card_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home_cards .card_side .card {
    height: 206px;
    border-radius: 4px;
    border: 1px solid #DDDDF0;
    overflow: hidden;
    position: relative;
}

.home_cards .card_side .card>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.home_cards .card_side .card .caption_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 90%;
    background: -webkit-linear-gradient(top, rgba(3, 5, 66, 0.0001) 0%, #303252 100%);
    background: linear-gradient(180deg, rgba(3, 5, 66, 0.0001) 0%, #303252 100%);
    z-index: 20;
    padding: 16px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transition: 0.15s ease-in;
}

.home_cards .card_side .card:hover .caption_box {
    background: -webkit-linear-gradient(top, rgba(3, 5, 66, 0.0001) 0%, #181a3b 100%);
    background: linear-gradient(180deg, rgba(3, 5, 66, 0.0001) 0%, #181a3b 100%);
}

.home_cards .card_side .card .caption_box h3 {
    color: #F5F5FF;
    line-height: 1;
    padding-bottom: 10px;
}

.home_cards .card_side .card .caption_box p {
    color: #DDDDF0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.home_cards .card_side .card .caption_box p a {
    color: #DDDDF0;
    text-decoration: none;
}

.home_cards .card_side .card .caption_box p a:hover {
    color: #DDDDF0;
    text-decoration: underline;
}

.home_cards .card_side .card>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.tab-content {
    display: none;
}

.tabs-content .tab-content:first-child {
    display: block;
}

.maincontent_wrapper {
    padding-bottom: 215px;
}

.maincontent_wrapper .maincontent_box {
    -ms-flex: 0 0 73.3%;
    flex: 0 0 73.3%;
    max-width: 73.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.maincontent_wrapper .sidebar {
    -ms-flex: 0 0 26.70%;
    flex: 0 0 26.70%;
    max-width: 26.70%;
}

.article_content {
    max-width: 680px;
    padding: 0 32px;
    background: #ffffff;
    margin-right: 130px;
}

.article_content .tabs {
    padding-bottom: 70px;
}

.tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #DDDDF0;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

.tabs-nav li {
    margin-right: 14px;
}

.tabs-nav li a {
    display: block;
    color: #8688B3;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 5px;
    position: relative;
}

.tabs-nav li a:hover {
    color: #030542;
}

.tabs-nav li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #325CEC;
    opacity: 0;
    transition: 0.15s ease-in;
}

.tabs-nav li.active a {
    color: #030542;
}

.tabs-nav li.active a:after {
    opacity: 1;
}

.article_list {}

.article_list article {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #DDDDF0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 16px;
}

.article_list article .content {
    -ms-flex: 0 0 61.85%;
    flex: 0 0 61.85%;
    max-width: 61.85%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article_list article figure {
    -ms-flex: 0 0 38.15%;
    flex: 0 0 38.15%;
    max-width: 38.15%;
    margin: 0;
    min-height: 232px;
}

.article_list article figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_list article .content h3 {
    padding-bottom: 15px;
}

.article_list article .content h3 a {
    color: #525475;
}

.article_list article .content h3 a:hover {
    color: #03053B;
}

.article_list article .content .text {}

.article_list article .content .text p {
    color: #525475;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.article_list article .content .text small {
    display: block;
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    padding-bottom: 4px;
}

.article_list article .content .text small a {
    color: #8688B3;
    text-decoration: none;
}

.article_list article .content .text small a:hover {
    color: #8688B3;
    text-decoration: underline;
}

.see_all_articles {
    text-align: center;
    padding-top: 16px;
}

.btm_ad {}

.btm_ad img {
    display: block;
    max-width: 100%;
}

.subscribe_box {
    background: #030542;
    border: 1px solid #DDDDF0;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 30px;
}

.subscribe_box .icon {
    text-align: center;
    padding-top: 2px;
    margin-bottom: 15px;
}

.subscribe_box p {
    color: #DDDDF0;
    margin-bottom: 16px;
}

.subscribe_box .btn {
    width: 100%;
}

.sponsored_content {}

.sponsored_content h5 {
    padding-bottom: 20px;
}

.sponsored_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sponsored_content ul li {
    padding-bottom: 32px;
}

.sponsored_content ul li figure {
    height: 154px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 18px;
}

.sponsored_content ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sponsored_content ul li h3 {
    color: #525475;
    padding-bottom: 20px;
}

.sponsored_content ul li p {
    color: #525475;
    margin-bottom: 16px;
}

.sponsored_content ul li .btn {
    width: 100%;
}

.author_biopage {
    padding-top: 80px;
}

.breadcrum_box {
    padding-bottom: 32px;
}

.breadcrum_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrum_box ul li {
    float: left;
    color: #7390F2;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin-right: 18px;
}

.breadcrum_box ul li a {
    color: #7390F2;
    text-decoration: none;
}

.breadcrum_box ul li a:hover {
    color: #7390F2;
    text-decoration: underline;
}

.breadcrum_box:after {
    display: block;
    content: "";
    clear: both;
}

.breadcrum_box ul li:before {
    display: block;
    content: ">";
    color: #7390F2;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    right: -12px;
    top: 0;
}

.breadcrum_box ul li:last-child:before {
    display: none;
}

.author_bio {
    padding-bottom: 42px;
}

.author_bio p {
    color: #030542;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.56;
}

.author_bio_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.author_bio_card:after {
    display: block;
    content: "";
    clear: both;
}

.author_bio_card figure {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    float: left;
    margin-right: 24px;
}

.author_bio_card figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author_bio_card .content {
    overflow: hidden;
}

.author_bio_card .content h1 {
    padding-bottom: 6px;
}

.author_bio_card .content h4 {
    color: #525475;
    padding-bottom: 16px;
}

.social_links {}

.social_links:after {
    display: block;
    content: "";
    clear: both;
}

.social_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social_links ul li {
    float: left;
    margin-right: 15px;
}

.social_links ul li a {
    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;
    width: 30px;
    height: 30px;
}

.social_links ul li a:hover {}

.social_links ul li svg path {
    transition: 0.15s ease-in;
}

.social_links ul li a:hover svg path {
    fill: #303252;
}

.article_list>h5 {
    padding-bottom: 20px;
}

.sponsored_content h6 {
    color: #A7A9CC;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 20px;
}

.trending_list {
    margin-bottom: 35px;
}

.trending_list h5 {
    padding-bottom: 4px;
}

.trending_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.trending_list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #DDDDF0;
}

.trending_list ul li h4 {
    color: #303252;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.2px;
    clear: none;
}

.trending_list ul li h4 a {
    color: #303252;
    text-decoration: none;
}

.trending_list ul li h4 a:hover {
    color: #03053B;
    text-decoration: none;
}

.trending_list ul li figure {
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    max-width: 124px;
    width: 124px;
    height: 115px;
    margin: 0;
    float: right;
    margin-left: 12px;
}

.trending_list ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author_biopage .article_content {
    margin-right: 100px;
}

.author_biopage .sidebar {
    padding-top: 175px;
}

.archive_page {
    padding-top: 70px;
}

.breadcrum_box+.page_title {
    margin-top: -8px;
}

.page_title {
    min-height: 120px;
    padding-bottom: 20px;
}

.page_title h1 {
    color: #03053B;
    font-size: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1.28;
    padding-bottom: 0;
}

.archive_page .article_content {
    margin-right: -20px;
    max-width: 100%;
}

.archive_page .sidebar {
    padding-top: 156px;
}

.pagination_box {
    padding: 18px 0;
}

.pagination_box ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination_box ol li {
    margin-right: 0;
    color: #325CEC;
}

.pagination_box ol li .gap {
    color: #325CEC;
}

.pagination_box ol li a {
    display: block;
    min-width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #325CEC;
    border-radius: 4px;
    color: #325CEC;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 38px;
    text-decoration: none;
    text-align: center;
    padding: 0 2px !important;
}

.pagination_box ol li .current {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #325CEC;
    border-radius: 4px;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 38px;
    text-decoration: none;
    text-align: center;
    padding: 0 !important;
    background: #325CEC;
    color: #F5F5FF;
    pointer-events: none;
}

.pagination_box ol li a:hover {
    background: #F5F5FF;
}

.pagination_box ol li.current-page a {
    background: #325CEC;
    color: #F5F5FF;
    pointer-events: none;
}

.about_content {
    max-width: 818px;
    background: #ffffff;
    width: 100%;
    margin-right: 24px;
}

.about_page {
    padding-top: 50px;
}

.article_hero {
    height: 391px;
}

.article_hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_page .article_content {
    margin: 0 auto;
}

.about_page .article_content h1 {
    color: #03053B;
    font-size: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1.28;
    padding-bottom: 14px;
}

.article_hero {
    margin-bottom: 80px;
}

.about_page .article_content p {
    color: #030542;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.56;
    margin-bottom: 28px;
}

.about_page .article_content p+h1,
.about_page .article_content p+h2 {
    padding-top: 32px;
}

.team_list {
    padding-top: 22px;
    padding-bottom: 44px;
}

.team_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team_list>ul>li {
    background: #FFFFFF;
    border: 1px solid #DDDDF0;
    border-radius: 7px;
    margin-bottom: 16px;
}

.team_list ul li .author_bio {
    padding: 15px;
}

.team_list ul li .btn {
    width: 100%;
}

.team_list ul li .author_bio h3 {
    padding-bottom: 12px;
}

.team_list ul li .author_bio p {
    margin-bottom: 0;
}

.team_list ul li .author_bio_card {
    margin-bottom: 16px;
}

.about_page .sidebar {
    padding-top: 524px;
}

.article_page {
    padding-top: 86px;
}

.article_box {
    max-width: 680px;
    padding: 14px 32px;
    background: #ffffff;
    margin: 0 auto;
    z-index: 40;
    position: relative;
}

.article_page .article_hero {
    margin-bottom: 0;
}

.article_page .article_box {
    margin-top: -45px;
}

.article_page .article_box .info {
    position: relative;
    padding-bottom: 16px;
}

.article_page .article_box .info h2 {
    color: #525475;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 32px;
}

.author_acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.author_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 42px;
    padding-left: 50px;
    margin-bottom: 12px;
}

.author_box figure {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.author_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.author_box h6 {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.2px;
    padding-bottom: 2px;
}

.author_box p.author_name {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.2px;
    padding-bottom: 2px;
    margin-bottom: 0px;
}

.author_box .date {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.35;
}

.author_single_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.author_box_single_post {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 30px;
    padding-left: 35px;
    padding-right: 12px;
    margin-bottom: 12px;
}

.author_box_single_post figure {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.author_box_single_post figure img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.author_box_single_post h6 {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.2px;
    padding-bottom: 2px;
}

.author_box_single_post h6 a {
    color: #8688B3;
    text-decoration: none;
}

.author_box_single_post p.author_name {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.2px;
    padding-bottom: 2px;
    margin-bottom: 0px;
}

.author_box_single_post p.author_name a {
    color: #8688B3;
    text-decoration: none;
}

.post_date_box .date {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.35;
}

.post_date_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 42px;
    padding-left: 0px;
    padding-right: 10px;
    margin-bottom: 12px;
}

.tags {}

.tags h6 {
    display: inline;
    color: #A7A9CC;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    padding-right: 4px;
}

.tags p.tag_title {
    display: inline;
    color: #A7A9CC;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    padding-right: 4px;
}

.tags ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tags ul li {
    display: inline;
    padding-right: 2px;
}

.tags ul li a {
    color: #7390F2;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.tags ul li a:hover {
    color: #7390F2;
    text-decoration: underline;
}

.acc {
    position: relative;
}

.acc .acc_link {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #525475;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.acc .acc_link strong {
    display: block;
    color: #030542;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    padding-bottom: 2px;
}

.acc_opts {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 204px;
    background: #ffffff;
    border: 1px solid #DDDDF0;
    box-shadow: 1px 1px 6px rgba(3, 5, 66, 0.1);
    padding: 12px;
    text-align: center;
    border-radius: 4px;
    -webkit-transform: translate(-50%, 90%);
    transform: translate(-50%, 90%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s .3s;
    transition: opacity .3s, transform .3s, visibility 0s .3s, -webkit-transform .3s;
    z-index: 40;
}

.no-touch .acc:hover .acc_opts {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility 0s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s;
    transition: opacity .3s, transform .3s, visibility 0s, -webkit-transform .3s;
}

.touch .acc.open .acc_opts {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility 0s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s;
    transition: opacity .3s, transform .3s, visibility 0s, -webkit-transform .3s;
}

.acc_opts:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 14px 10px;
    border-color: transparent transparent #ddddf0 transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.acc_opts:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 12px 9px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.acc_opts h6 {
    color: #A7A9CC;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.acc_opts p {
    color: #A7A9CC;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.side_social {
    display: none;
    position: absolute;
    left: -82px;
    top: 100%;
    padding-top: 8px;
}

.side_social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side_social ul li {
    margin-bottom: 16px;
}

.side_social ul li a {
    transition: 0.15s ease-in;
}

.side_social ul li a:hover {}

.side_social ul li img {
    display: block;
}

.article_box p {
    color: #030542;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.56;
    margin-bottom: 26px;
}

.article_box>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 26px;
    padding-left: 20px;
}

.article_box>ol {
    margin: 0;
    padding: 0;
    margin-bottom: 26px;
    padding-left: 20px;
}

.article_box>ul li {
    color: #030542;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.56;
    padding-left: 12px;
    position: relative;
}

.article_box>ul li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #030542;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}

.article_box h3 {
    color: #03053B;
    /* font-size: 28px; */
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 26px;
}

.article_box p+h3 {
    padding-top: 15px;
}

.article_box>figure {
    /* margin-bottom: 36px; */
}

.article_box>figure img {
    width: 100%;
    max-width: none;
}

.sm_highlight {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sm_highlight p {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.article_box .team_list {
    padding-top: 74px;
    padding-bottom: 24px;
}

.related_carousel {
    margin: 0 -8px;
}

.related_carousel .slick-slide {
    margin: 0 8px;
}

.rel_box {
    border-bottom: 1px solid #DDDDF0;
    padding-bottom: 18px;
}

.rel_box figure {
    margin: 0;
    height: 154px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    margin-bottom: 18px;
}

.rel_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rel_box h4 {
    color: #525475;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    min-height: 130px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.rel_box h4 a {
    color: #525475;
    text-decoration: none;
}

.rel_box h4 a:hover {
    color: #030542;
}

.rel_box h6 {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
}

.rel_box h6 a {
    color: #8688B3;
    text-decoration: none;
}

.rel_box h6 a:hover {
    color: #8688B3;
    text-decoration: underline;
}

.rel_box p {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
}

.rel_box p a {
    color: #8688B3;
    text-decoration: none;
}

.rel_box p a:hover {
    color: #8688B3;
    text-decoration: underline;
}

.slick-arrow.slick-disabled {
    opacity: 0;
}

.slick-arrow {
    display: block;
    width: 60px;
    height: 100%;
    background-color: #DDDDF0;
    font-size: 0.1px;
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    cursor: pointer;
    transition: 0.15s ease-in;
}

.slick-arrow:hover {
    background-color: #d0d0eb;
}

.slick-prev {
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: -4px;
    background-image: url('../images/leftarrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    z-index: 40;
}

.slick-next {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -4px;
    background-image: url('../images/rightarrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    z-index: 40;
}

.related_carousel_wrapper {
    padding-bottom: 84px;
}

.related_carousel_wrapper h5 {
    padding-bottom: 34px;
}

.comment_content {
    max-width: 680px;
    padding: 14px 32px;
    margin: 0 auto;
}

.comment_wrapper h5 {
    padding-bottom: 20px;
}

.article_page .sidebar {
    padding-top: 750px;
}

.comment_section {
    -ms-flex: 0 0 75.3%;
    flex: 0 0 75.3%;
    max-width: 75.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.comment_wrapper {
    max-width: 818px;
    background: #ffffff;
    width: 100%;
    margin-right: 24px;
}

.opts ul {
    display: inline-block;
    background: #FFFFFF;
}

.opts ul li {
    float: left;
}

.opts ul li a {
    color: #525475;
    display: block;
    height: 36px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #A7A9CC;
}

.opts ul li a.active {
    background: #F5F5FF;
}

.opts ul li:first-child a {
    border-radius: 4px 0 0 4px;
}

.opts ul li:last-child a {
    border-radius: 0 4px 4px 0;
}

.opts ul li a.serif {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.opts ul li a.sans {
    color: #325CEC;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 36px;
}

.font_style {
    margin-bottom: 15px;
}

.font_style ul li {
    width: 85px;
}

.font_size ul li {
    width: 60px;
}

.font_size ul li a {
    color: #03053B;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.font_size ul li a.normal {
    color: #030542;
    font-size: 18px;
}

.mobile_menubtn {
    display: none;
}

.close_menu {
    display: none;
}

.nav_logo {
    display: none;
}

.logo .mobile {
    display: none;
}

.logo .tagline {
    display: block;
    color: #303252;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.2px;
}

.article_page .article_box .article_hero {
    display: none;
}

.comment_box img {
    max-width: 100%;
}

.breadcrum_box {
    color: #7390F2;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
}

.breadcrum_box>span {
    color: #7390F2;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    position: relative;
}

.breadcrum_box .current-item {
    color: #7390F2;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    position: relative;
}

.breadcrum_box>span a {
    color: #7390F2;
    text-decoration: none;
}

.breadcrum_box>span a:hover {
    color: #7390F2;
    text-decoration: underline;
}

.breadcrum_box:after {
    display: block;
    content: "";
    clear: both;
}

.breadcrum_box ul .itemListElement:before {
    display: block;
    content: ">";
    color: #7390F2;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    right: -12px;
    top: 0;
}

.breadcrum_box .entry-subtitle {
    display: none;
}

.article_page .article_box h1 {
    padding-bottom: 0;
}

.article_page .article_box h1 .entry-title-primary {
    display: block;
    padding-bottom: 16px;
}

.article_page .article_box h1 .entry-subtitle {
    display: block;
    color: #525475;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 32px;
}

.comment_content .comments-title {
    display: none !important;
}

.comment_content .comment-list {
    margin-bottom: 20px;
}

.comment_content .comment-list li {
    border-bottom: 1px solid #DDDDF0;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.comment_content .comment-list li .comment-meta {
    vertical-align: top;
}

.comment_content .comment-list li .comment-meta .comment-author {
    display: inline-block;
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    padding-right: 5px;
}

.comment_content .comment-list li .comment-meta .comment-author b {
    font-weight: 600;
}

.comment_content .comment-list li .comment-meta .comment-author .says {
    display: none;
}

.comment_content .comment-list li .comment-meta .comment-metadata {
    display: inline-block;
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1;
}

.comment_content .comment-list li .comment-meta .comment-metadata a {
    color: #8688B3;
    text-decoration: none;
}

.comment_content .comment-list li .comment-meta .comment-metadata a.comment-edit-link {
    font-weight: 600;
}

.comment_content .comment-list li .comment-content {
    padding-top: 5px;
}

.comment_content .comment-list li .comment-content p {
    color: #525475;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.rel_box h4 .entry-subtitle {
    display: none;
}

.comment-form-comment>label {
    display: none;
}

.comment-form-comment textarea {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #A7A9CC;
    border-radius: 6px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 10px 15px !important;
    color: #525475;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: normal;
    resize: none;
    height: 100px;
}

.comment_content .submit {
    display: inline-block;
    height: 40px;
    background: #325CEC;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    text-decoration: none;
    color: #F7F8FB;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.2px;
    transition: 0.15s ease-in;
    text-align: center;
    padding: 0 20px;
    min-width: 226px;
    cursor: pointer;
}

.comment_content .submit:hover {
    background: #1c4ae8;
    color: #F7F8FB;
}

.trending_list ul li .entry-subtitle {
    display: none;
}

.search_bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #030542;
    box-shadow: 0px -2px 8px rgba(3, 5, 66, 0.1);
    border-top: 1px solid #ffffff;
    transition: 0.4s ease-in;
}

.subclose .search_bar {
    bottom: -100%;
}

.search_bar_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px;
    position: relative;
}

.search_bar_content figure {
    width: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
}

.search_bar_content figure img {
    display: block;
    max-width: 100%;
}

.search_bar_content h6 {
    color: #DDDDF0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 2px;
}

.search_bar_content p {
    color: #DDDDF0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.search_bar .row-flex {
    padding-right: 115px;
    position: relative;
    justify-content: space-between;
}

.search_bar .close_sbar {
    position: absolute;
    right: -44px;
    width: 160px;
    height: 100%;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DDDDF0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    border-left: 1px solid #8688B3;
    cursor: pointer;
}

.search_bar .newsletter_box {
    display: flex;
    align-items: center;
    padding-right: 35px;
    min-height: 120px;
}

.search_bar .newsletter_box:after {
    display: block;
    content: "";
    clear: both;
}

.search_bar .newsletter_box .form-group {
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
}

.search_bar .newsletter_box .form-group .form-control {
    width: 268px;
}

.search_bar .newsletter_box .form-group .btn {
    min-width: 1px;
    padding: 0 30px;
}

.subsc_title {
    display: none;
}

/*Standard styling*/
h1 {
    color: #03053B;
    font-size: 36px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1.22;
    padding-bottom: 0.8em;
}

h2 {
    color: #03053B;
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 0.8em;
}

h3 {
    color: #525475;
    /* font-size: 22px; */
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0.8em;
}

h4 {
    color: #303252;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.2px;
    padding-bottom: 0.8em;
}

h5 {
    color: #7390F2;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

p {
    color: #03053B;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 18px;
}

li {
    color: #03053B;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.btn {
    display: inline-block;
    height: 40px;
    background: #F5F5FF;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    text-decoration: none;
    color: #525475;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.2px;
    transition: 0.15s ease-in;
    text-align: center;
    padding: 0 20px;
    min-width: 226px;
    cursor: pointer;
}

.btn-light {
    background: #F5F5FF;
    color: #525475 !important;
}

.btn-light:hover {
    background: #dcdcf8;
    color: #525475;
}

.form-group {
    margin-bottom: 16px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #A7A9CC;
    border-radius: 6px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0 15px;
    color: #384D77;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 38px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:active {
    border: 1px solid #325CEC;
}

.form-control:focus {
    border: 1px solid #325CEC;
}

.btn-info {
    background: #325CEC;
    color: #F7F8FB;
}

.btn-info:hover {
    background: #1c4ae8;
    color: #F7F8FB;
}

.btn-primary {
    background: #030542;
    color: #F7F8FB !important;
}

.btn-primary:hover {
    background: #090c6c;
    color: #F7F8FB;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A7A9CC !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #A7A9CC !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #A7A9CC !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #A7A9CC !important;
    opacity: 1 !important;
}

blockquote {
    display: block;
    margin: 0;
    padding: 0;
    color: #525475;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 30px;
}

blockquote p {
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    line-height: inherit !important;
    margin-bottom: 0 !important;
}

blockquote:before {
    display: block;
    content: "";
    width: 154px;
    height: 2px;
    background: #7390F2;
    margin-bottom: 14px;
}

figure {
    margin: 0;
}

figure img {
    display: block;
    max-width: 100%;
}

figure figcaption {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.2px;
    padding-top: 10px;
}


/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footer {
    background: #030542;
    padding-top: 64px;
    padding-bottom: 16px;
}

.footer .footer_logo {
    -ms-flex: 0 0 204px;
    flex: 0 0 204px;
    max-width: 204px;
}

.footer .footer_nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer_nav .nav_col.main {
    -ms-flex: 0 0 238px;
    flex: 0 0 238px;
    max-width: 238px;
}

.footer .footer_nav .nav_col {
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
    max-width: 175px;
}

.footer .newsletter_box {
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    max-width: 310px;
    margin-left: auto;
}

.copyright_box {
    text-align: center;
    padding-top: 14px;
}

.copyright_box p {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.copyright_box p a {
    color: #8688B3;
    text-decoration: none;
}

.copyright_box p a:hover {
    color: #8688B3;
    text-decoration: underline;
}

.footer .footer_nav .nav_col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer_nav .nav_col ul li {
    margin-bottom: 11px;
}

.footer .footer_nav .nav_col ul li a {
    color: #A7A9CC;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.footer .footer_nav .nav_col ul li a:hover {
    color: #DDDDF0;
}

.footer .footer_nav .nav_col.main ul li a {
    color: #DDDDF0;
    font-weight: 700;
}

.footer .footer_nav .nav_col.main ul li a:hover {
    color: #ffffff;
}

.newsletter_box {}

.newsletter_box h6 {
    color: #A7A9CC;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 8px;
}

.newsletter_box p {
    color: #A7A9CC;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 8px;
}

.newsletter_box .btn {
    width: 100%;
}

.newsletter_box .form-group {
    margin-bottom: 14px;
}


/* ---------------------------------------------------------*/

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a[href^=tel] {
    color: #1A1436;
    text-decoration: none;
}



/* ---------------------------------------------------------*/

/*12-06*/
.logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.logo .tagline {
    display: block;
    color: #303252;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.2px;
    white-space: nowrap;
    transition: 0.2s ease-in;
    padding-top: 15px;
}

.is-sticky .logo .tagline {
    display: none;
}

.mainnav nav ul li ul {
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 4px 6px rgba(3, 5, 66, 0.1);
}

.mainnav nav ul li ul li {
    margin-bottom: 9px;
}

.mainnav nav ul li ul li:last-child {
    margin-bottom: 0;
}

.mainnav nav ul li ul li a {
    padding: 6px 15px 1px !important;
}

.mainnav nav ul li {
    margin-left: 38px;
}

.search_bar_content p {
    font-weight: 300;
}

.search_bar_content h6 {
    font-weight: 600;
}

.search_bar .close_sbar {
    font-weight: 600;
}

.home_cards .card_main .content .caption_box h2 {
    line-height: 1.2;
    padding-bottom: 4px;
}

.home_cards .card_side .card .caption_box h3 {
    line-height: 1.2;
}

.subscribe_box {
    padding-top: 18px;
}

.subscribe_box .form-group {
    margin-bottom: 12px;
}

.subscribe_box .form-group:last-child {
    margin-bottom: 0;
}

.subscribe_box p {
    margin-bottom: 26px;
}

.article_list article .content .text p {
    color: #525475;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.sponsored_content ul li p {
    color: #525475;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

.inline-sign {
    display: inline-block;
    height: 40px;
    background: #F5F5FF;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    text-decoration: none;
    color: #525475;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.2px;
    transition: 0.15s ease-in;
    text-align: center;
    padding: 0 20px;
    min-width: 226px;
    cursor: pointer;
    background: #325CEC;
    color: #F7F8FB;
}

.inline-sign:hover {
    background: #1c4ae8;
    color: #F7F8FB;
}

.banner-input {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #A7A9CC;
    border-radius: 6px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0 15px;
    color: #384D77;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 38px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.author_bio p {
    color: #030542;
    font-size: 18px;
    line-height: 1.56;
}

.about_page .article_content p {
    color: #030542;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1.56;
}

.team_list>ul>li {
    position: relative;
}

.team_list>ul>li .author_bio>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-decoration: none;
}

.team_list ul li .author_bio h3 a {
    color: #525475;
    text-decoration: none;
}

.team_list ul li .author_bio h3 a:hover {
    color: #03053B;
}

.author_bio_card figure a {
    text-decoration: none;
}

.side_social {
    display: block;
}

.author_box h6 a {
    color: #8688B3;
    text-decoration: none;
}

.author_box h6 a:hover {
    color: #8688B3;
    text-decoration: underline;
}

.author_box p.author_name a {
    color: #8688B3;
    text-decoration: none;
}

.author_box p.author_name a:hover {
    color: #8688B3;
    text-decoration: underline;
}

.mid_ad_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

.mid_ad img {
    display: block;
    max-width: 100%;
}

.home_cards {
    padding-bottom: 50px;
}

.mtsnb {
    position: absolute !important;
}

hr+p>em {
    display: block;
    color: #A7A9CC;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}

hr+p img {
    display: block;
    max-width: 100%;
    height: auto;
}

hr {
    border-top: 1px solid #DDDDF0;
}

hr+p+hr {
    margin-bottom: 20px;
}

.mainnav nav ul li ul {
    box-shadow: 1px 5px 6px rgba(3, 5, 66, 0.2);
}

.side_social ul li a svg path {
    transition: 0.15s ease-in;
}

.side_social ul li a:hover svg path {
    fill: #303252;
}

.trending_list ul li h4 {
    line-height: 19px;
}

.header_main {
    box-shadow: 1px 1px 8px rgba(3, 5, 66, 0.1);
}

.author_box .expand_click {
    display: none;
}

.subscribe_box {
    margin-bottom: 10px;
}

#tve_editor {
    background: #030542 !important;
    box-shadow: 0px -2px 8px rgba(3, 5, 66, 0.1) !important;
    border-top: 1px solid #ffffff !important;
}

.tl-anim-slide_bot .tl-style .thrv-ribbon {
    background: none !important;
    box-shadow: none !important;
    border-top: none !important;
    transition: 0.4s ease-in !important;
    padding: 0 !important;
    max-width: 1344px;
    margin: 0 auto !important;
    position: relative;
    padding-right: 115px !important;
}

.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: none !important;
}

.tl-anim-slide_bot .tl-style .thrv-ribbon .tve_image_caption {
    width: 60px !important;
    margin: 0 !important;
}

.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col {
    min-height: 120px;
}

.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col:nth-child(1) {
    max-width: 90px;
}

.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    min-height: 1px;
}

.tl-anim-slide_bot .tl-style .thrv-ribbon .tcb-flex-row .tcb-flex-col p strong {
    display: block;
    color: #DDDDF0 !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    padding-bottom: 2px !important;
}

.tl-anim-slide_bot #tve_editor .thrv-ribbon .tcb-flex-row .tcb-flex-col p {
    color: #DDDDF0 !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.tl-anim-slide_bot #tve_editor .tve_lg_input input[type=email] {
    display: block;
    width: 268px !important;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #A7A9CC;
    border-radius: 6px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0 15px;
    color: #384D77;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 38px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 !important;
}

.tve_lg_input ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A7A9CC !important;
    opacity: 1 !important;
}

.tve_lg_input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #A7A9CC !important;
    opacity: 1 !important;
}

.tve_lg_input :-ms-input-placeholder {
    /* IE 10+ */
    color: #A7A9CC !important;
    opacity: 1 !important;
}

.tve_lg_input :-moz-placeholder {
    /* Firefox 18- */
    color: #A7A9CC !important;
    opacity: 1 !important;
}

.tve-form-button a.tcb-button-link {
    display: inline-block;
    height: 40px;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    text-decoration: none;
    background: #325CEC;
    color: #F7F8FB;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.2px;
    transition: 0.15s ease-in;
    text-align: center;
    padding: 0 30px;
    cursor: pointer;
}

.tve-form-button a.tcb-button-link:hover {
    background: #1c4ae8;
    color: #F7F8FB;
}

#tve_editor .tve_lead_generated_inputs_container {
    display: flex;
    align-items: center;
    padding-right: 35px;
    min-height: 120px;
}

#tve_editor .tve_lead_generated_inputs_container .tve-form-button {
    margin: 0 !important;
    padding-left: 10px !important;
}

#tve_editor .tcb-clear {
    position: absolute;
    right: -44px;
    width: 160px;
    height: 100%;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DDDDF0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    border-left: 1px solid #8688B3;
    cursor: pointer;
}

#tve_editor .tve_et_click svg {
    display: none;
}

#tve_editor .tve_et_click:before {
    display: inline-block;
    content: "Close";
}

#tve_editor .tcb-window-width {
    width: 100% !important;
    left: 0 !important;
}

#tve_editor .tcb-clear .tve_et_click {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    color: #DDDDF0 !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-align: center;
    border: none !important;
    cursor: pointer;
    padding: 0 !important;
}

.sclose_btn {
    display: none;
}

#tve_editor .subsc_title {
    display: none;
}

.trending_list ul li figure {
    min-height: 115px;
    height: auto;
}

.trending_list ul li figure a {
    display: block;
    height: 100%;
    position: relative;
}

.trending_list ul li figure img {
    position: absolute;
    right: 0;
    top: 0;
}

.trending_list ul li h4 {
    padding-bottom: 0;
}

.express_ad p {
    margin-bottom: 0;
}

.express_ad img {
    height: auto;
}

.article_box p img {
    max-width: 100%;
    height: auto;
}

.sub_nav {
    padding-right: 40px;
}

.sub_nav #searchform {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 40px;
    transition: 0.2s ease-in-out;
}

.sub_nav #searchform.s_open {
    width: 280px;
}

.sub_nav #searchform.s_open input[type="search"] {
    box-shadow: 0px 0px 2px #A7A9CC;
}

.sub_nav #searchform input[type="submit"] {
    display: none;
}

.sub_nav #searchform input[type="search"] {
    display: block;
    width: 100%;
    height: 30px;
    background: #ffffff url('../images/search.svg') no-repeat right 5px center;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0 10px;
    padding-right: 30px;
    color: #525475;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
    transition: 0.2s ease-in-out;
}

.article_content p {
    font-size: 16px;
}

.side_social .getsocial a {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    box-sizing: border-box;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


/* Newsletter Subscribe - desktop */

.site-header .header-widget-area {
    display: none;
}

.site-header {
    border-bottom: 0px !important;
}

.nav-primary {
    display: none;
}

.breadcrumb {
    display: none;
}

.banner-wrap {
    display: none;
}

.site-container {
    max-width: 100% !important;
}

.entry {
    padding: 0px
}

.site-footer {
    display: none;
}

#lp-pom-block-33 {
    display: block;
    background: rgba(0, 0, 0, 0.4);
    background-image: url(/wp-content/uploads/2019/06/adventure-alberta-alpine-v1.1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 506px;
    position: relative;
}

#lp-pom-block-33 .lp-pom-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 506px;
}

#lp-pom-block-33-color-overlay {
    position: absolute;
    /*background:rgba(0,0,0,0.4);*/
    height: 506px;
    width: 100%;
}

#lp-pom-text-11 {
    display: block;
    background: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 0px;
    z-index: 3;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding-top: 60px;
    font-size: 42px;
    font-weight: 900;
    line-height: 45px;
}

#lp-pom-text-15 {
    display: block;
    background: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 0px;
    z-index: 4;
    width: 100%;
    height: 58px;
    margin: 0 auto;
    font-size: 21px;
    padding-bottom: 10px;
}

#lp-pom-form-17 {
    display: block;
    z-index: 5;
    width: 100%;
    height: 0px;
}

#lp-pom-form-17 .fields {
    margin: 0 auto;
    text-align: center;
}

#lp-pom-form-17 .lp-pom-form-field .single {
    height: 45px;
    font-size: 15px;
    line-height: 15px;
    padding-left: 14px;
    padding-right: 14px;
    flex: 1;
}

#lp-pom-form-17 .lp-pom-form-field select {
    height: 44px;
    border-style: none;
}

#lp-pom-form-17 .lp-pom-form-field .form_elem_multi {
    padding-top: 14px;
    padding-bottom: 15px;
}

#lp-pom-form-17 .lp-pom-form-field .lp-form-label {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #ffffff;
    display: block;
    margin-bottom: 4px;
    width: auto;
    margin-right: 0px;
}

#lp-pom-form-17 .lp-pom-form-field .lp-form-label .label-style {
    font-weight: bolder;
    font-style: inherit;
}

#lp-pom-form-17 .lp-pom-form-field input[type=text] {
    border-style: none;
}

#lp-pom-form-17 .lp-pom-form-field textarea {
    border-style: none;
}

#lp-pom-form-17 .lp-pom-form-field .opt-label {
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    line-height: 15px;
}

#lp-pom-form-17 .lp-pom-form-field .opt-label .label-style {
    font-weight: inherit;
    font-style: inherit;
}

#lp-pom-form-17 .lp-pom-form-field .text {
    background-color: #fff;
    color: #000;
}

#lp-pom-button-18 {
    display: inline-block;
    border-style: none;
    border-radius: 0px;
    z-index: 6;
    width: 178px;
    height: 36px;
    background: rgba(200, 0, 0, 1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
}

#lp-pom-button-18:hover {
    background: rgba(190, 0, 0, 1);
    box-shadow: none;
    color: #fff;
}

#lp-pom-button-18:active {
    background: rgba(180, 0, 0, 1);
    box-shadow: none;
    color: #fff;
}

#lp-pom-button-18 .label {
    margin-top: -10px;
}

#container_email {
    width: 350px;
    display: inline-block;
}

input[type="submit"] {
    background-color: inherit;
}

input:hover[type="submit"] {
    background-color: rgba(200, 0, 0, 1);
}

#lp-pom-text-82 {
    display: block;
    background: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 0px;
    z-index: 11;
    width: 100%;
    height: 32px;
    padding-top: 70px;
}

#lp-pom-text-21 {
    display: block;
    z-index: 1;
    width: 555px;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

#lp-pom-text-22 {
    display: block;
    z-index: 2;
    width: 303px;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

#lp-pom-text-21 p,
#lp-pom-text-22 p {
    margin-bottom: 5px;
}

.email-error {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #c80000;
}

.box_container {
    width: 100%;
    padding: 10px;
    max-width: 1280px;
    margin: 0 auto;
}

.box {
    width: 32%;
    padding: 10px;
    display: inline-block;
    vertical-align: middle
}

.box .box_icon {
    border-style: none;
    border-radius: 0px;
    width: 100px;
    height: 110px;
    margin: 0 auto;
}

.box .box_icon img {
    width: 100px;
    height: 89px;
}

.box .box_desc {
    color: #000000;
    line-height: 17px;
    width: 215px;
    margin: 0 auto;
    height: 60px;
}

@media (-webkit-min-device-pixel-ratio:1.1),
(min-resolution:97dpi) {
    #lp-pom-block-33 {
        background-image: url(/wp-content/uploads/2019/06/adventure-alberta-alpine-v1.1.jpg);
    }
}

@media (-webkit-min-device-pixel-ratio:2.1),
(min-resolution:193dpi) {
    #lp-pom-block-33 {
        background-image: url(/wp-content/uploads/2019/06/adventure-alberta-alpine-v1.1.jpg);
    }
}

/* Newsletter Subscribe - mobile */
@media only screen and (max-width:600px) {
    #lp-pom-block-33 {
        display: block;
        background: rgba(0, 0, 0, 0.4);
        background-image: url(/wp-content/uploads/2019/06/adventure-alberta-alpine-v1.1-mobile.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        border-style: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        border-radius: 0px;
        width: 100%;
        height: 421px;
        position: relative;
    }

    #lp-pom-block-33 .lp-pom-block-content {
        margin-left: auto;
        margin-right: auto;
        width: 320px;
        height: 421px;
    }

    #lp-pom-block-33-color-overlay {
        /*position:absolute;*/
        /*background:rgba(0,0,0,0.4);*/
        height: 421px;
        width: 100%;
    }

    #lp-pom-text-11 {
        display: block;
        background: rgba(0, 0, 0, 0);
        border-style: none;
        border-radius: 0px;
        z-index: 3;
        width: 100%;
        height: 135px;
        /*transform:scale(0.51);
    transform-origin:0 0;
    -webkit-transform:scale(0.51);
    -webkit-transform-origin:0 0;*/
        margin: 0 auto;
        padding-top: 30px;
        font-size: 22px;
        font-weight: 900;
        line-height: 25px;
    }

    #lp-pom-text-15 {
        display: block;
        background: rgba(0, 0, 0, 0);
        border-style: none;
        border-radius: 0px;
        z-index: 4;
        width: 100%;
        height: 116px;
        /*transform:scale(0.74);
    transform-origin:0 0;
    -webkit-transform:scale(0.74);
    -webkit-transform-origin:0 0;*/
        margin: 0 auto;
        font-size: 17px;
    }

    #lp-pom-text-15 p {
        margin-bottom: 0px;
    }

    #lp-pom-form-17 {
        display: block;
        z-index: 5;
        width: 100%;
        height: 0px;
        margin: 0 auto;
        text-align: center;
    }

    #lp-pom-form-17 .fields {
        margin: 0 auto;
        text-align: center;
    }

    #lp-pom-form-17 .lp-pom-form-field .single {
        height: 45px;
        font-size: 15px;
        line-height: 15px;
        padding-left: 14px;
        padding-right: 14px;
        flex: 1;
    }

    #lp-pom-form-17 .lp-pom-form-field select {
        height: 44px;
        border-style: none;
    }

    #lp-pom-form-17 .lp-pom-form-field .form_elem_multi {
        padding-top: 14px;
        padding-bottom: 15px;
    }

    #lp-pom-form-17 .lp-pom-form-field .lp-form-label {
        font-family: Roboto;
        font-weight: 400;
        font-size: 15px;
        line-height: 17px;
        color: #ffffff;
        display: block;
        margin-bottom: 4px;
        width: auto;
        margin-right: 0px;
    }

    #lp-pom-form-17 .lp-pom-form-field .lp-form-label .label-style {
        font-weight: bolder;
        font-style: inherit;
    }

    #lp-pom-form-17 .lp-pom-form-field input[type=text] {
        border-style: none;
    }

    #lp-pom-form-17 .lp-pom-form-field textarea {
        border-style: none;
    }

    #lp-pom-form-17 .lp-pom-form-field .opt-label {
        font-family: arial;
        font-weight: 400;
        font-size: 13px;
        color: #000;
        line-height: 15px;
    }

    #lp-pom-form-17 .lp-pom-form-field .opt-label .label-style {
        font-weight: inherit;
        font-style: inherit;
    }

    #lp-pom-form-17 .lp-pom-form-field .text {
        background-color: #fff;
        color: #000;
    }

    #lp-pom-button-18 {
        display: block;
        border-style: none;
        border-radius: 0px;
        z-index: 6;
        width: 280px;
        height: 44px;
        background: #325CEC;
        box-shadow: none;
        text-shadow: none;
        color: #fff;
        border-width: undefinedpx;
        border-color: #undefined;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        background-repeat: no-repeat;
    }

    #lp-pom-button-18:hover {
        background: #325CEC;
        box-shadow: none;
        color: #fff;
    }

    #lp-pom-button-18:active {
        background: #325CEC;
        box-shadow: none;
        color: #fff;
    }

    #lp-pom-button-18 .label {
        margin-top: -10px;
    }

    #lp-pom-text-82 {
        display: block;
        background: rgba(0, 0, 0, 0);
        border-style: none;
        border-radius: 0px;
        z-index: 11;
        width: 100%;
        height: 32px;
        /*transform:scale(0.74);
    transform-origin:0 0;
    -webkit-transform:scale(0.74);
    -webkit-transform-origin:0 0;*/
        font-size: 10px;
        margin-top: 65px;
        padding-top: 50px;
    }

    #lp-pom-text-21 {
        display: block;
        z-index: 1;
        width: 100%;
        height: 40px;
        /*    transform:scale(0.87);
    transform-origin:0 0;
    -webkit-transform:scale(0.87);
    -webkit-transform-origin:0 0;*/
        margin: 0 auto;
        text-align: center;
        font-size: 11px;
        padding: 0px 10px;
    }

    #lp-pom-text-22 {
        display: block;
        z-index: 2;
        width: 100%;
        height: 40px;
        /*transform:scale(0.87);
    transform-origin:0 0;
    -webkit-transform:scale(0.87);
    -webkit-transform-origin:0 0;*/
        margin: 0 auto;
        text-align: center;
        font-size: 11px;
        padding: 0px 10px;
    }

    #container_email {
        width: 100%;
    }

    #lp-pom-button-18 {
        width: 100%;
        margin-top: 15px;
    }

    .box {
        width: 100%;
    }

    .box .box_desc {
        width: 90%;
        line-height: 15px;
    }

    .box .box_desc p {
        margin: 0 !important;
        height: 60px;
        display: -ms-flexbox;
        -ms-flex-pack: center;
        -ms-flex-align: center;

        /* Firefox */
        display: -moz-box;
        -moz-box-pack: center;
        -moz-box-align: center;

        /* Safari, Opera, and Chrome */
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;

        /* W3C */
        display: box;
        box-pack: center;
        box-align: center;
    }

    .box .box_desc span {
        vertical-align: middle;
    }

    .box .box_icon {
        border-style: none;
        border-radius: 0px;
        width: 60px;
        height: 70px;
        float: left;
        margin-right: 10px;
        display: -ms-flexbox;
        -ms-flex-pack: center;
        -ms-flex-align: center;

        /* Firefox */
        display: -moz-box;
        -moz-box-pack: center;
        -moz-box-align: center;

        /* Safari, Opera, and Chrome */
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;

        /* W3C */
        display: box;
        box-pack: center;
        box-align: center;
    }

    .box .box_icon img {
        width: 60px;
        height: 54px;
    }

    .box_container {
        width: 100%;
        padding: 30px 10px 30px 10px;
    }

}

@media only screen and (max-width:600px) and (-webkit-min-device-pixel-ratio:1.1),
only screen and (max-width:600px) and (min-resolution:97dpi) {
    #lp-pom-block-33 {
        background-image: url(/wp-content/uploads/2019/06/adventure-alberta-alpine-v1.1-mobile.jpg);
    }
}

@media only screen and (max-width:600px) and (-webkit-min-device-pixel-ratio:2.1),
only screen and (max-width:600px) and (min-resolution:193dpi) {
    #lp-pom-block-33 {
        background-image: url(/wp-content/uploads/2019/06/adventure-alberta-alpine-v1.1-mobile.jpg);
    }
}



/* custom CSS */
.article_box a {
    color: #7390F2;
    text-decoration: underline;
}

.article_box a:hover {
    text-decoration: underline;
}

.article_list article .content .text p a {
    color: #525475;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.hideAmp {
    display: none;
}

p.top-btn a,
p.bottom-btn a {
    background: #030542;
    color: #F7F8FB !important;
    display: inline-block;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.2px;
    transition: 0.15s ease-in;
    text-align: center;
    padding: 10px 20px;
    min-width: 226px;
    cursor: pointer;
}

.article_content .tabs {
    padding-bottom: 0px;
}

.getsocial.gs-inline-group.gs-big-counter:nth-child(3) {
    /*display: none;*/
}

.side_social {
    left: -120px !important;
}

.maincontent_wrapper {
    padding-bottom: 10px;
}

.side_social .gs-big-counter {
    border-right: 0px !important;
}

.sidebar-ad {
    padding-bottom: 15px;
}

.post-ad {
    padding: 10px 0px;
    text-align: center;
}

#div-gpt-ad-1592329111244-0 {
    margin: 0 auto;
    margin-bottom: 10px;
}

#div-gpt-ad-1596115316766-0 {
    margin: 0 auto;
    margin-bottom: 10px;
}

#div-gpt-ad-1592330785629-0 {
    margin: 0 auto;
    margin-bottom: 10px;
}

#div-gpt-ad-1596129395279-0 {
    margin: 0 auto;
    margin-bottom: 10px;
}

#div-gpt-ad-1600354511350-0 {
    margin: 0 auto;
    margin-bottom: 10px;
}

.express_ad {
    margin-top: 10px;
    margin-bottom: 10px;
}

.article_page {
    padding-top: 26px;
}

ul.copyright-list {
    list-style: disc;
}

ul.copyright-list li {
    margin-left: 20px;
}

.page-template-page-newsletter-subscribe .header_top_bar {
    display: none;
}

.page-template-page-newsletter-subscribe .mainnav {
    display: none;
}

.page-template-page-newsletter-subscribe .footer {
    display: none;
}

* Newsletter Subscribe Thank You */ @media only screen and (max-width: 600px) {
    .subscribe-thankyou h1 {
        width: 100% !important;
        font-size: 21px !important;
    }

    .subscribe-thankyou .p1 {
        width: 100% !important;
    }

    .subscribe-thankyou .p2 {
        width: 100% !important;
    }

    .latest-post-selection.three-columns article {
        width: 100% !important;
    }
}

.page-id-11629 .maincontent {
    padding: 50px 0px 3px 0px;
}

.subscribe-thankyou h1 {
    text-align: center;
    color: #2592d2;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
}

.subscribe-thankyou .p1 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #000000;
    font-size: 15px
}

.subscribe-thankyou .p2 {
    color: #000000;
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
    font-weight: 700;
}

.subscribe-latest-posts {
    background-color: #fafafafa;
    padding: 10px;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #f4f4f4 !important;
}

.subscribe-latest-posts .p1 {
    color: #000000;
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
    font-weight: 700;
}

.latest-post-selection.three-columns article {
    height: 420px !important;
    max-height: 420px !important;
    border: 1px solid #f4f4f4 !important;
    margin: 0 auto;
    text-align: center;
}

.latest-post-selection.three-columns article:nth-child(3n) {
    background-color: #ffffff !important;
    ;
    border: 1px solid #f4f4f4 !important;
}

.latest-post-selection.three-columns article:nth-child(3n+1) {
    background-color: #ffffff !important;
    border: 1px solid #f4f4f4 !important;
}

.latest-post-selection.three-columns article img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10px;
    height: 235px;
}

.latest-post-selection.three-columns article h3 {
    font-size: 1em;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    color: #000000;
    height: 280px;
}

.latest-post-selection.three-columns article p {
    padding-top: 5px;
    font-size: 0.9em;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    color: #000000;
    padding-bottom: 10px;
}

.latest-post-selection.three-columns article a.read-more {
    background-color: #428bca;
    border-color: #357ebd;
    border: none;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float: none;
    border-radius: 4px;
}



#share-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

#share-buttons img {
    width: 250px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

.sidebar .widget {
    padding: 10px;
}


@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 767px) {
    .hide-desktop {
        display: none !important;
    }
}


.article_list article picture {
    -ms-flex: 0 0 38.15%;
    flex: 0 0 38.15%;
    max-width: 38.15%;
    margin: 0;
    min-height: 232px;
}

.article_list article picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sponsored_content ul li picture {
    height: 154px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 18px;
}

.sponsored_content ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author_bio_card picture {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    float: left;
    margin-right: 24px;
}

.author_bio_card picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.trending_list ul li picture {
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    max-width: 124px;
    width: 124px;
    height: 115px;
    margin: 0;
    float: right;
    margin-left: 12px;
}

.trending_list ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

author_box picture {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.author_box picture img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.author_box_single_post picture {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.author_box_single_post picture img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.article_box>picture {
    margin-bottom: 36px;
}

.article_box>picture img {
    width: 100%;
    max-width: none;
}

.rel_box picture {
    margin: 0;
    height: 154px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    margin-bottom: 18px;
}

.rel_box picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search_bar_content picture {
    width: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
}

.search_bar_content picture img {
    display: block;
    max-width: 100%;
}

picture {
    margin: 0;
}

picture img {
    display: block;
    max-width: 100%;
}

picture figcaption {
    color: #8688B3;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.2px;
    padding-top: 10px;
}

.author_bio_card picture a {
    text-decoration: none;
}

.trending_list ul li picture {
    min-height: 115px;
    height: auto;
}

.trending_list ul li picture a {
    display: block;
    height: 100%;
    position: relative;
}

.trending_list ul li picture img {
    position: absolute;
    right: 0;
    top: 0;
}