@charset "utf-8";


/* -- Mobile Devices
*/
.mobile_device .main_header {
    padding-top: 16px;
    padding-bottom: 16px;
}

.mobile_device.shrink .main_header {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mobile_device #sm_menu_ham, 
.mobile_device .sm_menu_outer {
    display: block;
}

.mobile_device #sm_menu_ham span {
    width: 48px;
}

.mobile_device #sm_menu_ham {
    height: 24px;
    width: 48px;
    top: 30px;
    right: 24px;
}

.mobile_device.shrink #sm_menu_ham {
    top: 20px;
}

.mobile_device .h_user_options {
    padding-right: 84px;
}

.mobile_device .main_header a.default_btn {
    padding-top: 16px;
    padding-bottom: 16px;
}

.mobile_device .main_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    padding: 3rem 2.5%;
}

.mobile_device ul.main_menu {
    width: 100%;
}

.mobile_device ul.main_menu li {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}

.mobile_device ul.main_menu li a {
    font-size: 1em;
}
/* -- end Mobile Devices
*/
 
/*  
     ⤵︎                                         1820px >=x
*/
@media screen and (max-width:1820px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  Business page

     ⤴︎   
*/

    .business_page .hero .col:last-child img:first-child {
        left: -13.65vw;
        width: 27.3vw;
    }

    .business_page .hero .col:last-child img:last-child {
        left: 20vw;
        width: 16.7vw;
    }
    
    .business_section.two figure.col {
        width: 50%;
    }
    
    .business_section.two figure .wrap {
        width: 125%;
    }
    
    .business_section.two figure img {
        width: 48%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
}
/* 
     ⤴︎                                         
*/
/*  
     ⤵︎                                         1680px >=x
*/
@media screen and (max-width:1680px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  New Account page

     ⤴︎   
*/
    .account_form {
        background-size: 50% auto
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end New Account page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Business page

     ⤴︎   
*/
    .business_section.two figure.col {
        width: 54%;
    }
    
    .business_section.two figure .wrap {
        width: 108%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
}
/* 
     ⤴︎                                         
*/
/*  
     ⤵︎                                         1480px >=x
*/
@media screen and (max-width:1480px) {
    /* --       HEADER
    */
    .main_header a.logo {
        padding-left: 0;
    }
    /* --       end HEADER
    */
/*  
     ⤵︎ 

       ⋮⋮⫸  Single Post

     ⤴︎   
*/
    .post .main_content {
        margin-left: 5%;
    }
    
    .other_posts .col {
        width: 48%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Single Post

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  News page

     ⤴︎   
*/
    .news_page .news_entries {
        width: 66%;
    }
    
    .news_page .sidebar {
        width: 30%;
        margin-left: 4%;
    }
    
    .categories_filters {
        margin-bottom: 72px;
    }
    
    .news_feat_posts article.large {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .news_feat_posts article.large h1 {
        font-size: 2.25em;
    }
    
    .news_feat_posts article.small h1,
    .news_entry h1 {
        font-size: 1.875em;
    }
    
    .news_entry h1 {
        padding-bottom: 1rem;
    }
    
    .news_entry {
        margin-bottom: 4.75rem;
    }
    
    .news_page .sidebar article a h1 {
        font-size: 1.25em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end News page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  New Account page

     ⤴︎   
*/
    .new_account .slider blockquote {
        font-size: 1.5em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end New Account page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Business page

     ⤴︎   
*/
    .business_page .hero .col {
        padding-top: 148px;
        padding-bottom: 96px;
    }

    .business_page .hero .wrapper {
        padding-left: 5%;
    }
    
    .business_page .hero h1 {
        font-size: 2.5em;
    }
    
    .business_section .container {
        padding-top: 108px !important;
        padding-bottom: 96px !important;
    }
    
    .business_section.two figure .wrap {
        width: 100%;
    }
    
    .business_section h1 {
        font-size: 2.5em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Homepage

     ⤴︎   
*/
    .hm_post_slider .wrapper {
        padding-left: 0
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Homepage

     ⤴︎   
*/
}
/* 
     ⤴︎
/*  
     ⤵︎                                         1280px >=x
*/
@media screen and (max-width:1280px) {
    body {
        font-size: 0.938em;
    }
    
    h1 {
        font-size: 3.25em;
    }
    /* --       HEADER
    */
    .main_header a.logo {
        padding-right: 24px;
    }
    
    .main_header a.default_btn {
        /* min-width: 144px; */
        margin-right: 15px;
    }
    
    ul.main_menu li {
        padding-left: 12px;
        padding-right: 12px;
    }
    /* --       end HEADER
    */
/*  
     ⤵︎ 

       ⋮⋮⫸  Single Post

     ⤴︎   
*/
    .post .main_content {
        margin-left: 5%;
    }
    
    .other_posts .col {
        width: 48%;
    }
    
    .post aside.sidebar {
        width: 268px;
        padding-right: 24px;
        margin-top: 6%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Single Post

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  News page

     ⤴︎   
*/
    a.contribute_button {
        font-size: 1em;
    }

    a.contribute_button img.arrow {
        right: 8%;
    }

    a.contribute_button:hover img.arrow {
        right: 6%;
    }
    
    a.contribute_button img.icon {
        width: 78px;
        height: auto;
    }
    
    .news_entry a.image span.play {
        width: 84px;
        height: 84px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end News page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Business page

     ⤴︎   
*/
    .business_page .hero .col:first-child {
        width: 65%;
    }
    
    .business_page .hero .col:last-child {
        width: 35%;
    }
    
    .business_page .hero .col:last-child img:last-child {
        left: 16vw;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Homepage

     ⤴︎   
*/
    .hm_post_slider .wrapper {
        padding-right: 120px
    }
    
    .hm_section h1, .hm_post_slider h1 {
        font-size: 2.5em;
    }
    
    .hm_section .wrapper {
        width: 45%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Homepage

     ⤴︎   
*/
}
/* 
     ⤴︎

/*  
     ⤵︎                                         1170px >=x
*/
@media screen and (max-width:1170px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  Single Post

     ⤴︎   
*/
    .post .container {
        max-width: 980px;
        padding-bottom: 84px;
    }
    
    .post .main_content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        margin-left: 0;
    }
    
    .post .aligncenter {
        margin: 2.25rem auto 4.5rem;
    }
    
    .other_posts article .wrapper h1 {
        font-size: 1.125em;
    }
    
    .post aside.sidebar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 100%;
        padding-right: 0;
        margin-top: 4rem;
        border-right: 0
    }
    
    .post aside.sidebar h4.title {
        width: 100%;
        text-align: center
    }
    
    .s_post_entry {
        width: 32%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Single Post

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  New Account page

     ⤴︎   
*/
    .account_form {
        padding-left: 2.25rem;
        padding-right: 8%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end New Account page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Business page

     ⤴︎   
*/
    .business_page .hero .col:first-child {
        width: 75%;
    }
    
    .business_page .hero .col:last-child {
        width: 25%;
    }
    
    .business_page .hero .col:last-child img:last-child {
        display: none;
    }
    
    .business_page .hero .col:last-child img:first-child {
        left: -10.65vw;
        width: 30.3vw;
        max-width: inherit;
    }
    
    .business_section.one figure.col,
    .business_section.one div.col {
        width: 49%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
}
/* 
     ⤴︎

/*  
     ⤵︎                                         1096px >=x
*/
@media screen and (max-width:1096px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  News page

     ⤴︎   
*/
    .news_feat_posts article.large h1 {
        font-size: 2em;
    }
    
    .news_feat_posts article.small h1, 
    .news_entry h1 {
        font-size: 1.75em;
    }
    
    .news_page .sidebar {
        width: 27%;
    }
    
    .news_page .news_entries {
        width: 69%;
    }
    
    .news_entry {
        margin-bottom: 4rem;
    }
    
    .news_entry .author {
        width: 122px;
        font-size: 12px;
    }
    
    .news_entry .wrapper {
        padding-left: 130px;
    }
    
    .news_entry .author .avatar {
        width: 58px;
        height: 58px;
    }
    
    .news_entry .top_row {
        margin-bottom: 12px;
    }
    
    a.contribute_button img.arrow {
        right: 12px;
        width: 24px;
    }

    a.contribute_button:hover img.arrow {
        right: 6px;
    }
    
    a.contribute_button img.icon {
        margin-right: 12px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end News page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Business page

     ⤴︎   
*/
    .business_section.one figure.col,
    .business_section.one div.col,
    .business_section.two figure.col,
    .business_section.two div.col {
        width: 100%;
        max-width: 800px;
        margin: auto;
    }
    
    .business_section.one figure.col {
        padding-right: 0;
    }
    
    .business_section.one div.col {
        padding-left: 0;
    }
    
    .business_section.two figure.col {
        padding-left: 0;
    }
    
    .business_section.two div.col {
        padding-right: 0;
    }
    
    .business_section figure.col img:last-child {
        margin-bottom: 3rem
    }
    
    .business_section.two p {
        max-width: none
    }
    
    .business_pages .list_pages ul.columns {  
        grid-template-columns: repeat(3, 1fr);
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Homepage

     ⤴︎   
*/
    .homepage .hero .slide h1 {
        font-size: 2.25em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Homepage

     ⤴︎   
*/
}
/* 
     ⤴︎

/*  
     ⤵︎                                         980px >=x
*/
@media screen and (max-width:980px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2.5em;
        line-height: 1.244em;
    }

    h3 {
        font-size: 2.188em;
    }

    h4 {
        font-size: 1.875em;
    }

    h5 {
        font-size: 1.5em;
        font-weight: 600;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  News page

     ⤴︎   
*/
    .news_page .news_entries {
        width: 100%;
    }
    
    .news_page .sidebar {
        width: 100%;
        margin-left: 0;
    }
    
    .news_page .sidebar .articles {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    
    .news_page .sidebar h3.title {
        width: 100%;
    }
    
    .news_page .sidebar article {
        width: 49.5%;
    }
    
    a.contribute_button {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    a.contribute_button img.arrow {
        right: 6%;
        width: 30px;
    }

    a.contribute_button:hover img.arrow {
        right: 8%;
    }
    
    a.contribute_button img.icon {
        margin-right: 18px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end News page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Homepage

     ⤴︎   
*/
    .homepage .hero .slide h1 {
        font-size: 2.125em;
    }
    
    .hm_section .container {
        display: block;
        max-width: 780px;
    }
    
    .hm_section figure, 
    .hm_post_slider figure {
        position: relative;
        width: 100%;
        padding-bottom: 2.25rem;
    }
    
    .hm_section .wrapper {
        width: 100%;
        text-align: center;
    }
    
    .hm_section h1,
    .hm_section p {
        max-width: none;
    }
    
    .hm_post_slider .slide {
        display: block !important;
        max-width: 780px;
        margin: auto;
    }

    .hm_post_slider .slick-arrow {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .hm_post_slider .slick-next {
        top: 48%;
        margin-left: 29px;
    }

    .hm_post_slider .slick-prev {
        top: 48%;
        margin-left: -30px;
    }
    
    .hm_post_slider .wrapper {
        width: 100%;
        padding-right: 0;
        padding-top: 56px;
        text-align: center;
    }
    
    .hm_post_slider .inner_wrapper {
        max-width: none;
    }
    
    .hm_post_slider blockquote {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Homepage

     ⤴︎   
*/
}
/* 
     ⤴︎

/*  
     ⤵︎                                         820px >=x
*/
@media screen and (max-width:820px) {
    .videos_page .news_entry {
        flex: 100%;
        margin: 2%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  News page

     ⤴︎   
*/
    .news_feat_posts article.large h1 {
        font-size: 1.875em;
    }
    
    .news_feat_posts article.large .meta .author img.avatar {
        width: 58px;
        height: 58px;
    }
    
    .news_feat_posts article.large .meta .author {
        padding-left: 66px;
    }
    
    .news_feat_posts article.large .meta {
        font-size: 14px;
    }
    
    .news_feat_posts article.small h1, 
    .news_entry h1 {
        font-size: 1.5em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end News page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  New Account page

     ⤴︎   
*/
    .new_account main[role="main"] {
        display: block;
    }
    
    .new_account .slider {
        width: 100%;
    }
    
    .new_account .slide {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: auto !important;
        min-height: 420px;
        padding-bottom: 48px;
    }
    
    .new_account .slider blockquote {
        position: static;
        width: 95%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    
    .new_account .slider blockquote p {
        margin: auto;
    }
    
    .new_account .slider .slick-dots {
        bottom: 24px;
        text-align: center;
    }
    
    .account_form {
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-top: 84px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end New Account page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Business page

     ⤴︎   
*/
    .business_page .hero .col:last-child {
        width: 9%;
    }
    
    .business_page .hero .col:first-child {
        width: 91%;
    }
    
    .business_page .hero .col:last-child img:first-child {
        left: -24vw;
        width: 35vw;
    }
    
    .business_page .hero h1,
    .business_section h1 {
        font-size: 2em;
    }
    
    .business_page .hero .wrapper {
        padding-right: 28%;
    }
    
    .business_section .container {
        padding-top: 84px !important;
        padding-bottom: 60px !important;
        text-align: center;
    }
    
    .business_section figure.col img {
        max-width: 560px;
    }
    
    ul.rhombus, ul.large_circle {
        text-align: left
    }
    
    .business_section.two figure img:first-child {
        margin-bottom: 18%;
    }
    
    .business_section.two figure img {
        width: 49%;
    }
    
    .business_pages .list_pages ul.columns {  
        grid-template-columns: repeat(2, 1fr);
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
}
/* 
     ⤴︎

/*  
     ⤵︎                                         768px >=x
*/
@media screen and (max-width:768px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  Single Post

     ⤴︎   
*/
    .other_posts {
        max-width: 466px;
        margin: auto;
    }
    
    .other_posts .col {
        width: 100%;
    }
    
    .other_posts .col:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .other_posts article.feat h1 {
        font-size: 1.5em;
    }
    
    .s_post_entry {
        width: 100%;
        max-width: 466px;
        margin: auto;
    }
/*
     ⤵︎ 

       ⋮⋮⫸  end Single Post

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  News page

     ⤴︎   
*/
    .news_feat_posts:after {
        height: 144px;
    }
    
    .news_feat_posts {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .news_feat_posts .col_1_2 {
        width: 100% !important;
    }
    
    .news_feat_posts .col_1_2:first-child {
        height: 60vh;
        min-height: 448px;
        padding-right: 0;
    }
    
    .news_feat_posts .col_1_2:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 40vh;
        min-height: 240px;
        padding-left: 0;
    }
    
    .news_feat_posts .col_1_2:last-child .row {
        width: 50%;
    }
    
    .news_feat_posts article.small:first-child {
        padding-top: 12px !important
    }
    
    .news_feat_posts .col_1_2 .row {
        height: 100% !important;
    }
    
    .news_feat_posts article.large .wrapper {
        position: relative;
        z-index: 9;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end News page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Homepage

     ⤴︎   
*/
    .homepage a.default_btn.alt {
        background: rgba(0,0,0,0.6);
        background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
    }
    
    .homepage .hero .slide .wrapper {
        text-align: center
    }
    
    .hm_section figure:before, 
    .hm_post_slider figure:before {
        bottom: -56%;
        left: -30%;
        right: -30%;
        height: 102%;
    }
    
    .hm_post_slider .slick-next {
        top: 45%;
    }

    .hm_post_slider .slick-prev {
        top: 45%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Homepage

     ⤴︎   
*/
}
/* 
     ⤴︎
/* 

/*  
     ⤵︎                                         640px >=x
*/
@media screen and (max-width:640px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  Single Post

     ⤴︎   
*/
    .blog_page .post header h1 {
        font-size: 2.25em;
    }
    
    .post .bottom_row {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    
    .post .bottom_row .cols {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    
    ul.share_post,
    ul.tags {
        width: 100%;
        max-width: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    ul.share_post {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0;
        padding-top: 1.875rem;
    }
    
    ul.tags {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .other_posts {
        padding-top: 60px;
    }
/*
     ⤵︎ 

       ⋮⋮⫸  end Single Post

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  News page

     ⤴︎   
*/
    .categories_filters .item a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end News page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  New Account page

     ⤴︎   
*/
    .account_form h1 {
        font-size: 2.25em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end New Account page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Homepage

     ⤴︎   
*/
    .homepage .hero .slide h1 {
        font-size: 2em;
        font-weight: 400;
    }
    
    .homepage a.default_btn {
        margin-bottom: 6px;
    }
    
    .hm_section .container {
        padding-top: 24px;
        padding-bottom: 3rem;
    }
    
    .hm_post_slider .slide {
        padding-bottom: 4.25rem;
    }
    
    .hm_post_slider .slick-next {
        top: 40%;
    }

    .hm_post_slider .slick-prev {
        top: 40%;
    }
    
    .hm_section h1, 
    .hm_post_slider h1 {
        font-size: 2.125em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Homepage

     ⤴︎   
*/
}
/* 
     ⤴︎                                        
*/

/*  
     ⤵︎                                         639px >=x
*/
@media screen and (max-width:639px) {
    /* --       HEADER
    */
    .main_header .container {
        height: 38px;
    }
    
    .main_header a.logo {
        width: 148px;
        padding-right: 0;
    }
    
    .mobile_device .main_header a.default_btn {
        right: 68px;
        padding: 12px;
        min-width: auto;
    }
    
    .mobile_device #sm_menu_ham {
        top: 24px;
        right: 12px;
    }
    
    .mobile_device.shrink #sm_menu_ham {
        top: 14px;
    }
    
    .mobile_device .h_user_options {
        /* padding-right: 72px; */
        padding-right: 25px;
    }

    .h_user button {
        width: 36px;
        height: 36px;
        margin-right: 24px;
    }
    /* --       end HEADER
    */
/*  
     ⤵︎ 

       ⋮⋮⫸  Single Post

     ⤴︎   
*/
    .blog_page .post header:before {
        height: 218px;
    }
    
    .blog_page .post header .meta .author img.avatar {
        width: 48px;
        height: 48px;
    }
    
    .blog_page .post header .meta .author {
        padding-left: 58px;
    }
    
    .post blockquote p {
        font-size: 1.5em;
    }
    
    .post blockquote {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .post .aligncenter {
        margin: 1.5rem auto 3rem;
    }
    
    .post .bottom_row {
        padding-top: 36px;
    }
/*
     ⤵︎ 

       ⋮⋮⫸  end Single Post

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Business page

     ⤴︎   
*/
    .business_page .hero .col:first-child {
        display: block;
        width: 100%;    
    }
    
    .business_page .hero .wrapper {
        max-width: 580px;
        margin: auto;
        padding-right: 5%;
        text-align: center
    }
    
    .business_page .hero .table .cell:first-child {
        text-align: left;
    }
    
    .business_page .hero .table .cell:last-child {
        text-align: right;
    }
    
    .business_page .hero .table {
        margin: auto
    }
    
    .business_page .hero .col:last-child {
        display: none;
    }
    
    .business_section ul.large_circle li {
        padding-left: 30px;
        background-position: 0 3px;
        background-size: 16px auto;
    }
    
    .business_section figure.col img {
        max-width: 428px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
}
/* 
     ⤴︎
*/

/*  
     ⤵︎                                         480px >=x
*/
@media screen and (max-width:480px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  Videos page

     ⤴︎   
*/
    .videos_page main[role="main"] {
        padding-top: 66px;
    }

    .videos_page .news_entry h1 {
        font-size: 18px;
    }

    .videos_page .news_entries iframe {
        height: 225px;
        margin-top: 24px;
    }

    .videos_page .pagination .current,
    .videos_page .pagination a {
        font-size: 13px;
        margin-right: 3px;
        padding: 0 6px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
    /* --       HEADER
    */
    .blog_page .post header .meta {
        bottom: 24px;
        display: block;
        text-align: center;
    }
    
    .blog_page .post header .meta .author {
        display: inline-block;
    }
    
    .blog_page .post header .meta .date:before {
        display: none;
    }
    
    .blog_page .post header .meta .date {
        padding-top: 30px;
        padding-left: 0;
    }
    /* --       end HEADER
    */
/*  
     ⤵︎ 

       ⋮⋮⫸  Single Post

     ⤴︎   
*/
    .post aside.sidebar {
        margin-top: 48px;
    }
/*
     ⤵︎ 

       ⋮⋮⫸  end Single Post

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  News page

     ⤴︎   
*/
    .news_feat_posts {
        min-height: inherit;
    }
    
    .news_feat_posts .col_1_2:first-child {
        height: auto;
        min-height: 50vh;
        padding-top: 84px;
    }
    
    .news_feat_posts article.large {
        padding-bottom: 24px;
    }
    
    .news_feat_posts article.large .meta {
        padding-top: 0;
    }
    
    .news_feat_posts article.large .meta .author img.avatar {
        display: none;
    }
    
    .news_feat_posts article.large .meta .author {
        padding-left: 0;
    }
    
    .news_feat_posts .col_1_2:last-child {
        display: block;
        height: auto;
        min-height: inherit;
    }
    
    .news_feat_posts .col_1_2:last-child .row {
        width: 100%;
        min-height: inherit;
    }
    
    .news_feat_posts article.small {
        min-height: 25vh;
    }
    
    .categories_filters {
        margin-bottom: 48px;
    }
    
    .categories_filters .item a {
        padding-left: 9px;
        padding-right: 9px;
    }
    
    .news_entry .wrapper {
        padding-left: 0;
    }
    
    .news_entry .author {
        position: relative;
        width: 100%;
        padding: 12px 60px 12px 0;
        text-align: right;
        font-size: 11px;
    }
    
    .news_entry .author .avatar {
        position: absolute;
        top: 50%;
        right: 0;
        width: 48px;
        height: 48px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    
    .news_entry .thumbs {
        margin-bottom: 36px;
    }
    
    .news_entry .thumbs div.bgImg {
        height: 64px;
    }
    
    .news_entry .thumbs .slick-arrow {
        top: -42px;
        width: 60px;
        height: 42px;
    }
    
    .news_entry .thumbs .slick-prev {
        right: 61px;
    }
    
    .news_entry a.image span.play {
        width: 79px;
        height: 79px;
    }
    
    .news_page .sidebar h3.title {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    
    .news_page .sidebar article {
        width: 100%;
    }
    
    a.contribute_button {
        margin-top: 18px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end News page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  New Account page

     ⤴︎   
*/
    .account_form {
        background: none;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    
    .account_form .col_1_2 {
        width: 100%;
    }
    
    .account_form h1 {
        font-size: 1.875rem;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end New Account page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Business page

     ⤴︎   
*/
    .business_page .hero h1, 
    .business_section h1 {
        font-size: 1.875em;
    }
    
    .business_section figure.col img {
        max-width: 100%;
    }
    
    .business_page .hero .table {
        width: 100%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
}
/* 
     ⤴︎
*/


/*  
     ⤵︎                                         479px >=x
*/
@media screen and (max-width:479px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  Homepage

     ⤴︎   
*/
    .homepage a.default_btn span {
        display: none;
    }
    
    .homepage .main_header a.account img {
        padding-right: 12px;
        padding-left: 12px;
    }
    
    .homepage .hero .slide h1,
    .hm_section h1, 
    .hm_post_slider h1 {
        font-size: 1.875em;
    }
    
    .hm_post_slider .slick-next,
    .hm_post_slider .slick-prev {
        top: 32%;
    }
    
    .hm_post_slider blockquote footer {
        font-size: 1.125em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Homepage

     ⤴︎   
*/
    
    .business_pages .list_pages ul.columns {  
        display: block;
    }
}

/*  
     ⤵︎                                         380px >=x
*/
@media screen and (max-width:380px) {
    /* --       HEADER
    */
    .mobile_device .main_header a.logo {
        width: 128px;
    }
    
    .mobile_device .main_header .container {
        height: 34px;
        padding-right: 0;
    }
    
    .mobile_device #sm_menu_ham {
        right: -3px;
        top: 22px;
    }
    
    .mobile_device.shrink #sm_menu_ham {
        top: 12px;
    }
    
    .mobile_device #sm_menu_ham span {
        width: 36px;
    }
    
    .mobile_device .main_header a.default_btn {
        padding: 6px;
        font-size: 11px;
    }
    
    .mobile_device .h_user_options {
        padding-right: 24px;
    }
    
    .h_search button.icon {
        margin-right: 12px;
    }

    .h_search input.opened {
        width: 186px;
    }
    /* --       end HEADER
    */
/*  
     ⤵︎ 

       ⋮⋮⫸  Single Post

     ⤴︎   
*/
    .blog_page .post header h1 {
        font-size: 2em;
    }
    
    .post blockquote p {
        font-size: 1.25em;
    }
    
    .post aside.sidebar {
        margin-top: 48px;
    }
    
    .other_posts article a.wrap_img {
        width: 40%;
    }
    
    .other_posts article .wrapper h1 {
        font-size: 1em;
    }
    
    .other_posts article .wrapper {
        width: 54%;
    }
/*
     ⤵︎ 

       ⋮⋮⫸  end Single Post

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  News page

     ⤴︎   
*/
    .news_feat_posts article.large h1 {
        font-size: 1.75em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end News page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Business page

     ⤴︎   
*/
    .business_page .hero h1, 
    .business_section h1 {
        font-size: 1.75em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Business page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  Homepage

     ⤴︎   
*/
    .homepage .hero .slide h1,
    .hm_section h1, 
    .hm_post_slider h1 {
        font-size: 1.75em;
    }
    
    .hm_section figure, 
    .hm_post_slider figure {
        padding-bottom: 1.125rem;
    }
    
    .hm_post_slider .slick-next, 
    .hm_post_slider .slick-prev {
        top: 25%;
    }

    .hm_post_slider .slick-arrow:before {
        width: 30px;
        height: 30px;
    }

    .hm_post_slider .slick-arrow {
        width: 48px;
        height: 48px;
    }
    
    .hm_post_slider .slick-next {
        margin-left: 24px;
    }
    
    .hm_post_slider .slick-prev {
        margin-left: -23px;
    }
    
    .hm_post_slider blockquote img {
        width: 60px;
    }
    
    .hm_post_slider blockquote {
        padding-left: 80px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end Homepage

     ⤴︎   
*/
}
/* 
     ⤴︎
*/