/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #a7c559;
}
#navTopLevel .navButton:hover {
    color: #a7c559;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #a7c559;
}

/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}

/* Buttons */
.button {
    border-radius: 50px 0px 50px 0px;
    padding: 15px 45px;
}
.navContent li .button {
    border-radius: 50px 0px 50px 0px;
    padding: 10px 45px;
}

/* Hero Image */
.blockWrap_aa06b646ffb74372b03caa91b79cd3c8 .contentTitle {
    padding-bottom: 0px;
}
.blockWrap_aa06b646ffb74372b03caa91b79cd3c8 .blockInnerContent p {
    padding-bottom: 20px;
    letter-spacing: 5px;
}

/* HP CTA Styles - 4 CTAs */
.blockWrap_ce0d5b57674449ce8e3af6c6e4cbbee6 .cols4 .item,
.blockWrap_ce0d5b57674449ce8e3af6c6e4cbbee6 .cols4 .socialStreamGroup {
    margin: 0%;    
}
@media only screen and (min-width: 600px) {
.blockWrap_ce0d5b57674449ce8e3af6c6e4cbbee6 .cols4 .item,
.blockWrap_ce0d5b57674449ce8e3af6c6e4cbbee6 .cols4 .socialStreamGroup {
    clear: none;
    width: 25%;
}
}
.blockWrap_ce0d5b57674449ce8e3af6c6e4cbbee6 .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    letter-spacing: 5px;
}
.blockWrap_ce0d5b57674449ce8e3af6c6e4cbbee6 {
    margin-top: -50px;
}

/* Blue Shape Z-Index */
.blockWrap_ab2e2352d1ca4642b043a1a003f0adcb {
    position: relative;
    z-index: 1;
}

/* Testimonials */
.imgCaption-title {
    letter-spacing: 5px;
}

/* Footer Styles */
.footerContainer a:hover {
    color: #a7c559 !important;
}
.footerContainer .socialIcons a:hover {
    background-color: #ffffff;
    color: #a7c559;
}

/* Mobile Styles */
@media only screen and (max-width: 599px) {
.blockWrap_aa06b646ffb74372b03caa91b79cd3c8 {
    padding-top: 150px !important;
    padding-bottom: 200px !important;
}
.blockWrap_aa06b646ffb74372b03caa91b79cd3c8 .contentTitle {
    font-size: 50px;
    line-height: 1.2;
}
.blockWrap_aa06b646ffb74372b03caa91b79cd3c8 .blockInnerContent {
    font-size: 24px;
}
.blockWrap_a203120fe650498484f822b04a2d541e {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
}
.blockWrap_ab2e2352d1ca4642b043a1a003f0adcb {
    display: none;
}
.blockWrap_ce0d5b57674449ce8e3af6c6e4cbbee6 {
    margin-top: 0px;
}
}

/* Memberships Page */
.blockWrap_b798e4d483e844ea83d158c2c67584a0 .item {
    min-height: 200px;
}
.blockWrap_cc9f6e2cd8154e2daa9f056578e572b4 .item {
    min-height: 390px;
}
.block_dc985cd29bdb4d8595a2256a151f26e8 .item {
    min-height: 370px;
}

    
/* Contact Us Page */
.blockWrap_fabe76892fd64f83a4bc6e40f04d465b .item {
    min-height: 210px;
}

/* Blog and Providers Pics */
.blockImg {
    text-align: left;
}

/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #000;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 00px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #eee;
    border-color: #eee;
}


/* Equalize Simple List Blocks - Fascial Stretch Therapy Page */

/* Change item class here */
.items_a7d782bc947d48e19a6328d1b163b1d8 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a7d782bc947d48e19a6328d1b163b1d8 > .item {
	display: flex;
	flex-direction: column;
}