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

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

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

:root {
    --gray: #5F6368;
    --blue: #526C86;
    --lt_blue: #E9EDF0;
    --green: #6C9C96;
    --med_green: #91B4B0;
    --lt_green: #DAE6E4;
    --lt_green2: #F0F5F4;
    --brown: #B88B7C;
    --med_brown: #C9A89D;
    --lt_brown: #EDE2DE;
    --purple: #A08BAF;
    --purple_transp: rgba(160, 139, 175, 0.52);
    --lt_purple: #F4F0F5;
    --rollover: #7C9996;
    --light: #F3EEEB;
    --light2: #FAF6F5;
    --hot: #6C9C96;
    --hot_over: #467771;
    --display: "tiffin-latin-variable", serif;
    --header_ht: 105px;
}

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

header {
    margin-top: 0;
    background-color: #FFF;
    height: var(--header_ht);
    
}

.logo_col {
    padding: 10px;
}

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

.m_only {
    display: block;
}

.d_only {
    display: none;
}

/* ==== Animated menu toggle ==== */

.menu-toggle {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  border: 5px solid var(--green);
  background: var(--green);
  border-radius: 5px;
  padding: 5px;
  z-index: 9999;

  /*display: none;*/
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 2px;
  left: 0;
  transition: all 0.3s ease;  
}

/* Position the 3 bars */
.menu-toggle span:nth-child(1) {
  top: 0;
}

.menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menu-toggle span:nth-child(3) {
  bottom: 0;
}

/* ACTIVE STATE → turns into X */
.menu-toggle.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}


/* ==== Mobile Nav ==== */

/* Base mobile nav styles */
.m_nav {
    display: block;
    margin-top: var(--header_ht);
    padding-right: 0;
}

.m_nav :is(ul, li) {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.m_nav a {
    display: block;
    width: 100%;
    background-color: var(--blue);
    color: #FFF !important;
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px;
    text-decoration: none;
}

.m_nav li.is-active > a {
    background: #464c52;
}

/* Submenu (hidden by default for animation) */
.m_nav .has-child > .wp-block-navigation__submenu-container {
    display: none;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

/* Submenu items */
.m_nav .wp-block-navigation__submenu-container li {
    display: block;
    width: 100%;    
}

.m_nav .wp-block-navigation__submenu-container a {
    padding-left: 24px;
    font-size: 1em;
    font-weight: normal;
    background-color: #3F5267;
}

/* closed */
.m_nav .has-child > .wp-block-navigation__submenu-container {
    /*display: none;*/
/*    overflow: hidden;
    height: 0;*/
}

/* open */
.m_nav .has-child.submenu-open > .wp-block-navigation__submenu-container {
    /*display: block;*/
    height: auto;
    visibility: visible;
    opacity: 1;
}

.m_nav .has-child > a {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* space between text + arrow */
}

.m_nav .has-child > a::after {
    content: "▾";
    font-size: 12px;
    transition: transform 0.2s ease;
}

/* Flip when open */
.m_nav .has-child.submenu-open > a::after {
    transform: rotate(180deg);
}

/* Off-canvas nav wrapper */
.nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(90vw, 420px);
    background-color: var(--blue);
    transform: translate3d(100%, 0, 0);
    z-index: 999;
}

/* Open state */
.nav.is-open {
    transform: translate3d(0, 0, 0);
}

/* Slide animation */
.nav.is-animating {
    transition: transform 0.4s ease;
}

/* Force vertical stacking inside nav */
.nav nav,
.nav ul,
.nav li {
    display: block;
    width: 100%;
}

/* Remove default WP spacing quirks */
.nav li.wp-block-navigation-item {
    margin: 0;
}

/* Optional divider styling */
.is-animating li a {
    border-top: 2px solid rgba(255,255,255,0.2);
}

/* Prevent WP submenu positioning/hover behavior */
.m_nav .wp-block-navigation__submenu-container {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Ensure submenu children render correctly */
.is-animating li {
    display: block !important;
    width: 100% !important;
}

/* ==== Mobile Nav End ==== */

header .btn.btn-primary {
    width: fit-content;
}

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

body {
    font-size: 20px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--gray);
    padding: 0;
}

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

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

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

h1,
h1.leadin ~ h2 {
    font-weight: 500;
    font-size: 16vw;
}

h2 {
    font-size: 2.5em;
    /*font-size: 3em;*/
}

h3 {
    font-size: 1.5em;
    /*font-size: 1.75em;*/
}

p, li {
    line-height: 1.3;
}

p.mid {
    font-size: 1.4em;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 16px;
}

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

a:hover {
    color: var(--hot_over);
}

.mt-60 {
    margin-top: 60px !important;
}

.round10, 
.round10 > img {
    border-radius: 10px !important;
}

.round20, 
.round20 > img {
    border-radius: 20px !important;
}

.leadin {
    color: var(--med_brown);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1em;
    font-family: aktiv-grotesk, sans-serif;
}

.maxw {
    max-width: 1200px;
}

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

.pad1 {
    padding: 3vw !important;
}

.pad2 {
    padding: 3vw !important;
}

.hidden, 
.backend_message {
    display: none;
}

.btn.btn-primary,
.wp-block-wp-bootstrap-blocks-button {
    border: none;
    border-radius: 2px;
    background-color: var(--med_green) !important;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.2;
    display: block;
    margin: 2em 0;
    width: fit-content;
    padding: 18px 46px;
    border-radius: 10px;
}

.btn.btn-primary:hover {
    background-color: var(--rollover) !important;
}

.primary .btn.btn-primary {
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 1em;
}

.bg_white {
    background-color: #FFF;
}

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

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

.bg_light_2 {
    background-color: var(--light2);
}

.bg_ltblue {
    background-color: var(--lt_blue);
}

.bg_ltbrown {
    background-color: var(--lt_brown);
    --shape_color: var(--brown);
}

.bg_ltpurple {
    background-color: var(--lt_purple);
    --shape_color: var(--purple);
}

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

.bg_purple {
    background-color: var(--purple);
}

.bg_green {
    background-color: var(--lt_green);
}

.bg_ltgreen {
    background-color: var(--lt_green2);
    --shape_color: var(--green);
}

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

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

.invert img {
    filter: invert();
}

/* Phase 1 Content */
.p1c {    
}

/* Phase 2 Links */
.p2l {
    display: none !important;
}

body.wp-admin .p2l {
    display: block;
    opacity: 0.2;
}

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

.slideshow {
    /*border: yellow 3px solid;*/
    width: 100%;
    height: auto;
}

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

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

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

.col_sliders {
    padding: 0;
    /*background-color: palegreen;*/
}

.col_headline {
    padding: 3vw;
}

.col_headline img {
    margin-bottom: 3vw;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero.shape:after {
    content: '';
    display: block;
    border: 10px solid var(--purple_transp);
    border-radius: 25px;
    width: 100%;
    max-width: 850px;
    aspect-ratio: 1 / 1;
    rotate: 45deg;
    position: absolute;
    inset: 0;
    left: -8%;
    top: -10%;
    z-index: -1;
}

.hero h2 {
    color: #FFF;
    font-size: 12vw;
    line-height: 0.6;
}

.hero :is(h1,h2,h3,p) {
    color: var(--light);
}

.hero p {
    font-size: 1.375em;
    font-weight: 400;
}

.hero span:not(.rating_block span) {
    display: block;
}

.hero h2 span:nth-child(2) {
    margin-left: 17vw;
}

.hero .btn.btn-primary {
    margin: 0;
}

.bio_hero {
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 1.5em;
}

.bio_hero.shape1::after {
    border-color: var(--lt_blue);
    min-width: 500px;
}

.bio_hero figure {
    margin-bottom: 0;
}

.bio_hero img {
    border-radius: 10px;
}

.logo {
    position: relative;
    display: block;
    margin: -60px auto 0;
    text-align: center;
}

.loca_info {
    margin-top: 10px;
}

/* == Video Hero == */

.video_hero_wrapper {
    position: absolute;
    inset: 0;                 /* shorthand for top/right/bottom/left: 0 */
    z-index: -1;
    /*background-color: var(--green);*/
    background-color: #000;
    overflow: hidden;         /* important */
}

.video_hero_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video {
    opacity: 0.5;
}


/* == Hero behind header == */

main:has(.shiftup) {
    margin-top: calc(-76px - 3vw);   
}

.shiftup {
    padding-top: calc(100px + 3vw); 
}


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


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

.shape1,
.shape2,
.shape3 {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.shape1::after,
.shape2::before,
.shape3::after {
    content: '';
    display: block;
    opacity: 0.25;
    border-radius: 25px;
    width: 25vw;
    aspect-ratio: 1 / 1;
    rotate: 45deg;
    position: absolute;
    z-index: -1;
}

.shape1::after {
    border: 10px solid var(--purple);
    right: -8vw;
    top: -6vw;
}

.shape2::before {
    border: 10px solid var(--brown);
    left: -8vw;
    bottom: -6vw;
}

.shape3::after {
    border: 10px solid var(--blue);
    left: -1vw;
    top: -6vw;
    width: 55vw;
    max-width: 1000px;
    aspect-ratio: 1 / 1.25;
    transition: 0.2s left;
}

.bg_ltbrown.shape3::after {
    border: 10px solid var(--brown);
}

.bg_ltpurple.shape3::after {
    border: 10px solid var(--purple);
}

.bg_light_2.shape3::after {
    border: 10px solid var(--brown);
}

.bg_ltgreen.shape1::after,
.bg_ltgreen.shape2::before {
    border: 10px solid var(--green);    
}

.bg_purple.shape2::before {
        border: 10px solid var(--lt_purple);    
}

.cta.bg_green.shape2::before {
    border: 10px solid var(--green);  
    bottom: 0vw;  
    left: 0vw;
    width: 700px;
}

.form.shape2::before {
    border: 10px solid var(--shape_color);  
    bottom: 0vw;  
    left: 0vw;
    width: 700px;
}

.cstone_bullets li {
    position: relative;
    list-style-type: none;
    --bullet-color: gray; /* default */
}

.cstone_bullets li:before {
    content: '';
    display: block;
    width: 10px;
    aspect-ratio: 1 / 1;
    background-color: var(--bullet-color);
    border-radius: 2px;
    position: absolute;
    top: 0.4em;
    left: -1.2em;
    rotate: 45deg;
}

.cstone_bullets li:first-child { --bullet-color: var(--brown); }
.cstone_bullets li:nth-child(2) { --bullet-color: var(--purple); }
.cstone_bullets li:nth-child(3) { --bullet-color: var(--green); }

.row_style_1 {
    margin-top: 50px;
}

.row_style_1 img {
    position: relative;
    border-radius: 20px;
    /*filter: brightness(0.25);*/
}

.row_style_1 > div {
    --accent: gray;
    margin-bottom: 25px;
}

.row_style_1 figure:after {
    content: '';
    display: block;
    width: 90px;
    aspect-ratio: 1 / 1;  
    rotate: 45deg;  
    position: relative;
    top: -31px;
    left: 32px;
    border-radius: 25px;
    border: solid #FFF 15px;
    background-color: var(--accent);
    margin-bottom: -30px;
}

.row_style_1 .wp-block-group {
    padding-inline: 15px;
}

.row_style_1 > div h3 {
    color: var(--accent);
}

.row_style_1 > div:first-child { --accent: var(--brown); }
.row_style_1 > div:nth-child(2) { --accent: var(--purple); }
.row_style_1 > div:nth-child(3) { --accent: var(--green); }

.locations_block,
.col_fill {
    display: flex;
    align-items: stretch;
    /*margin-top: 60px;*/
}

body.wp-admin :is(.locations_block,.col_fill) {
    display: block;
}

#editor .col_fill {
    display: block;
}

.locations_block > div {
    margin-bottom: 15px;
}

.locations_block > div > .wp-block-group,
.col_fill > div > .wp-block-group {
    background-color: #FFF;
    border-radius: 20px;
    border: solid 1px #E1E3E0;
    padding: 25px;
    position: relative;
    height: 100%;
}

.locations_block > div > .wp-block-group > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.locations_block figure {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;    
}

.locations_block figure a {
    background-color: var(--loca_color);
    border-radius: 0 20px 0 20px;
    padding: 20px;

    line-height: 0;
    transition: 0.2s opacity;
}

.locations_block figure a:hover {
    opacity: 0.8;
}

.locations_block img {
    width: 15px;
    vertical-align: top;    
}

.locations_block h3,
.rating_block .number {
    color: var(--loca_color);
}

.locations_block > div:first-child { --loca_color: var(--blue) } 
.locations_block > div:nth-child(2) { --loca_color: var(--brown) } 
.locations_block > div:nth-child(3) { --loca_color: var(--purple) } 
.locations_block > div:nth-child(4) { --loca_color: var(--green) } 

.locations_block .btn.btn-primary {
    background-color: var(--loca_color) !important;
    font-size: 0.85em;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.locations_block .btn.btn-primary:hover {
    opacity: 0.85;
}

.col_fill > div {
    margin-bottom: 15px;
}

.col_fill > div > .wp-block-group .wp-block-group {
    padding: 25px;
}

.col_fill figure {
    margin-bottom: 0;
    height: 100%;
    margin: -25px -25px 20px -25px;
}

.col_fill img {
    border-radius: 20px;
}

.col_fill .wp-block-group img {
    border-radius: 20px 20px 0 0;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.col_fill .mini_hero,
.col_fill .mini_hero img {    
    height: auto;
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.col_fill .mini_hero figure,
.col_fill .mini_hero img {
    /*width: 100%;*/
}

.col_fill .mini_hero img {
    /*border: solid 8px black;*/
}

.loca_seal {
    opacity: 0.75;
}

/* Inline Button Group */

.button_group .btn.btn-primary,
.button_group .wp-block-wp-bootstrap-blocks-button {
    border-radius: 1000px;
    color: var(--blue) !important;
    background-color: var(--light) !important;
    display: inline-block;
    margin: 5px 5px 5px 0 !important;
    padding-inline: 38px;
    font-size: 1em;
}

.button_group div {
    display: inline-block;
}

.button_group.btn_green .btn.btn-primary,
.button_group.btn_green .wp-block-wp-bootstrap-blocks-button {
    background-color: var(--lt_green) !important;
}


.row_side_icons > div {
    display: flex;
    margin-top: 40px;
}

.row_side_icons img {
    width: 100px;
    height: auto;
    padding-right: 15px;
}

.row_top_icons img {
    height: 70px;
    width: auto;
}

/* CTA Box */

.cta {
    margin-top: 60px;
    border-radius: 20px;
    /*padding-bottom: 0;*/
}

.cta figure {
    margin-bottom: 0;
}

.cta img {
    border-radius: 5px;
}

/* Vimeo Block / Fancybox */

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

.fancybox-content {
    /*max-width: ;*/
}

/* Side Scrolling */

.side_scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-left: 30%;
}

.side_scroll > .col,
.side_scroll > [class*="col-"] {
    flex: 0 0 22.2222%;
    max-width: 22.2222%;
    min-width: 450px;
}

/* Location Team */

.loca_team {
    padding-inline: 2em;
    position: relative;    
}

.loca_team .row {
    position: relative;
}

.loca_team .row::after {
    content: '';
    width: 100%;
    height: 50%;
    border-radius: 20px;
    border: solid var(--lt_blue) 10px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.loca_team img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.loca_team h3 {
    margin-bottom: 0;
}

.align_center {
    text-align: center;
}

.team_header.flush_left p.has-text-align-center {
    text-align: left !important;
}

/* ========== Star Ratings ========== */

.stars{
  --rating: 0;           /* 0–5 */
  --max: 5;
  --size: 1.15rem;
  --fill: var(--brown);
  --empty: #dcdcdc;

  display: inline-block;
  font-size: var(--size);
  line-height: 1;
  position: relative;
  letter-spacing: .15em; /* spacing between stars */
}

.hero .stars,
.bg_purple .stars,
.bg_dark .stars {
  --fill: #FFF;
  --empty: #000;
}

.bg_purple,
.bg_dark {
    --loca_color: #FFF;
}

.stars::before{
  content: "★★★★★";
  color: var(--empty);
}

.stars::after{
  content: "★★★★★";
  color: var(--fill);
  position: absolute;
  left: 0;
  top: 0;
  width: calc((var(--rating) / var(--max)) * 100%);
  overflow: hidden;
  white-space: nowrap;
}

.rating_block {
    display: flex;
}

.rating_block .number {
    font-family: var(--display);
    font-size: 2.2em;
    font-weight: normal;
    padding-right: 12px;
}

.rating_block div {
    align-self: center;
}

.hero .rating_block {
    color: #FFF;
}

.rating_block_style_2 {
    margin-top: 30px;
}

.rating_block_style_2 > div {
    background-color: var(--light);
    max-width: fit-content;
    padding-inline: 45px;
}

.rating_block_style_2 > div:first-child {
    border-radius: 20px 0 0 20px;
}

.rating_block_style_2 > div:last-child {
    border-radius: 0 20px 20px 0;
}

.total_reviews {
    font-size: 0.75em;
    position: relative;
    top: -8px;    
}

.rating_block div:last-child:has(.total_reviews) {
    padding-top: 5px;
}

.bg_dark .rating_block span {
    color: #FFF;
}

/* ========== Social Links ========== */

.col_fill .wp-block-group .social_links figure {
    margin: 0;
}

.col_fill .wp-block-group .social_links img {
    border-radius: 0;
    width: 100%;
    height: auto;
}

.social_links > div {
    align-self: center;
    width: fit-content !important;
    max-width: fit-content !important;
    /*border: solid 1px red;*/
}

/* ========== Blog List ========== */

.blog_list h2 {
    font-size: 1.4em;
}

.row.blog_list .inner {
    background-color: #FFF;
    border-radius: 15px;
}

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

.footer_block {
    background-color: var(--blue);
    display: block;
    color: #FFF;
    justify-content: space-between;
    font-size: 0.8em;
    text-align: center;
}

.footer_block img {
    filter: brightness(5);
    transform: translateZ(0);
    width: 200px;
    height: auto;
}

.footer_block a {
    color: #FFF !important;
}

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

@media(min-width: 576px) {
    h1,
    h1.leadin ~ h2 {
        font-size: 3.75em;
    }
}

@media(min-width: 768px) {

    body {
        font-size: 16px;
    }

    main:has(.hero) {
        position: relative;
        top: -50px;
    }

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

    p, li {
        line-height: 1.5;
    }

    h2 {
        font-size: 3em;
    }

    h3 {
        font-size: 1.75em;
    }

    .btn.btn-primary {
        width: fit-content;
        margin: 2em 0;
    }

    .text-center .btn.btn-primary {
        margin: 2em auto;
    }

    .d_only {
        display: block;
    }

    .pad2 {
        padding: 1.5em !important;
    }

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

    header {
        background-color: transparent;
    }

    .maxw:has(> .primary) {
        padding: 0;
    }

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

    .d_nav {
        display: block;
    }

    .m_nav .wp-block-navigation .has-child > .wp-block-navigation__submenu-container {
        display: flex !important;
    }

    .m_nav .wp-block-navigation .has-child.is-open > .wp-block-navigation__submenu-container {
        display: flex !important;
    }    

    .d_nav .has-child > a {
        pointer-events: none;
        cursor: pointer;
    }

    .top_nav {
        padding: 0;
    }

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

    .logo_col {
        text-align: center;
    }

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

    .primary {
        display: flex;
        padding: 0 15px;
        background-color: #FFF;
        margin: 0 auto;
        /*width: 94%;*/
    }

    header.stuck .primary {
        border-radius: 0 0 10px 10px;
    }

    .primary > div {        
    }   

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

    .primary .nav_col {
        flex: 1;
        padding: 0;
        align-self: center;
    }

    .primary .nav {
        top: 0;
        background-color: transparent;
        position: relative;
        transform: none;
        transition: none;
        width: fit-content;
        /*min-width: 600px;*/
    }

    .primary .nav.is-animating {
        transition: none;
    }    

    .primary .nav :is(nav,ul,li) {
        display: flex;
    }    

    .primary nav {
        width: 100%;
    }

    .primary .col {
        /*flex: none;*/
    }

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

    .primary .nav_col li {
        width: fit-content;
        padding: 0 1px;
        margin-bottom: 0;
    }  

    .primary .nav_col a {        
        font-weight: 500;
        font-style: normal;        
        color: #413F3F !important;
        font-size: 1em;
        padding: 30px 30px 30px 10px;
        position: relative;
        line-height: 1;
        text-align: center;
        border: none;
        transition: 0.2s color;
    }

    .primary .nav_col a:hover {
        color: var(--green) !important;
    }

    .primary .nav_col a span {
        width:fit-content;
    }

    .primary .nav_col a:before {
        content: '';
        width: 1%;
        height: 1%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.5;
        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 .nav_col button svg {
        color: #000;
    }    

    .primary .current-menu-ancestor > a,
    .primary .nav_col .current-menu-item > a {
        color: var(--green) !important;
    }

    .primary .current-menu-ancestor > a:after,
    .primary .current-menu-item > a span:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--green);
        position: relative;
        top: 5px;
    }

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

    /* ======== Subnav ======== */

    .primary .nav_col li ul {
        border-radius: 0 0 15px 15px;
        margin-left: -1.5em;
        border: solid 1px #E1E3E0;
        /*margin-top: 2px;*/
        border-top: solid 2px #FFF !important;
    }

    .primary .nav_col li li {
        background-color: transparent;
        width: 100%;
    }

    .primary .nav_col li li a {
        padding: 1em 1.5em !important;
        margin: 0;
        text-align: left;
        color: var(--gray) !important;
        border-top: 1px var(--light) solid;
        flex-direction: column;
    }

    .primary .nav_col li li:first-child a {
        /*border-top: none;*/
    }

    .primary .nav_col li li:last-child a {
        border-radius: 0 0 15px 15px;
    }

    .primary .nav_col li li a:hover {
        background-color: var(--light);
    }

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

    .hero {
        padding: 100px 50px 50px;
    }

    .editor-styles-wrapper .hero {
        background-color: var(--gray);
    }

    /* ============================ */

    .side_scroll {
        padding-left: calc((100vw - 1200px) / 2);
    }

    /* ============================ */

    .footer_block {
        display: flex;        
    }

    .footer_block p {
        align-self: center;
    }


}

@media(min-width: 950px) {

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

    .logo_col img {
        width: 15vw;
        max-width: 200px;
    }

    .primary .nav_col {
        padding-inline: 2vw;
    }

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

}

@media(min-width: 992px) {

    header {
        height: auto;
        margin-top: 3vw;
    }

    .primary {
        width: 94%;
        border-radius: 10px;
    }

    .primary .nav {
        min-width: 500px;
    }

}

@media(min-width: 1200px) {

    .primary .nav_col {
        padding-inline: 4vw;
    }

    .hero {
        border-radius: 20px;
    }    
}

@media(min-width: 1300px) {

    .shape3::after {
        left: 14vw;
    }

}

@media(min-width: 2000px) {

    .side_scroll {
        padding-left: 0;
        justify-content: center;
    }

}
