/** Shopify CDN: Minification failed

Line 31:10 Expected identifier but found whitespace
Line 31:12 Unexpected "{"
Line 31:21 Expected ":"
Line 31:31 Expected identifier but found "!"
Line 35:10 Expected identifier but found whitespace
Line 35:12 Unexpected "{"
Line 35:21 Expected ":"
Line 35:31 Expected identifier but found "!"

**/


/* CSS from section stylesheet tags */
.homepage-hero {
    /* default styles */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.homepage-hero {
/* default styles */
background-position:center;
background-size:cover;
background-repeat:no-repeat;

}

.homepage-hero a:hover{
    color: {{settings.orange}} !important;
}

.hover-orange:hover {
    color: {{settings.orange}} !important;
}

.max-w-100px {
    padding-top: 100px;
}
.health-list-icon svg{
    width:40px !important; 
    margin-right:10px;
}
.landing-events-title {
        font-family: "Inconsolata", sans-serif;
        text-align: center;
        font-size: 30px;
        width: 80%;
        margin: 0 auto;
    }

    .landing-upcoming-events-section {
        text-align: center !important;
        margin-bottom: 100px !important;
    }

    .landing-upcoming-events {
        display: flex;
        justify-content: space-evenly;
        margin-top: 2rem;
    }


    .landing-grid-item {
        position: relative;
        width: 30%;
        padding-bottom: 30%;
        margin-bottom: $gutter-site-mobile;
        border-radius: 1rem;
    }

    .landing-grid-title-wrapper::before {
        border-radius: 1rem;
    }

    @media only screen and (max-width: 450px) {

        .landing-upcoming-events {
            flex-direction: column !important;
            align-items: center !important;
        }

        .landing-grid-item {
            width: 80%;
            padding-bottom: 80%;
            margin-bottom: 2rem;
        }
    }
.flex-1 {
        flex: 1 !important;
    }

    .landing-main-content {
        margin-top: -60px;
        margin-bottom: 100px;
        width: 80%;
        max-width: 900px !important;
    }

    .link-title {
        font-size: 18px;
        padding: 1rem;
        color: #FFD83B;
    }

    .landing-2 {
        background-color: white;
        flex-direction: row-reverse;
    }

    .landing-2-p p {
        font-size: 16px !important;
        font-family: "Karla", sans-serif;
    }

    #landing-2-li {
        font-size: 20px !important;
        font-family: "Karla", sans-serif;
    }

    .landing-2-main-image {
        border-radius: 1rem 0 0 1rem;
        background-position: center;
    }

    .landing-content {
        padding: 2rem;
    }

    .landing-title {
        font-family: "Inconsolata", sans-serif;
        text-align: center;
        font-size: 30px;
        color: #513628
    }

    .landing-h3 {
        font-family: "Inconsolata", sans-serif;
        text-align: center;
        font-size: 25px;
        color: #513628
    }

    @media only screen and (max-width: 1360px) {

        .landing-title {
            font-size: 30px;
        }
    }

    .landing-2-copy, .landing-2-copy p {
        font-size: 16px;
        font-family: "Karla", sans-serif !important;
        color: #513628;
    }

    .landing-copy-center p {
        text-align: center;
        color: #513628;
    }

    .landing-2-link {
        color: white;
        font-family: 'Inconsolata', sans-serif;
        padding: 10px;
        margin: 0 auto;
    }

    .landing-2-block-image {
        width: 60%;
        border-radius: 1rem;
        min-height: 185px;
        position: relative;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .landing-2-cta-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .landing-2-cta-header {
        font-size: 20px !important;
        text-align: center;
    }

    .landing-2-link:hover {
        color: #FFDC32 !important;
    }

    .landing-2-num {
        width: 30px;
        height: 30px;
        background-color: #F36E33;
        border-radius: 50%;
        justify-self: flex-start;
        align-self: flex-start;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
        color: #FFDC32;
    }

    .landing-2-button {
        background-color: #F36E33;
        padding: 5px 10px;
        font-size: 16px;
        color: white;
        border-radius: 0.5rem;
        width: max-content;
        min-width: 120px;
        margin: 0 auto;
    }

    .landing-2-button:hover {
        color: #FFDC32;
    }

    @media only screen and (max-width: 800px) {
        
        .landing-2-block-image {
            width: 80%;
        }
    }

    @media only screen and (max-width: 768px) {

        .landing-copy {
            text-align: center;
            margin-bottom: 1rem !important;
        }
    }


    @media only screen and (max-width: 450px) {

        .landing-2-link {
            font-size: 14px;
        }

        .landing-content {
            padding: 1rem;
        }
    }
.landing-main-content {
        margin-top: -60px;
        margin-bottom: 100px;
        width: 80%;
        max-width: 900px !important;
    }

    .landing-main-image {
        border-radius: 0 1rem 1rem 0;
        background-position: center;
    }

    .landing-content {
        padding: 2rem;
    }

    .grow {
        flex-grow: 1;
    }

    .landing-title {
        font-family: "Inconsolata", sans-serif;
        text-align: center;
        font-size: 30px;
    }

    .landing-copy, .landing-copy p {
        font-size: 16px;
        font-family: "Karla", sans-serif !important;
        color: #513628;
        width: 80%;
    }

    .landing-copy-container {
        font-size: 16px;
        font-family: "Karla", sans-serif !important;
        color: #513628;
        text-align: center !important;
    }

    .landing-copy-center p {
        text-align: center;
    }

    .landing-link {
        color: white;
        font-family: 'Inconsolata', sans-serif;
        padding: 10px;
    }

    .landing-block-image {
        width: 45%;
        border-radius: 1rem;
        height: 14vw;
        max-height: 160px;
        align-self: flex-end;
        position: relative;
        background-position: center;
        background-size: cover;
    }


    .landing-block-text {
        width: 60%;
        align-items: flex-end;
    }

    .landing-block-text textarea,
    .landing-block-text p {
        font-size: 16px;
        font-family: "Karla", sans-serif !important;
        color: #513628;
        width: 80% !important;
    }

    .landing-block-text .text-left {
        padding-left: 0;
        align-items: flex-start !important;
        

    }

    .text-left{
        text-align:left !important;
    }

    .text-left .subheader {
        
        margin-right: 0 !important;
        margin-left: 1rem;
    }

    .logo-deco-container {
        height: 200px;
        width: 100%;
        position: relative;
    }

    .decorative-logo {
        position: absolute;
        left: -100px;
    }

    .landing-link:hover {
        color: #FFDC32 !important;
    }

    .num-title-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
    }

    .subheader {
        font-family: "Inconsolata", sans-serif;
        font-size: 24px;
        margin-right: 1rem;
        text-transform: uppercase;
        color: #513628;
        flex: 1;

    }

    .num {
        width: 36px;
        height: 36px;
        background-color: #F36E33;
        border-radius: 50%;
        justify-self: flex-start;
        align-self: flex-end;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.5rem;
        color: #FFDC32;
    }

    .num-left {
        align-self: flex-start;
    }

    .landing-button {
        background-color: #F36E33;
        padding: 5px 10px;
        font-size: 14px !important;
        text-transform: uppercase;
        min-width: 120px;
        width: max-content;
        border-radius: 0.5rem;
        position: absolute;
        transform: translateY(-50%) translateX(-50%);
        top: 50%;
        left: 50%;
    }

    @media only screen and (max-width: 900px) {
        
        .landing-block-image {
            height: 16vw;
        }
    }

    @media only screen and (max-width: 900px) {
        .landing-block {
            align-items: center;
            text-align: center;
            flex-direction: column-reverse !important;
        }

        .block-right {
            flex-direction: column !important;
        }

        .landing-block-text {
            align-self: center;
            align-items: center;
            text-align: center;
            width: 80%;
            margin-bottom: 1rem;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .landing-block-text p {
            width: 100% !important;
            text-align: center !important;
        }
        
        .text-left {
            padding-right: 0 !important;
        }

        .landing-block-image {
            align-self: center !important;
            width: 80%;
            height: auto;
            padding-bottom: 50%;
            margin: 0 !important;
        }
        .num {
            align-self: center !important;
        }
        .landing-copy,
        .landing-copy p,
        .landing-copy::after {
            text-align: center !important;
            margin-bottom: 1rem !important;
            width: 100% !important;
            margin-bottom: 1rem !important;
        }

        .logo-deco-container {
            height: 140px;
        }
        .decorative-logo {
            left: -50px;
        }
        .num-title-container {
            flex-direction: column-reverse;
        }
        .num-title-container-left {
            flex-direction: column;
        }
        .subheader {
            margin: 0 !important;
            text-align: center !important;
        }
        .landing-copy {
            width: 100%;
        }
        .num-title-container {
            width: 100%;
        }

    }

    @media only screen and (max-width: 450px) {
        .logo-deco-container {
            height: 100px;
        }

        .landing-block-image {
            width: 100%;
        }

        .landing-link {
            font-size: 14px;
        }

        .landing-content {
            padding: 1rem;
        }

        .landing-button {
            padding: 5px 10px;
        }
    }
.learning-resource {

}
.learning-resource img{
   width:100%;
   height:300px;
   object-fit:cover;
}
.-mt-02 {
    margin-top: -1px;
  }
.page-header{
      background-size:cover;
      background-position:center;
      background-repeat:no-repeat;
    }
.nav-pills .btn:not(.active) {
    opacity: 0.8;
}

.nav-pills .btn.active {
    transform: scale(1.1);
}

.display-sections .section:not(.active) {
    display: none;
}

.hide-overflow {
    overflow: hidden;
}
.nav-pills .btn:not(.active){
    opacity: 0.8;
  }
  .nav-pills .btn.active{
    transform:scale(1.1);
  }

  .display-sections .section:not(.active){
    display:none;
  }
  .hide-overflow{
    overflow:hidden;
  }
.included-item {
    border-bottom: 1px solid #f36e33;
  }
  .included-item:first-child {
    border-top: 1px solid #f36e33;
  }
  .nav-pills .btn:not(.active) {
    opacity: 0.8;
  }

  .nav-pills .btn.active {
    transform: scale(1.1);
  }

  .display-sections .section:not(.active) {
    display: none;
  }

  .hide-overflow {
    overflow: hidden;
  }

  .product-form__controls-group .product-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
  }

  .product-form__controls-group button {
    padding: 10px;
    width: 45%;
    margin: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f36e33;
    border-radius: 5px;
  }

  .product-form__controls-group button .prices {
    display: flex;
    width: 100%;
  }

  .product-form__controls-group button .variant-price,
  .product-form__controls-group button .pound-price {
    font-size: 1rem;
    text-wrap: nowrap;
  }

  .product-form__controls-group button .pound-price {
    margin-left: auto;
    font-size: 0.9rem;
    text-wrap: nowrap;
  }

  .product-form__controls-group button.active {
    background-color: rgba(255, 253, 241, var(--bg-opacity)) !important;
    border: 2px solid #f36e33 !important;
    border-radius: 5px;
  }
  .produce-form__controls-group button:focus {
    border: 1px solid #f36e33 !important;
  }

  .product-form__controls-group button.active .pound-price {
    font-weight: bold;
    color: #f36e33;
  }

  .d-none {
    display: none;
  }
  .d-md-block {
    @media (min-width: 768px) {
      display: block;
    }
  }
.nav-pills .btn:not(.active) {
    opacity: 0.8;
  }

  .nav-pills .btn.active {
    transform: scale(1.1);
  }

  .display-sections .section:not(.active) {
    display: none;
  }

  .hide-overflow {
    overflow: hidden;
  }

  .product-form__controls-group .product-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
  }

  .product-form__controls-group button {
    padding: 10px;
    width: 45%;
    margin: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f36e33;
    border-radius: 5px;
  }

  .product-form__controls-group button .prices {
    display: flex;
    width: 100%;
  }

  .product-form__controls-group button .variant-price, .product-form__controls-group button .pound-price {
    font-size: 1rem;
    text-wrap: nowrap;
  }

  .product-form__controls-group button .pound-price {
    margin-left: auto;  
    font-size: 0.9rem;
    text-wrap:nowrap;
  }

  .product-form__controls-group button.active{
    background-color: rgba(255,253,241,var(--bg-opacity))!important;
    border: 2px solid #f36e33 !important;
    border-radius: 5px;
  }
  .produce-form__controls-group button:focus {
    border: 1px solid #f36e33 !important;
  }

  .product-form__controls-group button.active .pound-price {
    font-weight: bold;
    color: #f36e33;
  }
.product-description {
    border-top: 1px solid #513628;
    border-bottom: 1px solid #513628;
}

.product-description h2 {
    margin: 0 0 16px !important;

}

.product-description h4 {
    margin: 16px 0 0 !important;
    font-family: 'inconsolata';
    font-weight: bold;
}
.schedule-appointment {
        text-align: center;
    }

    .schedule-appointment h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
        color: #f36e33;
    }

    .schedule-appointment p {
        text-align: center;
        font-size: 1.2rem;
        margin-top: 0.5rem;
        color: #513628;
    }
    .schedule-appointment a {
        margin: 1rem 0 !important;
        font-size: 1.2rem !important;
    }
.section-heading-h2 {
        font-size: 2rem;
        margin-top: 2rem;
        color: #f36e33;
        text-align: center;
    }
.testimonial-block {
   width: 100%;
   margin:auto;
   min-height: 425px;
   max-width: 450px;
}
.text-image-vertical_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 4rem 0;
    text-align: center;
}

.text-image-vertical_section h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #f36e33;
}

.text-image-vertical_section p {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    color: #513628;
}

.text-image-vertical_section strong {
    font-family: "editorial_newregular", sans-serif;
    font-size: 1.5rem;
}
.covid-policy {
        margin: 3rem 0;
    }

    .covid-policy h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
        color: #f36e33;
    }

    .covid-policy p {
        text-align: center;
        font-size: 1.2rem !important;
        margin-top: 0.5rem;
        color: #513628;
    }
.training-facilitators {
        text-align: center;
        margin: 3rem 0;
        padding: 1rem;
    }

    .training-facilitators h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
        color: #f36e33;
    }

    .training-facilitators p {
        text-align: center;
        font-size: 1.2rem !important;
        margin-top: 0.5rem;
        color: #513628;
    }

    .training-facilitators a {
        font-size: 1.2rem !important;
    }

    .training-facilitators strong {
        text-align: center;
        font-size: 1.2rem !important;
        margin-top: 0.5rem;
        color: #513628;
    }

    .facilitator-img {
        width: 80%;
        padding-bottom: 80%;
        border-radius: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: top;
    }

    .training-facilitators .facilitators-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .training-facilitators .facilitator {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 2rem;
    }

    @media (max-width: 1080px) {
        .training-facilitators .facilitator {
            width: 80%;
        }
    }