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

/* Adobe Fonts Import */
@import url("https://use.typekit.net/stz5vxd.css");

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

:root {
    --blue: #237CB3;
    /*--rollover: #BD2A01;*/
    --light: #F7F7F7;
    --dark: #444444;
    --source: "source-sans-pro", sans-serif;
    --open: "open-sans", sans-serif;
}

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

header {
    background-color: #FFF;
    overflow: hidden;
/*    padding: 16px 16px 20px 12px;*/
/*    transition: all 0.2s ;*/
}

.logo_col {
    padding: 10px;
}

.logo_col img {
    max-width: 250px;
    height: auto;
}

.m_only {
    display: block;
}

.d_only {
    display: none;
}

.m_nav {
    position: fixed;
    background-color: var(--blue);
    width: 100%;
    z-index: 100;
}

.d_nav {
    display: none;
}

.m_nav.open {    
    display: inline-block;
    width: 45px !important;
    height: 45px;
    padding: 6px;
    border-radius: 6px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    cursor: pointer;
    background-color: #FFF;
}

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

.m_nav nav,
.m_nav ul,
.m_nav li {
    display: block;
    width: 100%;
}

.m_nav ul {
    padding: 15px 0;
}

.m_nav a {
    color: #FFF !important;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

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

body {
    font-size: 22px;
    font-family: var(--open), sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--dark);
    padding: 0;
    background-color: var(--blue);
}

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

h1, h2, h3 {
    font-family: var(--source);
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}

h1, h2, h3, p {
    margin-bottom: 16px;
    text-align: center;
}

h1 {    
    color: var(--blue);
    font-size: 3.5em;
}

h1.leadin {
    font-size: 1.2em;
    text-transform: uppercase;
    color: var(--dark);
}

h2 {
    color: var(--blue);
    font-size: 2em;
}

h3 {
    font-weight: normal;
}

p, li {
    line-height: 1.3;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 16px;
}

a {
 color: var(--hot);
}

.maxw {
    max-width: 1200px;
}

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

.pad1 {
    padding: 3vw !important;
}

.hidden, 
.backend_message {
    display: none;
}

.btn.btn-primary {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    display: block;
    margin: 0 auto 1em;
    width: fit-content;
    padding: 1em;
    background-color: #FFF;
    color: var(--blue);
    border: solid 1px var(--blue);
    border-radius: 2px;
    min-width: 350px;
/*    letter-spacing: 0.05em;*/
}

.btn.btn-primary:hover {
    background-color: var(--blue);
    color: #FFF;
}

.bg_blue {
    background-color: var(--blue);
}

.bg_light {
    background-color: var(--light);
}

.bg_white {
    background-color: #FFF;
}

.bg_dark {
    background-color: #383A4C;
}

.bg_dark h2,
.bg_dark h3,
.bg_dark p {
    color: #FFF;
}



/* ============= Hero ============= */

.asc_hero {
    padding: 0;
    overflow: hidden;
    position: relative;
    border: solid 3 px red;
}

.asc_hero figure {
    margin-bottom: 0;
}

.asc_hero img {
    position: absolute;
    z-index: 0;
    height: 150%;
    width: auto;    
    max-width: 800%;
    top: -5vw;
    left: 50%;
    transform: translate(-50%,0);
}

.asc_hero .wp-block-group {
    position: relative;
    z-index: 10;
    text-align: center !important;
    /*background-color: var(--teal);*/
    background-color: rgba(0, 0, 0, 0.51);
    padding: 12vw 0;
}

.asc_hero .wp-block-group :is(h1,p) {
    text-align: center;
    margin-top: 0;
    color: #FFF;
}

.asc_hero .wp-block-group h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.asc_hero .wp-block-group hr {
    color: #FFF !important;
    width: 50%;
}


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


main {
    background-color: #FFF;
    overflow: hidden;
}

.icon_row_1 > div {
    padding: 2vw 2vw 0 2vw;
}

.icon_row_1 figure {
    text-align: center;
}

.icon_row_1 img {
    height: 40px;
    width: auto;
}


.cond_matrix > div {
    text-align: center;
    margin-bottom: 20px;
    /*border: solid 1px black;*/
}

.block-editor-block-list__layout {
    /*border: solid 3px red;*/
}

.cond_matrix p {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center; /* vertical centering */
    justify-content: center; /* optional, for horizontal centering */    
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1.2;
    padding: 12px;
}

.cond_matrix p:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1000px 1000px 1000px 0;
    background-color: var(--blue);
    position: absolute;
    z-index: -1;
}

.cond_matrix > div:nth-child(even) p:after {
    background-color: #3298D7;
}

/* =========== Forms =========== */

iframe {
    height: 225vh;
    width: 100%;
}

.provider iframe {
    height: 240vh;    
}

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

.container-fluid:has(>.footer_cols) {
    padding: 2vw 0;
}

.footer_cols > div {
    padding-top: 30px;
}

.footer_cols :is(h2,p) {
    text-align: center;
}

.footer_cols h2 {
    font-size: 1.1em;
}

.footer_cols p {
    margin: 0;
}

.footer_cols img {
    height: 40px;
    width: auto;
    margin-bottom: 15px;
}

.footer_cols .logo img {
    margin-top: 25px;
    height: 75px;
}

.copyright {
    color: #FFF;
    font-size: 0.8em;
}

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

@media(min-width: 768px) {

    body {
        font-size: 18px;
    }

    h1, h2, h3, p {
        text-align: initial;
    }

    .hero h1,
    .tertiary h1 {
        font-size: 2em;
    }    

    p, li {
        line-height: 1.5;
    }

    .btn.btn-primary {
        margin: 0 0 1em;
    }

    .d_only {
        display: block;
    }

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

    .m_only,
    .m_nav,
    .m_nav.open {
        display: none;
    }    

    .d_nav {
        display: block;
    }

    .top_nav {
        padding: 0;
    }

    .logo_col {
        flex: none;
        width: 100%;
        display: block;
        align-self: center;
        text-align: center;
    }

    .logo_col img {
        width: 200px;
        height: auto;
        cursor: pointer;
        max-width: 1200px;
    }

    .primary {
        padding: 0;
        justify-content: space-between;
    }

    .primary > div {
    }    

    .primary .nav_col {
        flex: 1;
        /*max-width: 800px;*/
        width: 100%;
        /*background-color: red;*/
        align-self: center;
        padding: 0 15px;
        /*padding-right: 45px;*/
    }

    .primary nav {
        width: 100%;
    }

    .primary .nav_col ul {
        justify-content: space-between;
    }   

    .primary .nav_col li {
        padding: 0 0px;
    }  

    .primary .nav_col a {        
        font-weight: 500;
        font-style: normal;        
        color: var(--dark);
        font-size: 1em;
        padding: 10px 0px;
        position: relative;
        line-height: 1;
        text-align: center;        
    }

    /* for rollover */
    .primary .nav_col a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;               /* ensures full width */
        bottom: 15px;           /* tweak distance from text */
        height: 2px;            /* line thickness */
        background: currentColor;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .25s ease;
    }

     .primary .nav_col a:hover::after,
     .primary .nav_col a:focus-visible::after {
          transform: scaleX(1);
    }    

    .primary .nav_col a:before {
        content: '';
        width: 1%;
        height: 1%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.5;
        background-image: url(/wp-content/uploads/2024/11/stump.webp);
        background-repeat: no-repeat;
        background-size: auto 70%;
        background-position: center;  
        z-index: -1; 
        transition: width 0.2s, height 0.2s;
    }

    .primary .nav_col a:hover:before {
        width: 100%;
        height: 100%;        
    }

    .primary .contact_button a {
        background-color: #F05C1B;
        color: #FFF !important;
    }

    /* link padding */
    .primary .contact_button a {
        padding: 10px 15px;
        border-radius: 0 1.2em 0 1.2em;
    }

    .secondary {
        background-color: var(--blue);
        padding: 15px 0 0;
    }

    .secondary .row {
        justify-content: center;
    }

    .secondary .row > div {
        width: fit-content;
    }

    .secondary .nav_col {
        flex: none;  
        color: #FFF;      
    }

    .secondary .nav_col a {
        color: #FFF !important;
    }

    .secondary .search_col {
        max-width: 200px;
    }

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

    .secondary .search_col input {

    }

    .secondary .search_col button {
        padding: 0;
        margin: 0;      
        background-color: #e8e8e8;
    }

    /* ======== Hero Areas ======== */

    .asc_hero img {
        width: 100%;
        height: auto;
        top: -13vw;
    }

    .asc_hero .wp-block-group {
        /*max-width: 1100px;*/
    }

    .asc_hero .wp-block-group :is(h1,p) {
        text-align: left;
        max-width: 800px;
    }   

    .asc_hero .wp-block-group h1 {
        font-size: 6em;
    }

    .asc_hero .wp-block-group p {
        font-size: 1.5em;
    }

    .cond_matrix > div:nth-child(3),
    .cond_matrix .block-editor-block-list__layout > div:nth-child(3) {
        margin-right: 1px !important;
    } 
    

}

@media(min-width: 950px) {

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

}

@media(min-width: 992px) {

    .primary .nav_col {
        padding-right: 45px;
        max-width: 800px;
        /*background-color: green;*/
    }

    .primary .nav_col ul {
        padding-left: 45px;
    }      

    .primary .nav_col a {
        padding: 30px 0; 
    }     

}

@media(min-width: 1100px) {

    .logo_col img {
        width: 15vw;
    }

}

@media(min-width: 1300px) {
    .hero .row > div:first-child div {
        /*padding: 0 3vw 0 0;*/
        padding: 0;
    }
}

