@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700,800,900&display=swap');

:root {
    --bg-main: #676768;
    --bg-color: #a9c1bd;
    --bg-hover: #7f9490;
}

body {
    margin: 0 auto;
    color: var(--bg-main);
    font-family: 'Muli', sans-serif;
	line-height: 1.5;
	font-weight: 300;
	font-size: 15px;
}

/* TypographyF
----------------------------------------------------------------------------------------------------*/

a {
	color: var(--bg-color);
	text-decoration: none;
}
a:hover {
    color: var(--bg-hover);
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: var(--bg-main);
	font-family: 'Muli', sans-serif;
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
}
ul,ol {
    margin-top:0;
}

[le_content_type="text"].le_content li {
    margin: .35em 0;
}

h1, h1 a, .title1, .title1 a {
	font-family: 'Muli', sans-serif;
	color: var(--bg-main);
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
h2, h2 a, .title2, .title2 a {
	font-family: 'Muli', sans-serif;
	color: var(--bg-main);
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	font-family: 'Muli', sans-serif;
	color: var(--bg-main);
	font-size: 28px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	font-family: 'Muli', sans-serif;
	color: var(--bg-main);
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	font-family: 'Muli', sans-serif;
	color: var(--bg-main);
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	font-family: 'Muli', sans-serif;
	color: var(--bg-main);
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	/*text-decoration: none;*/
}

/* make sure font awesome icons that are links do not have underline on hover */
.fa a:hover, a.fa:hover {
    text-decoration: none;
}

/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
    color: var(--bg-main);
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}
.le_form_name {
    color: var(--bg-main);
	font-family: 'Muli', sans-serif;
    font-size: 18px;
	margin: 0 0 10px 0;
}

.form-control {
	height: inherit !important;
	border-radius: 0 !important;
	color: var(--bg-main);
}
.form-group {
	margin-bottom: 10px !important;
}
.wrapper input[type="submit"] {
	margin: 0;
	padding: 8px 18px;
	color: #ffffff;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 15px;
	background-color: var(--bg-color);
	border-radius: 0;
	border: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: var(--bg-hover);
	color: #ffffff;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	margin: 0;
	padding: 4px 10px;
	color: #777777;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #fff;
	border: 1px solid #bdbdbe;
}
.form-control {
    height: inherit !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-group {
    margin-bottom: 10px !important;
}
.newsletter input[type="text"], .newsletter input[type="password"], .newsletter textarea {
    background-color: #000;
    margin-bottom: -17px !important;
    padding: 8px 10px !important;
    border: 0 !important;
}
.sideform {
    margin-top: 10px;
}
.sideform input[type="submit"] {
    position: relaitve;
    display: block;
    width: 100%;
    margin-top: -20px;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: var(--bg-color);
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background: var(--bg-color);
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: var(--bg-color) !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: var(--bg-hover) !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color :var(--bg-hover);
}
.button1 a, a.button1 {
	display: inline-block;
	padding: 8px 15px;
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	background-color: #c2c2c2;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	margin: 10px 0;
}
.button1 a:hover, a:hover.button1 {
	background-color: var(--bg-hover);
	cursor: pointer;
	text-decoration: none;
}
.button2 a, a.button2 {
	display: inline-block;
	padding: 8px 15px;
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	background-color: var(--bg-color);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	margin: 10px 0;
}
.button2 a:hover, a:hover.button2 {
	background-color: var(--bg-hover);
	cursor: pointer;
	text-decoration: none;
}
.largeButton a, a.largeButton {
	display: inline-block;
	padding: 12px 30px;
	color: #ffffff;
	font-size: 18px;
	line-height: 25px;
	background-color: var(--bg-color);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.largeButton a:hover, a:hover.largeButton {
	background-color: var(--bg-hover);
	text-decoration: none;
}
.fullwidthButton a, a.fullwidthButton {
	display: block;
	width: 100%;
	padding: 8px 15px;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
	background-color: var(--bg-color);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.fullwidthButton a:hover, a:hover.fullwidthButton {
	background-color: var(--bg-hover);
	text-decoration: none;
}
.button3 a, a.button3 {
	display: inline-block;
	margin-top: 10px;
	padding: 7px 20px;
	color: var(--bg-main);
	font-size: 15px;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.button3 a:hover, a:hover.button3 {
	background-color: var(--bg-hover);
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

/*----------------------------CSS--------------------------*/
.wrapper {
    overflow: hidden;
}
hr {
    border: 0;
    border-bottom: 0px solid #fff;
    background: var(--bg-color);
    height: 4px;
    margin: 30px 0;
}
img {
    max-width: 100%;
    height: auto;
}
.no-gutters {
    padding: 0;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff !important;
} 
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff !important;
}
.mt10 {
    margin-top: 10px;
}
.bigtext h3 {
    font-size: 50px;
    line-height: 50px;
}
.bigtext h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.textbox {
    padding: 0 !important;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    padding: 25px 75px !important;
}
.greenbox {
    position: relative;
}
.greenbox img {
    width: 100%;
    height: auto;
}
.greenbox:before {
    content: " ";
    position: absolute;
    top: -30px;
    left: 200px;
    right: -30px;
    bottom: 150px;
    background-color: var(--bg-color);
    z-index: -1 !important;
}
.biggertext h4 {
    font-size: 50px;
    line-height: 65px;
}
.bigtext p {
    font-size: 20px;
    line-height: 30px;
}
.sidebar {
    background-color: #EFECEC;
    padding: 0 20px;
}
.sidebar h3 {
    font-size: 20px;
    line-height: 25px;
}
.sidebar hr {
    background: #bdbdbe;
    height: 1px;
    margin: 20px 0;
}
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
    margin: 10px 0 0 0;
}
.checklist ul li { 
    margin-bottom:2px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    color: var(--bg-color);
}
.cta {
    border: 2px solid #dedcdc;
    padding: 30px 20px;
    margin-bottom: 25px;
    margin-top: -7px;
    text-align: center;
}
.cta h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #99b0ac;
}
.pricebox {
    border: 2px solid #dedcdc;
    padding: 30px 20px;
    margin-bottom: 25px;
    text-align: center;
}
.pricebox img {
    width: 100%;
    height: auto;
}
.pricebox h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.green-box h3, .green-box h4 {
    position: relative; 
    font-size: 18px;
    color: #ffffff;
    background-color: var(--bg-color);
    padding: 10px 15px;
    line-height: 25px !important;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 10px;
}

/*----------------------------Banners--------------------------*/
.banners {
    position: relative;
}
.banner-right {
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100vh !important;
    position: absolute;
    right: 0;
}
.banner-right .edit-region-icon {
    float: right !important;
}

/* Read More Tabs
----------------------------------------------------------------------------------------------------*/
.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
    margin: 5px auto 20px auto;
    font-size: 15px;
}
.morelink {
	display: inline-block;
	padding: 8px 15px;
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	background-color: #c2c2c2;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	margin: 10px 0;
}
.morelink:hover {
    background-color: var(--bg-hover);
    color: #ffffff;
}
.desc_text .morelink {
    color: var(--bg-main) !important;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin-bottom: 10px;
}
.expand h2, .expand h3, .expand h4 {
    position: relative; 
    font-size: 18px;
    color: #ffffff;
    background-color: var(--bg-color);
    padding: 10px 15px;
    line-height: 25px !important;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 10px;
}
.expand h2:after, .expand h3:after, .expand h4:after {
    content: '\f107';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 22px !important;
    margin-top: 2px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2.active, .expand h3.active, .expand h4.active {
    background-color: var(--bg-main);
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand h2.active:before, .expand h3.active:before, .expand h4.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h2:hover, .expand h3:hover, .expand h4:hover {
    cursor: pointer;
    background-color: var(--bg-main);
    color: #ffffff;
}

/*----------------------------Staff--------------------------*/
.staff {
    margin: 0 0 10px 0;
}
.staff img {
    border-radius: 50%;
    transition: all 0.5s ease;
    margin: 0;
    border: 8px solid #fff;
    width: 100%;
    height: auto;
}
.staff:hover img {
    transform: scale(1.1);
    border: 8px solid var(--bg-color);
    transition: all 0.5s ease;
    cursor: pointer;
}
.staff-text h2 {
    font-size: 24px;
    line-height: 30px;
}

/*----------------------------Tabs--------------------------*/
.tabs {
    text-align: center;
}
.tabs-btn li{
    display: inline-block;
}
.tabs-btn ul {
    padding: 0;
}
.tabs-btn ul li a {
    display: inline-block;
    background-color: var(--bg-color);
    color: #ffffff;
    padding: 10px 20px;
    margin: 0 5px 5px 5px;
    list-style: none;
    text-transform: uppercase;
}
.tabs-btn ul li a:hover {
    text-decoration: none;
    background-color: var(--bg-hover);
    position: relative;
}
.tabs-btn ul li a:hover:after {
	width: 100%;
	height: 10px;
	width: 20px;
	content:"";
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: -10px !important;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/green-triangle.svg');
	background-repeat: no-repeat;
	z-index: 100 !important;
	position: absolute;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.tabs > div {
    display: none;
}
.le-edit-open .tabs > div {
    display: block !important;
}
.tabs > div:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tabs > div.expanded {
    display: block !important;
}
.tab-box {
    border: 2px solid #dedcdc;
    padding: 30px 20px;
    margin-bottom: 25px;
    margin-top: -7px;
    text-align: center;
}
.tab-box h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #99b0ac;
}
.tabs img {
    width: 100%;
    height: auto;
}

/* Mindbody Schedule
----------------------------------------------------------------------------------------------------*/

.homeschedule .mb_listview_date {
    display: none;
}
.homeschedule .title_date, .homeschedule .title_class, .homeschedule .title_staff {
    font-size: 14px !important;
}
.mb_schedule {
    margin-top: 0;
    text-transform: uppercase !important;
    font-size: 12px !important;
}
.mb_listview_date {
    font-size: 28px !important;
}
#date_filter {
    border: 1px solid #6856AC !important;
    height: 30px !important;
    padding: 5px !important;
    width: 100px !important;
}
.schedule_filters {
    width: 100% !important;
}
.schedule_filters .selects {
    background-color: var(--bg-color) !important;
    height: 30px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}
.date_filter_div {
    color: var(--bg-color) !important;
    text-transform: uppercase !important;
}
#link_for_print a {
    background-color: var(--bg-color) !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 5px 10px !important;
    margin-left: 5px !important;
    display: inline-block !important;
}
#link_for_print a:hover {
    text-decoration: none !important;
    background-color: var(--bg-hover) !important;
}
.master_date {
    border-bottom: 0px solid #ffffff !important;
}
.title_class {
    padding-left: 3% !important;
}
.title_staff {
    padding-left: 6% !important;
}
.wrapper #le_mb_list_schedule .master_date {
    background-color: var(--bg-color);
    color: #ffffff;
    padding: 10px 0 !important;
    height: 45px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    margin-bottom: 0px;
}
#le_mb_list_schedule {
    width: 100% !important;
    padding: 0 !important;
}
.row_date, .row_class, .row_staff, .row_button {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#le_mb_list_schedule tr {
    margin: 10px 0 !important;
}
#le_mb_list_schedule tr:nth-of-type(odd) {
    background: rgba(255,255,255,0.8);
}
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #ffffff !important;
}
@media (min-width: 768px) {
    .dropdowns {
        width: 16% !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) { 
    .wrapper #le_mb_list_schedule .master_date {
        font-size: 16px !important;
    }
}
.schedule_date_range {
    text-transform: uppercase !important;
    line-height: 35px !important;
}
.row_button {
    vertical-align: middle !important;
}
.row_class {
    padding-left: 0% !important;
}
.row_staff {
    padding-left: 0% !important;
}
.row_class a {
    color: var(--bg-main) !important;
}
.row_class a:hover {
    color: var(--bg-color) !important;
}
.trainer_name a {
    color: var(--bg-main) !important;
}
.trainer_name a:hover {
    color: var(--bg-color) !important;
}
.mb_mobile_classname a {
    color: var(--bg-color) !important;
}
#back_sched {
    color: var(--bg-main) !important;
}
#forward_sched {
    color: var(--bg-main) !important;
}
.mb_mobilebar_schedulebar_button {
    width: 100% !important;
    text-align: right !important;
}
.tiny {
    margin-top: 5px !important;
}

/* MB Individual Classes Page
----------------------------------------------------------------------------------------------------*/

#le_mb_class_page .staff_side {
    width: 45%;
}
.square {
    padding-top: 5px !important;
    padding-left: 10px !important;
}
.square:nth-of-type(odd) {
    background-color: #eeeeee !important;
}
.class_location .indented-more {
    padding-left: 0 !important;
}
#le_mb_class_page h2 {
    background-color: var(--bg-color);
    color: #ffffff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-bottom: 10px;
}
.staff_bio_cutoff {
    height: 85px !important;
}
#class_info h4 {
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
#class_info {
    border: 0 !important;
    padding: 15px !important;
}
.class_list tr:nth-of-type(odd) {
    background-color: #eeeeee;
}
.staff_side .staff_info {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    margin-bottom: 20px;
    padding: 30px;
}
.staff_side .taught_by {
    text-transform: uppercase !important;
    font-size: 20px !important;
    display: block !important;
    margin-bottom: 20px !important;
}
.staff_side .morelink {
    background-color: var(--bg-color) !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    border-radius: 3px 3px 3px 3px !important;
    margin-top: 10px !important;
}
.staff_info .staff_img {
    position: relative;
    z-index: 2 !important;
    padding: 0 15px 0 0;
}
.staff_info .staff_img:before {
    content: " ";
    position: absolute;
    top: 40px;
    left: -8px;
    right: 50px;
    bottom: -2px;
    background-color: var(--bg-color);
    z-index: -1 !important;
}
.staff_info h4 {
    display: block;
    color: var(--bg-color) !important;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 4px solid var(--bg-color);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.staff_info h4 a {
    color: var(--bg-color) !important;
    font-size: 20px;
}
#class_info h4 {
    display: block;
    color: var(--bg-color);
    border-bottom: 4px solid var(--bg-color);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#le_mb_class_page #class_info {
    padding: 0 15px 15px 15px !important;
}
.staff_bio_long {
    height: 150px !important;
    overflow: scroll;
}
#class_info .class_img {
    padding-left: 0 !important;
}
@media (max-width: 768px) {
    #le_mb_class_page .staff_side {
        width: 100% !important;
    }
    #class_info {
        border: 0 solid #ffffff !important;
    }
    .staff_side .taught_by {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    #class_info {
        width: 100% !important;
    }
}

/* Enrollments
----------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) { 
    #le_mb_enrollments {
        display: grid;
        grid-template-columns: 19% 19% 19% 19% 19%;
        grid-gap: 15px;
    }
}
#le_mb_enrollments h2 {
    display: none;
}
#le_mb_enrollments .clear {
    display: none;
}
.enrollment_box {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.enrollment_box_text {
    text-align: center;
    width: 100% !important;
    padding: 15px;
    border-left: 2px solid #dbdcdd !important;
    border-right: 2px solid #dbdcdd !important;
    border-bottom: 2px solid #dbdcdd !important;
}
.enrollment_box_image, .enrollment_box_image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
    background-color: #e2e2e2 !important;
}
.not_entire {
    font-size: 16px !important;
    margin: 10px 0 !important;
    display: block !important;
}
.signup_class {
    margin: 10px 0 0 0 !important;
}
.signup {
    display: block;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding: 4px 10px;
    text-transform: uppercase;
}

/* Search Pagee
----------------------------------------------------------------------------------------------------*/
#search_container #search_form_value {
    padding: 6px 10px;
}
.search_result_title {
    color: var(--bg-hover) !important;
}
.search_result:hover {
    background-color: #f2f2f2 !important;
}
/* Navigation (se_menu)
----------------------------------------------------------------------------------------------------*/

.mobile-header-wrap.se_menu {
    padding: 0 20px;
}
.menu-text {
    position: absolute;
    right: 70px;
    float: right;
    z-index: 100;
}
.menu-search {
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 100;
}
.menu-search #search_form {
    width: 200px;
    position: relative;
}

.menu-search #search_form_value {
    background-color: #fff !important;
    color: #555;
    font-size: 13px;
    width:100% !important;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    padding: 6px 5px;
    padding-right: 24px;
    transition: all .2s ease;
}

.menu-search #search_form_button {
    display: block;
    background: transparent;
    border: 0;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 16px;
    color: #777;
}
.navicon {
    display: block;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 5px;
    line-height: 45px;
    height: 45px;
    padding: 0px 35px;
    text-transform: uppercase;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
    color: #ffffff;
}
.navicon:hover {
    cursor: pointer;
}
#primaryMenu {
    position: absolute;
}
.MainMenu {
    /*visibility: hidden;*/
    background-color: #ffffff;
    position: absolute;
    position: fixed;
    top: 0;
    left:-300px;
    height: 100%;
    z-index: 1001;
    width: 300px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    
}
.MainMenu:after {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.OpenMobileMenu .MainMenu {
    left:0;
}
.OpenMobileMenu .se_mainContent {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.OpenMobileMenu .se_mainContent:after {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.le-logged-in .MainMenu {
    top:40px;
}

.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 12px 0 15px 0;
    color: var(--bg-main);
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 600;
}
.MainMenu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: var(--bg-color);
}

.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_1 a {
    color: var(--bg-main);
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
	font-size: 14px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    color: var(--bg-color);
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    color: #dad8d8;
    padding: 7px 5px 7px 5px;
    margin-left: 25px;
    font-size: 12px !important;
}
.MainMenu li.le_menuitem_level_2 a:hover {
    color: #8f8e8e;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 767px) { 
    .MainMenu .le_menu_level_1_container, .menu-bar ul.le_menu_level_2 {
        background: transparent !important;
    }
    .MainMenu {
        left:-240px;
        width: 240px;
    }
}

.MainMenu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: 0px;
    content: "+";
    color: var(--bg-main);
	height: 0;
	width: 0;
}
.MainMenu li.hasChild > a.active-mobile-parent:after {
    content:"-";
}

.MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.MainMenu li.le_menuitem_level_1.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: -1px;
    content: "+";
    color: var(--bg-main);
	height: 0;
	width: 0;
}
.MainMenu li.le_menuitem_level_1.hasChild > a.active-mobile-parent:after {
    content:"-";
}

.MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.MainMenu li.le_menuitem_level_2.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: -1px;
    content: "+";
    color: var(--bg-main);
	height: 0;
	width: 0;
}
.MainMenu li.le_menuitem_level_2.hasChild > a.active-mobile-parent:after {
    content:"-";
}

.MainMenu li.le_menuitem_level_2.hasChild ul.le_menu_level_3 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.MainMenu li.le_menuitem_level_2.hasChild ul.le_menu_level_3.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    background-color: #1a1a1a;
	padding: 60px 0 80px 0;
}
.footer p {
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
}
.footer p a {
    color: #a7a6a6;
}
.footer p a:hover {
    color: #ffffff;
}
.se_social {
    margin: 15px 0 25px 0;
    display: inline-flex;
}
.se_social_icon {
    margin-left: 5px;
}
.se_social_icon a {
    background-color: var(--bg-color);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 6px;
    padding: 6px 8px;
}
.se_social_icon a:hover {
    background-color: var(--bg-hover);
    color: #ffffff;
}
.footer1 {
    border-right: 1px solid #525151;
}
.footer1 p {
    color: #a7a6a6;
    font-size: 12px;
	line-height: 20px;
}
.graytext {
    color: #a7a6a6;
}
.footer2 {
    padding: 10px;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) { 
    .menu-search {
        display: none;
    }
    .inside-text {
        padding: 0 20px;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 24px;
        line-height: 30px;
    }
    .tabs-btn li {
        display: block !important;
        width: 100% !important;
    }
    .tabs-btn ul li a {
        margin: 0 0 15px 0 !important;
        display: block !important;
        width: 100% !important;
    }
    .bigtext h3 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .bigtext h4, biggertext h4 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .footer {
        text-align: center !important;
    }
    .newsletter {
        margin-top: 10px;
    }
    .newsletter input[type="submit"] {
        display: block !important;
        width: 100% !important;
        padding: 12px 18px;
    }
    .se_social {
        text-align: center;
        margin: 15px 0 45px 0;
    }
    #le_section-three {
        background-attachment: inherit !important;
    }
    .homeschedule .schedule_date_range {
        display: none !important;
    }
}
@media (min-width: 767px) { 
    .less-padding {
        padding: 0 10px 0 0;
    }
    .green-left-border {
        border-left: 4px solid var(--bg-color);
        padding-left: 15px;
    }
}
@media (min-width: 768px) { 
    .enrollment_box_image {
        height: 125px !important;
        overflow-y:hidden !important;
    }
    .OpenMobileMenu .se_mainContent {
        margin-left: 240px !important;
    }
    .footer2 {
        padding-left: 40px;
    }
    .tabs-btn ul li a {
        font-size: 12px;
        padding: 10px 16px;
    }
    .homeschedule #le_mb_list_schedule {
        margin-top: -55px !important;
        z-index: -100 !important;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .tabs-btn ul li a {
        font-size: 14px;
        padding: 10px 19px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.mobile-map {
	max-width: 100%;
}

@media only screen and (max-width : 992px) { 
	.mobile-map {
		max-width: 80%;
	}
}

/* ========================================== Theme Speficic UI Styles ========================================== */
.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
.le-logged-in .readmore {
    border-bottom: 2px solid #dedcdc;
    border-left: 2px solid #dedcdc;
    border-right: 2px solid #dedcdc;
    padding: 30px 20px;
    margin-bottom: 25px;
    margin-top: -7px;
    text-align: center;
}
.le-logged-in .readmore h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #99b0ac;
}
.le-logged-in .morelink {
    display: block !important;
    text-align: center;
}

.blog_post_listing_title a {
    color: #676768 !important;
}
.blog_post_listing_title a:hover {
    color: #7f9490 !important;
}
.target-p-element {
    height: 200px;
    overflow: scroll;
}
.homeslider .swiper-slide img {
    width: 450px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about-mww #le_section-five {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_about-mww #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/science-bknd.svg);
    background-color: rgba(161, 194, 189, 0.65);
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 90px;
}
.aurora_about-mww #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Hot-water-natural-pool-in-Yellowstone.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_about-mww #le_section-seven {
}
.aurora_about-mww #le_section-six {
    background-color: rgb(147, 181, 176);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about-mww #le_section-three {
    padding-bottom: 75px;
}
.aurora_about-mww #le_section-three-area1 {
    padding-top: 0px;
    padding-bottom: px;
}
.aurora_about-mww #le_section-three-area2 {
}
.aurora_about-mww #le_section-two {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_about-mww #le_section-two-area2 {
    background-position: center right;
}
.aurora_acupuncture #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_acupuncture #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Amy_Acupuncture.jpg);
    background-position: center right;
    border-width: -5px;
    padding-top: -4px;
}
.aurora_acupuncture #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_acupuncture #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_affiliate-partners #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/Love_Heart_Made_With_Hands_At_Sunset_.);
    background-position: center center;
}
.aurora_affiliate-partners #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_affiliate-partners #le_section-two-area1 {
}
.aurora_affiliate-partners #le_section-two-area12 {
}
.aurora_applied-kinesiology #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_applied-kinesiology #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/JGibson_DSC0814.jpg);
    background-position: center center;
}
.aurora_applied-kinesiology #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_applied-kinesiology #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_appointments-and-rates #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_aromatherapy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_aromatherapy #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/MedicineW_SofiaJaramilloShoot1_41.jpg);
    background-position: bottom center;
}
.aurora_aromatherapy #le_section-one-area1 {
}
.aurora_aromatherapy #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_aromatherapy #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_athlete-team #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/group-hiking.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_athlete-team #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_balanced-spirit #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_balanced-spirit #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/01-TAO_Mat_8040-3-Macro_copy.jpg);
    background-position: center center;
}
.aurora_balanced-spirit #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_balanced-spirit #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_bemer-vascular-therapy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/SShelesky_MWW_April22-221.jpg);
    background-position: center center;
}
.aurora_bemer-vascular-therapy #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_brain-health #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_brain-health #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Hand-shows-the-brain.jpg);
    background-position: center center;
}
.aurora_brain-health #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_brain-health #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_calm-emotions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_calm-emotions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/IMG_1658.jpg);
    background-position: center center;
}
.aurora_calm-emotions #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_calm-emotions #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_casey-jillson #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/background-blue-bokeh-3418.);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_casey-jillson #le_section-two {
}
.aurora_casey-jillson #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_casey-jillson #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_chinese-medicine #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_chinese-medicine #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/MedicineW_SofiaJaramilloShoot1_19.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_chinese-medicine #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_chinese-medicine #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_chiropractic-care #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/IMG-5679.jpg);
    background-position: center center;
}
.aurora_chiropracticcareintake #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/testimonial-spine.jpg);
    background-position: bottom center;
}
.aurora_class-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_class-schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/woman-giving-man-back-massage.jpg);
    background-position: center center;
}
.aurora_classes #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/people-holding-hands.jpg);
    background-position: center center;
}
.aurora_contact #le_section-three {
    background-color: rgb(244, 244, 244);
    padding-top: 75px;
    padding-bottom: 60px;
}
.aurora_contact #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_covid-response #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/snow-mountains.jpg);
    background-position: center center;
}
.aurora_covid-response #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_dietitian-services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_dietitian-services #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/MedicineW_SofiaJaramilloShoot1_41.jpg);
    background-position: bottom center;
}
.aurora_dietitian-services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/pexels-ella-olsson-1640777.jpg);
    background-position: center center;
}
.aurora_dietitian-services #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_dietitian-services #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_earth-medicine #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_earth-medicine #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Smudging-Dried-Sage.jpg);
    background-position: center center;
}
.aurora_earth-medicine #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_earth-medicine #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_earth-medicine-with-nichelle #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Smudging-Dried-Sage.jpg);
    background-position: center center;
}
.aurora_earth-medicine-with-nichelle #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_earth-medicine-with-nichelle #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_earth-medicine-with-nichelle #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_eden #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_eden #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Healthy-food-in-heart.jpg);
    background-position: center center;
}
.aurora_eden #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_eden #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_energy-healing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_energy-healing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/energy.jpg);
    background-position: center center;
}
.aurora_energy-healing #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_energy-healing #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_esthetician--skincare #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/l.jpeg);
    background-position: center right;
}
.aurora_events #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Chakras-over-human-body-drawing.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_events #le_section-two {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_fitness #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_fitness #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/SShelesky_MWW_April22-188.jpg);
    background-position: center center;
}
.aurora_fitness #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_fitness #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_francine-bartlett #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/IMG_2611_copy1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_francine-bartlett #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_francine-bartlett #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_functional-medicine #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_functional-medicine #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Healthy-food-in-heart.jpg);
    background-position: center center;
}
.aurora_functional-medicine #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_functional-medicine #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_functional-medicine--nutrition #le_section-one {
    background-image: url(https://8009a973a5fe1c5e41bb-a860f3f7020ebb6c9de36233aed36c4a.ssl.cf2.rackcdn.com/liveeditaurora/blueberries_up_close.jpeg);
}
.aurora_group-class-passes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/IMG_2465.jpg);
    background-position: center center;
}
.aurora_happy-mind #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_happy-mind #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/IMG_2579.jpg);
    background-position: center center;
}
.aurora_happy-mind #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_happy-mind #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_healing-mat-therapies #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_healing-mat-therapies #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/01-TAO_Mat_8040-3-Macro_copy.jpg);
    background-color: rgb(255, 255, 255);
    background-position: top center;
}
.aurora_healing-mat-therapies #le_section-one-area1 {
}
.aurora_healing-mat-therapies #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_healing-mat-therapies #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_healthy-body #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_healthy-body #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/IMG_2465.jpg);
    background-position: center center;
}
.aurora_healthy-body #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_healthy-body #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_henry-williams #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_henry-williams #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/MedicineW_SofiaJaramilloShoot1_44.jpg);
    background-position: center center;
}
.aurora_henry-williams #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_henry-williams #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_home #le_section-five {
    background-color: rgb(244, 244, 244);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-four {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/group-hiking.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/balancing-rocks.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/snow-mountains.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_home #le_section-three-area1 {
    border-width: 10px;
    border-radius: 10px;
}
.aurora_home #le_section-two {
    background-color: rgb(243, 243, 243);
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_home #le_section-two-area2 {
    margin-bottom: 0px;
}
.aurora_home #le_section-two-top {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_immersions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/layer-170971.);
    background-position: top center;
}
.aurora_immersions #le_section-two {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_iv-hydration-therapy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_iv-hydration-therapy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/IMG_2200_copy.jpg);
    background-position: center center;
}
.aurora_iv-hydration-therapy #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_iv-hydration-therapy #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_jenny #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_jenny #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_jenny #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_join-our-team #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/lake-657755.);
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_join-our-team #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_justin-radaker #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/knee-therapy-on-woman.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_justin-radaker #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_justin-radaker #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kim-micheletti #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/mountain-pose-815291.);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_kim-micheletti #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_kim-micheletti #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_mason-steele #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/mountains-889131.);
    background-size: cover;
    background-position: center center;
}
.aurora_mason-steele #le_section-two {
}
.aurora_massage-bodywork #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_massage-bodywork #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/MedicineW_SofiaJaramilloShoot1_44.jpg);
    background-position: center center;
}
.aurora_massage-bodywork #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_massage-bodywork #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_mental-health-counseling-and-psychology #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/balancing-rocks.jpg);
    background-position: center center;
}
.aurora_mental-health-counseling-and-psychology #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_new-client #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/balance-335979.);
    background-position: center center;
}
.aurora_new-client-medical-intake--consent-form #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/background-blue-bokeh-3418_copy.);
    background-position: top center;
}
.aurora_newacupunctureclientintake #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/woman-shoulder-acupuncture.jpg);
    background-position: center right;
}
.aurora_nutrition #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_nutrition #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Healthy-food-in-heart.jpg);
    background-position: center center;
}
.aurora_nutrition #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_nutrition #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_oracle-reading--spiritual-healing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Amy_Acupuncture.jpg);
    background-position: center right;
    border-width: -5px;
    padding-top: -4px;
}
.aurora_oracle-reading--spiritual-healing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_oracle-reading--spiritual-healing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/mountains-889131.);
    background-position: top center;
}
.aurora_oracle-reading--spiritual-healing #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_oracle-reading--spiritual-healing #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_our-approach-to-care #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Hands-Covering-Flowers_copy.jpg);
    background-position: center center;
}
.aurora_our-approach-to-care #le_section-one-area1 {
}
.aurora_our-approach-to-care #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_our-navigators--providers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_our-navigators-and-providers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/balancing-rocks.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_our-navigators-and-providers #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_personal-training1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/IMG_1793.jpeg);
    background-position: center center;
}
.aurora_personal-training1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_personal-training1 #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/fitness-class-foam-roll.jpg);
    background-position: center center;
}
.aurora_personal-training1 #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_personal-training1 #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_physicaltherapyintake #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/knee-massage.jpg);
    background-position: center center;
}
.aurora_pilates--womens-health #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_pilates--womens-health #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/fitness-class-foam-roll.jpg);
    background-position: center center;
}
.aurora_pilates--womens-health #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pilates--womens-health #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_policies #le_section-two {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_programs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_programs #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_read-our-story #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dream-catcher.jpg);
    background-position: center center;
}
.aurora_reflexology #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_reflexology #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/reflexology.jpg);
    background-position: center center;
}
.aurora_reflexology #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_reflexology #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_rehab-therapy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_rehab-therapy #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/knee-massage.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_rehab-therapy #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_rehab-therapy #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_reiki #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Amy_Acupuncture.jpg);
    background-position: center right;
    border-width: -5px;
    padding-top: -4px;
}
.aurora_reiki #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_reiki #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/background-blue-bokeh-3418.);
}
.aurora_reiki #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_reiki #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_retreat #le_section-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_retreat #le_section-one-area1 {
    background-position: bottom left;
}
.aurora_retreat #le_section-two {
    background-size: auto;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_retreat #le_section-two-area1 {
    background-position: center center;
}
.aurora_retreat #le_section-two-area2 {
}
.aurora_retreat #le_section-two-area3 {
}
.aurora_retreats #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Jackson_peak_version_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.aurora_retreats #le_section-two {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_retreats #le_section-two-area2 {
}
.aurora_sacred-athlete-by-medicine-wheel-wellness #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/group-hiking.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_sacred-athlete-by-medicine-wheel-wellness #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sacred-athlete-by-medicine-wheel-wellness #le_section-two-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/IMG_1632.jpg);
}
.aurora_sacred-athlete-by-medicine-wheel-wellness #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_sara-starc #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/media/background-blue-bokeh-3418.);
    background-size: cover;
    background-position: center center;
}
.aurora_sara-starc #le_section-two {
}
.aurora_schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/IMG_2465_copy.jpg);
    background-position: center center;
}
.aurora_schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_schedule #le_section-two-area2 {
}
.aurora_services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Woman-hand-yoga-pose.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_services #le_section-one-area1 {
    padding-top: px;
    padding-bottom: px;
}
.aurora_services #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_shamanic-healing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_shamanic-healing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Hands-Covering-Flowers_copy.jpg);
    background-position: bottom center;
}
.aurora_shamanic-healing #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_shamanic-healing #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_site-features #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_site-features #le_section-two-area4 {
    background-color: rgb(243, 239, 239);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_site-features #le_section-two-area5 {
    background-color: rgb(243, 239, 239);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_sleep-solutions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_sleep-solutions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/woman-sleeping.jpg);
    background-position: center center;
}
.aurora_sleep-solutions #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sleep-solutions #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_sound-therapy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_sound-therapy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/image-asset.jpeg);
    background-position: bottom center;
}
.aurora_sound-therapy #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sound-therapy #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_spiritual-life-coaching #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/GettyImages-cacao-ceremony-renphoto.jpg);
    background-position: center center;
}
.aurora_sports-medicine #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_sports-medicine #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/SShelesky_MWW_April22-211_copy.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_sports-medicine #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sports-medicine #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_template #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/snow-mountains.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_template #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_template #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_this-is-just-the-beginning1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_this-is-just-the-beginning1 #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/yoga-instruction.jpg);
    background-position: center center;
}
.aurora_this-is-just-the-beginning1 #le_section-one-area1 {
    background-position: center center;
}
.aurora_this-is-just-the-beginning1 #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_this-is-just-the-beginning1 #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_wellness-shoppe #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Retail_Space.jpg);
    background-position: center center;
}
.aurora_wellness-shoppe #le_section-two {
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: local;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_wellness-shoppe #le_section-two-area3 {
    background-attachment: initial;
}
.aurora_yoga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/Dreamcatcher.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_yoga #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/medicinewheel1/yoga-teacher-help.jpg);
    background-position: center center;
}
.aurora_yoga #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_yoga #le_section-two-area19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_about-mww #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-mww #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-mww #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-mww #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-mww #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-mww #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-mww #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-mww #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_affiliate-partners #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_affiliate-partners #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_affiliate-partners #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_affiliate-partners #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_applied-kinesiology #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_appointments-and-rates #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aromatherapy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aromatherapy #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_athlete-team #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_balanced-spirit #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bemer-vascular-therapy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bemer-vascular-therapy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brain-health #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_calm-emotions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_casey-jillson #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_casey-jillson #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chinese-medicine #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chiropractic-care #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chiropracticcareintake #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_covid-response #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_covid-response #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dietitian-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dietitian-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_earth-medicine #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_earth-medicine-with-nichelle #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_eden #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energy-healing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_esthetician--skincare #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fitness #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_francine-bartlett #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_functional-medicine #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_functional-medicine--nutrition #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_group-class-passes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_happy-mind #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_healing-mat-therapies #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_healing-mat-therapies #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_healthy-body #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_henry-williams #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immersions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immersions #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-hydration-therapy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join-our-team #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_justin-radaker #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kim-micheletti #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mason-steele #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mason-steele #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-bodywork #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mental-health-counseling-and-psychology #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mental-health-counseling-and-psychology #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-client #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-client-medical-intake--consent-form #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_newacupunctureclientintake #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nutrition #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oracle-reading--spiritual-healing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oracle-reading--spiritual-healing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-approach-to-care #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-approach-to-care #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-approach-to-care #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-navigators-and-providers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_physicaltherapyintake #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates--womens-health #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_policies #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_read-our-story #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reflexology #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rehab-therapy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reiki #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reiki #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sacred-athlete-by-medicine-wheel-wellness #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sacred-athlete-by-medicine-wheel-wellness #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sara-starc #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sara-starc #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_shamanic-healing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sleep-solutions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sound-therapy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spiritual-life-coaching #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-medicine #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_this-is-just-the-beginning1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_this-is-just-the-beginning1 #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-shoppe #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-shoppe #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-shoppe #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-one {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_about-mww #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-mww #le_section-four {
    padding-top: 75px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-mww #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-mww #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-mww #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-mww #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-mww #le_section-two {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-mww #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_affiliate-partners #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_affiliate-partners #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_affiliate-partners #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_affiliate-partners #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_applied-kinesiology #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_appointments-and-rates #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aromatherapy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aromatherapy #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_athlete-team #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_balanced-spirit #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bemer-vascular-therapy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bemer-vascular-therapy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brain-health #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_calm-emotions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_casey-jillson #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_casey-jillson #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chinese-medicine #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chiropractic-care #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chiropracticcareintake #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_covid-response #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_covid-response #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dietitian-services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dietitian-services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_earth-medicine #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_earth-medicine-with-nichelle #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_eden #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energy-healing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_esthetician--skincare #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fitness #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_francine-bartlett #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_functional-medicine #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_functional-medicine--nutrition #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_group-class-passes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_happy-mind #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_healing-mat-therapies #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_healing-mat-therapies #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_healthy-body #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_henry-williams #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-top {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immersions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immersions #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-hydration-therapy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join-our-team #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_justin-radaker #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kim-micheletti #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mason-steele #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mason-steele #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-bodywork #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mental-health-counseling-and-psychology #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mental-health-counseling-and-psychology #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-client #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-client-medical-intake--consent-form #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_newacupunctureclientintake #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nutrition #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oracle-reading--spiritual-healing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oracle-reading--spiritual-healing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-approach-to-care #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-approach-to-care #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-approach-to-care #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-navigators-and-providers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_physicaltherapyintake #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates--womens-health #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_policies #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_read-our-story #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reflexology #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rehab-therapy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reiki #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reiki #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sacred-athlete-by-medicine-wheel-wellness #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sacred-athlete-by-medicine-wheel-wellness #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sara-starc #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sara-starc #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_shamanic-healing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sleep-solutions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sound-therapy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spiritual-life-coaching #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-medicine #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_this-is-just-the-beginning1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_this-is-just-the-beginning1 #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-shoppe #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-shoppe #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-shoppe #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-one {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
