@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400italic,700,700italic);
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* General Classes 
----------------------------------------------------------------------------------------------------*/

.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}

.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}

.padding-10 {
    padding:10px;
}

.padding-15 {
    padding:15px;
}

.padding-20 {
    padding:20px;
}

.center-all {
    text-align:center;
    margin: auto;
}

.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

.img-frame {
    padding: 4px;
    border: 1px solid rgba(0,0,0,.08);
}

@media all and (min-width: 768px) {
    .width-50per {
        width: 50%;
    }
    .width-75per {
        width: 75%;
    }
}

.list-inline ul{
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
}

.list-inline ul li{
    display: inline;
    padding: 0;
    margin: 0 10px 0 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters[class^="col-"],
.no-gutters[class*=" col-"]{
  padding-right: 0;
  padding-left: 0;
}
.force-width img {
    width: 100%;
    height: auto;
}

/* END General Classes 
----------------------------------------------------------------------------------------------------*/

body {
    background: #fff;
    margin: 0 auto;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}

hr {
    border: 0;
    height: 1px;
}


/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: #323232;
	font-size: 14px;
	margin: 0;
	font-family: 'Karla', sans-serif !important;
}
ul,ol {
    margin-top:0;
}

[le_content_type="text"].le_content ul {
    padding-left: 0;
    margin-left: 0;
}

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

h1, h1 a, .title1, .title1 a {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	margin:0 0 .2em 0;
	font-family: 'Karla', sans-serif !important;
}
h2, h2 a, .title2, .title2 a {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin:0 0 .1em 0;
	font-family: 'Karla', sans-serif !important;
}
h3, h3 a, .title3, .title3 a {
	font-size: 24px;
	font-weight: 400;
	margin:0 0 .2em 0;
	font-family: 'Karla', sans-serif !important;
}
h4, h4 a, .title4, .title4 a {
	font-size: 20px;
	font-weight: 400;
	margin:0 0 .4em 0;
	font-family: 'Karla', sans-serif !important;
}
h5, h5 a, .title5, .title5 a {
	font-size: 18px;
	font-weight: 700;
	margin:0 0 .4em 0;
	font-family: 'Karla', sans-serif !important;
}
h6, h6 a, .title6, .title6 a {
	font-size: 16px;
	font-weight: 400;
	margin:0 0 .4em 0;
	font-family: 'Karla', sans-serif !important;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
}

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


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

.le_form {
	color: #323232;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-size: 14px;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 10px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(210,210,210);
	box-shadow: none !important;
	color: #323232;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}

/* -- Search Element --*/
.wrapper input[type="text"]#search_form_value {
	padding: 5px 10px;
}
#search_form_button {
    padding: 5px 15px;
    position: relative;
}

/* -- Bootstrap form tweaks -- */
.form-control {
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}

.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: normal;
}


/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
}

/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}

.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.recaptcha-terms {
    padding: 0 !important;
    margin: 0;
}
.footer .recaptcha-terms {
    color: #fff;
}
.contactform input[type="submit"].seFormButton {
    /*background-color: #fff !important;*/
    /*color: #000 !important;*/
    position: relative;
    margin-top: -20px;
    text-transform: uppercase;
}
/*.contactform input[type="submit"].seFormButton:hover {*/
/*    background-color: #000 !important;*/
/*    color: #fff !important;*/
/*}*/
.newsletter input[type="submit"].seFormButton {
    background-color: #ffe500 !important;
    color: #000 !important;
    padding: 7px 15px !important;
}
.newsletter .form-inline .form-group {
    width: 100% !important;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: #357cbd;
    color: #ffffff;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#357cbd;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: #357cbd !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.le_metro_silver_button:hover {
    background: #000 !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#000;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    margin-top: 10px;
}
.se_button.button2 a, a.se_button.button2 {
    margin-top: 10px;
    background-color: #fff;
    color: #000;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #357CBD;
    color: #fff;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
    font-size: 20px;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 12px 15px;
    text-transform: uppercase;
}
.se_cta {
    display: block;
    margin-bottom: 20px;
	padding: 20px;
	font-size: 24px;
	background-color: #ffffff;
	border: 7px solid rgba(71, 63, 73, .7);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.se_cta:hover {
    border-color: #0da0b0;
}

.se_cta a, a.se_cta {
    color: #ffffff;
}
.se_cta a:hover, a:hover.se_cta {
    color: #e0e0e0;
    text-decoration: none;
}


/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding {
    line-height:1;
    padding: 5px 0 10px 0;
}

.se_siteBranding img {
    width: 100%;
    height: auto;
}
.se_siteBranding a {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo img {
    padding:5px 0;
    transition: all .3s ease;
}
.le_logo_text {
    font-size:100%;
    transition: all .3s ease
}
.se_tagline {
    margin-top: 8px;
}


/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
	position: relative;
	right: 0;
	transition: right .3s ease;
	overflow: hidden;
}

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent {
    padding-top: 40px;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header-wrap {
    position: relative;
    width: 100%;
    z-index: 300;
}
.le-edit-open .header-wrap, .header-wrap.no-feature, .aurora-page-wrapper .header-wrap {
    position:relative;
}

.header {
	padding: 5px 0 0 0;
}

/* CSS
----------------------------------------------------------------------------------------------------*/
.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;
}
.yellowtext h1, .yellowtext h2, .yellowtext h3, .yellowtext h4, .yellowtext h5, .yellowtext h6, .yellowtext p, .yellowtext {
    color: #ffe500;
}
.yellowtext h1 a, .yellowtext h2 a, .yellowtext h3 a, .yellowtext h4 a, .yellowtext h5 a, .yellowtext h6 a, .yellowtext p a, .yellowtext a {
    color: #ffe500;
}
.bluetext h1, .bluetext h2, .bluetext h3, .bluetext h4, .bluetext h5, .bluetext h6, .bluetext p, .bluetext {
    color: #367BBD;
}
.blacktext a {
    color: #000;
}
.blacktext a:hover {
    color: #357cbd;
}
.fullwidth img {
    width: 100%;
    height: auto;
    opacity: .8;
}
.full-width img {
    width: 100%;
    height: auto;
}
.banner {
    position: relative;
    background-color: #000;
}
.banner button2 a, .banner a.button2 {
    background-color: #ffe500 !important;
    color: #000 !important;
    margin-top: 10px;
}
.banner button2 a:hover, .banner a:hover.button2 {
    background-color: #357CBD !important;
    color: #fff !important;
}
#vidBig {
    opacity: .8;
}
.uppertext {
    position: absolute;
    top: 25%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.uppertext h6 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
}
.cta {
    padding: 75px 25px;
}
.cta:hover {
    background: rgba(0,0,0,0.6);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.cta h2 {
    font-size: 50px;
    line-height: 60px;
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
}
.ctabox h3 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}
.ctabox p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.cta-title h2 {
    background-color: #357cbd;
    color: #fff;
    padding: 7px 30px;
    margin: -30px 50px 50px 50px;
    position: relative;
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 35px;
}
.cta-title h3 {
    background-color: #357cbd;
    color: #fff;
    padding: 7px 30px;
    margin: -30px auto 0 auto;
    z-index: 1;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 35px;
}
.cta-title h4 {
    background-color: #357cbd;
    color: #fff;
    padding: 7px 30px;
    margin: -30px auto 0 auto;
    z-index: 1;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.ctatext {
    border: 1px solid #d6d5d4;
    background-color: #fff;
    padding: 50px 20px 50px 20px;
    margin: -25px 0 25px 0;
    text-align: center;
}
.ctatext h3 {
    font-size: 24px;
    line-height: 30px;
}
.ctatext a {
    border-bottom: 1px solid #357cbd;
    margin-top: 10px;
    display: inline-block;
}
.ctatext a:hover {
    border-bottom: 1px solid #000;
    color: #000;
}
.eventbox {
    border: 1px solid #d6d5d4;
    background-color: #fff;
    padding: 50px 20px 30px 20px;
    margin: -25px 0 25px 0;
    text-align: center;
}
.eventbox h3 {
    font-size: 28px;
    line-height: 30px;
}
.eventbox h6 {
    line-height: 27px;
    margin: 0;
}
.eventbox a {
    border-bottom: 1px solid #357cbd;
    margin-top: 10px;
    display: inline-block;
}
.eventbox a:hover {
    border-bottom: 1px solid #000;
    color: #000;
}
.class-box {
    text-align: center;
    padding: 150px 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background: rgba(0,0,0,0.3);
}
.class-box:hover {
    padding: 40px 90px;
    background: rgba(53,124,189,0.95);
}
.class-box h3 {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
    font-size: 26px;
}
.class-box:hover h3 {
    text-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.class-box p {
    color: #fff;
    display: none;
}
.class-box:hover p {
    display: block;
}
.class-box button1 a, .class-box a.button1 {
    background-color: #ffe500 !important;
    color: #000 !important;
    margin-top: 10px;
}
.class-box button1 a:hover, .class-box a:hover.button1 {
    background-color: #000 !important;
    color: #fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #000 !important; 
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #357cbd !important;
}
.testimonialbox {
    text-align: center;
}
.testimonialbox p {
    color: #fff;
}
.testimonialbox .bx-pager.bx-default-pager a {
    background-color: rgba(255,255,255,0) !important; 
    border: 1px solid #fff;
    width: 15px !important;
    height: 15px !important;
}
.testimonialbox .bx-pager.bx-default-pager a:hover, .testimonialbox .bx-pager.bx-default-pager a.active {
    background-color: rgba(255,255,255,1) !important;
}
.testimonialbox h4 {
    color: #fff !important;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
}
.testimonialbox img {
    width: 100px;
    height: auto;
    border-radius: 50%;
    margin: 0 auto 20px auto;
}
.testimonial-block:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/three-water-drops.svg);
    width: 80px !important;
    height: auto !important;
    margin: 0 auto 15px auto;
    display: inline-block;
    position: relative;
}
.testimonial-block p {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}
.testimonial-block .bx-pager.bx-default-pager a {
    background-color: rgba(255,255,255,0) !important; 
    border: 1px solid #fff;
    width: 15px !important;
    height: 15px !important;
}
.testimonial-block .bx-pager.bx-default-pager a:hover, .testimonial-block .bx-pager.bx-default-pager a.active {
    background-color: rgba(255,255,255,1) !important;
}
.pricemenu {
    text-align: center;
    margin-top: 20px;
}
.pricemenu a {
    color: #000;
    font-size: 20px;
    margin: 0 20px;
}
.pricemenu a:hover {
    border-bottom: 1px solid #367BBD;
    color: #367BBD;
}
.map h2, .mail h2, .phone h2 {
    font-size: 36px;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
    
}
.mail h2 {
    padding-left: 45px;
}
.phone h2 {
    padding-left: 35px;
}
.map h2:before {
    position: absolute;
    content: '\f041';
    font-family: 'FontAwesome';
    top: 2px;
    left: 0;
    font-size: 34px;
    color: #fff;
}
.mail h2:before {
    position: absolute;
    content: '\f0e0';
    font-family: 'FontAwesome';
    top: 2px;
    left: 0;
    font-size: 34px;
    color: #fff;
}
.phone h2:before {
    position: absolute;
    content: '\f095';
    font-family: 'FontAwesome';
    top: 2px;
    left: 0;
    font-size: 34px;
    color: #fff;
}
.map p, .mail p, .phone p {
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.map p:before {
    position: absolute;
    content: '\f041';
    font-family: 'FontAwesome';
    top: 2px;
    left: 0;
    font-size: 16px;
    color: #fff;
}
.mail p:before {
    position: absolute;
    content: '\f0e0';
    font-family: 'FontAwesome';
    top: 2px;
    left: 0;
    font-size: 14px;
    color: #fff;
}
.phone p:before {
    position: absolute;
    content: '\f095';
    font-family: 'FontAwesome';
    top: 2px;
    left: 0;
    font-size: 16px;
    color: #fff;
}
.home-banner h1 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
}
.home-banner h6 {
    font-size: 80px;
    line-height: 90px;
    margin: 0;
}
.bluebox {
    background-color: #367bbd;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 25px;
}
.bluebox h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.bluebox p {
    font-size: 18px;
    line-height: 25px;
}
.bluebox h1, .bluebox h2, .bluebox h3, .bluebox h4, .bluebox h5, .bluebox h6, .bluebox p, .bluebox {
    color: #ffffff;
}
.bluebox h1 a, .bluebox h2 a, .bluebox h3 a, .bluebox h4 a, .bluebox h5 a, .bluebox h6 a, .bluebox p a, .bluebox a {
    color: #ffffff;
}
.expand-line h2 {
    text-transform: uppercase;
}
.expand-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.yellow-button button1 a, .yellow-button a.button1 {
    background-color: #ffe500 !important;
    color: #000 !important;
    margin-top: 10px;
}
.yellow-button button1 a:hover, .yellow-button a:hover.button1 {
    background-color: #357CBD !important;
    color: #fff !important;
}
.x-bknd:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/x.svg);
    width: 250px !important;
    height: auto !important;
    margin: -35px auto 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    opacity: .1;
}

/* Expand2
----------------------------------------------------------------------------------------------------*/
.expand2 {
    position: relative;
}
.expand2 h5 {
    position: relative; 
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
    color: #585958;
}
.expand2 h5:after {
    content: '+';
    margin-left: 5px;
    position: relative;
    top: -2px;
    font-size: 14px !important;
    color: #000;
    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 h5.active {
    color: #367BBD;
}
.expand2 h5.active:after {
    content: '-';
}
.expand2 h5:hover {
    cursor: pointer;
    color: #367BBD;
}

/* Expand3
----------------------------------------------------------------------------------------------------*/
.expand3 {
    position: relative;
    margin-bottom: 20px;
}
.expand3 h2 {
    position: relative; 
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}
.expand3 h2:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 10px;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px !important;
    color: #367bbd;
    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 h2.active:before {
    color: #367BBD;
    -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 h2:hover {
    cursor: pointer;
    color: #367BBD;
}

/* Read More Tabs
----------------------------------------------------------------------------------------------------*/

.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
    margin: 5px auto 20px auto;
    font-size: 15px;
}
.morelink:after {
    content: '\f107';
    font-size: 24px;
    font-family: 'FontAwesome';
    margin: 0 0 0 5px;
    position: absolute;
    color: var(--bg-color);
}
.less:after {
    content: '\f106' !important;
    font-size: 24px;
    font-family: 'FontAwesome';
    margin: -1px 0 0 5px;
    position: absolute;
    color: var(--bg-color);
}

/* Pricebox
----------------------------------------------------------------------------------------------------*/
.pricebox {
    border: 1px solid #d6d5d4;
    border-top: 6px solid #357cbd;
    background-color: #fff;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 60px;
}
.pricebox h4 {
    background-color: #357cbd;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    display: block;
    margin-top: -25px;
    font-size: 14px;
    margin-bottom: 20px;
}
.pricebox h3 {
    font-size: 16px;
    margin: 0;
}
.pricebox h6 {
    font-size: 36px;
    line-height: 45px;
    margin: 5px 0;
}
.button1 h6 {
    line-height: 20px !important;
}
.pricebox .se_button.button1 a, .pricebox a.se_button.button1 {
    margin: 0 0 10px 0;
}

/*----------------------------Tabs--------------------------*/
.tabs {
    text-align: center;
}
.tabs li{
    display: inline-block;
    margin: 0 !important;
}
.tabs ul {
    padding: 0;
}
.tabs ul li a {
    display: inline-block;
    color: #000;
    padding: 0 10px 10px 10px;
    list-style: none;
    text-transform: uppercase;
    border-bottom: 1px solid #c7c7c9;
}
.tabs ul li a:hover {
    text-decoration: none;
    color: #357cbd;
    border-bottom: 1px solid #357cbd;
    position: relative;
}
.tabs ul li a:hover:after {
	color: #357cbd;
    border-bottom: 1px solid #357cbd;
}
.tabs > div {
    display: none;
}
.le-edit-open .tabs > div {
    display: block !important;
}
.tabs > div:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tabs > div.expanded {
    display: block !important;
}
.tabs td {
    padding: 0 10px;
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin: 0 0 10px 0;
}
.expand h2 {
    position: relative; 
    font-size: 22px;
    color: #fff;
    background-color: #357CBD;
    padding: 7px 15px 7px 15px;
    line-height: 30px !important;
    text-transform: uppercase;
}
.expand h2:before {
    content: '\f103';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 22px !important;
    margin-top: 2px;
    color: var(--bg-main);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2.active {
    background-color: #000;
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand h2.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h2:hover {
    cursor: pointer;
    background-color: #000;
    color: #ffffff;
}

/* MB Login
----------------------------------------------------------------------------------------------------*/

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #357cbd !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients h3 {
    background-color: #357cbd !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 120px !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
.mb_login_existing_input {
    width: 100% !important;
    margin-left: -5px !important;
    margin-top: 10px !important;
}
.mb_login_new_label {
    width: 100% !important;
    text-align: left !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input {
    width: 100% !important;
}
.wrapper input[type="text"], .wrapper input[type="email"], .wrapper input[type="password"], .wrapper textarea {
    width: 100% !important;
}
.mb_login_new_row {
    width: 100% !important;
}
.password_info {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
#i_agree_row {
    width: 100% !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}
#signup_submit {
    margin-left: 0 !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: #000000 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup .recaptcha-terms {
    margin-bottom: 20px !important;
}
#le_mb_loginsignup h2 {
    background-color: #357cbd !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}
#signup_submit {
    background-color: #357cbd;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
}
#signup_submit:hover {
    background-color: #000000;
    color: #ffffff;
}
.liab_title {
    margin-top: 30px;
}
.liability_text {
    height: 160px !important;
    overflow: hidden;
}

@media (max-width: 768px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
    }
    #mb_login_question input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #login_form {
        margin-bottom: 40px !important;
    }
    #le_mb_loginsignup h2 {
        font-size: 18px !important;
    }
    #login_submit {
        width: 100px !important;
    }
    .seFormButton, .wrapper input[type="submit"].seFormButton {
        padding: 12px 15px !important;
    }
    #login_form .seFormButton, .wrapper input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
}

/* MB Classes
----------------------------------------------------------------------------------------------------*/

#le_mb_get_classes .class_row {
    background-color: #357cbd;
    padding: 10px 20px;
    border: 5px solid #ffffff !important;
    margin: 0 !important;
}
#le_mb_get_classes .class_row:hover {
    background-color: #000;
    cursor: pointer;
}
#le_mb_get_classes .class_name {
    font-size: 20px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

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

.square {
    padding-top: 5px !important;
    padding-left: 10px !important;
}
.square:nth-of-type(odd) {
    background-color: #eeeeee !important;
}
.class_location .indented-more {
    padding-left: 70px !important;
}
#le_mb_class_page .staff_side {
    width: 45%;
}
#le_mb_class_page h2 {
    background-color: #357cbd;
    color: #ffffff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 30px !important;
    margin-bottom: 10px;
}
.staff_bio_cutoff {
    height: 50px !important;
}
#class_info h4 {
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
#class_info {
    border: 0 solid #ffffff !important;
    padding: 0 !important;
}
.staff_side .taught_by {
    text-transform: uppercase !important;
    font-size: 20px !important;
    display: block !important;
    margin-bottom: 20px !important;
}
.staff_side .morelink {
    background-color: #357cbd !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    border-radius: 3px 3px 3px 3px !important;
    margin-top: 10px !important;
}
#le_mb_class_page .staff_side .staff_info {
    background-color: #eeeeee;
    padding: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    #le_mb_class_page .staff_side {
        width: 100% !important;
    }
    #class_info {
        border: 0 solid #ffffff !important;
    }
    .staff_side .taught_by {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    #class_info {
        width: 100% !important;
    }
}

/* Mindbody Schedule
----------------------------------------------------------------------------------------------------*/
.homeschedule {
    margin-top: -25px !important;
}
.homeschedule .mb_schedule {
    margin-top: -50px !important;
}
#le_mb_list_schedule {
    width: 100% !important;
    padding: 0 !important;
}
#date_filter {
    height: 30px !important;
    padding: 5px !important;
    width: 100px !important;
}
.master_date {
    border-bottom: 0px solid #ffffff !important;
}
.title_class {
    padding-left: 5% !important;
}
.title_staff {
    padding-left: 6% !important;
}
.wrapper #le_mb_list_schedule .master_date {
    background-color: #357cbd;
    color: #ffffff;
    padding: 10px 0 !important;
    height: 35px !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}
#le_mb_list_schedule tr {
    margin: 10px 0 !important;
}
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #eeeeee !important;
}
.schedule_filters .dropdowns {
    width: 19% !important;
    height: 20px !important;
}
.schedule_filters .selects {
    height: 30px;
    padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .wrapper #le_mb_list_schedule .master_date {
        font-size: 16px !important;
    }
    .dropdowns {
        width: 17% !important;
    }
}
.schedule_date_range {
    text-transform: uppercase !important;
}
#back_sched, #forward_sched {
    font-size: 30px !important;
}
#printview {
    background-color: #357cbd;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 0 0 0 5px;
    display: inline-block;
}
#printview:hover {
    background-color: #000;
}
.date_filter_div {
    margin-top: 0;
}
.homeschedule .mb_schedule {
    margin-top: -50px !important;
}
.row_class a {
    color: #000000 !important;
}
.row_class a:hover {
    color: #357cbd !important;
}
.trainer_name a {
    color: #000000 !important;
}
.trainer_name a:hover {
    color: #357cbd !important;
}
.mb_mobile_classname a {
    color: #357cbd !important;
}
#back_sched {
    color: #000000 !important;
}
#forward_sched {
    color: #000000 !important;
}
.mb_mobilebar_schedulebar_button {
    width: 100% !important;
}
.tiny {
    margin-top: 5px !important;
}
.sched_loc_name {
    display: none;
}

/* Staff Page
----------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) { 
    .staffGrid .staff_side {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-gap: 15px;
    }
}
@media (min-width: 992px) { 
    .staffGrid .staff_side {
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
        grid-gap: 15px;
    }
}
.staffGrid .staff_side .clear {
    display: none !important;
}
.staffGrid .page_stuff, .staffGrid .staff_bio {
    display: none !important;
}
.staffGrid .staff_img, .staffGrid  .staff_img img {
    width: 100% !important;
    border: 0 !important;
    height: 270px;
}
.staffGrid .staff_img {
    overflow-y: hidden !important;
    background-color: #357cbd;
}
.staffGrid .staff_img img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.staffGrid .staff_img:hover img  {
    opacity: .2;
    transform: scale(1.2);
}
.staffGrid .staff_img em {
    display: none !important;
}
.staffGrid .staff_info {
    position: relative;
    margin-bottom: 20px !important;
    background-color: #357CBD;
}
.staffGrid .staff_name {
    text-align: center !important;
    padding: 0;
    bottom: 30px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    color: #fff !important;
    text-transform: uppercase;
    z-index: 2;
}
.staffGrid .staff_name a {
    color: #fff !important;
}
.staffGrid .staff_name a:hover {
    color: #fff !important;
}

/* MB Staff
----------------------------------------------------------------------------------------------------*/

#le_mb_staff_page h2 {
    background-color: #357cbd;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}
.mb_staff_image {
    margin-left: 20px;
}
.class_list a {
    text-transform: uppercase;
}
@media (max-width: 767px) {
    #le_mb_staff_page .mb_staff_image img {
        width: 100% !important;
        height: auto !important;
    }
    #mb_mobilebar_staffpage_image img {
        max-width: 100% !important;
        height: auto !important;
    }
}
@media (max-width: 768px) {
    #le_mb_staff_page .mb_staff_image {
        margin: 0 0 20px 0!important;
    }
}
@media (min-width: 768px) {
    #le_mb_staff_page .mb_staff_image img {
        width: 300px !important;
        height: auto !important;
    }
}
@media (min-width: 992px) {
    #le_mb_staff_page .mb_staff_image img {
        width: 350px !important;
        height: auto !important;
    }
}
#mb_mobilebar a {
    color: #000 !important;
}
#mb_mobilebar_staffpage_content a {
    color: #357cbd !important;
}
.mb_instructor_bio, .mb_instructor_bio p, .mb_instructor_bio pre, .mb_instructor_bio div, .class_list, .class_list p, .class_list div  {
    font-family: 'Lato' !important;
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 1.5 !important;
}
.instructs_list {
    font-size: 18px;
    margin-bottom: 20px;
}
#le_mb_staff_page .class_list a {
    text-transform: uppercase;
    font-size: 24px;
    padding-left: 20px;
}
.class_list ul {
    padding: 0 !important;
}
.class_list .desc {
    margin: 10px 0 !important;
    border-left: 2px solid #357cbd !important;
    padding-left: 20px !important;
}

/* Checkout Page
----------------------------------------------------------------------------------------------------*/
.group_listing .container {
    padding: 0 !important;
}
.payment_form_packages {
    text-align: center;
}
.payment_form_packages h3 {
    margin-top: 25px;
    background-color: #357cbd;
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 15px 10px 10px 10px;
    margin: 25px 0;
}
.product-outer-div {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 30px 20px 25px 20px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
    margin: 0 1% 25px 1%;
    overflow: scroll;
}
.product-outer-div:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}
.Monthly {
    height: 400px;
}
.product-item-price {
    font-size: 40px;
    line-height: 45px;
    margin: 5px 0 10px 0;
}
#le_mb_payment h2 {
    text-align: center !important;
    margin-left: 35px;
}
.payment_form_packages .service_group {
    background-color: #357cbd;
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 15px 10px 10px 10px;
    margin: 25px 0;
}
.product-item-name {
    line-height: 20px;
}

/* Individual Checkout Page
----------------------------------------------------------------------------------------------------*/

.purchase-summary-body ul {
    padding-left: 0; 
    list-style: none; 
}
.purchase-summary-body #item_list li {
    margin: 0;
}
#item_list {
    margin: 15px 0 0 0 !important;
}
.total_item {
    display: block;
    width: 100%;
    font-size: 24px;
    margin: 10px 0;
    padding: 10px 0 0 0 !important;
}
.agrements-terms {
    padding: 0 20px 30px 20px !important;
    margin: 0 !important;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/

.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
}

.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.MainMenu {
    display: none;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.MainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
    font-family: 'Karla', sans-serif !important;
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #323232;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_1 a {
    font-family: 'Karla', sans-serif !important;
	display: block;
	padding: 5px 15px 5px 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #323232;
}

.menu-bar li.le_menuitem_level_0 li.le_menuitem_level_1 a {
    font-size:.9em;
}

.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.MainMenu .dropdown ul {
    display: none;
}

/* ---- Separate Mobile Menu ---- */
.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: inherit;
    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 {
    font-family: 'Karla', sans-serif !important;
	display: block;
	padding: .5em 0 .5em 0;
	font-size: 18px !important;
	color: #000 !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	/*color: #323232;*/
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
    font-family: 'Karla', sans-serif !important;
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
	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 {
}
.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: 767px) { 
    
    .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;
    }
}

.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;
}

/* ---- End Separate Mobile Menu ---- */


/* Main Content
----------------------------------------------------------------------------------------------------*/

.content {
	padding: 0;

}
.contentInner {
    padding: 15px;
}

.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}

/* ------- Feature Area --------- */
.feature-container.has-feature .edit-instructions {
    display: none !important;
}

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

.footer {
    clear: both;
	padding: 60px 0;
}
.footertext h6 {
    font-size: 36px;
    line-height: 45px;
}
.footer-base {
    padding-top:15px;
}
.footer p {
	font-size: 13px;
	color: #ffffff;
}

.se_social {
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}

.se_social a {
    margin: 0 .15em;
}
.footermenu a {
    margin-bottom: 10px;
    display: block;
}


/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) { 
    .expand3 h2 {
        font-size: 16px !important;
    }
    .home-banner h1 {
        font-size: 26px;
        line-height: 35px;
    }
    .home-banner h6 {
        font-size: 30px;
        line-height: 40px;
    }
    .bigtext h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .uppertext {
        top: 15%;
    }
    .uppertext h6 {
        font-size: 28px;
        line-height: 35px;
    }
    .uppertext .se_button a, .uppertext a.se_button {
        padding: 10px !important;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 36px !important;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 30px !important;
    }
    .newsletter input[type="submit"].seFormButton {
        position: relative;
        margin-top: -25px;
        display: block;
        width: 100%;
    }
    .footer {
        text-align: center;
    }
    td, th {
        display: block;
        clear: both;
    }
    td[data-th]:before {
        content: attr(data-th);
        float: left;
    }
    .tabs li {
        display: block !important;
    }
    .tabs ul li a {
        font-size: 16px;
        display: block !important;
        padding: 10px !important;
    }
    .InsideMenu .se_button.button1 a, .InsideMenu a.se_button.button1 {
        display: block;
        width: 100%;
    }
    .desktop-only {
        display: none;
    }
    .no-padding-mobile {
        padding: 0 !important;
    }
    .testimonial-block {
        padding: 50px 20px;
    }
    .testimonial-block p {
        font-size: 16px;
        line-height: 25px;
    }
    #le_mb_list_schedule h2 {
        font-size: 20px !important;
    }
    .schedule_date_range {
        font-size: 20px !important;
        line-height: 25px;
    }
    .mobile_locname {
        display: none !important;
    }
    #back_sched, #forward_sched {
        font-size: 16px !important;
    }
    .title_date, .title_class, .title_staff {
        top: 0 !important;
    }
    .mb_mobilebar {
        background-color: #fff !important;
        background: #fff !important;
    }
    #le_mb_list_schedule .title_date {
        font-size: 20px !important;
    }
    .mb_mobilebar_schedulebar_time {
        width: 100% !important;
    }
    .mb_mobilebar_schedulebar_classname {
        width: 100% !important;
        padding: 0px 0 10px 10px !important;
    }
    .mb_mobilebar_schedulebar_button {
        float: left !important;
        text-align: left !important;
        padding: 10px 0 !important;
    }
    .mb_mobilebar_schedulebar_button .tiny {
        padding-left: 10px !important;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: right;
        width: 100%;
        clear: both;
        top: 0;
        margin-top: 0;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding-top: 10px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        font-family: 'Karla', sans-serif !important;
        display: block;
        position: relative;
        padding: 10px 8px 20px 5px;
        font-size: 10px !important;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    }
    /*.Menu1 a {*/
    /*    background-color: #357cbd;*/
    /*    color: #fff !important;*/
    /*    padding: 15px 40px 15px 40px !important;*/
    /*    margin: 0 15px 0 10px !important;*/
    /*    margin-top: -45px !important;*/
    /*    font-size: 20px !important;*/
    /*    line-height: 27px ! important;*/
    /*    top: -12px;*/
    /*    font-family: 'Lato' !important;*/
    /*    text-align: center !important;*/
    /*}*/
    /*.Menu1 a:hover {*/
    /*    background-color: #000 !important;*/
    /*}*/
    .LastMenu a {
        padding: 10px 15px !important;
        background-color: #ffe500 !important;
        color: #000 !important;
    }
    .LastMenu a:hover {
        background-color: #357CBD !important;
        color: #fff !important;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
    }
    
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	z-index: 10;
    	display: none;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
        font-family: 'Karla', sans-serif !important;
    	display: block;
    	padding: 3px 10px;
    	color: #323232;
    	font-size: 15px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #d83d44;
        background-image: none;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left:100%;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	background: rgba(237, 237, 237, 0.9);
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        dipslay: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .TopMenu {
        display: block;
        padding: 0 160px 0 0 !important;
        text-align: right;
        float: right;
        width: 600px;
        -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
        background-color: #DDDDDD;
    }
    .TopMenu ul {
        margin: 0;
        padding: 0;
    }
    .TopMenu li {
    	list-style: none;
    }
    .TopMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .TopMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 0;
    }
    .TopMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        padding: 12px 15px;
        font-size: 15px;
        color: #000;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        text-transform: uppercase;
        font-family: 'Lato' !important;
    }
    .TopMenu li.le_menuitem_level_0 a:hover {
        color: #357CBD;
    }
    /* ---- End Separate Mobile Menu ---- */
    .footer-text p {
        font-size: 17px;
    }
    .bigtext h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .bigtext h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .bigger-text  p {
        font-size: 18px;
        line-height: 20px;
    }
    .testimonialbox p {
        font-size: 20px;
        line-height: 30px;
    }
    .newsletter {
        margin-top: -5px;
    }
    .newsletter input[type="text"], .newsletter input[type="email"], .newsletter input[type="password"], .newsletter textarea {
        margin-bottom: -18px;
        min-width: 280px;
    }
    .newsletter input[type="submit"].seFormButton {
        float: right !important;
        margin-top: -40px !important;
        left: -12px !important;
        position: relative !important;
    }
    .footerimg img {
        margin-top: -25px;
    }
    .mobile-only a {
        display: none !important;
    }
    .uppertext .button1, .uppertext .button2 {
        font-size: 18px !important;
    }
    .textbox {
        padding: 0 50px;
    }
    .product-outer-div {
        width: 44%;
    }
    .class_row {
        width: 50% !important;
        float: left !important;
    }
    .tabs ul li a {
        font-size: 16px;
    }
    .testimonial-block {
        padding: 50px 30px;
    }
    .box2 td {
        width: 50% !important;
    }
    .box3 td {
        width: 33% !important;
    }
    .box4 td {
        width: 25% !important;
    }
    .InsideMenu .se_button.button1 a, .InsideMenu a.se_button.button1 {
        margin: 10px 5px 0 5px;
    }
    /*.contactform {*/
    /*    padding: 0 20%;*/
    /*}*/
    .pricebox h3 {
        font-size: 13px;
    }
    .pricebox h6 {
        font-size: 24px;
        line-height: 35px;
    }
    .class-box {
        padding: 250px 20px;
    }
    .no-gutters-left {
        padding-right: 0;
        padding-left: 0;
    }
    .no-gutters-right {
        padding-left: 0;
        padding-right: 0;
    }
    .schedule_date_range {
        line-height: 30px !important;
        font-size: 24px !important;
    }
    .schedule_filters {
        width: 92% !important;
    }
    .banner {
        top: -30px !important;
    }
}
@media (max-width: 992px) { 
    .textbox {
        padding: 60px 30px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 13px !important;
        padding: 10px 10px 25px 8px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 10px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerMid {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
    .testimonialbox {
        padding: 0 150px;
    }
    .newsletter input[type="text"], .newsletter input[type="email"], .newsletter input[type="password"], .newsletter textarea {
        min-width: 220px;
    }
    .product-outer-div {
        width: 22%;
    }
    .row-same-height {
        display:table;
        width: 100%;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0 15px;
    }
    
    .row-same-height.sh-va-middle [class^="col-"],
    .row-same-height.sh-va-middle [class*="col-"]{
        vertical-align: middle;
    }
    .row-same-height.sh-va-bottom [class^="col-"],
    .row-same-height.sh-va-bottom [class*="col-"]{
        vertical-align: middle;
    }
    .testimonial-block p {
        font-size: 14px;
        line-height: 25px;
    }
    .schedule_filters {
        width: 88% !important;
    }
    .tabs ul li a {
        font-size: 20px;
    }
    .pricebox h3 {
        font-size: 16px;
    }
    .pricebox h6 {
        font-size: 36px;
        line-height: 45px;
    }
    .testimonial-block {
        padding: 0 30px;
    }
    .class-box {
        padding: 150px 20px;
    }
    .no-gutters-left {
        padding-right: 15px;
        padding-left: 0;
    }
    .no-gutters-right {
        padding-left: 15px;
        padding-right: 0;
    }
    .schedule_date_range {
        line-height: 40px !important;
        font-size: 36px !important;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 12px 25px 8px;
        font-size: 16px !important;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
    .TopMenu {
        width: 800px;
    }
    .newsletter input[type="text"], .newsletter input[type="email"], .newsletter input[type="password"], .newsletter textarea {
        min-width: 280px;
    }
    .pricebox {
        min-height: 260px;
    }
    .testimonial-block p {
        font-size: 20px;
        line-height: 35px;
    }
    .schedule_filters {
        width: 84% !important;
    }
    .banner {
        height: 600px;
        overflow-y: hidden;
    }
}


/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

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;
}
img {
    max-width: 100%;
    height: auto;
}

.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.feature-content .le_plugin_slider_container {
    margin:auto;
}
.feature-content [le_content_type="htmlslider"] img {
	vertical-align: middle;
    width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* MINDBODY Overrides
----------------------------------------------------------------------------------------------------*/

.le_mb_wrapper {
    padding-top:10px;
}
.week-view-ns .ns-calendar .inner-wrapper-block {
    display: block !important;
}
.week-view-ns .ns-calendar .cal-block {
    margin-right: 0 !important;
}

/* MINDBODY Appointments Page Overrides
----------------------------------------------------------------------------------------------------*/
.mb_appt_wrapper {
}

/* ------------------------------------------
  Overrides - Services and MB
  --------------------------------------------- */

/* ------- Staff Pages ------ */

.wrapper #le_mb_get_staff .staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}

.wrapper #le_mb_get_staff .staff_info{
    margin-bottom: 20px;
}

/* ----- Class Pages ----- */
#le_mb_class_page #class_info img {
    margin-bottom: 20px;
    padding-left: 0;
}

#le_mb_class_page #class_info h4 {
    clear: both;
    margin-bottom: 10px;
}

#le_mb_class_page .staff_info img {
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
}

#le_mb_class_page .staff_info h4 {
    margin-bottom: 10px;
}

.wrapper .staff_info .firstname,.wrapper .staff_info .lastname {
    font-size:18px;
}

/* ------- list Schedule ------ */

.mb_listview_date #forward, .mb_listview_date #back {
    width: 40px;
    height: 40px;
    font-size: 28px;
    transition:all .2s ease;
}

.wrapper #le_mb_list_schedule .master_date {
    padding-top:0;
}
.wrapper #le_mb_list_schedule .title_date {
    padding-left: 20px;
}
.wrapper #le_mb_list_schedule .row_date {
    padding-left: 20px;
}
.title_date, .title_class, .title_staff {
    position:relative;
    top:-5px;
}  

.wrapper #le_mb_list_schedule .row_class {
    padding-left:20px;
}

.wrapper #le_mb_list_schedule .row_staff {
    padding-left:2px;
}

/* ------- MB login ----- */
#login_form .mb_login_existing_row {
    display: block;
    clear: both;
    overflow: hidden;
}

#le_mb_loginsignup #new_clients {
    border-left: 1px solid rgba(0,0,0,.23);
}
/* ------- MB Clients ----- */
@media all and (max-width: 768px) {
    #new_clients {
        min-width: 300px;
    }
    #new_clients label {
        text-align: left !important;
    }
    #existing_clients {
        min-width: 300px;
    }
    #existing_clients label {
        text-align: left !important;
    }
    .mb_login_existing_label {
         text-align: left !important;
    }
}

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

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  

/* Box Slider Fixes
----------------------------------------------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
    z-index: 100 !important;
}
.htmlPanel { /* Fixes shift of content when fade transition is applie */
    left: 0;
}

/* ---- Scale map down on mobile devices for easier scrolling ----*/

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

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

/* -- Blog Service Styles -- */

#blog-wrapper {
    padding: 0;
    margin-top: 40px;
    display: table;
    width: 100%;
}

#blog_sidebar.blog_sidebar {
    width: 25%;
    margin-right: 10%;
    padding-right: 3%;
    display: table-cell;
    float: none;
    vertical-align: top;
}

#blog_sidebar #blog_sidebar_name {
    font-size: 1.35em;
    margin-bottom: 10px;
}

#blog_sidebar_image {
    display:block;
    margin: auto;
}

/* -- Post List -- */

#blog_post_listing:before, #blog_sidebar:before {
    display: block;
    content: "";
    margin-top: 50px;
}

#blog_post_listing.blog_post_listing_sidebar { /*This is actually the post listing container...not the sidebar*/
    width: 75%;
    padding-left: 5%;
    display: table-cell;
    float: none;
}

#blog_post_listing .blog_post_listing {
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

#blog_post_listing h1.blog_post_listing_title {
    line-height:1;
    margin-bottom: 10px;
}

#blog_post_listing .feature_blog_text {
    margin-left:0;
}


#blog_post_listing .blog_post_listing_footer_section {
    padding: 10px 0 0 0;
}

#blog_post_listing .blog_post_listing_footer_hr {
    display:none;
}

img.blog_post_listing_author_img, img.blog_post_author_img, .blog_post_comment_new_author_image {
    max-width:38px;
    height: auto;
    border-radius: 500px;
}

.blog_post_listing_publishdatetime, .blog_post_listing_author {
font-size: 13px;
}

.blog_post_listing_author,.blog_post_author {
    font-weight: bold;
}

.blog_post_listing_content {
    /*clear: both;*/
}

.blog_post_listing_title_section {
    margin-right: 50px;
}

.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}

#blog_post_listing .feature_blog_image {
    margin-right: 20px;
}

#blog_post_listing .feature_blog_text {
    float: none;
}

#blog_post_listing .blog_post_listing_permalink a {
    word-break: break-all;
}

a.read_more_link {
    display: table;
    background: #424242;
    padding: 10px 15px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px !important;
    font-style: italic;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 767px) {
    #blog_sidebar.blog_sidebar {
        display:none;
    }
    #blog_post_listing.blog_post_listing_sidebar {
        width: 100%;
        padding-left: 0;
    }
}

@media all and (max-width: 600px) {
    #blog_post_listing .blog_post_listing_header_section {
        display:none;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .blog_post_listing_title_section {
        margin: 0;
        text-align: center;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
    }
    #blog_post_listing a.read_more_link {
        margin: 15px auto 0;
    }

}

/* --- Single (Full) Posts --- */
#blog_post .blog_post_title_section {
    margin: 10px 0;
}

#blog_post_content_section {
    max-width: 720px;
}

#blog_post .blog_post_comments_hr {
    display: none;
}
#blog_post .blog_post_footer_hr {
    margin: 30px 0 10px 0;
}

#blog_post .blog_post_footer_section {
    margin-bottom: 20px;
}

#blog_post_permalink {
    word-break: break-all;
}

/* --- Blog Post Comments --- */
#blog_post_comments_section {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
}

.blog_post_comments_header {
    padding:8px 15px;
}

h2#comments {
    font-size:18px;
}

#blog_post_comments_section .blog_post_comment_post_container {
    border: 0;
    background: rgba(0,0,0,.05);
    padding:30px 15px;
}

#blog_post_comments_section .blog_post_comment_new_comment_actions {
    text-align: left;
    margin-top: 15px;
}


/* -- Blog Element Styles -- */

.blog_post_listing_element {
    margin-bottom: 10px;
}

.blog_post_listing_element h1.blog_post_listing_title {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: .5em;
}

.blog_post_listing_element .feature_blog_image {
    float: left;
    margin-right: 20px;
}    

.blog_post_listing_element .blog_post_listing_footer_hr {
    display: none;
}

.read_more_div a{
    display: inline-block;
    background: #424242;
    padding: 5px 10px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 768px) {
    .blog_post_listing_element .feature_blog_image {
        float: none;
    }
}

/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

/* - Text Classes - */
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.85);
}
.text-shadow-light {
    text-shadow: 0px 1px 1px rgba(255,255,255,.65)
}

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
}
.checklist-circle ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist-circle ul li { 
    margin-bottom:10px; 
}
.checklist-circle ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}

/* ---- Responsive text aligning ---- */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width:1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}


/* -- Display Cards -- */

.display-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 20px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
}

.display-card:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

/* -- Mobile Only Theme Styles -- */
@media all and (max-width: 768px) {
    .mobile-center {
        text-align: center !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }
    .mobile-hide {
        display: none !important; /* needs important incase Aurora advanced tab align setting differs */
    }
}

/* --------- End Theme Styles --------- */


/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
@media all and (max-width:1279px){
    #auroraContentContainer {
    	min-width:100%;
    	position: relative;
    	top: 0px;
    }
}
.aurora_pushContent {
    left:200px;
    margin-left:0 !important;
}

.le-logged-in #auroraContentContainer {
	top: 40px;
}

.le_region_name {
    font-family: 'Helvetica', arial, sans-serif !important;
    font-weight: normal !important;
}
.le_region_overlay_container {
    margin-top:0;
}

/* -- End System Fixes -- */

/* -- Search Results Page -- */
.search_result {
  clear: both;
}

/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}
/* -- Disable CSS Animations when in edit mode -- */
.le-edit-open .animated{
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}



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

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

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

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

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

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

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}


/* --- Helper Instructions when in edit mode --- */

.edit-instructions {
    display: none;
}

.le-edit-open .edit-instructions {
    display: block;
    clear: both;
    padding: 10px;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}
.se_mainContent .col-xs-1, .se_mainContent .col-sm-1, .se_mainContent .col-md-1, .se_mainContent .col-lg-1, .se_mainContent .col-xs-2, .se_mainContent .col-sm-2, .se_mainContent .col-md-2, .se_mainContent .col-lg-2, .se_mainContent .col-xs-3, .se_mainContent .col-sm-3, .se_mainContent .col-md-3, .se_mainContent .col-lg-3, .se_mainContent .col-xs-4, .se_mainContent .col-sm-4, .se_mainContent .col-md-4, .se_mainContent .col-lg-4, .se_mainContent .col-xs-5, .se_mainContent .col-sm-5, .se_mainContent .col-md-5, .se_mainContent .col-lg-5, .se_mainContent .col-xs-6, .se_mainContent .col-sm-6, .se_mainContent .col-md-6, .se_mainContent .col-lg-6, .se_mainContent .col-xs-7, .se_mainContent .col-sm-7, .se_mainContent .col-md-7, .se_mainContent .col-lg-7, .se_mainContent .col-xs-8, .se_mainContent .col-sm-8, .se_mainContent .col-md-8, .se_mainContent .col-lg-8, .se_mainContent .col-xs-9, .se_mainContent .col-sm-9, .se_mainContent .col-md-9, .se_mainContent .col-lg-9, .se_mainContent .col-xs-10, .se_mainContent .col-sm-10, .se_mainContent .col-md-10, .se_mainContent .col-lg-10, .se_mainContent .col-xs-11, .se_mainContent .col-sm-11, .se_mainContent .col-md-11, .se_mainContent .col-lg-11, .se_mainContent .col-xs-12, .se_mainContent .col-sm-12, .se_mainContent .col-md-12, .se_mainContent .col-lg-12{
    min-height: 0px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area1 {
}
#le_footer-area4 {
    margin-top: -30px;
}
#le_header-right {
}
.aurora_about #le_section-five {
    padding-bottom: 0px;
}
.aurora_about #le_section-four {
    padding-bottom: 0px;
}
.aurora_about #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-row-class.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_about #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about #le_section-two-area6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
}
.aurora_about #le_section-two-area7 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
}
.aurora_about #le_section-two-area8 {
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
}
.aurora_about-me #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/blog-thumb-coffee.jpg);
}
.aurora_affiliate-links #le_feature {
    text-align: center;
    color: rgb(255, 255, 0);
    font-size: 50px;
}
.aurora_affiliate-links #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_affiliate-links #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battle-rope-class.jpg);
    background-position: top center;
}
.aurora_allison #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_appointments #le_section-one {
    margin-top: 30px;
}
.aurora_appointments #le_section-one-area7 {
    padding-left: 0px;
}
.aurora_book-now #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/kettle-bell-rack.jpg);
    background-size: cover;
    background-position: top left;
    margin-top: 0px;
}
.aurora_book-now #le_section-three {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_broadway #le_feature-content2 {
    padding-top: 100px;
    padding-bottom: 20px;
}
.aurora_broadway #le_feature-content2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_broadway #le_feature-content3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/kettle-bell-couple.jpg);
    background-size: cover;
    background-position: bottom right;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_broadway #le_feature-content3 {
}
.aurora_broadway #le_feature-content4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/male-trx.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_broadway #le_feature-content4 {
}
.aurora_broadway #le_featureContainer {
    background-color: rgb(0, 0, 0);
    padding-bottom: 125px;
}
.aurora_broadway #le_featureContainer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/outdoor-window-logo.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_broadway #le_headerContainer {
}
.aurora_broadway #le_headerRegion {
}
.aurora_broadway #le_masthead {
    background-color: rgba(0, 0, 0, 0.5);
}
.aurora_broadway #le_masthead-region {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 20px;
}
.aurora_broadway #le_masthead-right {
    color: rgb(255, 255, 255);
}
.aurora_broadway #le_menu-region {
}
.aurora_broadway #le_sec2 1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_broadway #le_sec2 Con 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_broadway #le_sec2 Con 1 A {
    background-color: rgb(230, 225, 218);
}
.aurora_broadway #le_sec2 X 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_broadway #le_sec2-1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_broadway #le_sectio-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/section5-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_broadway #le_section-five {
}
.aurora_broadway #le_section-five-area1 {
}
.aurora_broadway #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/class-women-lounges.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_broadway #le_section-five-area2 {
}
.aurora_broadway #le_section-five-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/gym-studio/gym-studio_1000x995.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_broadway #le_section-five-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battle-rope-kettle-balls/battle-rope-kettle-balls_1000x750.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_broadway #le_section-five-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-trx-legs/women-trx-legs_1000x668.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_broadway #le_section-five-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row-class/row-class_1000x667.jpeg);
    background-size: cover;
    background-position: bottom center;
}
.aurora_broadway #le_section-five-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-lounges-workout-class/women-lounges-workout-class_1000x666.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_broadway #le_section-five-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-row-class/women-row-class_1000x750.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_broadway #le_section-five-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/outdoor-parking-lot-workout/outdoor-parking-lot-workout_1000x668.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_broadway #le_section-four {
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_broadway #le_section-four {
    background-color: rgb(52, 125, 189);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_broadway #le_section-four-area2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_broadway #le_section-four-area8 {
}
.aurora_broadway #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 125px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_broadway #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_broadway #le_section-one-area {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_broadway #le_section-one-area1 {
}
.aurora_broadway #le_section-seven {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.png);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_broadway #le_section-seven {
    background-color: rgb(52, 125, 189);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_broadway #le_section-six {
    background-color: rgb(52, 125, 189);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_broadway #le_section-six {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_broadway #le_section-six-area1 {
}
.aurora_broadway #le_section-three {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_broadway #le_section-three-area1 {
    padding-top: px;
    padding-bottom: px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 36px;
}
.aurora_broadway #le_section-three-area2 {
}
.aurora_broadway #le_section-three-area3 {
}
.aurora_broadway #le_section-three-area4 {
}
.aurora_broadway #le_section-two {
    padding-bottom: 75px;
}
.aurora_broadway #le_section-two {
    background-color: rgb(52, 125, 189);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_broadway #le_section-two-area1 {
}
.aurora_broadway #le_section-two-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/tire.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_broadway #le_section-two-area10 {
}
.aurora_broadway #le_section-two-area10-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battlerope.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_broadway #le_section-two-area10-1 {
}
.aurora_broadway #le_section-two-area10-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/woman-row.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_broadway #le_section-two-area10-2 {
}
.aurora_broadway #le_section-two-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row.jpg);
    background-size: cover;
    background-position: top center;
    margin-bottom: 25px;
}
.aurora_broadway #le_section-two-area11 {
}
.aurora_broadway #le_section-two-area2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_broadway #le_section-two-area3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_broadway #le_section-two-area4 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_broadway #le_section-two-area5 {
}
.aurora_broadway #le_section-two-area6 {
}
.aurora_broadway #le_section-two-area7 {
    padding-top: 25px;
    padding-bottom: 125px;
}
.aurora_broadway #le_section-two-area7 {
}
.aurora_broadway #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/medicine-ball.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 75px;
    margin-bottom: 25px;
}
.aurora_broadway #le_section-two-area8 {
}
.aurora_broadway #le_section-two-area8-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/rowing.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_broadway #le_section-two-area8-1 {
}
.aurora_broadway #le_section-two-area8-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/man-row.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_broadway #le_section-two-area8-2 {
}
.aurora_broadway #le_section-two-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/woman-trx.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
    padding-top: 0px;
}
.aurora_broadway #le_section-two-area9 {
}
.aurora_broadway #le_section-two-area9-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battlerope.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_broadway #le_section-two-area9-1 {
}
.aurora_broadway #le_section-two-area9-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/yoga.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_broadway #le_section-two-area9-2 {
}
.aurora_broadway #le_section2-1 {
    background-color: rgb(230, 225, 218);
}
.aurora_broadway #le_section2-content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_broadway #le_section2_content {
    background-color: rgb(230, 225, 218);
}
.aurora_broadway #le_section2_content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_broadway-schedule #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/outdoor-window-logo.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_broadway-schedule #le_section-three {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_cancellations--policy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Danny_Coaching-2.jpg);
}
.aurora_careers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/store-logo-sign.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_classes #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_contact #le_feature-content1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_contact #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_contact #le_section-four {
    padding-top: 40px;
}
.aurora_contact #le_section-four {
    padding-bottom: 75px;
}
.aurora_contact #le_section-four-area6 {
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/kettle-bell-couple.jpg);
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/kettle-bell-couple.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-three-area2 {
    background-image: linear-gradient(rgba(52, 125, 189, 0.8), rgba(52, 125, 189, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battlerope.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}
.aurora_contact #le_section-three-area2 {
}
.aurora_contact #le_section-three-area3 {
    background-image: linear-gradient(rgba(52, 125, 189, 0.8), rgba(52, 125, 189, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/man-row.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}
.aurora_contact #le_section-three-area3 {
}
.aurora_contact #le_section-three-area4 {
    background-image: linear-gradient(rgba(52, 125, 189, 0.8), rgba(52, 125, 189, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}
.aurora_contact #le_section-three-area4 {
}
.aurora_contact-broadway #le_section-four {
    padding-bottom: 75px;
}
.aurora_contact-broadway #le_section-four {
    padding-bottom: 75px;
}
.aurora_contact-broadway #le_section-four-area6 {
}
.aurora_contact-broadway #le_section-four-area6 {
}
.aurora_contact-broadway #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/kettle-bell-couple.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact-broadway #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/kettle-bell-couple.jpg);
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact-broadway #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/kettle-bell-couple.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact-broadway #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact-broadway #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact-broadway #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact-broadway #le_section-three-area2 {
    background-image: linear-gradient(rgba(52, 125, 189, 0.8), rgba(52, 125, 189, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battlerope.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}
.aurora_contact-broadway #le_section-three-area2 {
    background-image: linear-gradient(rgba(52, 125, 189, 0.8), rgba(52, 125, 189, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battlerope.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}
.aurora_contact-broadway #le_section-three-area3 {
    background-image: linear-gradient(rgba(52, 125, 189, 0.8), rgba(52, 125, 189, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/man-row.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}
.aurora_contact-broadway #le_section-three-area3 {
    background-image: linear-gradient(rgba(52, 125, 189, 0.8), rgba(52, 125, 189, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/man-row.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}
.aurora_contact-broadway #le_section-three-area4 {
    background-image: linear-gradient(rgba(52, 125, 189, 0.8), rgba(52, 125, 189, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}
.aurora_contact-broadway #le_section-three-area4 {
    background-image: linear-gradient(rgba(52, 125, 189, 0.8), rgba(52, 125, 189, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}
.aurora_contact-us #le_section-four {
    background-image: linear-gradient(rgba(52, 125, 189, 0.8), rgba(52, 125, 189, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/trx.png);
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_contact-us #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/store-logo-sign.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_contact-us #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_energyx-hiit-classes #le_section-five {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
}
.aurora_energyx-hiit-classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/DSC05479.jpg);
}
.aurora_energyx-hiit-classes #le_section-six {
    background-color: rgb(52, 125, 189);
}
.aurora_energyx-hiit-classes #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_energyx-hiit-classes #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/group-balance-ball-class.jpg);
    background-size: cover;
}
.aurora_energyx-hiit-classes #le_section-three-area3 {
    background-color: rgb(0, 0, 0);
    background-size: cover;
}
.aurora_energyx-hiit-classes #le_section-three-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battle-rope-class.jpg);
    background-size: cover;
}
.aurora_energyx-hiit-classes #le_section-three-area7 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
}
.aurora_energyx-hiit-classes #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_energyx-hiit-classes #le_section-two-area1 {
}
.aurora_energyx-hiit-classes #le_section-two-area5 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
}
.aurora_energyx-rowing-classes #le_section-eight {
}
.aurora_energyx-rowing-classes #le_section-five {
    background-color: rgb(52, 125, 189);
}
.aurora_energyx-rowing-classes #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_energyx-rowing-classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row-machines.jpg);
}
.aurora_energyx-rowing-classes #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_energyx-rowing-classes #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Row_1.png);
    background-size: cover;
}
.aurora_energyx-rowing-classes #le_section-three-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Row_2.png);
    background-size: cover;
}
.aurora_energyx-rowing-classes #le_section-three-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Row_3.png);
    background-size: cover;
}
.aurora_energyx-rowing-classes #le_section-three-area7 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_energyx-rowing-classes #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_energyx-rowing-classes #le_section-two-area1 {
}
.aurora_energyx-rowing-classes #le_section-two-area5 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_energyx-strength-classes #le_section-five {
    background-color: rgb(52, 125, 189);
}
.aurora_energyx-strength-classes #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_energyx-strength-classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/DSC05479.jpg);
}
.aurora_energyx-strength-classes #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_energyx-strength-classes #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Xccelerate_Thumb.png);
    background-size: cover;
}
.aurora_energyx-strength-classes #le_section-three-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/XStrength_Thumb_copy.jpg);
    background-size: cover;
}
.aurora_energyx-strength-classes #le_section-three-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/TRX_Thumb.png);
    background-size: cover;
}
.aurora_energyx-strength-classes #le_section-three-area7 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_energyx-strength-classes #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_energyx-strength-classes #le_section-two-area1 {
}
.aurora_energyx-strength-classes #le_section-two-area5 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_events #le_section-four-area4 {
}
.aurora_events #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/keg-group.jpg);
    background-position: center left;
}
.aurora_events #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_events #le_section-three-area2 {
}
.aurora_events #le_section-three-area8 {
    background-size: cover;
}
.aurora_events #le_section-three-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/BE583D49-D6B7-41C7-972E-430113A4A47A_copy.png);
    background-size: auto;
    border-width: 0px;
    margin-bottom: 0px;
}
.aurora_faqs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/two-women-workout-class.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_faqs #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_features-copy #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features-copy #le_headerRegion {
    background-size: cover;
    background-position: center center;
}
.aurora_group-fitness #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/trx-class-instructor.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_group-fitness #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_group-fitness #le_section-three-area1 {
}
.aurora_group-fitness #le_section-three-area2 {
}
.aurora_group-fitness #le_section-three-area3 {
}
.aurora_group-fitness #le_section-three-area4 {
}
.aurora_hemisfair #le_feature-content2 {
    padding-top: 100px;
    padding-bottom: 20px;
}
.aurora_hemisfair #le_feature-content2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair #le_feature-content3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/kettle-bell-couple.jpg);
    background-size: cover;
    background-position: bottom right;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_hemisfair #le_feature-content3 {
}
.aurora_hemisfair #le_feature-content4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/male-trx.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair #le_feature-content4 {
}
.aurora_hemisfair #le_featureContainer {
    background-color: rgb(0, 0, 0);
    padding-bottom: 125px;
}
.aurora_hemisfair #le_featureContainer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/kettle-bell-couple.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_hemisfair #le_featureContainer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/store-street.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_hemisfair #le_headerContainer {
}
.aurora_hemisfair #le_headerRegion {
}
.aurora_hemisfair #le_masthead {
    background-color: rgba(0, 0, 0, 0.5);
}
.aurora_hemisfair #le_masthead-region {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 20px;
}
.aurora_hemisfair #le_masthead-right {
    color: rgb(255, 255, 255);
}
.aurora_hemisfair #le_menu-region {
}
.aurora_hemisfair #le_sec2 1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair #le_sec2 Con 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair #le_sec2 Con 1 A {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair #le_sec2 X 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair #le_sec2-1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair #le_sectio-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/section5-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_hemisfair #le_section-five {
}
.aurora_hemisfair #le_section-five-area1 {
}
.aurora_hemisfair #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/class-women-lounges.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair #le_section-five-area2 {
}
.aurora_hemisfair #le_section-five-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/gym-studio/gym-studio_1000x995.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair #le_section-five-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battle-rope-kettle-balls/battle-rope-kettle-balls_1000x750.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair #le_section-five-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-trx-legs/women-trx-legs_1000x668.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair #le_section-five-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row-class/row-class_1000x667.jpeg);
    background-size: cover;
    background-position: bottom center;
}
.aurora_hemisfair #le_section-five-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-lounges-workout-class/women-lounges-workout-class_1000x666.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair #le_section-five-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-row-class/women-row-class_1000x750.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair #le_section-five-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/outdoor-parking-lot-workout/outdoor-parking-lot-workout_1000x668.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair #le_section-four {
    background-color: rgb(52, 125, 189);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair #le_section-four {
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_hemisfair #le_section-four {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair #le_section-four-area2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_hemisfair #le_section-four-area8 {
}
.aurora_hemisfair #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 125px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_hemisfair #le_section-one {
}
.aurora_hemisfair #le_section-one-area {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_hemisfair #le_section-one-area {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_hemisfair #le_section-one-area1 {
}
.aurora_hemisfair #le_section-seven {
    background-color: rgb(52, 125, 189);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair #le_section-seven {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.png);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_hemisfair #le_section-six {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_hemisfair #le_section-six {
    background-color: rgb(52, 125, 189);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_hemisfair #le_section-six {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair #le_section-six-area1 {
}
.aurora_hemisfair #le_section-three {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_hemisfair #le_section-three-area1 {
    padding-top: px;
    padding-bottom: px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 36px;
}
.aurora_hemisfair #le_section-three-area2 {
}
.aurora_hemisfair #le_section-three-area3 {
}
.aurora_hemisfair #le_section-three-area4 {
}
.aurora_hemisfair #le_section-two {
    background-color: rgb(52, 125, 189);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair #le_section-two {
    padding-bottom: 75px;
}
.aurora_hemisfair #le_section-two {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair #le_section-two-area1 {
}
.aurora_hemisfair #le_section-two-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/tire.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair #le_section-two-area10 {
}
.aurora_hemisfair #le_section-two-area10-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battlerope.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair #le_section-two-area10-1 {
}
.aurora_hemisfair #le_section-two-area10-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/woman-row.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair #le_section-two-area10-2 {
}
.aurora_hemisfair #le_section-two-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row.jpg);
    background-size: cover;
    background-position: top center;
    margin-bottom: 25px;
}
.aurora_hemisfair #le_section-two-area11 {
}
.aurora_hemisfair #le_section-two-area2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_hemisfair #le_section-two-area3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_hemisfair #le_section-two-area4 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_hemisfair #le_section-two-area5 {
}
.aurora_hemisfair #le_section-two-area6 {
}
.aurora_hemisfair #le_section-two-area7 {
    padding-top: 25px;
    padding-bottom: 125px;
}
.aurora_hemisfair #le_section-two-area7 {
}
.aurora_hemisfair #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/medicine-ball.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 75px;
    margin-bottom: 25px;
}
.aurora_hemisfair #le_section-two-area8 {
}
.aurora_hemisfair #le_section-two-area8-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/rowing.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair #le_section-two-area8-1 {
}
.aurora_hemisfair #le_section-two-area8-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/man-row.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair #le_section-two-area8-2 {
}
.aurora_hemisfair #le_section-two-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/woman-trx.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
    padding-top: 0px;
}
.aurora_hemisfair #le_section-two-area9 {
}
.aurora_hemisfair #le_section-two-area9-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battlerope.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair #le_section-two-area9-1 {
}
.aurora_hemisfair #le_section-two-area9-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/yoga.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair #le_section-two-area9-2 {
}
.aurora_hemisfair #le_section2-1 {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair #le_section2-content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair #le_section2_content {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair #le_section2_content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair-schedule #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/store-street.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair-schedule #le_section-three {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_hemisfair1 #le_feature-content2 {
    padding-top: 100px;
    padding-bottom: 20px;
}
.aurora_hemisfair1 #le_feature-content2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair1 #le_feature-content3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/kettle-bell-couple.jpg);
    background-size: cover;
    background-position: bottom right;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_hemisfair1 #le_feature-content3 {
}
.aurora_hemisfair1 #le_feature-content4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/male-trx.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair1 #le_feature-content4 {
}
.aurora_hemisfair1 #le_featureContainer {
    background-color: rgb(0, 0, 0);
    padding-bottom: 125px;
}
.aurora_hemisfair1 #le_featureContainer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/outdoor-window-logo.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_hemisfair1 #le_headerContainer {
}
.aurora_hemisfair1 #le_headerRegion {
}
.aurora_hemisfair1 #le_masthead {
    background-color: rgba(0, 0, 0, 0.5);
}
.aurora_hemisfair1 #le_masthead-region {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 20px;
}
.aurora_hemisfair1 #le_masthead-right {
    color: rgb(255, 255, 255);
}
.aurora_hemisfair1 #le_menu-region {
}
.aurora_hemisfair1 #le_sec2 1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair1 #le_sec2 Con 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair1 #le_sec2 Con 1 A {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair1 #le_sec2 X 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair1 #le_sec2-1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair1 #le_sectio-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/section5-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_hemisfair1 #le_section-five {
}
.aurora_hemisfair1 #le_section-five-area1 {
}
.aurora_hemisfair1 #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/class-women-lounges.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair1 #le_section-five-area2 {
}
.aurora_hemisfair1 #le_section-five-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/gym-studio/gym-studio_1000x995.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair1 #le_section-five-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battle-rope-kettle-balls/battle-rope-kettle-balls_1000x750.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair1 #le_section-five-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-trx-legs/women-trx-legs_1000x668.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair1 #le_section-five-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row-class/row-class_1000x667.jpeg);
    background-size: cover;
    background-position: bottom center;
}
.aurora_hemisfair1 #le_section-five-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-lounges-workout-class/women-lounges-workout-class_1000x666.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair1 #le_section-five-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-row-class/women-row-class_1000x750.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair1 #le_section-five-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/outdoor-parking-lot-workout/outdoor-parking-lot-workout_1000x668.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_hemisfair1 #le_section-four {
    background-color: rgb(52, 125, 189);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair1 #le_section-four {
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_hemisfair1 #le_section-four-area2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_hemisfair1 #le_section-four-area8 {
}
.aurora_hemisfair1 #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 125px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair1 #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_hemisfair1 #le_section-one-area {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_hemisfair1 #le_section-one-area1 {
}
.aurora_hemisfair1 #le_section-seven {
    background-color: rgb(52, 125, 189);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair1 #le_section-seven {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.png);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_hemisfair1 #le_section-six {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair1 #le_section-six {
    background-color: rgb(52, 125, 189);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_hemisfair1 #le_section-six-area1 {
}
.aurora_hemisfair1 #le_section-three {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_hemisfair1 #le_section-three-area1 {
    padding-top: px;
    padding-bottom: px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 36px;
}
.aurora_hemisfair1 #le_section-three-area2 {
}
.aurora_hemisfair1 #le_section-three-area3 {
}
.aurora_hemisfair1 #le_section-three-area4 {
}
.aurora_hemisfair1 #le_section-two {
    background-color: rgb(52, 125, 189);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_hemisfair1 #le_section-two {
    padding-bottom: 75px;
}
.aurora_hemisfair1 #le_section-two-area1 {
}
.aurora_hemisfair1 #le_section-two-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/tire.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair1 #le_section-two-area10 {
}
.aurora_hemisfair1 #le_section-two-area10-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battlerope.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair1 #le_section-two-area10-1 {
}
.aurora_hemisfair1 #le_section-two-area10-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/woman-row.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair1 #le_section-two-area10-2 {
}
.aurora_hemisfair1 #le_section-two-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row.jpg);
    background-size: cover;
    background-position: top center;
    margin-bottom: 25px;
}
.aurora_hemisfair1 #le_section-two-area11 {
}
.aurora_hemisfair1 #le_section-two-area2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_hemisfair1 #le_section-two-area3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_hemisfair1 #le_section-two-area4 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_hemisfair1 #le_section-two-area5 {
}
.aurora_hemisfair1 #le_section-two-area6 {
}
.aurora_hemisfair1 #le_section-two-area7 {
    padding-top: 25px;
    padding-bottom: 125px;
}
.aurora_hemisfair1 #le_section-two-area7 {
}
.aurora_hemisfair1 #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/medicine-ball.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 75px;
    margin-bottom: 25px;
}
.aurora_hemisfair1 #le_section-two-area8 {
}
.aurora_hemisfair1 #le_section-two-area8-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/rowing.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair1 #le_section-two-area8-1 {
}
.aurora_hemisfair1 #le_section-two-area8-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/man-row.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair1 #le_section-two-area8-2 {
}
.aurora_hemisfair1 #le_section-two-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/woman-trx.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
    padding-top: 0px;
}
.aurora_hemisfair1 #le_section-two-area9 {
}
.aurora_hemisfair1 #le_section-two-area9-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battlerope.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair1 #le_section-two-area9-1 {
}
.aurora_hemisfair1 #le_section-two-area9-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/yoga.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_hemisfair1 #le_section-two-area9-2 {
}
.aurora_hemisfair1 #le_section2-1 {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair1 #le_section2-content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair1 #le_section2_content {
    background-color: rgb(230, 225, 218);
}
.aurora_hemisfair1 #le_section2_content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_feature-content2 {
    padding-top: 125px;
    padding-bottom: 20px;
}
.aurora_home #le_feature-content3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/window-logo.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_home #le_feature-content4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/outside-building.jpg);
    background-size: cover;
    background-position: bottom center;
    margin-bottom: 25px;
}
.aurora_home #le_featureContainer {
    background-color: rgb(0, 0, 0);
    padding-bottom: 125px;
}
.aurora_home #le_headerContainer {
}
.aurora_home #le_headerRegion {
}
.aurora_home #le_masthead {
    background-color: rgba(0, 0, 0, 0.5);
}
.aurora_home #le_masthead-region {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 20px;
}
.aurora_home #le_masthead-right {
    color: rgb(255, 255, 255);
}
.aurora_home #le_menu-region {
}
.aurora_home #le_sec2 1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 A {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 X 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2-1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sectio-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/section5-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_home #le_section-five {
}
.aurora_home #le_section-five-area1 {
}
.aurora_home #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/class-women-lounges.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-five-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/gym-studio/gym-studio_1000x995.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-five-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battle-rope-kettle-balls/battle-rope-kettle-balls_1000x750.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-five-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-trx-legs/women-trx-legs_1000x668.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-five-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row-class/row-class_1000x667.jpeg);
    background-size: cover;
    background-position: bottom center;
}
.aurora_home #le_section-five-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-lounges-workout-class/women-lounges-workout-class_1000x666.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-five-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/women-row-class/women-row-class_1000x750.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-five-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/outdoor-parking-lot-workout/outdoor-parking-lot-workout_1000x668.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-four {
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_home #le_section-four-area8 {
}
.aurora_home #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 125px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Coaching_Thumb_2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 800px;
}
.aurora_home #le_section-seven {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.png);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-seven-area5 {
}
.aurora_home #le_section-seven-area7 {
}
.aurora_home #le_section-six {
    background-color: rgb(52, 125, 189);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-six-area1 {
}
.aurora_home #le_section-three {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/water-splash.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-three-area1 {
    padding-top: px;
    padding-bottom: px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 36px;
}
.aurora_home #le_section-three-area2 {
}
.aurora_home #le_section-three-area3 {
}
.aurora_home #le_section-three-area4 {
}
.aurora_home #le_section-two {
    padding-bottom: 75px;
}
.aurora_home #le_section-two-area1 {
}
.aurora_home #le_section-two-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/XStrength_Thumb.jpg);
    background-size: cover;
    background-position: center right;
    margin-bottom: 25px;
}
.aurora_home #le_section-two-area10-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battle-rope-class.jpg);
    background-size: cover;
    background-position: center left;
    margin-bottom: 25px;
}
.aurora_home #le_section-two-area10-2 {
    background-size: cover;
    background-position: bottom right;
    margin-bottom: 25px;
}
.aurora_home #le_section-two-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/PoweRow_Thumb.png);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_home #le_section-two-area2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area4 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area5 {
}
.aurora_home #le_section-two-area6 {
}
.aurora_home #le_section-two-area7 {
    padding-top: 25px;
    padding-bottom: 125px;
}
.aurora_home #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/group-balance-ball-class.jpg);
    background-size: cover;
    background-position: center left;
    margin-top: 75px;
    margin-bottom: 25px;
}
.aurora_home #le_section-two-area8-1 {
    background-size: cover;
    background-position: bottom right;
    margin-bottom: 25px;
}
.aurora_home #le_section-two-area8-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row-machines.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_home #le_section-two-area8-3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Reps_and_Row_Cover_Photo_Square.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_home #le_section-two-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/TRX_Thumb_2.jpg);
    background-size: cover;
    background-position: center right;
    margin-bottom: 25px;
    padding-top: 0px;
}
.aurora_home #le_section-two-area9-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/row-machine-kettle-bells.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_home #le_section-two-area9-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Yoga_Thumb.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_home #le_section-two-area9-3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/P1050014.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section2-1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2-content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_in-studio-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Reps_and_Row_Cover_Photo_Square.png);
}
.aurora_in-studio-schedule #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_intro-offer #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_livestream-schedule #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_medical-release #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_meet-the-team #le_feature-content1 {
    background-color: rgb(0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_meet-the-team #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 250px;
}
.aurora_meet-the-team #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-size: cover;
}
.aurora_meet-the-team #le_section-one {
    margin-top: 30px;
}
.aurora_meet-the-team #le_section-three {
    background-color: rgb(245, 245, 245);
    padding-top: 90px;
    padding-bottom: 90px;
}
.aurora_meet-the-team #le_section-three-area1 {
    text-align: center;
}
.aurora_meet-the-team #le_section-three-area2 {
    padding-top: 0px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area3 {
    padding-top: 0px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area4 {
    padding-top: 0px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section1 {
    padding-top: px;
    padding-bottom: px;
}
.aurora_merch #le_feature {
    text-align: center;
    color: rgb(255, 255, 0);
    font-size: 50px;
}
.aurora_merch #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_merch #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battle-rope-class.jpg);
    background-position: top center;
}
.aurora_my-training #le_feature {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 250px;
    padding-bottom: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_my-training #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: px;
}
.aurora_my-training #le_header {
    border-width: px;
}
.aurora_nutrition-counseling #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/bowls-snacks.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_nutrition-counseling #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_nutrition-counseling #le_section-three {
}
.aurora_nutrition-counseling #le_section-three-area10 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_nutrition-counseling #le_section-three-area10 {
}
.aurora_nutrition-counseling #le_section-three-area15 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_personal-training #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/medicine-ball-couple.jpg);
    background-size: cover;
    background-position: top left;
}
.aurora_personal-training #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_personal-training #le_section-three-area10 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_pricing #le_section-eight {
    padding-bottom: 50px;
}
.aurora_pricing #le_section-eight-area11 {
    padding-right: 250px;
    padding-left: 250px;
}
.aurora_pricing #le_section-eight-area2 {
    padding-right: -100px;
    padding-left: -50px;
}
.aurora_pricing #le_section-five {
    padding-bottom: 50px;
}
.aurora_pricing #le_section-five-area1 {
    margin-right: 0px;
}
.aurora_pricing #le_section-five-area2 {
}
.aurora_pricing #le_section-four {
    margin-bottom: 25px;
    padding-bottom: 0px;
}
.aurora_pricing #le_section-four-area1 {
    margin-bottom: 40px;
}
.aurora_pricing #le_section-four-area5 {
    border-width: -53px;
    padding-right: 333px;
}
.aurora_pricing #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/woman-balance-ball.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_pricing #le_section-seven {
    padding-bottom: 100px;
}
.aurora_pricing #le_section-six {
    padding-bottom: 50px;
}
.aurora_pricing #le_section-three {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
}
.aurora_pricing #le_section-three-area2 {
    background-size: contain;
}
.aurora_pricing #le_section-three-area3 {
}
.aurora_pricing #le_section-three-area4 {
    padding-right: 0px;
}
.aurora_pricing #le_section-three-area7 {
    padding-right: 250px;
    padding-left: 250px;
}
.aurora_pricing #le_section-two {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_pricing-old #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_promo-landing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Galvanized_Retreats_Banner_Blog_Banner.png);
    background-size: cover;
    background-attachment: initial;
    background-position: top center;
    border-radius: 0em;
    margin-bottom: 0px;
    padding-top: -450px;
    padding-bottom: 1000px;
}
.aurora_promo-landing #le_section-one-area1 {
}
.aurora_promo-landing #le_section-three {
    margin-top: -350px;
}
.aurora_promo-landing #le_section-three-area2 {
}
.aurora_promo-landing #le_section-three-area5 {
    margin-top: -253px;
}
.aurora_promo-landing #le_section-three-area8 {
    padding-right: -250px;
    padding-bottom: 315px;
}
.aurora_promo-landing #le_section-two {
    background-size: length;
    background-attachment: initial;
    background-position: top center;
    margin-top: 10px;
    margin-right: 50px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-bottom: 400px;
}
.aurora_promo-landing #le_section-two-area1 {
    background-color: rgb(52, 125, 189);
    margin-bottom: -300px;
}
.aurora_promo-landing #le_section-two-area5 {
    background-size: cover;
    background-attachment: local;
    background-position: center left;
    padding-right: 0px;
    padding-bottom: 300px;
}
.aurora_promo-landing #le_section-two-area6 {
    margin-right: 10px;
}
.aurora_promo-landing #le_section-two-area7 {
    margin-right: 10px;
}
.aurora_promo-landing #le_section-two-area9 {
    margin-top: 50px;
}
.aurora_referral-program #le_section-four-area1 {
}
.aurora_referral-program #le_section-three-area8 {
    background-color: rgb(46, 58, 87);
}
.aurora_referral-program #le_section-three-area9 {
}
.aurora_serivices #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_services #le_section-two-area1 {
    background-color: rgb(70, 70, 70);
    padding-right: 80px;
    padding-left: 80px;
}
.aurora_services #le_section-two-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/smart-watch.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
}
.aurora_services #le_section-two-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/macbook.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
}
.aurora_services #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/photo-1416339306562-f3d12fefd36f.jpeg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: rgb(255, 255, 255);
}
.aurora_site-features #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_site-features #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_site-features #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_site-features #le_section-four {
    background-color: rgb(70, 70, 70);
    padding-bottom: 40px;
}
.aurora_site-features #le_section-four-area1 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_site-features #le_section-four-area2 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_site-features #le_section-four-area3 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_site-features #le_section-four-area4 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_site-features #le_section-four-area5 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_site-features #le_section-four-area6 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_site-features #le_section-four-area7 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_site-features #le_section-one {
}
.aurora_site-features #le_section-one-area7 {
}
.aurora_site-features #le_section-one-area8 {
}
.aurora_site-features #le_section-one-content1 {
    font-size: px;
}
.aurora_site-features #le_section-one-content4 {
    padding-top: 60px;
}
.aurora_site-features #le_section-one-content7 {
    padding-top: 40px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
}
.aurora_site-features #le_section-one-content8 {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(70, 70, 70);
    font-size: 24px;
}
.aurora_site-features #le_section-one-content9 {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_site-features #le_section-three {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_site-features #le_section-two-area1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_site-features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img_banner2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_site-features #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/training-828726.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_site-features #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img_banner.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_site-features #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img_banner3.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_site-features #le_section-two-area6 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_site-features #le_section-two-area7 {
    background-color: rgb(237, 234, 229);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_site-features #le_section-two-area8 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_site-features #le_section-two-area9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_site-features #le_section1 {
    background-color: rgb(237, 237, 237);
    margin-top: px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_site-features #le_section1-content 4 {
    padding-top: 60px;
}
.aurora_team #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_team #le_section-eight-area10 {
    background-size: cover;
    background-position: top center;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area10-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/staff/David.jpeg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area10-2 {
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
}
.aurora_team #le_section-eight-area10-3 {
    background-size: cover;
    background-position: center center;
}
.aurora_team #le_section-eight-area10-4 {
    border-width: 0px;
}
.aurora_team #le_section-eight-area10-5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Taylor_-_Edited.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    border-width: 100px;
}
.aurora_team #le_section-eight-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Adriana_headshot.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    margin-top: 75px;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area7 {
}
.aurora_team #le_section-eight-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/staff/Alison.jpeg);
    background-size: cover;
    background-position: center center;
    margin-top: 75px;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area8-1 {
}
.aurora_team #le_section-eight-area8-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/staff/Gloria.jpeg);
    background-size: cover;
    background-position: top right;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area8-3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/staff/Miranda.jpeg);
    background-size: cover;
    background-position: top center;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area8-4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area8-5 {
    background-size: cover;
    background-position: center left;
}
.aurora_team #le_section-eight-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/staff/Danny.jpeg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area9-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/staff/Nicole.jpeg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area9-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/staff/glen.jpg);
    background-size: cover;
    background-position: top left;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area9-3 {
    background-size: cover;
    background-position: top center;
    margin-bottom: 25px;
}
.aurora_team #le_section-eight-area9-4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/IMG_2982.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: top center;
}
.aurora_team #le_section-eight-area9-5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Taylor_-_Edited.jpg);
    background-size: cover;
}
.aurora_team #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/instructor-battle-rope.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_team #le_section-three {
}
.aurora_template-features #le_section-eight {
    padding-bottom: 150px;
}
.aurora_template-features #le_section-eight-area4 {
    margin-top: 50px;
}
.aurora_template-features #le_section-eight-area5 {
    margin-top: 50px;
}
.aurora_template-features #le_section-five {
}
.aurora_template-features #le_section-five-area2 {
}
.aurora_template-features #le_section-four {
    padding-top: 100px;
}
.aurora_template-features #le_section-four-area1 {
    margin-bottom: 125px;
}
.aurora_template-features #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/woman-balance-ball.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_template-features #le_section-seven {
    padding-bottom: 100px;
}
.aurora_template-features #le_section-six {
    padding-bottom: 150px;
}
.aurora_template-features #le_section-six-area1 {
}
.aurora_template-features #le_section-six-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/PoweRow_Thumb.png);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_template-features #le_section-three {
    margin-top: 100px;
    margin-right: 200px;
    margin-bottom: 100px;
    margin-left: 200px;
}
.aurora_template-features #le_section-three-area2 {
    background-image: linear-gradient(rgba(70, 70, 70, 0.52), rgba(70, 70, 70, 0.52)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/battle-rope-class.jpg);
    background-size: cover;
    margin-right: 50px;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
}
.aurora_template-features #le_section-three-area3 {
    background-image: linear-gradient(rgba(70, 70, 70, 0.52), rgba(70, 70, 70, 0.52)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/20240622_154642941_iOS.png);
    background-size: cover;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
}
.aurora_template-features #le_section-two {
    margin-right: 300px;
    margin-left: 200px;
}
.aurora_template-features #le_section-two-area1 {
    margin-top: 100px;
}
.aurora_template-features #le_section-two-area3 {
}
.aurora_template-features #le_section-two-area4 {
    background-color: rgb(0, 0, 0);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
}
.aurora_template-features #le_section-two-area6 {
    margin-top: 50px;
}
.aurora_template-features #le_section-two-area7 {
    margin-top: 1px;
}
.aurora_template-features #le_section-two-area8 {
    margin-top: 50px;
}
.aurora_template-features #le_section-two-area9 {
    margin-top: 100px;
}
.aurora_test-1 #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center left;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 20px;
    padding-bottom: 90px;
    text-align: center;
    line-height: 24px;
}
.aurora_test-1 #le_section-four {
    background-color: rgb(121, 0, 0);
}
.aurora_test-1 #le_section-four-area1 {
}
.aurora_test-1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_0888.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_test-1 #le_section-one-content3 {
    background-color: rgba(0, 0, 0, 0.39);
}
.aurora_test-1 #le_section-three {
}
.aurora_test-1 #le_section-two {
    background-color: rgb(230, 225, 218);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.aurora_test-1 #le_section-two-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_1314/IMG_1314_1500x1000.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
}
.aurora_test-1 #le_section-two-area7 {
    border-style: solid;
    border-color: rgb(75, 0, 130);
}
.aurora_test-2---page-with-feature-header #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_1763/IMG_1763_1471x980.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_test-2---page-with-feature-header #le_featureContainer {
    background-color: rgb(230, 225, 218);
}
.aurora_test2 #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/keg-group.jpg);
    background-position: center center;
}
.aurora_test2 #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_thank-you #le_section-one {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_thank-you #le_section-one-area1 {
    padding-right: 20%;
    padding-left: 20%;
}
.aurora_workshops #le_section-one {
    margin-top: 30px;
}
.aurora_zenergyx #le_section-five {
}
.aurora_zenergyx #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/20240622_153630671_iOS.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_zenergyx #le_section-one-area1 {
}
.aurora_zenergyx #le_section-one-area2 {
}
.aurora_zenergyx #le_section-seven {
    background-color: rgba(135, 94, 150, 0.79);
}
.aurora_zenergyx #le_section-six-area1 {
}
.aurora_zenergyx #le_section-three-area1 {
}
.aurora_zenergyx #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Yoga_Chill.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_zenergyx #le_section-three-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Yoga_Flow.jpg);
    background-size: cover;
}
.aurora_zenergyx #le_section-three-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/energyxfitness/Yoga_Strong.jpg);
    background-size: cover;
}
.aurora_zenergyx #le_section-two-area1 {
    background-color: rgb(91, 147, 205);
}
.aurora_zenergyx #le_section-two-area5 {
    background-color: rgb(135, 94, 150);
}
.navicon {
    color: rgb(52, 125, 189);
}
.seFormButton {
    background-color: rgb(52, 125, 189);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(52, 125, 189);
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-color: rgb(90, 94, 97);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-color: rgb(123, 126, 129);
}
.se_cta {
    background-color: rgb(70, 70, 70);
    border-color: rgb(140, 198, 63);
    border-width: 10px;
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
    border-color: rgb(230, 225, 218);
}
.se_footer {
    background-color: rgb(0, 0, 0);
}
.se_footer a {
    color: rgb(255, 255, 255);
}
.se_footer a:hover {
    color: rgb(52, 125, 189);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(255, 255, 255);
}
.se_header {
    background-color: rgb(0, 0, 0);
}
.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 {
    background-color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Oswald';
    font-size: 16px;
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(52, 125, 189);
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(70, 70, 70);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 125, 189);
}
.se_siteBranding a {
    font-family: 'Lato';
    font-size: 40px;
    font-weight: normal;
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.se_social a:hover {
    color: rgb(52, 125, 189);
}
.se_tagline {
    color: rgb(255, 255, 255);
}
.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 {
    color: rgb(52, 125, 189);
}
a:hover {
    color: rgb(0, 0, 0);
}
blockquote {
    font-family: 'Lato';
    font-size: 22px;
    font-style: italic;
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Oswald';
    font-size: 50px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-style: normal;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Oswald';
    font-size: 48px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Oswald';
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Oswald';
    font-size: 25px;
    color: rgb(0, 0, 0);
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Oswald';
    font-size: 20px;
    color: rgb(0, 0, 0);
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Oswald';
    font-size: 18px;
    color: rgb(0, 0, 0);
}
hr {
    background-color: rgba(70, 70, 70, 0.17);
}
p, ul, ol, dl {
    font-family: 'Lato';
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area4 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_affiliate-links #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allison #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-now #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-now #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-four-area2 {
    padding-right: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-one-area {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area8 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_broadway-schedule #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cancellations--policy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-broadway #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-hiit-classes #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-rowing-classes #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_energyx-strength-classes #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-four-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_group-fitness #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_group-fitness #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_group-fitness #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_group-fitness #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_group-fitness #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_group-fitness #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-four-area2 {
    padding-right: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-one-area {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-one-area {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area8 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair-schedule #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-four-area2 {
    padding-right: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-one-area {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area8 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hemisfair1 #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content2 {
    padding-top: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerRegion {
    }
}
@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-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area7 {
    padding-bottom: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area8 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area8-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area9-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_in-studio-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_in-studio-schedule #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_livestream-schedule #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medical-release #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_merch #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nutrition-counseling #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nutrition-counseling #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nutrition-counseling #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nutrition-counseling #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nutrition-counseling #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nutrition-counseling #le_section-three-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-eight-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promo-landing #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_referral-program #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_referral-program #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_referral-program #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-one-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-one-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight {
    padding-top: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area10-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area10-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area10-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area10-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area10-5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area11 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area8 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area8-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area8-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area8-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area8-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area8-5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area9-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area9-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area9-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area9-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-eight-area9-5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-eight {
    padding-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-eight-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-eight-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-three {
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-three-area2 {
    margin-right: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-three-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-two {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-two-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-two-area6 {
    margin-right: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_template-features #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test2 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-one-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_zenergyx #le_section-two-area5 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area4 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three {
    padding-top: 40px;
    padding-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_affiliate-links #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allison #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-now #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-now #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_feature-content2 {
    padding-top: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_feature-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_featureContainer {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-four {
    padding-top: 60px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-four {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-four-area2 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-one-area {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-six {
    padding-top: 60px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-six {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-three {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area8 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_broadway-schedule #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cancellations--policy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-broadway #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-hiit-classes #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-rowing-classes #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_energyx-strength-classes #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-four-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-three {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_group-fitness #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_group-fitness #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_group-fitness #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_group-fitness #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_group-fitness #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_group-fitness #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_feature-content2 {
    padding-top: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_feature-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_featureContainer {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-four {
    padding-top: 60px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-four {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-four-area2 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-one-area {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-one-area {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-six {
    padding-top: 60px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-six {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-three {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area8 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair-schedule #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_feature-content2 {
    padding-top: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_feature-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_featureContainer {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-four {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-four {
    padding-top: 60px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-four-area2 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-one-area {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-six {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-six {
    padding-top: 60px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-three {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area8 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hemisfair1 #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content2 {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_featureContainer {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerRegion {
    }
}
@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 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    padding-top: 60px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    margin-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    padding-top: 300px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    padding-top: 60px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area10-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area10-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area7 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area8 {
    margin-top: 25px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area8-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area8-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area8-3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area9-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area9-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area9-3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_in-studio-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_in-studio-schedule #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_livestream-schedule #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medical-release #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_merch #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nutrition-counseling #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nutrition-counseling #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nutrition-counseling #le_section-three {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nutrition-counseling #le_section-three-area10 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nutrition-counseling #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nutrition-counseling #le_section-three-area15 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-three {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-three-area10 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-eight-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-six {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promo-landing #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_referral-program #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_referral-program #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_referral-program #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-one-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-one-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area10-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area10-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area10-3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area10-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area10-5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area11 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area8 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area8-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area8-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area8-3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area8-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area8-5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area9-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area9-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area9-3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area9-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-eight-area9-5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-eight {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-eight-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-eight-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-five {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-four {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-seven {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-six {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-three {
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-three-area2 {
    margin-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-three-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-two {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-two-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-two-area6 {
    margin-right: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_template-features #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test2 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test2 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-one-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_zenergyx #le_section-two-area5 {
    }
}

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