@charset "UTF-8";
/* CSS Document */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,700;1,8..60,400;1,8..60,500;1,8..60,700&display=swap');

/* === Global Vars === */

:root {
    --dkpink: #9F2671;
    --dkblue: #27355F;
    --ltpurple: #EDEEF7;
}

/* ============= Header / Navigation ============= */

header {
    background-color: #FFF;
    z-index: 101;
    position: fixed;
    width: 100%;
    top: 0;
    padding-bottom: 10px;
/*    padding: 16px 16px 20px 12px;*/
/*    transition: all 0.2s ;*/
}

.logo_col img {
    display: block;
    margin: 15px 0;
    width: 120px;
    transition: all 0.2s;
}

header .sticky_nav {
    display: none;
}

.m_only {
    display: block;
}

.m_nav {
    position: relative;
/*    z-index: 15;*/
}

.m_nav.open {    
    display: inline-block;
    width: 45px !important;
    height: 45px;
    padding: 6px;
    border-radius: 6px;
}

.m_nav.open {
    position: absolute;
    top: 0px;
    right: 5px;
    width: auto;
    cursor: pointer;
}

.m_nav.open img {
    width: 100%;
    height: auto;
}

.m_nav.open svg {
    fill: #666;
}

.search_header {
    top: -1000px;
    position: relative;
}

.search_col {
    max-width: 200px;
}

.search_bar {
    position: relative;
/*    background-color: orangered;*/
}

.search_bar input,
.search_bar button {
    height: 25px;
    border: none;
}

.search_bar input {
    font-size: 18px;
/*    -webkit-border-radius: 1000;*/
    border-radius: 1000px;
    background-color: #F7F8F8;
    border: solid 2px #d2d2d2;
}

.search_bar button {
    padding: 0;
    margin: 0;      
    background-color: #0088b8;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
}

.search_bar button:hover {
    background-color: #003346;
}

.search_bar button svg {
    fill: #27355F;
}

.top_nav {
    position: absolute;
    top: 0;
}

.menu_content .search_bar {
    margin-bottom: 20px;
}

.menu_content .search_bar input,
.menu_content .search_bar button {
    height: 40px;
/*    border: none;*/
}

.menu_content .search_bar button {
    background-color: transparent;
    width: 40px;
}

.menu_content {
    display: none;
    text-align: left;
    position: fixed;
    top: 0px;
    left: 0;
    padding: 95px 10% 0;
    background-color: #FFF;
    z-index: 100;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 96vh;
/*    border-bottom: 2vh solid #58A391;*/
}

.menu_content ul {
    width: 100%;
    margin-top: 8px;
}

.menu_content li {
    background-image: none;
    color: #27355F;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu_content li:before {
    content: none;
}

.menu_content a {
    text-align: left;
    color: #27355F;
/*    width: 100%;*/
/*    border-bottom: solid 2px #009EA8;*/
    padding: 4px 0 12px 0;
    line-height: 1;
    font-size: 1.2em;
/*    background-color: greenyellow;*/
}

.menu_content .btn {
    background-color: #27355F;
    border-radius: 1000px;
    border: none;
    font-size: 1.1em;
    padding: 6px 18px;
    color: #fff;
    transition: all 0.2s;
    margin-top: 15px;
}

.menu_content .btn:hover {
    color: #FFF !important;
    background-color: #9F2671;
}

.menu_content a:hover {
    color: #9F2671 !important;
}

/* Header Social Links */

.menu_content .social {
    padding-top: 30px;
    display: inline-block;
}

.menu_content .social img {
    height: 24px;
    width: auto;
    max-width: auto !important;
    margin-right: 12px;
}

.social .linktext {
    position: absolute;
    left: -99999px;
}

/* ===== Featured Bar ===== */

.featured_posts {
    position: fixed;   
    width: 100%;
    /*max-width: 100%;*/
    /*overflow: hidden;*/
    z-index: 15;
    bottom: 0;
    /*top: -50px;*/
    /*pointer-events: none;*/
    height: fit-content;
}

.featured_posts hr {
    margin: 0;
    background-color: var(--dkblue);
    height: 3px;
    opacity: 1;
}

.featured_posts > .closeOpen {
    display: none;
}

.featured_posts .post_group {
    background-color: var(--dkblue);
    box-shadow: 0px 10px 5px -2px rgba(0,0,0,0.28) inset;
    -webkit-box-shadow: 0px 10px 5px -2px rgba(0,0,0,0.28) inset;
    -moz-box-shadow: 0px 10px 5px -2px rgba(0,0,0,0.28) inset;     
    justify-content: flex-end; 
    bottom: 0;
    position: absolute;
    width: 100%;
    padding-bottom: 50px;
}


.featured_posts .post_wrap {
    padding: 20px;
    flex: 1 1 100px;
    max-width: 100%;
    flex-wrap: wrap;
}

.featured_posts .post_wrap img {
    height: 100px;
    width: auto;
    margin: 10px 20px 10px 0;
    object-fit: contain;
    float: left;
    display: none;
}

.featured_posts .post_wrap p,
.featured_posts .post_wrap a {
    color: #FFF;
    margin: 0 0 5px 0;
    line-height: 1.1;
}

.featured_posts .post_wrap p {
    /*max-width: 21vw;*/
}

.featured_posts .post_wrap a {
    font-size: 0.8em;
}

/* TAB */

.featured_posts .tab {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;    
    height: 50px;    
    z-index: 100;
    cursor: pointer;
    background-color: var(--dkblue);
    overflow: hidden;
    text-align: center;
}

.featured_posts .tab span {
    color: #fff;
    position: relative;
    top: 10px;
}

.featured_posts .tab span img {
    height: 20px;
    width: auto;
    position: relative;
    top: -2px;
    margin-right: 8px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(122deg) brightness(107%) contrast(103%);
} 


/* ============= Basic Styles (body, h1, etc) ============= */

html {
/*    overflow: hidden;*/
}

body {
    font-size: 22px;
    font-family: 'Source Sans 3',Arial,Helvetica,sans-serif;
/*    background-color: #27355F;*/
    background-color: #FFF;
    color: #27355F;
    padding: 0;    
}

h1, h2, h3 {
    font-family: 'Source Serif 4',Georgia,serif;
}

h1,
.h1_breadcrumb {
    font-family: 'Source Serif 4',Georgia,serif;
/*    text-transform: uppercase;*/
    font-weight: normal;
    font-size: 1.2em; /* sized for lead-in */  
    width: fit-content;     
}

h2 {
    color: #CC539E;
    font-size: 1.8em;
    line-height: 1.1;
    margin-bottom: 0.5em;
}

ul {
    margin: 12px;
    padding: 0;
/*    margin-left: 20px;*/
}

ul li {
/*    line-height: 1.1;*/
    margin: 1em 0;
    padding-left: 20px;
    list-style-type: none;
    position: relative;
}

main ul li:not(.acf-input ul li,.selectric-scroll ul li):before {
    content: " ";
    background-color: #CC539E;
    height: 10px;
    width: 10px;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.nobullets ul li:before,
ul.nobullets li:before {
    content: none !important;
}

p, li {
    line-height: 1.4;
}

p.semibold {
    font-weight: 500;
}

p.semibold ~ h2 {
    position: relative;
    top: -10px;
}

p.small, .small p {
    font-size: 0.9em;
}

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

sup {
    padding-left: 2.5px;
    top:-0.25em;
}

a {
    color: #9F2671;
}

a.external {
    background-color: yellow;
}

.extLink {
/*    background-image: url(../images/external_link.webp);*/
    background-image: url(../images/external_link_2.webp);
    background-size: 0.7em;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 1em;
    margin-right: 2px;
}

span.wp_ada_hidden {
    position: absolute;
    left: -9999px;
    font-size: 12px!important;
    border: 1px solid!important;
    background-color: #fff;
    color: #000;
    font-weight: 400!important;
    padding: 3px;
    font-family: arial!important;
    width: 12em;
    text-align: center;
    text-transform: lowercase;    
}

.hidden {
    display: none !important;
}

/* space remover */
.phs {
    display: inline-block;
    width: 1px;
}

#cmplz-datarequest-form {
    display: none;
}

.h1_breadcrumb a {
    color: #27355F;
}

.wp-block-group:has(.h1_breadcrumb) {
    margin-bottom: 15px;
}

.wp-block-group:has(.h1_breadcrumb) h1,
.wp-block-group:has(.h1_breadcrumb) .h1_breadcrumb {
    display: inline;
/*    background-color: firebrick;*/
}

.skip, .homepage_h1, .VisuallyHidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus, .homepage_h1:focus {
  position: static;
  width: auto;
  height: auto;
}

.screen-reader-text {
    color: #000 !important;
    background-color: #FFF !important;
}

.container-fluid {
    margin-bottom: 0 !important;
}

.largep {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
}

.mediump {
    font-size: 1.2em;
    line-height: 1.2;
}

.fit_content {
    width: fit-content !important;
}

.nopadding {
    padding: 0 !important;
}

.noborder {
    border: none !important;
}

a.centered {
    margin: 0 auto;
    width: fit-content;
    display: block;
    text-align: center;
}

/* even */
.paddingset-e {
    padding: 10vw !important;
}

/* even small */
.paddingset-es {
    padding: 3vw !important;
}

/* tall */
.paddingset-t {
    padding: 10vw 5vw !important;
}

/* tall small */
.paddingset-ts {
    padding: 5vw 2.5vw !important;
}

/* tall xtra-small */
.paddingset-txs {
    padding: 2vw 1.5vw !important;
}

/* wide */
.paddingset-w {
    padding: 5vw 10vw !important;
}

.paddingset4 {
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.d_nav, .d_only {
    display: none;
}

.maxw {
    max-width: 1200px;
}

/* Fix block in blog posts */
.is-stacked-on-mobile img {
    margin-bottom: 15px;
}

/* ======= Buttons ======= */

/* WP Gutenberg Button Group */
.wp-block-buttons .wp-block-button:first-child a {
    margin-right: 15px;
}

/* Bootstrap Buttons */
.btn,
.wp-element-button {
    background-color: #27355F;
    border-radius: 1000px;
    border: none;
    font-size: 1.1em;
    padding: 12px 18px;
    color: #fff;
    transition: all 0.2s;
    word-break: normal;
    line-height: 1;
}

.btn:hover,
.wp-element-button:hover  {
    color: #FFF;
    background-color: #9F2671;
}

.text-center .btn {
    margin-left: auto;
    margin-right: auto;
}

.btn.reg_button {
    width: fit-content;
    margin-top: 15px;
}

.arrow_button.btn,
.arrow_button .wp-element-button,
.light_button.btn {
    background-color: transparent;
    color: #9F2671; /* High Contrast */
    padding: 12px 45px 12px 0px;
}

.arrow_button.btn,
.arrow_button .wp-element-button,
.extLink.btn {
    display: block;
    width: fit-content;
    text-decoration: none;
    margin-top: 10px;        
    position: relative;
    transition: all 0.2s;
}

.extLink.btn {
    padding-right: 32px;
    background-position: right 10px center;
}

.arrow_button.btn:hover,
.arrow_button .wp-element-button:hover,
.extLink.btn:hover {
    background-color: transparent;
    background-color: #9F2671;
    color: #FFF;
    padding-left: 18px;
}

.extLink.btn:hover {
    padding-right: 30px;
    background-position: right 10px center;
}

.arrow_button.btn:after,
.arrow_button .wp-element-button:after {
    content: '';
    background-image: url('../images/arrow.svg');
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: right center;   
    height: 100%;
    width: 50px;
    top: 0;
    right: 12px;
    position: absolute;
    transition: all 0.2s;      
}

.up .arrow_button.btn:after,
.arrow_button.up.btn:after,
.arrow_button.up .wp-element-button:after {
    background-image: url('../images/arrow_up.svg');
    right: 16px;
}

.arrow_button.btn:hover:after,
.arrow_button .wp-element-button:hover:after {
    filter: brightness(0) invert(1);
}

.arrow_button .wp-element-button {
    margin-top: 0;
}

.button_group .arrow_button {
    display: inline-block;
}

.button_group .btn {
    margin-right: 1em;
}

.video_button {
    font-family: 'Source Serif 4',Georgia,serif;
    font-weight: bold;
    display: block;
    width: fit-content;
    color: #27355F;
    text-decoration: none;
    padding-left: 30px;
    background-color: transparent;
    transition: all 0.2s;    
    position: relative;
}

.video_button:hover {
    padding-left: 44px;
    background-position: 14px center;
}

.video_button:before {
    content: '';
    background-image: url('../images/play.svg');
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0px;
    position: absolute;
    transition: all 0.2s; 
}

.video_button:hover:before {
    left: 12px;
    filter: brightness(0) invert(1);
}


/* ============= Floating Links ============= */

.mj_superlink {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #9F2671;
    width: 100%;
    height: 85px;
    z-index: 1000;
    padding: 15px 15px 15px 25%;
    color: #FFF;
    text-decoration: none;
    background-image: url('../images/journey_icon_small.webp');
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: 5% center;     
}

.mj_superlink p {
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.mj_superlink:hover {
    background-color: #6B194C;
    color: #FFF;
}

/* ============= Top Heroes ============= */

.hero.top h2 {
    font-weight: bold;
}

.hero.top .col_image {
    overflow: hidden;
    position: relative;    
    padding-bottom: 108vw;
}

.hero.top .col_image figure {
    position: absolute;    
    top: -35vw;
    width: 130vw;
    height: auto;
    right: 50%;
    transform: translate(50%,0);
}

.hero.top .col_image figure img {
    width: 100%;
    height: auto;
}

.hero.top h1,
.hero.top .wp-bootstrap-blocks-button {
    z-index: 12;
    position: relative;
}

.hero .col_text {
    padding: 6vw 24px;
    position: relative;
}

.hero h2,
.hero p {
    z-index: 5;
}



/* == Slick Carousel == */



/* ========== Page Styles ========= */

main {
    background-color: #FFF;
    padding-top: 60px;
}


/* ========== Footer ========== */


/* ========== Responsive Start ========== */

@media(min-width: 768px) {

    body {
        font-size: 20px;
        transition: padding-top 0.8s;
    }

    body:has(.search_header.active) {
        padding-top: 100px;
    }

    .search_header {
        text-align: right;
        background-color: #27355F;
        color: #FFF;
        padding: 30px;
        position: fixed;
        width: 100%;
        z-index: 105;
        top: -100px;
        transition: top 0.8s;
    }

    .search_header.active {
        top: 0;
    }

    .search_header.active + header .sticky_nav {
        margin-top: 100px;
    }

     .search_header form,
     .search_header .close {
        display: inline-block;
     }

    .search_header form {
        max-width: 800px;
    }

    .search_header form input,
    .search_header form button {
        height: 40px;
    }

    .search_header form input {
        padding-left: 15px;
    }

    .search_header form button {
        background-color: #9F2671;
        border-radius: 0 1000px 1000px 0;
        padding: 0 10px;
    }

    .search_header svg {
        fill: #FFF !important;
    }

    .search_header .close {
        cursor: pointer;
        margin-left: 15px;
    }

    /* === Header / Navigation === */

    header {
        position: relative;
        padding-bottom: 0;
    }

    .m_nav.open,
    .menu_content {
        display: none !important;
    }

    .m_only {
        display: none;
    }

    /* Sticky Nav */

    header .sticky_nav {
        display: block;
        top: -500px;
        position: fixed;
        background-color: #FFF;
        width: 100%;
        z-index: 50;
        transition: all 0.8s ;        
    }

    .sticky_nav.prestuck {
    }

    .sticky_nav.stuck {    
        top: 0;
        position: fixed;
        transition: all 0.8s;        
    }

    .sticky_nav .primary {
        padding: 15px 0 0px;
        border-bottom: solid 8px #FFF;
        box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);        
    }

    .sticky_nav .primary .contact_button a,
    .sticky_nav .primary a.header_contact {
        padding: 3px 12px;
    }       

    /* Gen Nav */ 

    .top_nav {
        padding: 0;
        position: relative;
    }

    .d_nav {
        display: flex;
    }

    .logo_col {
        flex: none;
        width: 100%;
        display: block;
    }

    .logo_col img {
        width: 150px;
        height: auto;
        margin: 0px auto;
        max-width: 100%;
    }

    .primary {
        padding: 20px 0 15px;
    }

    .primary > div {
    }    

    .primary a {
        font-size: 0.8em;
        transition: all 0.2s;
        line-height: 1;
    }

    .primary .nav_col,
    .primary .right_col {
        width: fit-content;
    }

    .primary .nav_col {
        padding-right: 0;
    }

    .primary nav {
        width: 100%;
    }

    .primary .nav_col ul {
        justify-content: space-between;
        padding: 0 25px;
        max-width: 800px;
        margin: 0 auto;
    }    

    .primary .nav_col ul ul {
        padding: 8px 10px 12px !important;
        transition: none !important;
        border-top: none !important;
    }

     .primary .nav_col ul ul li {
        width: fit-content;
     }

    .primary .nav_col ul ul a {
        padding: 12px 0 0;
        width: fit-content;
        font-size: 0.9em;
    }

    .primary .nav_col a:hover {
        color: #9F2671
    }

    .primary .right_col {
        flex: none;
        flex-wrap: nowrap;
        align-items: center;
        padding-right: 30px;
    }

    /* Header Social Links */

    .primary .social {
        position: absolute;
        top: 15px;
        right: 28px;
        z-index: 10;
    }

    .primary .social a {
        display: inline-block;
        cursor: pointer;
    }

    .primary .social img {
        height: 16px;
        width: auto;
        max-width: auto !important;
        margin-left: 8px;
    }

    .primary .search-icon {
        width: 40px;
        height: auto;
        fill: #27355F;
        margin-right: 5px;
        cursor: pointer;
    }

    .primary .search-icon:hover {
        fill: #CC539E;
    }

    .primary .contact_button a,
    .primary a.header_contact {
        background-color: #9F2671; /* High Contrast */
        color: #FFF !important;
        padding: 6px 18px;
        border-radius: 1000px;
    }

    .primary .contact_button a:hover,
    .primary a.header_contact:hover {
        background-color: #27355F;
    }

    .primary .current-menu-item {
        position: relative;
        z-index: 10;
    }

    nav li:before,
        .sidebar li:before,
        .resource_filter li:before {
            content: none;
        /*    background-color: transparent !important;*/
    }    

    .primary .current-menu-item:before {
        content: '';
        width: 60px;
        height: 60px;
        background-color: #FAEDF4;
        border-radius: 1000px;
        display: block;
        position: absolute;
        z-index: -1;
    /*    top: -20px;*/
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);        
    }


    /* === Basic Styles === */

    main {
        padding-top: 0;
    }

    /* === Top Heroes === */

    .hero.top .col_image {
        padding-bottom: 56vw;
    }

    .hero.top .col_image_2 {
        padding-bottom: 0;
    }

    .hero.top .col_image figure {
        right: 0;
        width: 65vw;
        transform: translate(0,0);
        top: -10vw;
        left: auto;
    }

    .hero.top .col_image_2 figure {
        width: 100%;
        top: auto;
        right: auto;
        left: 0;
    }

    .hero .col_text {
        padding: 6vw 10vw;        
    }

    .d_only {
        display: block;
    }

    /* ============= Floating Links ============= */

    .floater {
        position: fixed;
        left: auto;
        right: -300px;
        top: 50vh;    
        width: 250px;
        height: 150px;
        z-index: 1000;  
        transition: right 0.5s, background-color 0.2s;          
    }

    .mj_superlink {
        display: block;
        position: absolute;
        background-color: #9F2671;
        width: 100%;
        height: 100%;
        border-radius: 1000px 0 0 1000px;
        color: #FFF;
        padding: 0 15px;
        background-image: url('../images/journey_icon.webp');
        background-size: auto 75%;
        background-repeat: no-repeat;
        background-position: 25% center;
        transition: height 0.5s, background-color 0.2s;
        box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);         
    }

    .mj_superlink:hover {
        background-color: #6B194C;
        color: #FFF;
    }    

    .mj_superlink p {
        position: absolute;
        line-height: 1;
        top: 50%;
        transform: translate(0,-50%);
        text-align: center;
        right: 15px;
    }

    .floater .close {
        position: absolute;
        background-color: #B75C96;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        text-align: center;
        z-index: 2000;
        background-image: url('../images/ex.webp');
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 50% auto;
        cursor: pointer;
    }

    .floater .open {
        position: absolute;
        background-color: #9F2671;
        top: 50%;
        left: 0px;
        width: 150px;
        height: 60px;
        border-radius: 100px 0 0 100px;
        text-align: center;
        z-index: 200;
        transform: translate(0,-50%);
        transition: left 0.2s;
        background-image: url('../images/journey_icon_small.webp');
        background-size: auto 75%;
        background-repeat: no-repeat;
        background-position: 12% center;   
        box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);  
        cursor: pointer;            
    }

    .floater.disabled {
/*        background-color: yellowgreen;*/
/*        height: 60px;
        margin-left: 60px;*/
        right: -250px !important;
    }

    .floater.disabled .open {
        left: -60px;
    }

    .floater.disabled .mj_superlink {
/*        pointer-events: none;*/
    }

    .floater.disabled .mj_superlink p {
        display: none;
    }


}

@media(min-width: 950px) {

    /* === Header / Navigation === */
    .primary > div {
        width: fit-content;
/*        flex: 1 1 auto;*/
    }

    .primary a {
        font-size: 0.75em;
    }

    .primary .logo_col {
        width: fit-content;
    }

    .primary .logo_col img {
        margin: 10px 0 0 15px;
        width: 125px;
    }

    .primary .social {
        position: relative;
        display: flex;
        height: 100%;
        top: 0;
/*        right: 50px;*/
        right: 0;
    }

    .primary .social a {        
        align-self: center;
        margin-left: 5px;
    }

    /* === Basic Styles === */

    h2 {
        font-size: 2.2em;
    }

}

@media(min-width: 992px) {

    .featured_posts {
        max-width: 100%;
        overflow: hidden;
        z-index: 100;
        /*bottom: 0;*/
        top: 0;
        padding-bottom: 35px;
        margin-bottom: -50px;        
        position: relative;
        justify-content: flex-end;
    }

    .featured_posts .post_group {
        display: flex;
        position: relative;
        bottom: initial;
        padding-bottom: 0;
        /*max-width: 800px;        */
    }

    .featured_posts .post_wrap {
        padding: 0;
        display: flex;
        font-size: 0.8em;
        max-width: 500px;
    }

    .featured_posts .shimmer {
        position: absolute;
        top: -34px;
        left: -250px;
        /*opacity: 0;*/
    }

     .featured_posts .shimmer2 {
        left: 100px;
     }

    .featured_posts .post_wrap img {
        float: none;
        max-width: 100px;
        display: initial;
    }  

    .featured_posts .post_wrap img ~ div {
        align-self: center;
        /*background-color: aquamarine;*/
        max-width: 70%;
    }  

    .featured_posts .post_wrap p {
        max-width: 21vw;
    }    

    /* TAB */

    .featured_posts .tab {
        position: absolute;
        width: fit-content;
        right: 0;
        height: 50px;    
        z-index: 100;
        cursor: pointer;
        bottom: initial;
        background-color: transparent;
        /*background-color: red;*/
        text-align: initial;
    }

    .featured_posts .tab_bg {
        content: "";
        display: block;
        height: 35px;
        width: 275px;
        background-color: var(--dkblue);
        transform: skew(50deg);
        position: relative;
        left: 50px;
    }

    .featured_posts .tab span {
        color: #fff;
        position: absolute;
        top: 0;
        left: 75px;
    }

    .featured_posts .tab span img {
        height: 20px;
        width: auto;
        position: relative;
        top: -2px;
        margin-right: 8px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(122deg) brightness(107%) contrast(103%);
    }    
}

@media(min-width: 1200px) {

    .primary a {
        font-size: 1em;
    }

    .primary .logo_col img {
        margin: 10px 0 0 30px;
        width: 165px;
    }

    .herobg {
/*        background-size: 1200px auto;      
        padding: 120px 30%; */
    }
}

@media(min-width: 1400px) {

    .hero.top .col_image {
        padding-bottom: 784px;
    }

    .hero.top .col_image figure {
        width: 910px;
        top: -140px;
    }
}
