@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,400;0,8..60,500;0,8..60,700;1,8..60,400;1,8..60,500;1,8..60,700&display=swap');

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

header {
    background-color: #FFF;
    z-index: 101;
    position: fixed;
    width: 100%;
    top: 0;
/*    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_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;
}

.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;
}


/* ============= 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: 0;
    padding: 0;
/*    margin-left: 20px;*/
}

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

ul li:before {
    content: " ";
    background-color: #CC539E;
    height: 10px;
    width: 10px;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}

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-size: 0.7em;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 1em;
    margin-right: 2px;
}

.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 {
  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;
}

.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;
}

.d_nav, .d_only {
    display: none;
}

.maxw {
    max-width: 1200px;
}

/* ======= 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: 6px 18px;
    color: #fff;
    transition: all 0.2s;
}

.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: 6px 45px 6px 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;      
}

.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;
}

.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);
}


/* ============= 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: 10;
    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;
    }

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

    .m_only {
        display: none;
    }

    /* Sticky Nav */

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

    .sticky_nav.prestuck {
        /*top: -500px;
        position: fixed;*/
    }

    .sticky_nav.stuck {    
        top: 0;
        position: fixed;
/*        background-color: plum;*/
        transition: all 0.8s;        
    }

    .sticky_nav .primary {
        padding: 5px 0 10px;
        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 {
        padding: 3px 12px;
    }       

    /* Gen Nav */ 

    .top_nav {
        padding: 0;
    }

    .d_nav {
        display: flex;
    }

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

    .logo_col img {
        width: 150px;
        height: auto;
        margin: 0px auto 25px;
        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 {
/*        background-color: gold !important;*/
        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
/*        border-bottom: solid 2px #27355F;*/
    }

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

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

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

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

    .primary .contact_button a: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;
    }




}

@media(min-width: 950px) {

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

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

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

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

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

    h2 {
        font-size: 2.2em;
    }

}

@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;
    }
}
