@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);

body {
    background-color: #ffffff;
    color: #363636;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto;
}


/*-------------------------FONT STYLING START----------------------*/
a {
   color:#004950;
   text-decoration:none;
   font-family: "Lora";
   font-style: italic;
}
a:hover {
   color: #004950;
   text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: #363636;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    letter-spacing: .5px;
	margin-top: 10px;

}
h1, h1 a, .title1, .title1 a {
	color: #363636;
    font-family: "Lato", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 2px;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #363636;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 25px;
	letter-spacing: 1px;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #006d80;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #363636;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #006e80;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #7e868e;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
.white h1, .white h2 {
    color: #fff;
    /*text-shadow:2px 2px 5px #1c1c1c;*/
}
blockquote {
    border:0px !important;
    padding:0px !important;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
    color: #363636;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: 20px;
}
.le_form_name {
    color: #363636;
	font-family: "Lato", Helvetica, sans-serif;
    font-size: 20px;
	margin: 0 0 10px 0;
}

.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}
.form-header p {
    color: #363636;
    font-size: 18px;
}

.wrapper input[type="submit"] {
	margin: 0;
	padding: 5px 18px;
	color: #ffffff;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	background-color: #006d80;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #004950;
	color: #ffffff;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	margin: 0;
	padding: 4px 10px;
	color: #363636;
	font-family: "Lato", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	background-color: #ffffff;
	border: 1px solid #7e868e;
}
.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;
}


/*-------------------------LE FORM STYLE END-----------------------*/
/*--------------------------Button Styling Start---------------------*/
.button1 a, a.button1 {
    background-color: #286776 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    text-decoration: none;
    margin-top: 10px !important;
    display: inline-block;
}
.button1 a:hover, a:hover.button1 {
    background-color: #000 !important;
    text-decoration: none;
}
.button2 a, a.button2 {
	display: inline-block;
	margin: 0;
	padding: 6px 20px;
	color: #ffffff;
    font-family: "Lora";	
	font-size: 14px;
	line-height: 1.5;
	background-color: #7e868e;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	text-decoration: none;
}
.button2 a:hover, a:hover.button2 {
	background-color: #004950;
	text-decoration: none;
	cursor: pointer;
	text-decoration: none;
}
.largeButton a, a.largeButton {
	display: inline-block;
	margin: 0;
	padding: 10px;
	color: #363636;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	background-color: transparent;
	border: 2px solid #363636;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	text-decoration: none;
}
.largeButton a:hover, a:hover.largeButton {
	color: #363636;
	border-color: #363636;
	text-decoration: none;
	
}
.fullwidthButton a, a.fullwidthButton {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 9px 5px;
	color: #ffffff;
	font-family: "Lato", Helvetica, serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	background-color: #006d80;
	border: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	text-decoration: none;
}
.fullwidthButton a:hover, a:hover.fullwidthButton {
	background: #004950;
	text-decoration: none;
}

/*------------------------------------------Button Styling END---------------------------------*/

/* Testimonial Box
----------------------------------------------------------------------------------------------------*/
.testimonial-box {
    position: relative;
}
.testimonial-box em {
    color: #6d6d6d;
    display: inline-block;
    margin: 10px 0 30px 0;
}
.testimonial-box .bx-pager.bx-default-pager a {
    border-radius: 0 !important;
    background: #c8c7c7 !important;
}
.testimonial-box .bx-pager.bx-default-pager a:hover, .testimonial-box .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}
.testimonial-box .bx-pager.bx-default-pager a {
    width: 60px !important;
}
.testimonial-box img {
    width: 100px;
    height: auto;
    margin: auto;
    border-radius: 50%;
}
.testimonial-box:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/gray-quote.svg);
    width: 50px;
    height: auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto 10px auto;
}

/* Staff Box
----------------------------------------------------------------------------------------------------*/
.staffbox {
    background-color: #fff;
    padding: 30px 20px 40px 20px;
    border-top: 7px solid #286776;
    border-left: 1px solid #dee0e0;
    border-right: 1px solid #dee0e0;
    border-bottom: 1px solid #dee0e0;
    margin-bottom: 25px;
    text-align: center;
}
.staffbox h2 {
    margin-bottom: 10px;
}

/*-----------------------------------------Expand START--------------------------------*/
.expand {
    margin-bottom: 15px;
}
.expand dt {
    position: relative; 
    margin-bottom: 5px;
	font-weight: 700;
    color: #363636;
    font-size: 18px;
}
.expand dt:before {
    content: "+";
    margin-right: 10px;
    color: #363636;
    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 dt.active {
    color: #b3b4b8;
	text-decoration: none;
}
.expand dt.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
    color: #b3b4b8;
}
.expand dt:hover{
    cursor: pointer;
    color: #b3b4b8;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/

.expand2 h3 {
    position: relative; 
    font-size: 20px;
    color: #363636;
    background-color: #ededed;
    line-height: 30px !important;
    text-transform: uppercase;
    padding: 15px;
    margin-bottom: 15px;
}
.expand2 p {
    padding: 0 10px;
}
.expand2 h3:before {
    content: '\f107';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 22px !important;
    margin-top: 2px;
    color: #363636;
    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;
}
.expand2 h3.active {
    background-color: rgb(210, 180, 140);
    color: #fff;
    margin-bottom: 10px !important;
}
.expand2 h3.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);
}
.expand2 h3:hover {
    cursor: pointer;
    background-color: rgb(210, 180, 140);
    color: #fff;
}

/* Expand/Collapse3
----------------------------------------------------------------------------------------------------*/

.expand3 h6 {
    position: relative; 
    font-size: 14px;
    color: #363636;
    line-height: 20px !important;
    text-transform: uppercase;
    margin-top: 5px;
}
.expand3 h6:before {
    content: '+';
    font-size: 18px !important;
    margin-right: 5px;
    color: #363636;
    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;
}
.expand3 h6.active {
    color: #286776;
    margin-bottom: 10px !important;
}
.expand3 h6.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);
}
.expand3 h6:hover {
    cursor: pointer;
    color: #276876;
}

/*-----------------------------------------Expand END--------------------------------*/
/*----------------------------Feature START---------------------------------*/
	.overSlider {
		background-color: #7e868e;
		padding: 5px 10px 15px 15px;
		margin-top: 5px;
	}
.sliderWide {
	width:100%;
}
.sliderInner {
	left:0px;
	/*margin-top:-250px;*/
	position:relative;
	right:0px;
	top:0px;
	z-index:1;
}
.bx-next{
    margin-right: 0px !important;
}
.bx-prev{
    margin-left: 0px;
}
.bx-wrapper{
      margin: 0 auto 15px !important;
}
.bx-viewport .htmlSlide{
    padding: 0px !important;
}
.bx-wrapper .bx-pager{
    bottom: 50% !important;

}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #231f20 !important;
    border: 2px solid #231f20 !important;
    width: 15px;
    height: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none !important;
    border: 2px solid #231f20 !important;
}
.bx-wrapper .bx-pager .bx-pager-item {
    display: block !important;
    margin: 10px 20px;
}
.bx-wrapper .bx-controls-direction a{
    width: 43px !important;
    height: 20px !important;
}
.bx-wrapper .bx-prev {
    right: 40px !important;
    left: 15px !important;
    
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/center-mind-body-fitness/icon-bwd-arrow_10.png') no-repeat 13px 1px !important;
}
.bx-wrapper .bx-next{
    right: 15px !important;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/center-mind-body-fitness/icon-fwd-arrow_07.png') no-repeat 13px 1px !important;
}
.bx-wrapper .bx-controls-direction a{
    z-index: 99 !important;
    top: 50% !important;
}


/*----------------------------Feature END------------------------------------*/
/*------------------------------CTA Start-------------------------------*/
.cta {
    text-align: center;
    width: 100%;
    vertical-align: midddle;
    margin: ;
}
.cta img{
    margin: 20px 0px;
}
.cta img:hover{
	opacity: .8;
}
.cta a{
	color: #363636;
	font-size: 16px;
	padding: 20px 0px;
	font-style: normal;
	font-family:'Lato';
	text-transform: uppercase;
	text-decoration: none;
}
/*.cta a:hover{*/
/*	color: #5a6167;*/
/*}*/
.cta:hover img{
	opacity: .8;
}
.cta img:hover{
	opacity: .8;
}
.cta2 {
    text-align: center;
    vertical-align: midddle;
    margin: ;
}
.cta2 img{
    margin: 0px;
}
.cta2 img:hover{
	opacity: .8;
}
/*.cta a:hover{*/
/*	color: #5a6167;*/
/*}*/

/*------------------------------CTA End----------------------------------*/


/*----------------------------Price Box START--------------------------*/
.pricing {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #7e868e;
}
.pricing h4 {
    margin-bottom: 5px;
    font-size: 16px;
}
.pricing h3 {
    color: #363636;
}
.intro_offer {
    border: 6px solid #006e80;
    margin-bottom: 20px;
    padding: 15px;
}
.intro_offer h4 {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 10px;
}
.intro_offer h3 {
    margin-bottom: 10px;
    font-size: 30px;
}

/*---------------------------Price Box END---------------------------*/
/*----------------------------Newsletter Signup START--------------------------*/
.form-group .footerSignup{
    display: inline-block;
    width: auto;
}
.wrapper .footerSignup input[type="submit"]{
    display: inline-block;
    font-family: 'Lora';
    text-transform: none;
    font-size: 12px;
    font-style: italic;
    margin-top: 0px;
}
.wrapper .footerSignup  input[type="text"]{
    display: inline-block;
    margin-bottom: -17px;
    width: 270px;
    margin-right: 20px;
    
}
.form-group .addressSignup{
    
}
.footerSignup{
    margin-bottom: 30px;
    margin-top: 10px;
}
.contactform {
    background-color: #fff;
    padding: 40px 30px;
    border-top: 7px solid #286776;
}
.contactform .radio, .contactform .checkbox {
    padding-left: 0 !important;
    margin-top: -15px !important;
    text-transform: uppercase;
}
.contactform h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #286776 !important;
    font-size: 36px !important;
    line-height: 40px !important;
}
.contactform input[type="submit"] {
    background-color: #286776;
    padding: 18px 20px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: -10px;
}

/*---------------------------Newsletter Signup END---------------------------*/


/*-------------------------SITE CLASSES START----------------------*/

img {
    max-width: 100%;
    height: auto;
}
hr {
    border: 0;
    background: #000;
    height: 1px;
    margin: 5px 0%;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.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;
}
blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.relative {
    position: relative;
}
.responsive img, img.responsive {
    width: 100% !important;
    height: auto;
}
.responsive iframe, .responsive object, .responsive embed {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.greenbutton a {
    display: block;
    background-color: #1f535e;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.greenbutton a:hover {
    background-color: #163d44;
}
.pricebox {
    border: 1px solid #dee0e0;
    background-color: #fff;
    padding: 30px 30px 35px 30px;
    margin-bottom: 25px;
    text-align: center;
}
.pricebox h2 {
    border-bottom: 1px solid #d7d4d4;
    padding-bottom: 20px;
}
.pricebox a {
    background-color: #286776;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px 20px;
    margin-top: 10px;
}
.pricebox a:hover {
    background-color: #000;
}
.price-box {
    border: 2px solid #286776;
    background-color: #fff;
    padding: 0 20px 35px 20px;
    margin-bottom: 40px;
    text-align: center;
}
.price-box hr {
    background-color: #d6d4d5;
}
.price-box h3 {
    font-size: 26px;
    line-height: 30px;
    background-color: #286776;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: -20px;
}
.price-box a {
    background-color: #286776;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    margin-top: 10px;
}
.price-box a:hover {
    background-color: #000;
}
.price-box2 {
    border: 2px solid #286776;
    background-color: #fff;
    padding: 0 20px 35px 20px;
    margin-bottom: 40px;
    text-align: center;
}
.price-box2 hr {
    background-color: #d6d4d5;
}
.price-box2 h3 {
    font-size: 16px;
    line-height: 25px;
    background-color: #286776;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: -20px;
}
.price-box2 h6 {
    margin-top: 5px;
}
.price-box2 h5 {
    margin-top: 15px;
    font-size: 36px;
    line-height: 40px;
}
.price-box2 a {
    background-color: #286776;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    margin-top: 10px;
}
.price-box2 a:hover {
    background-color: #000;
}
.price-box3 {
    border: 2px solid #1a5462;
    background-color: #fff;
    padding: 0 20px 35px 20px;
    margin-bottom: 40px;
    text-align: center;
}
.price-box3 hr {
    background-color: #d6d4d5;
}
.price-box3 h3 {
    font-size: 16px;
    line-height: 25px;
    background-color: #1a5462;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: -20px;
}
.price-box3 h6 {
    margin-top: 5px;
}
.price-box3 h5 {
    margin-top: 15px;
    font-size: 36px;
    line-height: 40px;
}
.price-box3 a {
    background-color: #1a5462;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    margin-top: 10px;
}
.price-box3 a:hover {
    background-color: #000;
}
.price-box4 {
    border: 2px solid #0f414d;
    background-color: #fff;
    padding: 0 20px 35px 20px;
    margin-bottom: 40px;
    text-align: center;
}
.price-box4 hr {
    background-color: #d6d4d5;
}
.price-box4 h3 {
    font-size: 16px;
    line-height: 25px;
    background-color: #0f414d;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: -20px;
}
.price-box4 h6 {
    margin-top: 5px;
}
.price-box4 h5 {
    margin-top: 15px;
    font-size: 36px;
    line-height: 40px;
}
.price-box4 a {
    background-color: #0f414d;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    margin-top: 10px;
}
.price-box4 a:hover {
    background-color: #000;
}
.price-box5 {
    border: 2px solid #062a32;
    background-color: #fff;
    padding: 0 20px 35px 20px;
    margin-bottom: 40px;
    text-align: center;
}
.price-box5 hr {
    background-color: #d6d4d5;
}
.price-box5 h3 {
    font-size: 16px;
    line-height: 25px;
    background-color: #062a32;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: -20px;
}
.price-box5 h6 {
    margin-top: 5px;
}
.price-box5 h5 {
    margin-top: 15px;
    font-size: 36px;
    line-height: 40px;
}
.price-box5 a {
    background-color: #062a32;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    margin-top: 10px;
}
.price-box5 a:hover {
    background-color: #000;
}
.CustomColor1, .CustomColor1 p, .CustomColor1 h6, .CustomColor1 h5, .CustomColor1 h4, .CustomColor1 h3, .CustomColor1 h2, .CustomColor1 h1,  .CustomColor1 li {
	color: #004950;
}
.CustomColor2, .CustomColor2 p, .CustomColor2 h6, .CustomColor2 h5, .CustomColor2 h4, .CustomColor2 h3, .CustomColor2 h2, .CustomColor2 h1,  .CustomColor2 li {
	color: #006d80;
}
.CustomColor3, .CustomColor3 p, .CustomColor3 h6, .CustomColor3 h5, .CustomColor3 h4, .CustomColor3 h3, .CustomColor3 h2, .CustomColor3 h1,  .CustomColor3 li {
	color: #7e868e;
}
.pageTitle h1{
    margin: 0 0 20px 0px; 
    text-align: left;
    padding: 0;
	font-size: 30px;
	font-weight: 300;
}
#createaccount, a#forgot_password_link{
    color: #006d80 !important;
}
.marginLeft{
    margin-left: 0px;
}
.marginRight{
    margin-right: 0px;
}
.title_bar {
    padding: 10px;
    margin-bottom: 15px;
    background: #006e80;
}
.title_bar h3 {
    color: #fff;

}
 .fixedHeight img{
       
        width: 100%;
    }
.mobile-contact {
    display: block;
    color: #fff;
}    
.mobileOnly{
    display: block;
}
/*--------------------------------------Mindbody Styling START---------------------------*/
#le_mb_enrollments .instructor {
    visibility:hidden;
}
.le_metro_silver_button {
    margin: 0;
    padding: 3px 16px 5px 16px !important;
    color: #ffffff !important;
    font-family: "Lato", Helvetica, sans-serif !important;
    font-size: 10px !important;
    line-height: 16px;
    text-transform: none;
    background: #006d80 !important;
    border: 0px !important;
    text-shadow: none !important;
    border-radius: 0px !important;
}
.le_metro_silver_button:hover {
	background: #004950 !important;
	
}
.master_date{
    text-transform: uppercase;
    font-size: 16px !important;
	font-weight: 700;

}
.homeSchedule .mb_schedule{
    margin-top: -50px;
}
 .master_date{
    border-bottom: 0px !important;
}
.mb_listview_date{
}
.homeSchedule .title_date{
    width: 28%;
}
.homeSchedule .title_class{
    padding-left: 2%;
    width: 30%;
}
.homeSchedule .row_date, .homeSchedule .row_date a{
    text-transform: uppercase;
    font-size: 12px;
}
.homeSchedule .row_class{
    padding-left: 2%;
}
.homeSchedule .row_staff{
    padding-left: 0%;
}
.row_class, .row_class a, .row_date{
    text-transform: uppercase;
    font-size: 12px;
    color: #363636;
    font-style: normal;
    font-family: 'Lato';
    text-decoration: none;
}
.row_staff, .row_staff a{
    text-transform: uppercase;
    font-size: 12px;
    color: #363636;
    font-style: normal;
    font-family: 'Lato';
    text-decoration: none;
    width: 30%;
}
.fullPageSchedule .row_date{
    width: 23% !important;
}
.fullPageSchedule .row_class{
    width: 25% !important;
}
.fullPageSchedule .row_staff{
    width: 27% !important;
}
.schedule_date_range {
    font-size: 20px;
    text-transform:uppercase;
}
.schedule_filters {
    float: left !important;
}
.title_staff {
    padding-left: 9% !important;
}
.title_class {
    padding-left: 7.6% !important;
}
.appts_side h3 {
    margin-bottom: 5px !important;
    color: #fff !important;
    font-weight: normal !important;
}
#choose_group {
    border-radius: 0 !important;
}
.mb_staff_image {
    display: none !important;
}
/*----------LOGIN ELEMENT--------------------------*/

.whitebox {
    background: none; 
    margin-top: -5px;
}
.whitebox h6, .whitebox h6 a, .whitebox p, .whitebox p a {
    color:#ffffff;    
    text-transform: capitalize !important;
}
#mb_loginelement_loginsignup {
    background: #004950;
    padding-bottom: 5px;
    padding-left: 10px;
}
#mb_loginelement_loginsignup input[type="submit"] {
    border: 1px solid #fff;
    margin-top: 15px;
}
mb_loginelement_existing_input input {
    font-size: 12px;
    width: 100%;
    display: block;
}
.header2  {
    float:right;
    padding: 0px 0px 10px 0px !important;
    position: absolute;
    right: 10px;
    top: -70px;
    margin-top: 0px;    
    z-index: 10;
    background:transparent;
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    text-align: right;
    max-width: 300px;
    display: block;
}
.header2 p {
    color: #ffffff;
    font-size: 10px;
}
.header1 {
    float:right;
    padding: 0px 0px !important;
    position: absolute;
    right: 0px;
    top: 18%;
    margin-top:0px;    
    z-index: 10;
    background:transparent;
    border-bottom: 3px solid #006d80;
    max-width: 200px;
}
.header1 a {
    color: #ffffff;
    font-size: 11px;
}
.header-wrap {
    padding: 0 20px 10px 20px;
}
.headertop {
    display: none;
}
.se_siteBranding {
    padding: 10px 0 0 0;
}
.wrapper input[type="text"]{
    font-size: 12px !important;
    width: 100%;
}
.col-xs-7 .header2 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#toggle-box h6 {
    color:#ffffff;
    padding: 8px 5px 5px 5px;
}
.mb_loginelement_existing_label, div.mb_loginelement_existing_link.belowlink {
    color:#fff !important;
    font-family: 'Lora', sans-serif !important;
    font-size:12px;
    text-align:left;
}
.logged_in_greeting a {
    color: #ffffff;
    font-family: 'Lora', sans-serif !important;
    text-decoration:none;
}
.box input#login_submit {

}
.buttonlog {
    border: none;
    background: transparent;
    font-family: 'Lora', cursive;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
    padding-top: 9px;
	margin: 0;   
}
.sh {
    border: none;
    background: transparent;
    font-family: 'Lora', cursive;
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
}
input, .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 12px;
    font-family: 'Lora', sans-serif;
    line-height: 17px !important;
    padding: 6px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
label {
    font-family: 'Lora', sans-serif;
    font-weight:400;
    line-height:19px;
    display: block;
}
.mb_loginelement_wrapper {
    padding-right: 100px;
    padding-top: 10px;
}
.whitebox #mb_loginelement_loginsignup {
    display:none;
}
.whitebox a {
    text-decoration: none !important;
    margin-bottom:px;
}
/*@-moz-document url-prefix() { */
/*  .whitebox {*/
/*     top:50px ;*/
/*  }*/

/*----------LOGIN ELEMENT END--------------------------*/
/*-----------------------------------Mindbody Styling END-------------------------------*/

/*-------------------------SITE CLASSES END------------------------*/

.wrapperWide {
    background-color: none;
    width: 100%;
}
.wrapper {
	background-color: none;
}

/*-------------------------HEADER START----------------------------*/
.headerWide {
	width: 100%;
    background: none; 
	z-index: 100;
}
.headerWideInside, .homeHeaderWide {
    background: #004950;
}
.header {
    padding:10px 0px 20px 0px;
	position:relative;
    text-align: center;
	z-index:10;
	min-height: 145px;
}
.logo {
	text-align: center;
	padding: 15px 30px 5px 30px;
}
.logo img {
    max-width: 30%;
    height: auto;
}
.logoScrolled img{
    max-width: 100%;
    -webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	transition: all .7s ease;
}
/*-------------------------HEADER END------------------------------*/

/* Menu
----------------------------------------------------------------------------------------------------*/
.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
}
.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 30px;
    height: 30px;
    padding: 0;
    right: 0;
    text-transform: uppercase;
    background: transparent !important;
    margin-top: 12px;
    color: #286776 !important;
    text-align: right;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 25px;
    color: #286776 !important;
}
.OpenMobileMenu .navicon:after {
    color: var(--bg-color);
    content: '\f00d';
    font-size: 30px;
    font-family: 'FontAwesome';
    z-index: 10000;
}
.navicon:hover {
    cursor: pointer;
}
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    right:-240px;
    height: 100%;
    z-index: 1001;
    width: 240px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: #fff;
    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);
    transition: right .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    right:0;
}

.le-logged-in .primary-mobile-menu {
    top:40px;
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: 6px 0 6px 0;
    font-family: "Lato", Helvetica, sans-serif;
    color: #000;
	font-size: 15px !important;
	line-height: 1.5;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 1px solid rgba(255,255,255,.2);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
    color: #286776;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: #286776;
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
    font-family: "Lato", Helvetica, sans-serif;
    color: #000;
	font-size: 15px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: #286776;
}
.primary-mobile-menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
    padding: 7px 5px 7px 5px;
    margin-left: 24px;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 992px) { 
    
    .primary-mobile-menu .le_menu_level_1_container,
    .menu-bar ul.le_menu_level_2 {
        background: transparent !important;
    }
    
    .OpenMobileMenu .wrapper{
        right:240px;
    }
    .OpenMobileMenu .menu-bar{
        right:240px;
        left: initial;
    }
    .se_siteBranding {
        max-width: 200px;
        height: auto;
    }
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: -2px;
    content: "+";
    color: #000;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}

/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------MAIN START------------------------------*/

.contentWide {
	margin-top: 0px;
}
.content {
    padding-top:0px;
    padding-bottom: 0px;
}
.main {
    padding: 10px 0px;
}
/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footerWide {
	background-color: #ffffff;
	border-top: 1px solid #363636;
	padding: 30px 0px 20px 0px;
	margin: 50px 0px 0px 0px;
}
.footer {
    padding: 0px;
}
.footer, .footer p {
	font-size: 10px;
	line-height: 19px;
	font-weight: 300;
}
.footer a {
    font-style:normal;
    color: #363636;
    text-decoration: none;
    font-family:'Lato';
}
.footer1, .footer2 {
	text-align: left;
}
.footer3 {
    text-align: right;
}
.footer .menu_element ul {
    margin: 0;
    padding: 0px 0 0 0;
    list-style: none; 
}
.footer .menu_element li{
    display: inline-block;
    border-top: 0px;
    padding: 5px;
}
.footer .menu_element a {
    font-size: 13px;
	color: #363636;
	padding: 0px 10px;
	text-transform: uppercase;
}
.footer .menu_element a:hover{
	color: #004950;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .testimonial-box {
        text-align: center;
        padding-top: 50px;
    }
    #le_image, #le_region2, #le_region6 {
        background-attachment: inherit !important;
    }
    .desktop-break {
        display: none;
    }
    .mobile-center {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .biggertext h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .testimonial-box {
        padding: 0 100px;
        text-align: center;
    }
    .testimonial-box p {
        font-size: 20px;
        line-height: 35px;
    }
    .container {
        position: relative;
        margin: auto;
        width: 748px;
    }
	.homeHeaderWide {
		background:none;
		left:0px;
		position:fixed;
		right:0px;
		top:0px;
		z-index:10;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.headerWideInside {
		width: 100%;
		left:0px;
		position:fixed;
		right:0px;
		top:0px;
		z-index:10;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.header{
	    height: auto;
	    min-height: 0px;
	}
	.headerBg {
	    background: #004950;
	    -webkit-transition: all .8s ease;
		-moz-transition: all .8s ease;
		transition: all .8s ease;
	}
	.headerBg img {
		height:auto;
		width:auto;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.header {
		padding:10px 0px;
	}
	.header1{
	    top: 35px;
	}
	.header2{
	    display: none;
	}
	.navicon{
	    height: 0px;
	}
	.navicon:after {
        color: #ffffff;
        content: 'MENU';
        font-family:  "Lato", Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding:10px 0px;
        position: absolute;
        top: -68px;
    	left: 161px;
    }
    .menu{
        margin-top: -68px;
    }
	.overSlider {
	    
	    position: absolute;
		top:78%;
		right: 5%;
		width:540px;
		background-color: rgba(255,255,255,.85);
		padding: 10px 20px;
		text-align: left;
	}
	.overSlider, .overSlider p,  {
	    margin-top: 0px;
	    line-height: 30px;
	}
	 .logo {
        padding: 10px 0px;
		text-align: center;
    }
	.logo img {
        max-width: 80%;
        height: auto;
    }
    .header1 {
        float:right;
        padding: 0px 0px !important;
        position: absolute;
        right: 0px;
        top: 30px;
        margin-top:0px;    
        z-index: 10;
        background:transparent;
        border-bottom: 3px solid #006d80;
        max-width: 280px;
    }
    .footer, .footer p{

    	font-size: 13px;
    }
    .footer1{
        text-align: center;
    }
    .footer2{
        text-align: left;
    }
    .footer3{
        text-align: right;
    }
    .cta a{
    	font-size: 20px;
    	padding: 20px 0px;

    }
    .marginLeft{
        margin-left: 10px;
    }
    .marginRight{
        margin-right: 10px;
    }
    .fixedHeight{
        height: 300px;
        border-right: 30px solid #fff;
        overflow: hidden;
        
    }
    .fixedHeight img{
       
        min-height: 100%;
    }
    .fixedHeightG{
        height: 300px;
        
        overflow: hidden;
        
    }
    .fixedHeightG img{
       
        min-height: 100%;
    }
    .mobileOnly{
        display: block;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .biggertext h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 20px;
        text-align: right;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	position: relative;
	    list-style-type: none;
	    text-decoration: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        font-family: "Lato", Helvetica, sans-serif;
        margin: 0px 15px 15px 15px;
        font-size: 14px;
        color: #000;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        font-style: normal;
        text-transform: uppercase;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: #286776;
    }
    .Menu1 a {
        border: 2px solid #286776;
        padding: 8px 10px;
        color: #286776 !important;
        margin: 0px 10px 0 5px !important;
    }
    .Menu1 a:hover {
        background-color: #286776;
        color: #fff;
    }
    .Menu2 a {
        margin: 0px 5px 0 0 !important;
        border: 2px solid #286776;
        background-color: #286776;
        padding: 8px 10px;
        color: #fff !important;
    }
    .Menu2 a:hover {
        background-color: #000;
        color: #fff;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        width: 250px !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	display: none;
    	padding: 0 !important;
        margin: 0 !important;
        border: 1px solid #e9eaea;
    	background: rgba(255,255,255,1);
    	border-top: 4px solid var(--bg-color);
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 8px 10px !important;
    	margin: 0 !important;
    	color: #000000;
        font-family: "Lato", Helvetica, sans-serif;
    	font-size: 12px;
    	text-decoration: none;
    	min-width: 200px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	background-color: #286776;
    	color: #ffffff;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left: 100%;
    	margin-top: -40px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	border: 1px solid #e9eaea;
    	background-color: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        display: block;
    }
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .container{
        margin: auto;
        width: 972px;
    }
    .logoScrolled img{
        /*max-width: 50%;*/
        -webkit-transition: all .7s ease;
    	-moz-transition: all .7s ease;
    	transition: all .7s ease;
    }
	.homeHeaderWide {
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		-o-transition:all .2s ease;
		transition:all .2s ease;
	}
	.headerWideInner {
		min-height:100px;
	}
	.headerBg {
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		-o-transition:all .2s ease;
		transition:all .2s ease;
	}
	.header1{
	    top: 20px;
	}
	.mobile-contact {
    display: none;
    } 
    /*==============================FULL SIZE MENU=====================*/
	.navigation {
        text-align: ;
        margin: 25px 0px 5px 0px;
    }
    .navicon {
        display: none;
    }
     /*===============FULL SIZE MENU L========*/
    .menuL {
        display: block;
        background-color: transparent;
        text-align: right;
    }
    .menuL ul {
        margin: 0;
        padding: 0;
    }
    .menuL ul.le_menu_level_0 {
        margin: 0 0px 0 0;
        padding: 0;
        text-align: right;
    }
    .menuL li {
    	list-style: none;
    }
    .menuL li.le_menuitem_level_0 {
    	display: inline-block;
        margin-left: 0px;
        
    }
    .menuL li.le_menuitem_level_0 a {
        color: #ffffff;
        display: block;
        font-family: "Lato", Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        padding: 10px 15px;
        text-decoration:none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
		margin-left: 0px;
		letter-spacing: 1px;
    }
    .menuL li.le_menuitem_level_0 a:hover {
        color: rgba(255,255,255,.65);
        text-decoration:none;
    }
    .menuL ul.le_menu_level_1 {
        display: none;
        margin: 0px 0 0 0%;
        min-width: 167px;
        padding: 0px;
        background-color: #ffffff;
        position: absolute;
        text-align: left;
        z-index: 210;
        border: 1px solid #bdbdbd;
        
    }
    .menuL li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    	
    }
    .menuL li.le_menuitem_level_1 a {
        color: #363636;
        display: block;
        font-family: "Lato", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        background-color: #ffffff;
        text-transform: uppercase;
        border: 0px;
        padding: 6px 5px;
        text-align: left;
        letter-spacing: 1px;
        
	}
    .menuL li.le_menuitem_level_1 a:hover{
        color: #5a6167;
        
    }
    .menuL .le_menu_level_2_container {
    	float: right;
    	margin-top: -26px;
    	padding: 0;
    }
    .menuL ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 1002;
    	display: none;
    	margin: 0;
        padding: 0 0px 0 0;
        text-align: left;
		min-width: 160px;
    }

    .menuL li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
	/*============FULL SIZE MENU L END==============*/
	    /*============FULL SIZE MENU R===========*/

    .menuR {
        display: block;
        background-color: transparent;
        text-align: left;
    }
    .menuR ul {
        margin: 0;
        padding: 0;
    }
    .menuR ul.le_menu_level_0 {
        margin: 0 0px 0 0;
        padding: 0;
        text-align: left;
    }
    .menuR li {
    	list-style: none;
    }
    .menuR li.le_menuitem_level_0 {
    	display: inline-block;
        margin-left: 0px;
        
    }
    .menuR li.le_menuitem_level_0 a {
        color: #ffffff;
        display: block;
        font-family: "Lato", Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        padding: 10px 15px;
        text-decoration:none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
		margin-left: 0px;
		letter-spacing: 1px;
    }
    .menuR li.le_menuitem_level_0 a:hover {
        color: rgba(255,255,255,.65);
        text-decoration:none;
    }
    .menuR ul.le_menu_level_1 {
        display: none;
        margin: 0px 0 0 0%;
        min-width: 167px;
        padding: 0px;
        background-color: #ffffff;
        position: absolute;
        text-align: left;
        z-index: 210;
        border: 1px solid #bdbdbd;
        
    }
    .menuR li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .menuR li.le_menuitem_level_1 a {
        color: #363636;
        display: block;
        font-family: "Lato", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        background-color: #ffffff;
        text-transform: uppercase;
        border: 0px;
        padding: 6px 15px;
        text-align: left;
        letter-spacing: 1px;
        
	}
    .menuR li.le_menuitem_level_1 a:hover{
        color: #5a6167;
        
    }
    .menuL .le_menu_level_2_container {
    	float: right;
    	margin-top: -26px;
    	padding: 0;
    }
    .menuR ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 1002;
    	display: none;
    	margin: 0;
        padding: 0 0px 0 0;
        text-align: left;
		min-width: 160px;
    }

    .menuR li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
	/*===================================FULL SIZE MENU R END==============================*/
    .header1 {
        float:right;
        padding: 0px 0px !important;
        position: absolute;
        right: 0px;
        top: 30px;
        margin-top:0px;    
        z-index: 10;
        background:transparent;
        border-bottom: 3px solid #006d80;
        max-width: 190px;
    }
   .footer2{
       text-align: left;
      
   }
   .footer3{
       text-align: right;
   }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        margin: auto;
        width: 1170px;
    }
    .menuL li.le_menuitem_level_0 a, .menuR li.le_menuitem_level_0 a {
        font-size: 15px;
        padding: 10px 15px;
        letter-spacing: 1px;
    }
    .header1 {
        float:right;
        padding: 0px 0px !important;
        position: absolute;
        right: 0px;
        top: 33px;
        margin-top:0px;    
        z-index: 10;
        background:transparent;
        border-bottom: 3px solid #006d80;
        max-width: 250px;
    }
}

/*-------------------------MEDIA QUERIES END-----------------------*/


/*-------------------------RESETS START----------------------------*/

.anythingSlider-default {
    margin-bottom: 0px !important;
	padding: 0 !important;
}

button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}

/*-------------------------RESETS END------------------------------*/

/*-------------------------CLEAR START-----------------------------*/

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

/*-------------------------CLEAR END-------------------------------*/

.col-xs-1 .noPadding, .col-sm-1 .noPadding, .col-md-1 .noPadding,.col-lg-1 .noPadding, 
.col-xs-2 .noPadding, .col-sm-2 .noPadding, .col-md-2 .noPadding,.col-lg-2 .noPadding, 
.col-xs-3 .noPadding, .col-sm-3 .noPadding, .col-md-3 .noPadding,.col-lg-3 .noPadding, 
.col-xs-4 .noPadding, .col-sm-4 .noPadding, .col-md-4 .noPadding,.col-lg-4 .noPadding, 
.col-xs-5 .noPadding, .col-sm-5 .noPadding, .col-md-5 .noPadding,.col-lg-5 .noPadding, 
.col-xs-6 .noPadding, .col-sm-6 .noPadding, .col-md-6 .noPadding,.col-lg-6 .noPadding, 
.col-xs-7 .noPadding, .col-sm-7 .noPadding, .col-md-7 .noPadding,.col-lg-7 .noPadding, 
.col-xs-8 .noPadding, .col-sm-8 .noPadding, .col-md-8 .noPadding,.col-lg-8 .noPadding, 
.col-xs-9 .noPadding, .col-sm-9 .noPadding, .col-md-9 .noPadding,.col-lg-9 .noPadding, 
.col-xs-10 .noPadding, .col-sm-10 .noPadding, .col-md-10 .noPadding, .col-lg-10 .noPadding, 
.col-xs-11 .noPadding, .col-sm-11 .noPadding, .col-md-11 .noPadding, .col-lg-11 .noPadding, 
.col-xs-12 .noPadding, .col-sm-12 .noPadding, .col-md-12 .noPadding, .col-lg-12 .noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.noPadding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
 /*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/

.phoneLink a {
    color: #ffffff;
    text-decoration: none;
}
.textOverlay .htmlPanel {
  position: relative;
}

.textOverlay h2 {
    position: absolute;
    z-index: 5;
    margin: auto;
    width: 940px;
    top: 265px;
    right: 150px;
    font-size: 40px;
    font-family: 'Black Ops One', cursive;
    text-align:right;
    line-height: 1.15em;
    color: #ffdd00;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_athlete-training #le_area2 {
}
.aurora_athlete-training #le_area3 {
}
.aurora_athlete-training #le_area6 {
}
.aurora_athlete-training #le_area6 A {
}
.aurora_athlete-training #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_athlete-training #le_region1 {
    padding-top: 100px;
}
.aurora_athlete-training #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/4_copy.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_baja-sur-yoga--surf--january-2025 #le_area1 {
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
}
.aurora_baja-sur-yoga--surf--january-2025 #le_area2 {
}
.aurora_baja-sur-yoga--surf--january-2025 #le_area3 {
}
.aurora_baja-sur-yoga--surf--january-2025 #le_area4 {
    background-color: rgba(119, 119, 119, 0.35);
}
.aurora_baja-sur-yoga--surf--january-2025 #le_area5 {
    background-color: rgba(119, 119, 119, 0.35);
}
.aurora_baja-sur-yoga--surf--january-2025 #le_area6 {
    background-color: rgba(119, 119, 119, 0.35);
}
.aurora_baja-sur-yoga--surf--january-2025 #le_area6 A {
}
.aurora_baja-sur-yoga--surf--january-2025 #le_image {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0px;
    border-radius: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_baja-sur-yoga--surf--january-2025 #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/2023-03-06_18_21_51-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
}
.aurora_baja-sur-yoga--surf--january-2025 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/logo/3.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_bayfield-wi #le_area1 {
    padding-bottom: 50px;
}
.aurora_bayfield-wi #le_area2 {
}
.aurora_bayfield-wi #le_area2 {
    padding-bottom: 52px;
}
.aurora_bayfield-wi #le_area3 {
}
.aurora_bayfield-wi #le_area6 {
}
.aurora_bayfield-wi #le_area6 A {
}
.aurora_bayfield-wi #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/WildRiceRetreat-2-768x432.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 500px;
}
.aurora_bayfield-wi #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/4_copy.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_bayfield-wi #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5_copy.png);
}
.aurora_building-events #le_area1 {
    padding-top: 75px;
}
.aurora_building-events #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/1_copy.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_buy-a-class #le_area2 {
    margin-top: 30px;
}
.aurora_buy-a-class #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/BW-kettlebell.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_center-movement-mentorship--fall-2025 #le_area1 {
    padding-bottom: 50px;
}
.aurora_center-movement-mentorship--fall-2025 #le_area2 {
    padding-bottom: 52px;
}
.aurora_center-movement-mentorship--fall-2025 #le_area2 {
}
.aurora_center-movement-mentorship--fall-2025 #le_area3 {
}
.aurora_center-movement-mentorship--fall-2025 #le_area6 {
}
.aurora_center-movement-mentorship--fall-2025 #le_area6 A {
}
.aurora_center-movement-mentorship--fall-2025 #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/yoga_retreat.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 500px;
}
.aurora_center-movement-mentorship--fall-2025 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/4_copy.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_center-movement-mentorship--fall-2025 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5_copy.png);
}
.aurora_christina-ley-anderson #le_image {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_class-schedule #le_area1 {
    padding-top: 75px;
}
.aurora_class-schedule #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/4_copy2.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_class-schedule #le_region1 {
}
.aurora_core-classes #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-upcomingevent_copy.jpg);
    padding-bottom: 400px;
}
.aurora_core-classes #le_image {
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
}
.aurora_core-classes #le_region1 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_events #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/img-events.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_general-classes #le_area1 {
    margin-top: 30px;
}
.aurora_general-classes #le_area9 {
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_general-classes #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/img-groupclasses.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_gift-cards #le_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_gift-cards #le_area1 {
    margin-top: 30px;
}
.aurora_gift-cards #le_area2 {
}
.aurora_gift-cards #le_area4 {
}
.aurora_gift-cards #le_area6 A {
    background-color: rgb(3, 126, 122);
}
.aurora_gift-cards #le_area7 {
}
.aurora_gift-cards #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/E98A7854.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_gift-cards #le_region1 {
}
.aurora_gift-cards #le_region2 {
    background-color: rgba(40, 103, 118, 0.97);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_gift-cards #le_region3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_gift-cards #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-contact.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_gift-cards #le_section-one-area1 {
}
.aurora_gift-cards #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/3.png);
}
.aurora_group-training #le_area1 {
    margin-top: 30px;
}
.aurora_group-training #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/2_copy.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-eight {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home #le_section-five {
}
.aurora_home #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/personal_training/personal_training_gallery.png);
    background-size: cover;
    background-position: center center;
    padding-top: 398px;
}
.aurora_home #le_section-four {
    padding-top: 125px;
    padding-bottom: 75px;
}
.aurora_home #le_section-four-area1 {
}
.aurora_home #le_section-nine {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/pilates-equipment.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home #le_section-seven {
}
.aurora_home #le_section-seven-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Light_Purple_and_White_Fashion_Back_to_Business_Landscape_Banner-2/Light_Purple_and_White_Fashion_Back_to_Business_Landscape_Banner-2_gallery.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 398px;
}
.aurora_home #le_section-six-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Light_Purple_and_White_Fashion_Back_to_Business_Landscape_Banner/Light_Purple_and_White_Fashion_Back_to_Business_Landscape_Banner_gallery.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 398px;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Studio_Postcard_Image_Small_Size_copy.png);
    background-size: cover;
    background-position: bottom center;
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_home #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home-old #le_area1 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    line-height: 30px;
}
.aurora_home-old #le_area2 {
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: px;
    padding-top: px;
    padding-bottom: px;
}
.aurora_home-old #le_area3 {
    background-color: rgb(0, 73, 80);
    margin-left: px;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: px;
    padding-left: 30px;
    color: rgb(255, 255, 255);
}
.aurora_home-old #le_area5 {
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_home-old #le_region2 {
    background-repeat: no-repeat;
    background-size: length;
    background-attachment: none;
    background-position: top left;
}
.aurora_home-old #le_region3 {
    margin-top: 35px;
}
.aurora_home-old #le_region4 {
    margin-top: 35px;
}
.aurora_join #le_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_join #le_area1 {
    margin-top: 30px;
}
.aurora_join #le_area2 {
}
.aurora_join #le_area4 {
}
.aurora_join #le_area6 A {
    background-color: rgb(3, 126, 122);
}
.aurora_join #le_area7 {
}
.aurora_join #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/2023-03-06_18_21_51-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_join #le_region1 {
}
.aurora_join #le_region2 {
    background-color: rgba(40, 103, 118, 0.97);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_join #le_region3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_join #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-contact.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_join #le_section-one-area1 {
}
.aurora_join #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/3.png);
}
.aurora_join2022 #le_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_join2022 #le_area1 {
    margin-top: 30px;
}
.aurora_join2022 #le_area2 {
}
.aurora_join2022 #le_area4 {
}
.aurora_join2022 #le_area7 {
}
.aurora_join2022 #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/3_copy2.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_join2022 #le_region1 {
}
.aurora_join2022 #le_region2 {
    background-color: rgb(239, 238, 238);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_join2022 #le_region3 {
    background-color: rgb(40, 103, 118);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_join2022 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-contact.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_join2022 #le_section-one-area1 {
}
.aurora_join2022 #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/3.png);
}
.aurora_massage #le_area1 {
    margin-top: 30px;
}
.aurora_massage #le_area9 {
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_massage #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/976A9990_2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_meet-our-team #le_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_meet-our-team #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/2023-03-06_18_21_51-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_meet-our-team #le_region1 {
}
.aurora_meet-our-team #le_region5 {
    background-color: rgb(40, 103, 118);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_meet-our-team #le_region6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-workshops.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_monthly-challenges #le_area2 {
}
.aurora_monthly-challenges #le_area3 {
}
.aurora_monthly-challenges #le_area6 {
}
.aurora_monthly-challenges #le_area6 A {
}
.aurora_monthly-challenges #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/9.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 400px;
}
.aurora_monthly-challenges #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/4_copy.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_new-start-here #le_area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_new-start-here #le_area9 {
}
.aurora_new-start-here #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/2_copy2.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_new-start-here #le_region1 {
}
.aurora_new-start-here #le_region2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/976A4659_6010.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-top: 75px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_new-start-here #le_region3 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_new-start-here #le_region4 {
    background-color: rgb(40, 103, 118);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_new-start-here #le_region5 {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_new-start-here #le_region6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/3_copy.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_new-start-here1 #le_area1 {
    margin-right: 200px;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 200px;
}
.aurora_new-start-here1 #le_area10 {
    background-color: rgb(255, 255, 255);
}
.aurora_new-start-here1 #le_area11 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_new-start-here1 #le_area6 A {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_new-start-here1 #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/2_copy.png);
    border-width: 100px;
    border-radius: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_new-start-here1 #le_region1 {
    padding-top: 50px;
}
.aurora_new-students #le_area1 {
    margin-top: 30px;
}
.aurora_new-students #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/img-events.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_next-level-athlete-training---school-year #le_area2 {
}
.aurora_next-level-athlete-training---school-year #le_area3 {
}
.aurora_next-level-athlete-training---school-year #le_area6 {
}
.aurora_next-level-athlete-training---school-year #le_area6 A {
}
.aurora_next-level-athlete-training---school-year #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_next-level-athlete-training---school-year #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/hockey_image.jpeg);
}
.aurora_next-level-athlete-training---school-year #le_region1 {
    padding-top: 100px;
}
.aurora_next-level-athlete-training---school-year #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/4_copy.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_next-level-athlete-training---summer-2022 #le_area2 {
}
.aurora_next-level-athlete-training---summer-2022 #le_area3 {
}
.aurora_next-level-athlete-training---summer-2022 #le_area6 {
}
.aurora_next-level-athlete-training---summer-2022 #le_area6 A {
}
.aurora_next-level-athlete-training---summer-2022 #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_next-level-athlete-training---summer-2022 #le_region1 {
    padding-top: 100px;
}
.aurora_next-level-athlete-training---summer-2022 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/4_copy.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_north-shore-yoga--hike--sept-2024 #le_area1 {
    padding-bottom: 50px;
}
.aurora_north-shore-yoga--hike--sept-2024 #le_area2 {
    padding-bottom: 52px;
}
.aurora_north-shore-yoga--hike--sept-2024 #le_area2 {
}
.aurora_north-shore-yoga--hike--sept-2024 #le_area3 {
}
.aurora_north-shore-yoga--hike--sept-2024 #le_area6 {
}
.aurora_north-shore-yoga--hike--sept-2024 #le_area6 A {
}
.aurora_north-shore-yoga--hike--sept-2024 #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Ski-Hill-Cabins-and-Saunas_10_2023_219-1024x674_0F2E1A99-F2FF-917A-B94CF29E660A4604-0f2e1728d98e999_0f2e350e-bc91-f011-833223dd7d2e32fa.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 500px;
}
.aurora_north-shore-yoga--hike--sept-2024 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/4_copy.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_north-shore-yoga--hike--sept-2024 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5_copy.png);
}
.aurora_our-studios #le_area1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_our-studios #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/IMG_5592.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_our-studios #le_region1 {
}
.aurora_our-trainers #le_area1 {
    margin-top: 30px;
}
.aurora_our-trainers #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Reformer_Stag_2017.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 175px;
}
.aurora_personal-training #le_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_personal-training #le_area1 {
    margin-top: 30px;
}
.aurora_personal-training #le_area16 {
    padding-right: px;
    padding-left: px;
}
.aurora_personal-training #le_area23 {
    background-color: rgba(41, 104, 119, 0.99);
}
.aurora_personal-training #le_area4 {
    border-style: none;
}
.aurora_personal-training #le_area5 {
    border-style: none;
}
.aurora_personal-training #le_area6 {
    border-style: none;
}
.aurora_personal-training #le_area9 {
    border-style: none;
    border-radius: 0px;
    padding-top: 75px;
    padding-right: 75px;
    padding-bottom: 75px;
    padding-left: 75px;
}
.aurora_personal-training #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/7.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 500px;
}
.aurora_personal-training #le_region1 {
    padding-top: 25px;
    padding-bottom: 100px;
}
.aurora_personal-training #le_region1 {
}
.aurora_personal-training #le_region2 {
    background-color: rgb(239, 236, 236);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_personal-training #le_region3 {
    background-color: rgb(41, 102, 117);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_personal-training #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/1_copy.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_personal-training #le_region6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/3_copy1.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    margin-top: 50px;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_plus-classes #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-upcomingevent_copy.jpg);
    padding-bottom: 400px;
}
.aurora_plus-classes #le_region1 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_policies #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-grouptraining.jpg);
    background-attachment: fixed;
    background-position: center center;
    border-width: 50px;
}
.aurora_pricing-2020 #le_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_pricing-2020 #le_area23 {
    background-color: rgba(41, 104, 119, 0.99);
}
.aurora_pricing-2020 #le_area4 {
}
.aurora_pricing-2020 #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Photo_Feb_07,_3_58_52_PM.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_pricing-2020 #le_region1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pricing-2020 #le_region2 {
    background-color: rgb(239, 236, 236);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing-2020 #le_region3 {
    background-color: rgb(41, 104, 119);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing-2020 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-contact.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing1a #le_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_pricing1a #le_area4 {
}
.aurora_pricing1a #le_region1 {
    padding-top: 50px;
}
.aurora_pricing1a #le_region2 {
    background-color: rgb(239, 238, 238);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing1a #le_region3 {
    background-color: rgb(40, 103, 118);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing1a #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-contact.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_private-training #le_area1 {
    margin-top: 30px;
}
.aurora_private-training #le_area17 {
    background-color: rgba(0, 0, 0, 0.45);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_private-training #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/personal_training.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_private-training #le_region1 {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
}
.aurora_private-training #le_region2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/img-privatebooking.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-top: 30px;
}
.aurora_punchcards #le_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_punchcards #le_area1 {
    margin-top: 30px;
}
.aurora_punchcards #le_area2 {
}
.aurora_punchcards #le_area4 {
}
.aurora_punchcards #le_area6 A {
    background-color: rgb(3, 126, 122);
}
.aurora_punchcards #le_area7 {
}
.aurora_punchcards #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/8.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_punchcards #le_region1 {
}
.aurora_punchcards #le_region2 {
    background-color: rgba(40, 103, 118, 0.97);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_punchcards #le_region3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_punchcards #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-contact.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_punchcards #le_section-one-area1 {
}
.aurora_punchcards #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/3.png);
}
.aurora_reformer-classes #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-upcomingevent_copy.jpg);
    padding-bottom: 400px;
}
.aurora_reformer-classes #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/976A4661_6012.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}
.aurora_reformer-classes #le_region1 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_retreat-template #le_area1 {
}
.aurora_retreat-template #le_area2 {
}
.aurora_retreat-template #le_area2 {
    padding-top: 50px;
}
.aurora_retreat-template #le_area3 {
}
.aurora_retreat-template #le_area3 {
    padding-top: 50px;
}
.aurora_retreat-template #le_area6 {
}
.aurora_retreat-template #le_area6 A {
}
.aurora_retreat-template #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/2023-03-06_18_21_51-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_retreat-template #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/4_copy.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_retreat-template #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5_copy.png);
}
.aurora_retreats #le_area1 {
    margin-top: 30px;
}
.aurora_retreats #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Simply_Be_SUP_2015_Large.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_schedule #le_area1 {
    margin-top: 30px;
}
.aurora_schedule #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/img-schedule.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_schedule #le_section-one-area1 {
}
.aurora_schedule #le_section-top {
}
.aurora_schedule #le_section-two {
}
.aurora_schedule #le_section-two-area1 {
    padding-top: 25px;
}
.aurora_small-group-classes #le_area1 {
    margin-top: 30px;
}
.aurora_small-group-classes #le_area16 {
    margin-top: px;
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_small-group-classes #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/center-mind-body-fitness/img-upcomingevent.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_sports-training #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/1_copy.png);
}
.aurora_studio-info #le_area1 {
    margin-top: 30px;
}
.aurora_studio-info #le_area17 {
    background-color: rgba(0, 0, 0, 0.45);
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.aurora_studio-info #le_area9 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
}
.aurora_studio-info #le_header-banner {
}
.aurora_studio-info #le_region2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/img-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_studio-info #le_section-one-area1 {
    background-attachment: scroll;
}
.aurora_studio-info #le_section-top {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_studio-info #le_section-two {
}
.aurora_summer-dancer-series #le_area2 {
}
.aurora_summer-dancer-series #le_area3 {
}
.aurora_summer-dancer-series #le_area6 {
}
.aurora_summer-dancer-series #le_area6 A {
}
.aurora_summer-dancer-series #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_summer-dancer-series #le_region1 {
    padding-top: 100px;
}
.aurora_summer-dancer-series #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/4_copy.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_summer-dancer-series1 #le_area2 {
}
.aurora_summer-dancer-series1 #le_area3 {
}
.aurora_summer-dancer-series1 #le_area6 {
}
.aurora_summer-dancer-series1 #le_area6 A {
}
.aurora_summer-dancer-series1 #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Banner_RFD_2025_copy1.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_summer-dancer-series1 #le_region1 {
    padding-top: 100px;
}
.aurora_summer-dancer-series1 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Banner_RFD_2025.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_summer-promotion--lake-lovers #le_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_summer-promotion--lake-lovers #le_area1 {
    margin-top: 30px;
}
.aurora_summer-promotion--lake-lovers #le_area2 {
}
.aurora_summer-promotion--lake-lovers #le_area4 {
}
.aurora_summer-promotion--lake-lovers #le_area6 A {
    background-color: rgb(3, 126, 122);
}
.aurora_summer-promotion--lake-lovers #le_area7 {
}
.aurora_summer-promotion--lake-lovers #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/1_copy2.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 400px;
}
.aurora_summer-promotion--lake-lovers #le_region1 {
}
.aurora_summer-promotion--lake-lovers #le_region2 {
    background-color: rgba(40, 103, 118, 0.97);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_summer-promotion--lake-lovers #le_region3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_summer-promotion--lake-lovers #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-contact.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_summer-promotion--lake-lovers #le_section-one-area1 {
}
.aurora_summer-promotion--lake-lovers #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/3.png);
}
.aurora_summer-run-club-summer-2025 #le_area2 {
}
.aurora_summer-run-club-summer-2025 #le_area3 {
}
.aurora_summer-run-club-summer-2025 #le_area6 {
}
.aurora_summer-run-club-summer-2025 #le_area6 A {
}
.aurora_summer-run-club-summer-2025 #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Summer_Run_Club_Banner.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_summer-run-club-summer-2025 #le_region1 {
    padding-top: 100px;
}
.aurora_summer-run-club-summer-2025 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Banner_RFD_2025.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_summer-run-club-summer-2025 #le_region5 {
    background-color: rgb(33, 117, 120);
}
.aurora_team #le_area1 {
    margin-top: 30px;
}
.aurora_teams--groups #le_area1 {
    margin-top: 30px;
}
.aurora_teams--groups #le_area1 {
    margin-top: 30px;
}
.aurora_teams--groups #le_area16 {
    padding-right: px;
    padding-left: px;
}
.aurora_teams--groups #le_area9 {
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_teams--groups #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/BW-kettlebell.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_teams--groups #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/img-events.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_teams--groups #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 500px;
}
.aurora_teams--groups #le_region1 {
    padding-top: 25px;
    padding-bottom: 100px;
}
.aurora_teams-groups #le_section-eight {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_teams-groups #le_section-five {
}
.aurora_teams-groups #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5.png);
    background-size: cover;
    background-position: center center;
    padding-top: 398px;
}
.aurora_teams-groups #le_section-four {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_teams-groups #le_section-four-area1 {
}
.aurora_teams-groups #le_section-nine {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/IMG_5592.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_teams-groups #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/8.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_teams-groups #le_section-seven {
}
.aurora_teams-groups #le_section-seven-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/bridal_yoga.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 398px;
}
.aurora_teams-groups #le_section-six-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/corporate_team_yoga.png);
    background-size: cover;
    background-position: center center;
    padding-top: 398px;
}
.aurora_teams-groups #le_section-three {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_teams-groups #le_section-top {
}
.aurora_teams-groups #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_thai-body-work #le_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_thai-body-work #le_area1 {
    margin-top: 30px;
}
.aurora_thai-body-work #le_area16 {
    padding-right: px;
    padding-left: px;
}
.aurora_thai-body-work #le_area23 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_thai-body-work #le_area4 {
}
.aurora_thai-body-work #le_area9 {
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_thai-body-work #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/6.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_thai-body-work #le_region1 {
}
.aurora_thai-body-work #le_region1 {
    padding-top: 25px;
    padding-bottom: 100px;
}
.aurora_thai-body-work #le_region2 {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_thai-body-work #le_region2-4 {
}
.aurora_thai-body-work #le_region3 {
    background-color: rgb(41, 102, 117);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_thai-body-work #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/1_copy.png);
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_thai-body-work #le_region5 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_thai-body-work #le_region6 {
}
.aurora_virtual-classes #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/studio-gallery/img-upcomingevent_copy.jpg);
    padding-bottom: 400px;
}
.aurora_virtual-classes #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/IMG_5592.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_virtual-classes #le_region1 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_wellness-weekend-2023 #le_area1 {
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
}
.aurora_wellness-weekend-2023 #le_area2 {
}
.aurora_wellness-weekend-2023 #le_area3 {
}
.aurora_wellness-weekend-2023 #le_area4 {
    background-color: rgba(119, 119, 119, 0.35);
}
.aurora_wellness-weekend-2023 #le_area5 {
    background-color: rgba(119, 119, 119, 0.35);
}
.aurora_wellness-weekend-2023 #le_area6 {
    background-color: rgba(119, 119, 119, 0.35);
}
.aurora_wellness-weekend-2023 #le_area6 A {
}
.aurora_wellness-weekend-2023 #le_image {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0px;
    border-radius: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_wellness-weekend-2023 #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/2023-03-06_18_21_51-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
}
.aurora_wellness-weekend-2023 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/logo/3.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_wellness-weekend-2023-copy #le_area1 {
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
}
.aurora_wellness-weekend-2023-copy #le_area2 {
}
.aurora_wellness-weekend-2023-copy #le_area3 {
}
.aurora_wellness-weekend-2023-copy #le_area4 {
    background-color: rgba(119, 119, 119, 0.35);
}
.aurora_wellness-weekend-2023-copy #le_area5 {
    background-color: rgba(119, 119, 119, 0.35);
}
.aurora_wellness-weekend-2023-copy #le_area6 {
    background-color: rgba(119, 119, 119, 0.35);
}
.aurora_wellness-weekend-2023-copy #le_area6 A {
}
.aurora_wellness-weekend-2023-copy #le_image {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0px;
    border-radius: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_wellness-weekend-2023-copy #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/2023-03-06_18_21_51-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
}
.aurora_wellness-weekend-2023-copy #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/logo/3.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_whole30-landing-page #le_area2 {
}
.aurora_whole30-landing-page #le_area3 {
}
.aurora_whole30-landing-page #le_area6 {
}
.aurora_whole30-landing-page #le_area6 A {
}
.aurora_whole30-landing-page #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Whole30_2023_v2.png);
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 400px;
}
.aurora_whole30-landing-page #le_region1 {
    padding-top: 100px;
}
.aurora_whole30-landing-page #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/logo/3.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_workshops #le_area1 {
    padding-top: 75px;
}
.aurora_workshops #le_area16 {
    padding-right: px;
    padding-left: px;
}
.aurora_workshops #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/5_copy1.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_workshops #le_region1 {
}
.aurora_workshops--retreats #le_area1 {
    margin-top: 30px;
}
.aurora_workshops1 #le_image {
}
.aurora_yoga-body-detox-week-2023 #le_area2 {
}
.aurora_yoga-body-detox-week-2023 #le_area3 {
}
.aurora_yoga-body-detox-week-2023 #le_area6 {
}
.aurora_yoga-body-detox-week-2023 #le_area6 A {
}
.aurora_yoga-body-detox-week-2023 #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/Ayurvedic_Detox_Week_2023.png);
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 400px;
}
.aurora_yoga-body-detox-week-2023 #le_region1 {
    padding-top: 100px;
}
.aurora_yoga-body-detox-week-2023 #le_region4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/logo/3.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_youtube #le_area1 {
    padding-top: 75px;
}
.aurora_youtube #le_area10 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_youtube #le_image {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/centermn/1_copy.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.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_athlete-training #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_athlete-training #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_athlete-training #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_athlete-training #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_athlete-training #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_athlete-training #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_athlete-training #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bayfield-wi #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bayfield-wi #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bayfield-wi #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bayfield-wi #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bayfield-wi #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bayfield-wi #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bayfield-wi #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bayfield-wi #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bayfield-wi #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_building-events #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_building-events #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_core-classes #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_core-classes #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_core-classes #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_group-training #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_join2022 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-our-team #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-our-team #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-our-team #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-our-team #le_region5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-our-team #le_region6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_monthly-challenges #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_monthly-challenges #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_monthly-challenges #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_monthly-challenges #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_monthly-challenges #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_monthly-challenges #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here #le_area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here #le_region5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here #le_region6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here1 #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here1 #le_area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here1 #le_area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here1 #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here1 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-start-here1 #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---school-year #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---school-year #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---school-year #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---school-year #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---school-year #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---school-year #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---school-year #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---school-year #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-studios #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-studios #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-studios #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_area23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_region6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_plus-classes #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_plus-classes #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_policies #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-2020 #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-2020 #le_area23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-2020 #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-2020 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-2020 #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-2020 #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-2020 #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-2020 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing1a #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing1a #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing1a #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing1a #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing1a #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing1a #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-training #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-training #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_punchcards #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reformer-classes #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reformer-classes #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reformer-classes #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat-template #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat-template #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat-template #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat-template #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat-template #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat-template #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat-template #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat-template #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat-template #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreat-template #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-training #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-info #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-info #le_section-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-info #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series1 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series1 #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series1 #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series1 #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series1 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series1 #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-dancer-series1 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-promotion--lake-lovers #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-run-club-summer-2025 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-run-club-summer-2025 #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-run-club-summer-2025 #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-run-club-summer-2025 #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-run-club-summer-2025 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-run-club-summer-2025 #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-run-club-summer-2025 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-run-club-summer-2025 #le_region5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams--groups #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams--groups #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams--groups #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teams-groups #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_area23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_region2-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_region5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_region6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtual-classes #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtual-classes #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtual-classes #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023 #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023 #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023 #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023 #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023 #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023 #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023 #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023-copy #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023-copy #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023-copy #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023-copy #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023-copy #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023-copy #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023-copy #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023-copy #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023-copy #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-weekend-2023-copy #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_whole30-landing-page #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_whole30-landing-page #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_whole30-landing-page #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_whole30-landing-page #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_whole30-landing-page #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_whole30-landing-page #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_whole30-landing-page #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops1 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-body-detox-week-2023 #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-body-detox-week-2023 #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-body-detox-week-2023 #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-body-detox-week-2023 #le_area6 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-body-detox-week-2023 #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-body-detox-week-2023 #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-body-detox-week-2023 #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youtube #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youtube #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_image {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thai-body-work #le_image {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_athlete-training #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_athlete-training #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_athlete-training #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_athlete-training #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_athlete-training #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_athlete-training #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_athlete-training #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_baja-sur-yoga--surf--january-2025 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bayfield-wi #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bayfield-wi #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bayfield-wi #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bayfield-wi #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bayfield-wi #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bayfield-wi #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bayfield-wi #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bayfield-wi #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bayfield-wi #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_building-events #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_building-events #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_center-movement-mentorship--fall-2025 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_core-classes #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_core-classes #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_core-classes #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_group-training #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    padding-top: 200px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_join2022 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-our-team #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-our-team #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-our-team #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-our-team #le_region5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-our-team #le_region6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_monthly-challenges #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_monthly-challenges #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_monthly-challenges #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_monthly-challenges #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_monthly-challenges #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_monthly-challenges #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here #le_area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here #le_region5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here #le_region6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here1 #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here1 #le_area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here1 #le_area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here1 #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here1 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-start-here1 #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---school-year #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---school-year #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---school-year #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---school-year #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---school-year #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---school-year #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---school-year #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---school-year #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_next-level-athlete-training---summer-2022 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_north-shore-yoga--hike--sept-2024 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-studios #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-studios #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-studios #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_area23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_region6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_plus-classes #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_plus-classes #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_policies #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-2020 #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-2020 #le_area23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-2020 #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-2020 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-2020 #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-2020 #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-2020 #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-2020 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing1a #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing1a #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing1a #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing1a #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing1a #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing1a #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-training #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-training #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_punchcards #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reformer-classes #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reformer-classes #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reformer-classes #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat-template #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat-template #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat-template #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat-template #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat-template #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat-template #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat-template #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat-template #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat-template #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreat-template #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-training #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-info #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-info #le_section-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-info #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series1 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series1 #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series1 #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series1 #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series1 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series1 #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-dancer-series1 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-promotion--lake-lovers #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-run-club-summer-2025 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-run-club-summer-2025 #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-run-club-summer-2025 #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-run-club-summer-2025 #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-run-club-summer-2025 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-run-club-summer-2025 #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-run-club-summer-2025 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-run-club-summer-2025 #le_region5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams--groups #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams--groups #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams--groups #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-eight {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-five-area1 {
    padding-top: 200px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-nine {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teams-groups #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_area23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_region2-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_region5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_region6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtual-classes #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtual-classes #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtual-classes #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023 #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023 #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023 #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023 #le_area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023 #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023 #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023 #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023-copy #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023-copy #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023-copy #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023-copy #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023-copy #le_area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023-copy #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023-copy #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023-copy #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023-copy #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-weekend-2023-copy #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_whole30-landing-page #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_whole30-landing-page #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_whole30-landing-page #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_whole30-landing-page #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_whole30-landing-page #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_whole30-landing-page #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_whole30-landing-page #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops1 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-body-detox-week-2023 #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-body-detox-week-2023 #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-body-detox-week-2023 #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-body-detox-week-2023 #le_area6 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-body-detox-week-2023 #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-body-detox-week-2023 #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-body-detox-week-2023 #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youtube #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youtube #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_image {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thai-body-work #le_image {
    }
}

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