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

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

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

:root {
    --dark: #20124D;
    --light: #F2F8FB;
    --pink: #ED90B9;
    --dkpink: #D578A1;    
    --purple: #A25B92;
    --green: #6BA17A;
    --dkgreen: #62956F;
    --link: #998FB8;
    --blue: #80BDD9;
    --yellow: #F8D990;
    --lilac: #998FB8;
    --display: "fields-display", sans-serif;
    --headerHt: 65px;
}

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

html {
    scroll-padding-top: 150px;
}

header {
    background-color: var(--dark);
    height: var(--headerHt);
/*    overflow-x: hidden;
    overflow-y: visible;*/
/*    padding: 16px 16px 20px 12px;*/
/*    transition: all 0.2s ;*/
}

.logo_col {
    padding: 10px;
}

.logo_col img {
    max-width: 230px;
    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;
}*/

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

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

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

.primary {
    display: block;
}

.nav {
    position: fixed;
    top: var(--headerHt);
    right: 0;
    bottom: 0;
    left: auto;
    width: min(90vw, 420px);
    background-color: var(--dark);
    transform: translate3d(100%, 0, 0);
    z-index: 999;
    padding-right: 0;
}

.nav.is-open {
    transform: translate3d(0, 0, 0);
}

.nav.is-animating {
    transition: transform 0.4s ease;
}

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

.nav li {
    margin: 0;
}

.nav a {
    color: #FFF !important;
    display: block;
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    padding: 15px;
    border-bottom: #3E355F 2px solid;
}

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

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

body {
    font-size: 20px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: var(--dark);
    color: #000;
    padding: 0;
    letter-spacing: 0.5px;
    max-width: 100vw;
}

body.wp-admin, body.editor-styles-wrapper {
    background-color: #FFF !important;
}

.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;
    color: var(--dark);
    letter-spacing: 0;
}

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

h2 {
    font-size: 2.3em;
}

h2::after {
    content: ".";
    color: #ED90B9;
}

h3 {
    font-size: 1.2em;
    color: var(--dark);
    font-weight: bold;
    margin-bottom: 4px;
}

h3:has(+ ul) {
    margin-bottom: 0.8em;
}

p, li {
    line-height: 1.3;
}

p {
    /*line-height: 1.1;*/
}

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

p.big {
    font-size: 2em;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 16px;
}

li::marker {
    color: var(--pink);
    font-size: 1.2em;
}

.col_split {
    columns: 2;
}

.col_split li {
    margin-bottom: 0;
}

a {
 color: var(--link);
 transition: 0.2s color;
}

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

.maxw {
    max-width: 1200px;
}

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

.pad1 {
    padding: 3vw !important;
}

.hidden, 
.backend_message {
    display: none;
}

.round, .round img {
    border-radius: 1000px;
}

.round50 {
    border-radius: 50px;
}

.btn.btn-primary,
.wp-block-wp-bootstrap-blocks-button {
    border: none;
    border-radius: 200px;
    background-color: var(--dkpink) !important;
    font-weight: bold;
    display: block;
    width: fit-content;
    height: 100%;
    padding: 15px 30px;
    transition: 0.2s filter;
    line-height: 1.1;
}

.btn.btn-primary:hover {
    filter: brightness(1.2);
}

.text-center .btn.btn-primary,
[data-alignment="center"],
.has-text-align-center + * > .dynamic {
    margin-inline: auto;
}


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

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

.bg_grad {
    background: #F6F4F0;
    background: linear-gradient(180deg, rgba(246, 244, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

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

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

.anchor {
    height: 1px;
    display: block;
}

.flex_group p {
    margin-block: 15px;
}

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

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

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

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

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

.hero h2 {
    font-size: 12vw;
}

.hero h2 strong em {
/*  display: block;
  font-size: clamp(32px, 12vw, 80px);
  line-height: 1;
  font-weight: 600;
  font-style: normal;*/
}

.hero img {
    margin-top: 2em;
}

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

/* == Slick Carousel == */



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


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

/* Icons on top with col fill */
.row_style_1 > div {
    display: flex;
    align-items: stretch;
    position: relative;
    margin-bottom: 15px;    
}

.icon_dot figure {
    position: relative;
}

.icon_dot figure:after {
    content: '';
    width: 15px;
    height: 15px;
    aspect-ratio: 1 / 1;
    display: inline-block;
    position: relative;
    bottom: -10px;
    background-color: var(--dot_fill);
    border-radius: 50px;
}

.icon_dot > div {--dot_fill: var(--pink);}
.icon_dot > div:nth-child(1) {--dot_fill: var(--pink);}
.icon_dot > div:nth-child(2) {--dot_fill: var(--yellow);}
.icon_dot > div:nth-child(3) {--dot_fill: var(--green);}
.icon_dot > div:nth-child(4) {--dot_fill: var(--green);}
.icon_dot > div:last-child {--dot_fill: var(--blue);}

.row_style_1 img {
    max-height: 65px;
    width: auto;
}

.row_style_1 .wp-block-group:nth-child(1) {
    background-color: #FFF;
    width: 100%;
    border-radius: 25px;
    padding: 25px;
    box-shadow: -1px 3px 5px 4px rgba(231,228,211,0.5);
    -webkit-box-shadow: -1px 3px 5px 4px rgba(231,228,211,0.5);
    -moz-box-shadow: -1px 3px 5px 4px rgba(231,228,211,0.5);    
}

/* Icons on left - Apply flex_icon to image in WP */
div:has(> .flex_icon) {
    display: flex;
}

.flex_icon {
    margin-bottom: 0;
}

.flex_icon img {
    max-width: 65px;
    margin-right: 30px;    
}

.icon_dot .flex_icon:after {
    position: absolute;
    top: 50px;
    right: 15px;
}

body.wp-admin :is(.row_style_1 > div) {
    display: block;
}

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

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

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

.col_fill > div > .wp-block-group {
    background-color: #FFF;
    border-radius: 25px;
    border: solid 1px var(--blue);
    padding: 25px;
    position: relative;
    height: 100%;    
}

.col_fill figure {
/*    margin-bottom: 0;
    height: 100%;*/
}

.col_fill img {
/*    border-radius: 20px;
    height: 100%;
    width: auto;
    object-fit: cover;*/
}

.locations_row h3 {
    font-family: var(--display);
    font-size: 2em;
}

.locations_row h3::after {
    content: ".";
    color: #ED90B9;
}

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

footer {
    padding: 30px;
}

footer p {
    color: #FFF;
}


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

@media(min-width: 576px) {

    .col_split {
        columns: 3;
    }

}

@media(min-width: 768px) {

    body {
        font-size: 18px;        
    }

    header {
        height: auto;
        padding-bottom: 25px;
    }

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

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

    p, li {
        line-height: 1.5;
    }

    .col_split {
        /*columns: 4;*/
    }

    .btn.btn-primary {
    }

    .d_only {
        display: block;
    }

    .flex_group > div {
        display: flex;
    }

    .flex_group p {
        margin: 0 1em;
        align-self: center;
    }    

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

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

    .primary .nav_col {
        flex: 1;
        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 .nav_col ul {
        justify-content: space-between;
    }   

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

    .primary .nav_col a {
        font-weight: 700;
        font-style: normal;        
        color: #FFF !important;
        font-size: 0.89em;        
        padding: 10px 10px;
        position: relative;
        line-height: 1;
        text-align: center;    
        border: none;    
        white-space: nowrap;
    }

    .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 .but_col {
        display: flex;
        align-self: center;
        justify-content: flex-end;
    }

    .primary .but_col .btn.btn-primary {
        padding: 10px 20px;
    }

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

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

    .logo {
    }

    .home.hero figure {
        width: 70vw;
        /*margin-top: -5vw;*/
        transform: translate(-5vw,-5vw);
    }

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


}

@media(min-width: 950px) {

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

    header {
        padding-bottom: 0;
    }

    .primary > div {
        width: fit-content;
    }

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

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

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

    .home.hero figure {
        transform: translate(-2vw,-5vw);
    }
}

@media(min-width: 992px) {

    .primary .nav_col ul {
        padding: 0 45px;
    }      

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

    .primary .but_col {
        flex: none;
    }

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

    .home.hero.pad1 {
        padding-top: 0 !important;
    }

}

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

