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

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

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

:root {
    --orange: #F37D1C;
    --taupe: #93837E;
    --light: #D4CDC3;
    --light_trans: rgba(212, 205, 195, 0.25);
    --dark: #20282E;
    --gray: #43494d;
    --red: #AC252A;
    --blue: #94ABB2;
    --blue-trans: rgba(148, 171, 179, 0.2);
    --gold: #DBAA2E;
    --display: "fraunces-variable", 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(--navy);
    width: 100%;
    z-index: 10;
}

.d_nav {
    display: none;
}

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

.m_nav.open {
    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 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: basic-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark);
    padding: 0;
}

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

h1, h2 {
    font-family: var(--display);
    font-weight: 600;
    font-style: normal;
    line-height: 1;
}

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

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.25em;
    font-weight: 600;
}

p, li {
    line-height: 1.3;
}

ul {
    padding-left: 20px;
}

li {
    /*margin-bottom: 16px;*/
}

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

ul.li_lines li {
    list-style: none;
    border-bottom: rgba(221, 221, 221, 0.34) 1px solid;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.maxw {
    max-width: 1200px;
}

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

.pad1 {
    padding: 3vw !important;
}

.hidden, 
.backend_message {
    display: none;
}

.wp-block-wp-bootstrap-blocks-button div,
.btn.btn-primary {
    border: none;
    border-radius: 200px;
    font-weight: 500;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto 1em;
    width: fit-content;
    padding: 10px 30px;
    font-family: var(--display);
    background: #F37D1C;
    background: linear-gradient(220deg,rgba(219, 170, 46, 1) 0%, rgba(243, 125, 28, 1) 100%);
}

.btn.btn-primary:hover {
    background-color: var(--dark);
}

.bg_red {
    background-color: var(--red);
}

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

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

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

.bg_dark :is(h2,h3,p,li),
.bg_red :is(h2,h3,p) {
    color: #FFF;
}

.breadcrumbs h1 {
    display: inline-block;
    font-size: 1em;
}

p.large_text {
    font-size: 1.6em;
}

.round_img img {
    border-radius: 1000px;
}

.special_list_1 strong {
    display: block;
}

.stat_wrap {
    margin-bottom: 1em;
}

.stat_wrap > .wp-block-group__inner-container {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
}

.stat_wrap .stat, .stat { 
  margin: 0; 
  font-family: var(--display);
  color: var(--orange);
  font-size: clamp(2rem, 6vw, 3.25rem);
  line-height: 1;
  flex: 0 0 auto;           /* fixed width for the number */
}

.stat_wrap p:not(.stat) {
  margin: 0;
  flex: 1 1 auto;
  align-self: center;
}

.col_line_left > div {
    border-left: rgba(221, 221, 221, 0.34) 1px solid;
}

/* ============= Slideshow ============= */

.slideshow {
    width: 100%;
    height: auto;
}

.slideshow img {
    width: 100%;
    height: auto;
}

.slide, .slick-list {
    padding: 0;
}

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


.hero {
    padding: 0;
    position: relative;
    text-align: right;
}

.hero .content {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #20282E;
    background: linear-gradient(90deg, rgba(32, 40, 46, 1) 50%, rgba(32, 40, 46, 0) 100%);    
}

.hero .content span.headlines {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 12vw;
    transform: translate(0,-50%);
}

.hero figure {
    z-index: 0;
}

.hero img {
    width: 60%;
    height: auto;
}

.hero :is(.breadcrumbs,h1,h2,p) {
    color: #FFF;
}

.hero h2 {
    font-size: 3.5em;
}

.hero p {
    font-size: 1.5em;
}

/* Flipped Hero */

.home .hero {
    text-align: left;
}

.home .hero .content {
    background: linear-gradient(90deg,rgba(32, 40, 46, 0) 0%, rgba(32, 40, 46, 1) 50%);
    left: 0;
    /*right: 0;   */
}

.home .hero .content span {
    left: 50%;
}


/* == Slick Carousel == */



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

.form_block h2 {
    color: var(--orange);
}

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

/* == Home == */

.introbox {
    background-color: var(--light_trans);
    border-top: solid 35px var(--orange);
    border-radius: 12px 12px 0 0;
    position: relative;
    z-index: 10;
    top: -35px;
    padding: 3vw;
}

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


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

@media(min-width: 768px) {

    body {
        font-size: 16px;
    }

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

    h2 {
        font-size: 2.25em;
    }   

    p, li {
        line-height: 1.5;
    }

    .btn.btn-primary {
/*        display: initial;
        margin: 0 initial 1em;*/
    }

    .d_only {
        display: block;
    }

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

    header {
        /*padding: 1em;*/
    }

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

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

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

    .primary .col {
        flex: initial;
    }    

    .primary .nav_col {
        width: 100%;
        /*flex: 1;*/
        /*width: fit-content;*/
    }

    .primary .right_col div {
        /*width: fit-content;*/
    }

    .primary nav {
        width: 100%;
    }

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

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

    .primary .nav_col a {
        font-family: interstate-condensed, sans-serif;
        font-weight: 600;
        font-style: normal;        
        color: var(--dark);
        font-size: 1em;
        padding: 10px 10px;
        position: relative;
        line-height: 1;
        text-align: center;
        cursor: pointer;
    }

    .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 .right_col {
        align-self: center;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.5em;
        width: fit-content;
        text-align: right;
    }

    .primary .right_col a {
        margin-bottom: 0;
    }



    /* === Subnav === */

    .primary .nav_col ul :is(ul,ul ul li a) {
        /*background-color: var(--gray) !important;*/
    }

    .primary .nav_col ul ul {        
        background-color: var(--gray) !important;
        padding: 0.75em;
        top: -1em;
    }

    .primary .nav_col ul ul li a {
        padding: 0.75em;
        color: #FFF !important;
        /*border: solid 1px red;*/
    }

    .primary .nav_col ul ul li a:hover {
        opacity: 0.85;
    }

    /* === SuperNav === */

    .secondary {
        background-color: #2DB1C3;
        padding: 15px 0;
    }

    .secondary .row {
        justify-content: flex-end;
    }

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

    .secondary .nav_col {
        flex: none;
    }

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

    /* === Submenu Icon Swap to override WP default===  */

    .wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle svg {
      display: none !important; /* hide the default arrow icon */
    }

    .wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle::before {
      content: "+";              /* add the plus sign */
      display: inline-block;
      font-size: 1.2em;
      font-weight: 600;
      line-height: 1;
      height: 1em;
      color: var(--orange);       /* inherits text color */
      transition: transform 0.2s ease;
      margin-top: -0.25em;
    }

    /* Optional: turn plus into minus when submenu is open */
    .wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle[aria-expanded="true"]::before {
      content: "–"; /* or use "\2212" for a proper minus sign */
    }

    /* === Stuck Header === */

    header.stuck {
        filter: drop-shadow(0px 1px 4px #000000);
        /*background-color: greenyellow;*/
        /*padding: 0 1em;*/
    }

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

    .logo {
        position: relative;
        display: block;
        margin: initial;
        text-align: left;
    }
  


}

@media(min-width: 950px) {

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

}

@media(min-width: 992px) {

    header {
        padding: 0 3vw;
    }

    .primary .nav_col {
        width: fit-content;
        /*background-color: peru;*/
    }

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

    .primary .nav_col li {
        /*margin: 0 1em;*/
    }   

    .primary .nav_col a {
        padding: 3.5em 0; 
        transition: padding 0.2s;
    }    

    .primary .right_col {
        align-self: center;
        position: relative;
        top: auto;
        right: auto;
        padding: 0;
        width: fit-content;
        text-align: right;
    }     

    /* === stuck === */

    header.stuck .primary .nav_col a:not(ul ul a) {
        padding: 30px 0;
    }

}

@media(min-width: 1150px) {

    .primary .nav_col li {
        margin: 0 1em;
    }       

}

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

