body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    /* background-color: #f5f5f5;*/
}
#xticontent {
    padding: 0;
    font-family: "MONTSERRAT", sans-serif;
    font-weight:400;
}
#main {
    min-height:500px;
}
#header {
    background: #fff;
    color: #231f20;
    border-bottom: 1px solid #688c42;
}
.logo {
    /* float: left; */
    margin: 0 auto;
    max-width: 370px;
    padding: 0;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.nav > li > a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
}
.nav {
    color: white;
}
.navbar {
    border-radius: 0;
    margin: 80px;
    float:right;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background-color: #688c42;
    color: #333;
}
.navbar-inverse .navbar-nav > li > a {
    color: #eeeeee;
    font-size: 1.25em;
    text-decoration: none;
}

a {
    color: #212121;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #000000;
        text-decoration: underline;
    }
#xName {
    display:none;
}
.btn-lead {
    color: #fff;
    background-color: #688c42;
    border-color: #0a0909;
}
    .btn-lead.focus, .btn-lead:focus, .btn-lead:hover {
        color: #fff;
        text-decoration: none;
    }
.Hero {
   /* background: #efcf2994; */
    background: #f9bf538c;
    padding: 25px;
    margin: 25px 8px;
    border-radius: 5px;
    overflow:auto;
}

.HeroTitle {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(48px, 10vw, 72px);
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
    color: #000000;
    /* background: #ffffff; */
    padding: 0.5rem 1.25rem;
    /* max-width: 50rem; */
    /* border-radius: 0.3125rem; */
    /* border: 1px solid #000000; */
    margin: 3rem;
}
.HeroSubTitle {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(32px, 8vw, 48px);
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    padding: 0.5rem 1.25rem;
    max-width: 50rem;
    border-radius: 0.3125rem;
    margin: 3rem;
}
.HeroLead {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(32px, 8vw, 38px);
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    padding: 3.5rem 0;
    max-width: 150rem;
    border-radius: 0.3125rem;
    background: #f2cd88db;
    text-align: center;
    margin: 0 -15px;
}
.infoBox {
    padding: 50px;
    font-size: 1.5em;
    margin-top: 50px;
}
.infoBoxSm {
    padding: 80px;
    margin-top: 50px;
}
/* alt containers */
.ContentBlock {
    overflow: hidden;
}
.form-inline .form-control {
    width: 100%;
}

.HomeR2 {
    background: #f5f5f5;
}
.ContentBlockAlt1 {
    position: relative;
    min-width: 1px;
    min-height: 1px;
    box-shadow: none;
    padding: 5px;
    margin: 10px;
    overflow: hidden;
    border: 0;
    text-align: center;
    font-size:1.45em;
}

.ContentBlockAlt2 {
    padding: 0 5px;
    overflow: hidden;
    background: transparent;
    border:none;
}
    .ContentBlockAlt2::after {
        content: "";
        background-color: black;
        background: url(/_theme/assets/img/2bak.png) no-repeat;
        background-size: 100%;
        height: 100%;
        /* background-attachment: fixed; */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
.ContentBlockAlt3 {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDC3A2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 20px 0px 20px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 0px;
    padding: 50px 30px 50px 30px;
    overflow: hidden;
}

.ContentBlockAlt4 {
    background: #f3f3f3;
    padding: 0 25px;
    color: #000000;
    margin: 0 -15px;
    overflow: hidden;
}

    .ContentBlockAlt4 .SectionTitleAlt1::after {
        content: "";
        width: 200px;
        border-bottom: solid 2px #688c42;
        display: block;
        margin: 0 auto;
    }

.ContentBlockAlt5 {
    background: whitesmoke;
    padding: 100px;
    color: black;
    overflow: hidden;
    margin: 0 -15px;
}
.ContentBlockAlt5 a {
    color: #eeeeee;
    text-decoration: none;
}
    .ContentBlockAlt5 a:hover {
        color: #ffffff;
        text-decoration: underline;
    }
.ContentBlockAlt6 {
    background: transparent;
    padding: 20px 100px;
    color: #231f20;
    overflow: hidden;
    margin: 0 -15px;
    border: 0;
    min-height: 280px;
}
    .ContentBlockAlt6 h2::after {
        content: "";
        width: 200px;
        border-bottom: solid 2px #DDC3A2;
        display: block;
        margin: 20px 0;
    }

.ContentBlockAlt7 {
    padding: 0;
    background: transparent;
    overflow: hidden;
    min-height: 450px;
}
    .ContentBlockAlt7::after {
        content: "";
        background-color: black;
        background: url(/_theme/assets/img/hero.png) no-repeat;
        /* background-size: 100%; */
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        /* background-size: cover; */
        opacity: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
.ContentBlockAlt8 {
    color: white;
    font-size: 1em;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px;
    background: #000000;
    overflow: hidden;
}
.ContentBlockAlt8 a {
    color: #eeeeee;
    text-decoration: none;
}

    .ContentBlockAlt8 a:hover {
        color: #ffffff;
        text-decoration: underline;
    }
.ContentBlockAlt9 {
    background: #014491;
    color: white;
    padding: 12px;
    margin: 0 -15px;
    overflow: hidden;
}
.ContentBlockAlt10 {
    padding: 0;
    background: #f8f8f8;
    margin: 0 -15px;
    overflow: hidden;
}

/* custom backgrounds */
.About-UsR1 {
    background: url(/_theme/assets/img/AboutBackground.png) no-repeat;
    padding: 100px;
}
.About-Us .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/About-Us.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.Contact-Us .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/contact-us.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
     /* background-size: cover; */
    opacity: 75%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.Testimonials .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/Testimony.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 65%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.ResourcesDiscounts .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/Resources-Discounts.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 65%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}



.Blog .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/blog.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 75%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}


.Functional-Nutrition .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/nutrition.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 75%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}


.Structural-Bodywork .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/structures.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.Our-Services .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/Services.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.Our-ServicesR1 {
    background: url(/_theme/assets/img/ServicesBackground.png) no-repeat;
    padding: 100px;
}

.wellness-hr{
    color: #688c42;
    size:6;
    width:20%;
}

.SectionTitle {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.SectionTitleAlt1 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(36px, 8vw, 54px);
    font-weight: 400; /* Slightly heavier than HeroTitle for distinction */
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #000000;
    background: transparent;
    margin: 0.5rem 0 0.625rem;
    padding-left: 0.9375rem;
    border: none;
    text-align: center;
}

.SectionTitleAlt2 {
    background: #231f20;
    color: white;
    font-size: 32px;
    line-height: 61px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: center;
}

.SectionTitleAlt3 {
    /* background: #014491; changed 121624 */
    background: none;
    /* color: #f9f9f9; changed 121624 */
    color: #231f20;
    /* font-size: 22px; changed 121624 */
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    /* padding-left: 15px; changed 121624 */
    /* additional changes 121624 below */
    text-align: center;
    font-family: 'Allura';
}

.SectionTitleAlt4 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(32px, 8vw, 48px);
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    padding: 0.5rem 1.25rem;
    border-radius: 0.3125rem;
    margin: 3rem;
}

.SectionTitleAlt5 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
}
    .SectionTitleAlt5::after {
        content: "";
        width: 200px;
        border-bottom: solid 2px #DDC3A2;
        display: block;
        margin: 20px 0;
    }
.footer {
    background: #F2CD88;
    position: relative;
    color: #000000;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
    border-top: 1px solid;
}
    .footer a, .footer a:link {
        color: #000000;
        text-decoration: none;
        letter-spacing: 1px;
    }

    .footer a:visited {
        color: #000000;
        text-decoration: none;
        letter-spacing: 1px;
    }
    .footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer td, .footer th, .footer caption {
        color: #000000;
        font-size: 14px;
        letter-spacing: 1px;
    }

#Contact-Us {
    background: #688c42;
    color: #f3f3f3;
    border-radius: 5px;
}
#Contact-Us:hover {
    background: #688c42;
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #222222;
    font-weight: normal;
   /* font-size: 1.5em; */
    display: inline-block;
    margin: 0;
    background: transparent;
    border-radius: 0;
    padding:25px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #688c42;
    background-color: transparent;
}

.nav > li {
    color: black;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    margin: 10px;
}
.footer-copyright {
    background: #0a0909;
    color: silver;
    padding: 0;
    border-top: solid 1px #d9c4a4;
}
.footer-copyright a {
    color: silver;
}
.footerText, .fBlock {
    text-align: right;
    margin: 2px;
    font-size: 14px;
}
.SearchBox {
    margin: 42px 0 0 0;
}
#searchResults {
    font-size: 1.5em;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #688c42;
    border-color: #272727;

}
	 .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        text-decoration: none;
    }
 


.btn-style1 {
    color: #ffffff;
    background-color: #014491;
    border-color: #231f20;
    font-size: 1em;
}

    .btn-style1:hover, .btn-style1:focus {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
.btn-style2 {
    color: #ffffff;
    background-color: #243c91;
    border-color: #231f20;
    font-size: 1em;
}
    .btn-style2:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.xtiEntryFooter .btn-primary {
    color: #fff;
    background-color: #231f20;
    border-color: #0a0909;
}
.xtiEntryDescription {
    padding: 20px;
    background: #f9f9f9;
}

@media screen and (max-width: 1720px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 1em;
    }

    .navbar {
        border-radius: 0;
        margin: 20px auto;
    }
}
/*  @media screen and (max-width: 1298px) {
    .HeroTitle {
        font-size: 60px;
    }
    .SectionTitleAlt1 {
        font-size: 50px;
        line-height:normal;
    }
} */
@media screen and (max-width: 1180px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 25px 10px;
    }
    .ContentBlockAlt7::after {
        content: '';
        opacity: 0.5;
    }
}

@media (max-width: 992px) {
    .navbar {
        margin: 0px;
        width: 100%;
    }
}
    @media screen and (max-width: 768px) {


        .navbar-inverse .navbar-nav > li > span {
            color: #ffffff;
            width: 46%;
            text-align: right;
            padding: 13px 20px;
            /*   background: #222222; */
        }

            .navbar-inverse .navbar-nav > li > span:hover {
                color: #ffffff;
                cursor: pointer;
                /* background: #080808; */
            }

        .navbar-inverse .navbar-nav > li > a {
            color: #333;
            width: 50%;
        }

        .navbar-inverse .navbar-nav > li > span:hover {
            color: #ffffff;
            cursor: pointer;
            background: transparent;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
            color: #000000;
            font-size: 1.5em;
        }

            .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #000000;
                background-color: transparent;
            }
/*
        .SectionTitleAlt1 {
            font-size: 22px;
            line-height: 32px;
        }

        .Hero {
            padding: 5px;
            margin: 5px;
        }
    */
        .HeroTitle {
          /*  font-size: 32px;
            line-height: 45px; */
            margin: 0 auto;
            text-align: center;
        }

        .HeroSubTitle {
            text-align: center;
        }
        .About-UsR1 {
            padding: 10px;
        }

        .ContentBlockAlt6 {
            padding: 20px 30px;
        }

        .ContentBlockAlt5 {
            padding: 30px;
        }
    }

.montserrat-600 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.meow-script-regular {
  font-family: "Meow Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.oleo-script-swash-caps-regular {
  font-family: "Oleo Script Swash Caps", serif;
  font-weight: 400;
  font-style: normal;
}
.imperial-script-regular {
  font-family: "Imperial Script", serif;
  font-weight: 400;
  font-style: normal;
}
