@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600,700);

body {
    margin: 0 auto;
    color: #323232;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
	line-height: 1.4;
	font-weight: 300;
}


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

a {
	/*color: #d83d44;*/
	text-decoration: none;
}
a:hover {
    /*color: inherit;*/
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: #323232;
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	margin: 0;
	font-weight: 300;
}
ul,ol {
    margin-top:0;
}

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

h1, h1 a, .title1, .title1 a {
	/*font-family: 'Oswald', 'Helvetica', Arial, sans-serif;*/
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 1.2 !important;
	/*font-weight: 700;*/
	margin: 0 0 10px 0;
}
h2, h2 a, .title2, .title2 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 26px;
	/*font-weight: 700;*/
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 24px;
	line-height: 35px;
	/*font-weight: 700;*/
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 24px;
	/*font-weight: 700;*/
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 18px;
	/*font-weight: 400;*/
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 18px;
	/*font-weight: 400;*/
	margin: 0;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}

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

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

/* -- Display Cards -- */

.display-card {
    background: rgba(255, 255, 255, 0.65);
    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;
    margin-bottom: 20px;
}

.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);
}
.display-card2 {
    background: #ffffff;
    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;
    margin-bottom: 20px;
}

.display-card2: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);
}

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

.le_form {
	color: #323232;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper-inner input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper-inner input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper-inner input[type="text"], .wrapper-inner input[type="password"], .wrapper-inner textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 0px;
	color: #323232;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

.wrapper-inner #search_form_button {
    padding: 8px 15px 9px 15px;
    position: relative;
    top: -1px;
}


/* -- 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;
}
.footer-form {
    margin-top: 15px;
}
.footer-form input[type="text"], .footer-form input[type="password"], .footer-form textarea, #search_form_value {
    border: 2px solid #ffffff;
    background: rgba(255,255,255,0) !important;
    margin-bottom: 15px !important;
}
.footer-form .le_form label {
    color: #ffffff !important;
}
.footer-form .form-control {
    color: #ffffff !important;
    border: 2px solid #ffffff;
    background: rgba(255,255,255,0) !important;
    padding: 10px !important;
    height: 40px !important;
}
.footer-form ::-webkit-input-placeholder {
    color: #ffffff;
}
.footer-form :-moz-placeholder { /* older Firefox*/
    color: #ffffff;
}
.footer-form ::-moz-placeholder { /* Firefox 19+ */ 
    color: #ffffff;
} 
.footer-form :-ms-input-placeholder { 
    color: #ffffff;
}
.footer-form .radio, .footer-form  .checkbox {
    margin: 0 !important;
    padding: 0 !important;
}
.footer-form input[type="submit"] {
    background-color: #8dc63f !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
.footer-form input[type="submit"]:hover {
    background-color: #709f31 !important;
}
.footer-form .form-group {
    margin: 0 !important;
}

/* Site Classes
----------------------------------------------------------------------------------------------------*/

hr {
    border: 0;
    height: 1px;
}
.le_bin {
    display:none;
    background-color: #ffffff;
    background: rgba(255,255,255,.8);
}
.le-edit-open .le_bin {
    display:block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.le_binItem {display:none;}
.le_binItem.hascon {display:block;}

.le-edit-open .le_bin {display:none;}
.le-edit-open .le_bin.hasbin {display:block;}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}

.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}
/* MB Styling
----------------------------------------------------------------------------------------------------*/
.days-of-week-titles {
    margin-bottom: 15px;
}
.mb_calendar_header {
    margin-bottom: 15px;
}
.showing {
    width: auto !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: #fe9427;
    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:#fe9427;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
    font-family: 'tahoma',sans-serif !important;
}
.le_metro_silver_button {
    background: #fe9427 !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 4px 10px !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: 'tahoma',sans-serif !important;
}
.le_metro_silver_button:hover {
    background: #8dc63f !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#8dc63f;
}
.button a, a.button ,.mb_schedule .le_metro_silver_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 4px 5px;
    background-color: #fe9427;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#fe9427;
    border:none;
    color:#fff;
    text-shadow:none;
    text-transform: uppercase;
}
.button a:hover, a:hover.button,.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#fe9427;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px ;
	line-height: 1em;
	border:0px solid transparent;
	font-family:"Droid Sans", sans-serif;
	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;
    padding: 10px 20px;
}
.se_button.button2 a, a.se_button.button2 {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #78278b;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #5c1d6b;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    background-color: #ffffff;
    padding: 15px 20px;
    font-size: 18px;
    color: #78278b;
    display: block;
    text-align: center;
}
.se_button.fullwidthButton a:hover, a:hover.se_button.fullwidthButton {
    background-color: #8DC63F;
}
.se_button.largeButton a, a.se_button.largeButton {
    margin-top: 10px;
	padding: 15px 30px;
	font-size: 16px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px 9px 15px;
}

.se_social {
    margin: 10px 0;
}

.se_social a{
    margin:0 4px;
}

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

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.main_course_image {
    float:left !important;
}

#twitter-widget-0 {
    height: 500px !important;
}
@media (max-width: 768px) { 
    .se_siteBranding img {
        max-height: 80px;
    }
}

.se_siteBranding a {
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo_text {
    font-size:100%;
    transition: all .3s ease
}

.se_tagline {
    margin-top: 10px;
	color: #323232;
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 18px;
	height: auto;
	opacity: 1;
	transition: all .2s ease;
}

.seFormButton {
    background: red;
    color: #fff;
}

#primaryMenu.se_menu li.le_menuitem_level_0 li.le_menuitem_level_1 a {
    font-size:.9em;
}
.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;
}

.banner h6 {
    font-size: 40px;
    line-height: 45px;
    color: #ffffff;
}
.banner p {
    color: #ffffff;
    font-size: 45px;
    line-height: 45px;
}
.banner .bx-pager.bx-default-pager a {
    background-color: rgba(255,255,255,0) !important;
    border: 2px solid #ffffff;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
}
.banner .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: rgba(255,255,255,1) !important;
}
.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;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
    color: #ffffff;
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    color: #ffffff;
}
.check-list ul { 
    padding-left:20px; 
    list-style:none; 
}
.check-list ul li { 
    margin-bottom:10px; 
}
.check-list ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    color: #78288a;
}
.purplebutton a {
    margin: 10px 0;
    background-color: #60206e;
    color: #ffffff;
    padding: 10px;
    display: block;
    font-size: 18px;
}
.purplebutton a:hover {
    background-color: #f99327;
    color: #ffffff;
}
.blacktext a {
    color: #555454 !important;
    font-size: 20px !important;
}
.staff-box {
    position: relative;
    margin-bottom: 15px;
}
.staff-box h3 {
    text-shadow: 0px 1px 1px rgb(0 0 0 / 75%);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    top: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
}

/* Expandable
----------------------------------------------------------------------------------------------------*/
.expandable-trigger {cursor: pointer;}
.expandable-content { display: none;} /* sets initial hidden state of expandables */
.le-edit-open .expandable-content { display: block !important;} /* forces visible state of expandables when edit mode is open */
.expandable-trigger {
    padding: 10px 10px 15px 10px !important;
    background-color: #8DC63E;
    color: #ffffff;
    margin-bottom: 10px;
}
.expandable-trigger h2 {
    color: #ffffff;
    font-size: 24px !important;
}
.expandable-trigger h2:after {
    content: '\f078';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 6px !important;
    display: inline-block !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff !important;
}
.expandable-trigger:hover {
    background-color: #FE9427;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    text-align: center;
}
.expand h6 {
    position: relative; 
    font-size: 16px;
    color: #5A5E61;
    line-height: 30px !important;
    text-transform: uppercase;
}
.expand h6:before {
    content: '+';
    font-size: 16px;
    margin: 0px 5px 0 0;
    color: #5A5E61;
    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 h6.active {
    color: #78288A;
    margin-bottom: 10px !important;
}
.expand h6.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h6:hover {
    cursor: pointer;
    color: #78288A;
}

/* Expand2/Collapse
----------------------------------------------------------------------------------------------------*/
.expand2 {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.expand2 h4 {
    position: relative; 
    font-size: 18px;
    color: #ffffff;
    background-color: #78288a;
    padding: 3px 10px 5px 10px;
    line-height: 30px !important;
    text-transform: uppercase;
}
.expand2 h4:before {
    content: '+';
    font-size: 18px;
    margin: 0px 5px 0 0;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand2 h4.active {
    background-color: #f99327;
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand2 h4.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand2 h4:hover {
    cursor: pointer;
    background-color: #f99327;
    color: #ffffff;
}
.expand2 h5 {
    margin: 10px 0;
    background-color: #F4F4F4;
    padding: 10px;
}

/* 2 Expand2/Collapse
----------------------------------------------------------------------------------------------------*/
.expand2 {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.expand2 h2 {
    position: relative; 
    font-size: 20px;
    color: #ffffff;
    background-color: #78288a;
    padding: 3px 10px 5px 10px;
    line-height: 30px !important;
    text-transform: uppercase;
    margin-top: 10px;
}
.expand2 h2:before {
    content: '+';
    font-size: 18px;
    margin: 0px 5px 0 0;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand2 h2.active {
    background-color: #f99327;
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand2 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);
}
.expand2 h2:hover {
    cursor: pointer;
    background-color: #f99327;
    color: #ffffff;
}

/* Expand3/Collapse
----------------------------------------------------------------------------------------------------*/
.expand3 {
    position: relative;
    margin-bottom: 10px;
}
.expand3 h4 {
    position: relative; 
    font-size: 20px;
    color: #ffffff;
    background-color: #78288a;
    padding: 3px 10px 5px 10px;
    line-height: 30px !important;
    text-transform: uppercase;
}
.expand3 h4:before {
    content: '+';
    font-size: 18px;
    margin: 0px 5px 0 0;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand3 h4.active {
    background-color: #f99327;
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand3 h4.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand3 h4:hover {
    cursor: pointer;
    background-color: #f99327;
    color: #ffffff;
}

/* Expand4/Collapse
----------------------------------------------------------------------------------------------------*/
.expand4 {
    position: relative;
    margin-bottom: 10px;
}
.expand4 h2 {
    position: relative; 
    font-size: 20px;
    color: #ffffff;
    background-color: #78288a;
    padding: 8px 15px 10px 15px;
    line-height: 30px !important;
    text-transform: uppercase;
    margin-top: 10px;
}
.expand4 h2:before {
    content: '+';
    font-size: 18px;
    margin: 0px 5px 0 0;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand4 h2.active {
    background-color: #f99327;
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand4 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);
}
.expand4 h2:hover {
    cursor: pointer;
    background-color: #f99327;
    color: #ffffff;
}

/* Expand5/Collapse
----------------------------------------------------------------------------------------------------*/
.expand5 {
    position: relative;
    margin-bottom: 10px;
}
.expand5 h2 {
    position: relative; 
    font-size: 16px;
    color: #464646;
    background-color: #efeded;
    padding: 8px 15px 10px 15px;
    line-height: 25px !important;
    margin-top: 10px;
}
.expand5 h2:before {
    content: '+';
    font-size: 18px;
    margin: 0px 5px 0 0;
    color: #464646;
    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;
}
.expand5 h2.active {
    background-color: #f99327;
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand5 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);
}
.expand5 h2:hover {
    cursor: pointer;
    background-color: #f99327;
    color: #ffffff;
}

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

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #FE9427 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 7px 15px !important;
    font-size: 24px !important;
    margin-bottom: 10px !important;
}
#new_clients h3 {
    background-color: #FE9427 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 7px 15px !important;
    font-size: 24px !important;
    margin-bottom: 10px !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;
}
.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;
}
.liability_text {
    height: 125px !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: #464646 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: #464646 !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: #FE9427;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
}
#signup_submit:hover {
    background-color: #8DC63F;
    color: #ffffff;
}

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



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

.homeschedule .mb_schedule {
    margin-top: -50px !important;
}
#date_filter {
    height: 30px !important;
    padding: 5px !important;
    width: 100px !important;
}
.mb_schedule {
    margin-top: 10px !important;
}
.schedule_filters {
    width: 120% !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: #FE9427;
    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;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .wrapper #le_mb_list_schedule .master_date {
        font-size: 16px !important;
    }
    .dropdowns {
        width: 17% !important;
    }
}
@media (min-width: 768px) and (max-width: 1200px) { 
    .schedule_filters {
        display: none !important;
    }
}
.schedule_date_range {
    text-transform: uppercase !important;
    line-height: 35px !important;
    font-size: 24px !important;
}
.homeschedule .mb_schedule {
    margin-top: -50px !important;
}
.row_class a {
    color: #464646 !important;
}
.row_class a:hover {
    color: #FE9427 !important;
}
.trainer_name a {
    color: #464646 !important;
}
.trainer_name a:hover {
    color: #FE9427 !important;
}
.mb_mobile_classname a {
    color: #FE9427 !important;
}
#back_sched {
    color: #464646 !important;
}
#forward_sched {
    color: #464646 !important;
}
.mb_mobilebar_schedulebar_button {
    width: 100% !important;
    text-align: right !important;
}
.tiny {
    margin-top: 5px !important;
}
#printview {
    background-color: #F99327;
    color: #ffffff;
    height: 30px !important;
    padding: 3px 10px 5px 10px !important;
    display: inline-block !important;
    margin-left: 10px;
}
.full-schedule .schedule_filters {
    width: 119% !important;
}

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

.square {
    padding-top: 5px !important;
    padding-left: 10px !important;
}
.square:nth-of-type(odd) {
    background-color: #eeeeee !important;
}
#le_mb_class_page .staff_side {
    width: 45%;
}
#le_mb_class_page h2 {
    background-color: #fe9427;
    color: #ffffff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 20px !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: #fe9427 !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;
    }
}

/* Staff Page
----------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) { 
    .staff_style .staff_side {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-gap: 15px;
    }
    .staff_style .staff_img {
        height: 220px;
    }
}
@media (min-width: 992px) { 
    .staff_style .staff_side {
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
        grid-gap: 15px;
    }
    .staff_style .staff_img {
        height: 210px;
    }
}
@media (min-width: 1200px) { 
    .staff_style .staff_img {
        height: 270px;
    }
}
@media (min-width: 1300px) { 
    .staff_style .staff_img {
        height: 310px;
    }
}
.staff_style .staff_side .clear {
    display: none !important;
}
.staff_style .page_stuff, .staff_bio {
    display: none !important;
}
.staff_style .staff_img, .staff_img img {
    width: 100% !important;
}
.staff_style .staff_img {
    overflow: hidden !important;
    background-color: #929393;
}
.staff_style .staff_img em {
    display: none !important;
}
.staff_style .staff_info {
    position: relative;
}
.staff_style .staff_name {
    text-align: center !important;
    padding: 20px 10px 5px 10px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.staff_style .staff_name a {
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
    color: #ffffff;
    text-transform: uppercase;
}
.staff_style .staff_name .lastname {
    display: none !important;
}

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

#le_mb_staff_page h2 {
    background-color: #fe9427;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 15px !important;
}
.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;
    }
}
@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: #fe9427 !important;
}
.mb_instructor_bio, .mb_instructor_bio p {
    font-family: 'Lato' !important;
    font-size: 15px !important;
    color: rgb(70, 70, 70) !important;
    line-height: 1.5 !important;
}

/* Wrapper / Container
----------------------------------------------------------------------------------------------------*/
.wrapper {
    width: 100%;
    position: relative;
    overflow:hidden;
}

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

.wrapper-inner {
	width: 100%;
	margin-left: 200px;
	float: right;
	position: relative;
	transition: padding .3s ease;
}

.OpenMobileMenu .wrapper-inner {
    /*padding-left: 200px;*/
}

.se_WrapperContent {
    padding-top: 40px;
    padding-bottom: 40px;
}

.container {
    width: auto !important;
    max-width: 1170px;
    padding: 0 40px;
}


@media (min-width: 769px) { 
    .wrapper-inner {
        padding-left: 200px;
    }
}

/* Top Bar
----------------------------------------------------------------------------------------------------*/
#top-bar {
    padding: 10px;
    border-bottom:1px solid rgba(0,0,0,.12);
}

#search-form-wrap {
    overflow: hidden;
    margin-bottom: 30px;
}

#primaryMenu #search_form {
    position: relative;
}

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

#primaryMenu #search_form_button {
    display: block;
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #777;
}

#primaryMenu #search_form_button:hover {
    color: #000;
}

#primaryMenu #search_form_value:focus #primaryMenu #search_form_button {
    color: #000;
}

@media (min-width: 768px) { 
    #primaryMenu #search_form {
        width: 100%;
        margin: 0;
        float:right;
    }
    
    #primaryMenu #search_form_value {

    }
    #primaryMenu #search_form_value:focus {
        
    }
}


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

.header {
	padding: 0;
	background-color: #d83d44;
}
.header p, .header a, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
    color: #ffffff;
}

.se_header { /* replace this with new file picker image when ready */
    position: relative;
}

/* Navigation (se_menu)
----------------------------------------------------------------------------------------------------*/

.mobile-header-wrap.se_menu {
    padding: 0 20px;
}

.navicon {
    display: block;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 10px;
    line-height: 45px;
    height: 45px;
    padding: 0px 35px;
    text-transform: uppercase;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}

.OpenMobileMenu .navicon {
}

.le-logged-in.OpenMobileMenu .navicon {
}

#primaryMenu.se_menu {
    position: absolute;
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    /*margin-right: 180px;*/
    float: left;
    overflow-x: visible;
    /*overflow-y: auto;*/
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    transition: left .3s ease;
}

.le-logged-in #primaryMenu.se_menu {
    /*top: 40px;*/
}

.le-edit-open #primaryMenu.se_menu, .le-design-open #primaryMenu.se_menu {
    /*left: 200px;*/
}
.menu-wrap {
    padding-left:0;
    margin-bottom: 20px;
}
.MainMenu {
    display: block;
    padding-top: 0;
    width: 100%;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}

.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
	/*text-align: center;*/
}
.MainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

.MainMenu .le_menu_level_container {
	position: relative;
}

.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_0 {
	/*display: inline-block;*/
    padding: 5px 0;
}

.MainMenu li.le_menuitem_level_0 a {
	display: block;
    padding: 10px 22px;
    margin: 0 -20px;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    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 {
	color: #323232;
}

@media (min-width: 769px) { 
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 200px;
        margin-top: -35px;
        min-width: 180px;
    }
}

.le-edit-open .le_menu_level_1_container, .le-design-open .le_menu_level_1_container {
    left: 400px;
}
.MainMenu ul.le_menu_level_1 {
	height: auto;
	position: relative;
	right: 0;
	z-index: 10;
	display: block;
    margin: 0;
	padding: 0;
	text-align: left;
}

@media (min-width: 769px) { 
    .MainMenu ul.le_menu_level_1 {
        display: none;
    }
    
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
}



.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 10px;
	margin: 0;
	color: #323232;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	/*min-width: 180px;*/
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #d83d44;
    background-image: none;
}

.MainMenu .le_menu_level_2_container {
    background-color: inherit;
    padding-left: 12px;
    font-size: .9em;
}
.MainMenu li.le_menuitem_level_1:hover .le_menu_level_2_container {
	display: block;
}
.MainMenu ul.le_menu_level_2 {
    background-color: inherit;
}
.MainMenu .dropdown ul {
    display: block;
}
  
    /* --- end Navigation (se_menu) - ----*/

@media (min-width: 769px) {
    .mobile-header-wrap.se_menu {
        display:none;
    }
    .MainMenu .le_menu_level_2_container {
    	position: absolute;
    	width: 100%;
    	z-index: 10;
    	left:100%;
    	margin-top: -35px;
    	padding: 0;
    	display: none;
    	font-size: 1em;
    }
    
}/* end 769 MQ */

@media (max-width: 768px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 7px 22px !important;
    }
    .MainMenu li.le_menuitem_level_1 a {
        color: #ffffff !important;   
    }
    #primaryMenu.se_menu {
        left: -200px;
        width: 0;
        padding: 0;
        overflow:hidden;
    }
    .OpenMobileMenu #primaryMenu.se_menu {
        left: 0;
        width: 200px;
        padding: 20px;
        overflow-y:auto;
        overflow-x:visible;
    }
    .MainMenu li.le_menuitem_level_0.hasChild > a:after {
        display:inline-block;
        position: relative;
        left: 6px;
        top: 0px;
        content: "+";
        color: #ffffff;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.hasChild > a.active-mobile-parent:after {
        content:"-";
    }
    
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
        height: 0;
        visibility: hidden;
        opacity:0;
        transition: all .3s ease;
    }
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    .MainMenu li.le_menuitem_level_1.hasChild > a:after {
        display:inline-block;
        position: relative;
        left: 6px;
        top: -1px;
        content: "+";
        color: #ffffff;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.le_menuitem_level_1.hasChild > a.active-mobile-parent:after {
        content:"-";
    }
    
    .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2 {
        height: 0;
        visibility: hidden;
        opacity:0;
        transition: all .3s ease;
    }
    .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.open-mobile-sub {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    .MainMenu li.le_menuitem_level_2.hasChild > a:after {
        display:inline-block;
        position: relative;
        left: 6px;
        top: -1px;
        content: "+";
        color: #ffffff;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.le_menuitem_level_2.hasChild > a.active-mobile-parent:after {
        content:"-";
    }
    
    .MainMenu li.le_menuitem_level_2.hasChild ul.le_menu_level_3 {
        height: 0;
        visibility: hidden;
        opacity:0;
        transition: all .3s ease;
    }
    .MainMenu li.le_menuitem_level_2.hasChild ul.le_menu_level_3.open-mobile-sub {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
}

.menu-inner {
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    height: 100%;
    margin:0 -20px;
    padding: 0 20px;
}

/* Menu Element
----------------------------------------------------------------------------------------------------*/
.menu_element ul{
    list-style: none;
    padding: 0;
    margin:10px 0;
}



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

.content {
	/*padding: 60px 0;*/
	padding: 0;

}
.contentInner {
    padding: 15px;
}

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

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

.footer {
    background-color: #323232;
	padding: 30px 0;
    /*text-align: center;*/
}
.footer-base {
    padding-top:15px;
}
.footer p {
	font-size: 13px;
	color: #ffffff;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) { 
    .form-footer input[type="submit"] {
        display: block !important;
        width: 100% !important;
        margin-top: 10px !important;
    }
}
@media (max-width: 768px) { 
    .se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
        background-color: rgba(255, 255, 255, 0) !important;
        color: #ffffff !important;
    }
}
@media (min-width: 769px) { 
    .MainMenu .le_menu_level_1_container {
        left: 180px;
        min-width: 180px;
    }
    .middle-it {
        display:inline-block;
        vertical-align:middle;
        float: none;
    }
    
    .pull-it-right {
        margin-right: -15px;
    }
    
    .pull-it-left {
        margin-left: -15px;
    }
    .bigtext h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 5px;
    }
    .bigger-text {
        padding: 0 150px;
    }
    .bigger-text h6 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        /*padding: 10px 10px;*/
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        /*padding: 5px 10px;*/
    }
    .col-md-15 {
        float: left;
        width: 20%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
    .MainMenu li.le_menuitem_level_0 a {
        /*padding: 10px 15px;*/
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        /*padding: 5px 10px;*/
    }
}

/* 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-inner img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

#feature img {
	vertical-align: middle;
    width: 100%;
	height: auto;
}
#feature .le_plugin_slider_container {
    margin:auto;
}
.wrapper-inner table {
	border-spacing: 0 !important;
}

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

.le_mb_wrapper {
    padding-top:10px;
}

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

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

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

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

.wrapper-inner #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-inner .staff_info .firstname,.wrapper-inner .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-inner #le_mb_list_schedule .master_date {
    padding-top:0;
}
.wrapper-inner #le_mb_list_schedule .title_date {
    padding-left: 20px;
}
.wrapper-inner #le_mb_list_schedule .row_date {
    padding-left: 20px;
}
.title_date, .title_class, .title_staff {
    position:relative;
    top:-5px;
}  

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

.wrapper-inner #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);
}

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

/* Box Slider Fixes and Customizations
----------------------------------------------------------------------------------------------------*/
.bx-viewport .htmlSlide {
    padding-bottom: 0 !important;
}
.testimonialbox .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0,0,0,0) !important;
    border: 2px solid #78288a;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
}

.testimonialbox .bx-wrapper .bx-pager.bx-default-pager a:hover, .testimonialbox .wrapper-inner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #78288a !important;
}
.bx-wrapper .htmlPanel { /* Fixes shift of content when fade transition is applie */
    left: 0;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 800 !important;
}

.wrapper-inner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #676767;
    background: rgba(0,0,0,.5);
}

.wrapper-inner .bx-wrapper .bx-pager.bx-default-pager a:hover,.wrapper-inner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #333;
    background: rgba(0,0,0,.85);
}

/* --- BX slider arrows --- */

.wrapper-inner .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 44px;
}

.wrapper-inner .bx-wrapper .bx-prev, .wrapper-inner .bx-wrapper .bx-prev:hover{
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/mmp3/site-slider-arrows.png") no-repeat 0 0;
}
.wrapper-inner .bx-wrapper .bx-next, .wrapper-inner .bx-wrapper .bx-next:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/mmp3/site-slider-arrows.png") no-repeat -32px 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%;
	}
}


/* ------------- Calendar Mods/Overrides ------------*/
.wrapper-inner .event_calendar {
    width: 100%;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.calendarCells {
    padding: 4px;
}

.calendarCellsDate {
    line-height:1em;
}

.selections .action {
    width: auto;
    padding: 0px 10px;
    margin-right: 1px;
    color: #fff;
    border: 0;
}

.date_selection #today {
    background: #A8A8A8;
    color: #fff;
    border: 0;
    height: 27px;
}

.date_selection #startdate {
    height: 27px;
    width: 100px;
    padding: 0 4px;
}

/*-- Front end Event Creattion -- */
#event_header {
    background: #e8e8e8;
    padding: 10px;
}

#event_timezone {
    
}

#event_form .float_right:first-child {
    margin: 10px 10px 0 0;
}
#event_start .date {
    height: 28px;
}

#event_start .date_details {
    height: 28px;
}

#event_end .date_details {
    height: 28px;
}

/* ------------- End Calendar Mods/Overrides ------------*/


/* -- blog Service Styles -- */

#blog_sidebar.blog_sidebar {
    width: 35%;
    margin-left: 5%;
    padding: 20px;
    float: right;
}

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

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

/* -- Post List -- */

#blog_post_listing.blog_post_listing_sidebar { /*This is actually the post listing container...not the sidebar*/
    width: 60%;
    float: left;
}

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

.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_permalink {
    word-wrap: break-word;
}

a.read_more_link {
    display: table;
    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: 1024px) {
    #blog_post_listing.blog_post_listing_sidebar {
        width: 55%;
    }
    
    #blog_sidebar.blog_sidebar {
        width: 40%;
    }
}

@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: 0px;
}

.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_post_tag_header {
    font-size: 14px;
}

/* -- blog Element Styles -- */

.blog_post_listing_element {
    margin-bottom: 30px;
}

.blog_post_listing_element h1.blog_post_listing_title, .blog_post_listing_element h1.blog_post_listing_title a {
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
    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 .feature_blog_image img {
    padding: 0;
    border: 0;
}

.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: 14px !important;
    margin-top: 10px;
    text-decoration: none;
}

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

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

/* Extra Modular Grid/Layout Styles */

.no-gutter-left {
    padding-left:0;
}

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

.padding-10 {
    padding:10px;
}

.padding-15 {
    padding:15px;
}

.padding-20 {
    padding:20px;
}

.width-50per {
    width: 50%;
}

.width-75per {
    width: 75%;
}

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

.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.4);
}

.text-shadow-light {
    text-shadow: 0px 1px 1px rgba(255,255,255,.4);
}

.img-frame img,img.img-frame,.video-frame iframe{
    padding: 4px;
    border: 1px solid rgba(0,0,0,.08);
    background: transparent;
    transition: all .2s ease;
}

.img-frame img:hover,img.img-frame:hover,.video-frame iframe:hover{
    padding: 4px;
    border: 1px solid rgba(0,0,0,.08);
    background: rgba(0,0,0,.08);

}

.img-frame.img-zoom{
    overflow:hidden;
}

.img-zoom img {
    transition: all .2s ease;
}

.img-zoom img:hover {
    transform: scale(1.2);

}

.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;
}
.row-same-height {
    display:table;
}
.row-same-height [class^="col-"],
.row-same-height [class*="col-"]{
    display: table-cell;
    float: none;
    vertical-align: top;
    padding: 0 15px;
}

.row-same-height.sh-va-middle [class^="col-"],
.row-same-height.sh-va-middle [class*="col-"]{
    vertical-align: middle;
}


@media all and (max-width: 768px) {
    .row-same-height {
        display:block;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        float:left;
    }
    
}

.force-width img {
    width: 100%;
    height: auto;
}

/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
#auroraContentContainer {
	min-width:100%;
	position: relative;
	top: 0px;
}

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

/* -- 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;
}
/* -- Search Element -- */
#search_form_value {
    padding: 7px 5px 6px 5px;
}

/* ------- End System fixes (These should be added to Aurora and not done in the template) ---- */

/* --- Dark BG compensations --- */
#login label {
    color: #777;
}


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

@media (min-width: 769px) {
    .le-edit-open.expanded-view .wrapper-inner, .le-design-open.expanded-view .wrapper-inner {
        padding-left: 0;
    }
    .le-edit-open.expanded-view #primaryMenu.se_menu, .le-design-open.expanded-view #primaryMenu.se_menu {
        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;
}
.schedule_filters {
    display: block !important;
}

.confirm_signup_wrapper .notice {
    color: red !important;
    margin-bottom: 10px;
    font-size: 18px !important;
}

.feature_blog_image {
    padding-bottom: 10px;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
}
#le_header-right {
}
.aurora_about #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-stones.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_about #le_section-four {
    background-color: rgb(174, 174, 174);
}
.aurora_about #le_section-four-area1 {
    background-color: rgb(174, 174, 174);
}
.aurora_about #le_section-one {
    margin-top: px;
    margin-bottom: px;
}
.aurora_about #le_section-one-content1 {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
    padding-top: px;
    padding-bottom: px;
}
.aurora_about #le_section-three {
    background-color: rgb(174, 174, 174);
}
.aurora_about #le_section-two {
    background-color: rgb(174, 174, 174);
}
.aurora_about #le_section-two-area1 {
    background-color: rgb(174, 174, 174);
}
.aurora_about #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-pose.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
}
.aurora_about #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-stones.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
}
.aurora_about #le_section-two-area4 {
    background-color: rgb(174, 174, 174);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: px;
    padding-bottom: px;
}
.aurora_about #le_section-two-area5 {
    background-color: rgb(174, 174, 174);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
}
.aurora_about #le_section-two-area6 {
    background-color: rgb(174, 174, 174);
}
.aurora_about #le_section-two-area7 {
    background-color: rgb(174, 174, 174);
}
.aurora_about #le_section-two-area8 {
    background-color: rgb(174, 174, 174);
}
.aurora_about #le_section-two-area9 {
    background-color: rgb(174, 174, 174);
}
.aurora_about-me #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/blog-thumb-coffee.jpg);
}
.aurora_adult #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/group-photo/group-photo_1800x1200.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_adult #le_section-five {
    background-color: rgb(244, 244, 244);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_adult #le_section-five-area10 {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area11 {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area12 {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area13 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area14 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area15 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area16 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area17 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area18 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area19 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area20 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area21 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area22 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area23 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 30px;
}
.aurora_adult #le_section-five-area4 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area5 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area6 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area7 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area8 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
}
.aurora_adult #le_section-five-area9 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_adult #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_adult #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/pink-dancing-class.jpg);
    background-color: rgb(120, 39, 139);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_adult #le_section-three-area10 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_adult #le_section-three-area11 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 37px;
    padding-right: 20px;
    padding-bottom: 37px;
    padding-left: 20px;
}
.aurora_adult #le_section-three-area8 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 37px;
    padding-right: 20px;
    padding-bottom: 37px;
    padding-left: 20px;
}
.aurora_adult #le_section-three-area9 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/group-photo/group-photo_1800x1200.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_adult-dance-classes #le_section-five {
    background-color: rgb(244, 244, 244);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_adult-dance-classes #le_section-five-area10 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area11 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area12 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area13 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area14 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area15 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area16 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area17 {
}
.aurora_adult-dance-classes #le_section-five-area18 {
}
.aurora_adult-dance-classes #le_section-five-area19 {
}
.aurora_adult-dance-classes #le_section-five-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area20 {
}
.aurora_adult-dance-classes #le_section-five-area21 {
}
.aurora_adult-dance-classes #le_section-five-area22 {
}
.aurora_adult-dance-classes #le_section-five-area23 {
}
.aurora_adult-dance-classes #le_section-five-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area4 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area5 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area6 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area7 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area8 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-five-area9 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_adult-dance-classes #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_adult-dance-classes #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/group-photo/group-photo_1800x1200.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_adult-dance-classes #le_section-three-area10 {
}
.aurora_adult-dance-classes #le_section-three-area11 {
}
.aurora_adult-dance-classes #le_section-three-area12 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-three-area13 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-three-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 37px;
    padding-right: 20px;
    padding-bottom: 37px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-three-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-three-area4 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 37px;
    padding-right: 20px;
    padding-bottom: 37px;
    padding-left: 20px;
}
.aurora_adult-dance-classes #le_section-three-area8 {
}
.aurora_adult-dance-classes #le_section-three-area9 {
}
.aurora_appointments #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-mountain.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom right;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_appointments #le_section-one {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_appointments #le_section-one-content1 {
    padding-left: 0px;
}
.aurora_april-6th #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/pink-kids-class.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_bachelorette-parties #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/pink-dance-class.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_bachelorette-parties #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_beast-machine #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/teen-street-dancers.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_beast-machine #le_section-five {
    background-color: rgb(244, 244, 244);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_beast-machine #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_beast-machine #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_beast-machine #le_section-six {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_beast-machine #le_section-three {
    background-color: rgb(120, 39, 139);
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_birthday-parties #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/group-of-kids.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_birthday-parties #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_birthday-parties1 #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/hip-hop-instructor.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_birthday-parties1 #le_section-one {
    padding-top: 20px;
    padding-bottom: 60px;
}
.aurora_birthday-parties1 #le_section-one-content11 {
}
.aurora_birthday-parties1 #le_section-one-content12 {
    padding-top: 40px;
}
.aurora_birthday-parties1 #le_section-one-content13 {
    padding-top: 40px;
}
.aurora_birthday-parties1 #le_section-one-content14 {
}
.aurora_birthday-parties1 #le_section-one-content26 {
    padding-top: 25px;
    padding-bottom: 35px;
}
.aurora_birthday-parties1 #le_section-one-content27 {
    padding-top: 25px;
    padding-bottom: 35px;
}
.aurora_birthday-parties1 #le_section-one-content28 {
    padding-top: 25px;
    padding-bottom: 35px;
}
.aurora_birthday-parties1 #le_section-one-content8 {
}
.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_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-yoga.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: bottom right;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_contact #le_section-four {
    padding-top: px;
}
.aurora_contact #le_section-four-area1 {
}
.aurora_contact #le_section-four-area3 {
}
.aurora_contact #le_section-one-content4 {
    margin-bottom: 50px;
}
.aurora_contact #le_section-one-content6 {
    margin-top: 45px;
}
.aurora_contact #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-yoga.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_contact #le_section-three-area1 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_contact-us #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/teens-group/teens-group_1800x2259.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact-us #le_section-one {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_corporate-wellness #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/group-of-kids.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_corporate-wellness #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_dharma-workshop-weekend #le_header {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kaeja_header.png);
}
.aurora_dharma-workshop-weekend #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/group-teens.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_dharma-workshop-weekend #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_evolution-crew #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/photo-gallery/Pulse_YrEnd_2017-63.jpg);
    background-color: rgb(120, 39, 139);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_evolution-crew #le_section-one {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_faqs #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-colorful-sweaters/kids-colorful-sweaters_1800x915.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_faqs #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_faqs #le_section-one-content10 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_faqs #le_section-one-content9 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_features #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_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_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_features #le_section-four {
    background-color: rgb(70, 70, 70);
    padding-bottom: 40px;
}
.aurora_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_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_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_features #le_section-four-area4 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area5 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area6 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-four-area7 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-one {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section-one-content1 {
    font-size: px;
}
.aurora_features #le_section-one-content4 {
    padding-top: 60px;
}
.aurora_features #le_section-one-content7 {
    padding-top: 40px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
}
.aurora_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_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_features #le_section-three {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_features #le_section-two-area1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.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_features #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/relax-569318_1280.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_features #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/photo-1414073875831-b47709631146.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_features #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/de9uL9L7RSmzV4SAoAO5_Lauren-and-Winona-Under-a-pass-1.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_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_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_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_features #le_section-two-area9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section1 {
    background-color: rgb(237, 237, 237);
    margin-top: px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section1-content 4 {
    padding-top: 60px;
}
.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_flomatk #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/flomatk_cover.png);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_flomatk #le_section-five {
}
.aurora_flomatk #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_flomatk #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_flomatk #le_section-three {
    background-color: rgb(120, 39, 139);
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_funk #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/two-little-girls-dancing.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_funk #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home #le_feature-content1 {
    padding-right: 30px;
    padding-left: 30px;
}
.aurora_home #le_feature-content2 {
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: 0px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 150px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/the_crew.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 300px;
}
.aurora_home #le_headerContainer {
    margin-bottom: -2px;
}
.aurora_home #le_headerTop {
    padding-top: 10px;
    padding-bottom: 10px;
}
.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 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/photo-1421757381940-5d269570b21c-1440.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.aurora_home #le_section-five-area1 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: px;
}
.aurora_home #le_section-four {
    background-color: rgb(141, 197, 63);
    background-repeat: repeat;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_home #le_section-four-area1 {
    border-style: none;
    border-color: rgba(70, 70, 70, 0.05);
    border-width: 0px;
    border-radius: 0px;
    padding-top: 12px;
    padding-bottom: 7px;
}
.aurora_home #le_section-four-area2 {
    padding-top: 20px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-four-area3 {
    padding-top: 20px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-one {
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top left;
    padding-top: px;
    padding-bottom: px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-one-area1 {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
}
.aurora_home #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-color-sweaters/kids-color-sweaters_1000x558.jpg);
    background-size: cover;
    background-position: top center;
    margin-bottom: 25px;
    padding-top: 150px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.aurora_home #le_section-one-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/teens-group/teens-group_1000x1255.jpg);
    background-size: cover;
    background-position: top center;
    margin-bottom: 25px;
    padding-top: 150px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.aurora_home #le_section-one-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/group-photo/group-photo_1000x666.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
    padding-top: 150px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.aurora_home #le_section-one-content {
    background-color: rgb(0, 166, 81);
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-six {
    background-color: rgb(245, 245, 245);
    padding-top: 90px;
    padding-bottom: 90px;
}
.aurora_home #le_section-three {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home #le_section-three-area1 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
}
.aurora_home #le_section-three-area2 {
    border-color: rgba(0, 0, 0, 0);
    border-width: 0px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
}
.aurora_home #le_section-three-area3 {
    padding-top: 0px;
    padding-bottom: px;
    text-align: center;
}
.aurora_home #le_section-two {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_home #le_section-two-area1 {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: px;
    padding-bottom: px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 30px;
}
.aurora_home #le_section-two-area2 {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: 0px;
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.aurora_home #le_section-two-area3 {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: px;
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.aurora_home #le_section-two-area4 {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.aurora_home #le_section-two-area5 {
    margin-bottom: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
}
.aurora_home #le_section-two-area6 {
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}
.aurora_home #le_section-two-row1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/male-dancer-yellow-background/male-dancer-yellow-background_1800x1200.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.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_infinity-pass #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/PulseAdults_ClassB-12.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_infinity-pass #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_join-the-team #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/PulseAdults_ClassB-22.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_join-the-team #le_section-one {
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_join-the-team #le_section-one-content9 {
    background-color: rgb(254, 148, 39);
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_kids #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/pulse-kids_copy/pulse-kids_copy_1800x1218.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_kids #le_section-five {
    background-color: rgb(244, 244, 244);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_kids #le_section-five-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids #le_section-five-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids #le_section-five-area4 {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids #le_section-five-area5 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids #le_section-five-area6 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids #le_section-five-area7 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids #le_section-five-area8 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids #le_section-five-area9 {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 30px;
}
.aurora_kids #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_kids #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_kids #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-dance-class/kids-dance-class_1800x1121.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_kids #le_section-three-area10 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_kids #le_section-three-area11 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_kids #le_section-three-area8 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_kids #le_section-three-area9 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_kids-dance-classes #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/pulse-kids_copy/pulse-kids_copy_1800x1218.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_kids-dance-classes #le_section-five {
    background-color: rgb(244, 244, 244);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_kids-dance-classes #le_section-five-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids-dance-classes #le_section-five-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids-dance-classes #le_section-five-area4 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids-dance-classes #le_section-five-area5 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids-dance-classes #le_section-five-area6 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids-dance-classes #le_section-five-area7 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids-dance-classes #le_section-five-area8 {
}
.aurora_kids-dance-classes #le_section-five-area9 {
}
.aurora_kids-dance-classes #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_kids-dance-classes #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_kids-dance-classes #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-dance-class/kids-dance-class_1800x1121.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_kids-dance-classes #le_section-three-area10 {
}
.aurora_kids-dance-classes #le_section-three-area11 {
}
.aurora_kids-dance-classes #le_section-three-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-dance-classes #le_section-three-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-dance-classes #le_section-three-area4 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-dance-classes #le_section-three-area8 {
}
.aurora_kids-dance-classes #le_section-three-area9 {
}
.aurora_kids-full-year #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/events/pulse-show-2018/DSC04176.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_kids-full-year #le_section-one {
    background-color: rgba(70, 70, 70, 0.05);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_kids-full-year #le_section-one-content11 {
}
.aurora_kids-full-year #le_section-one-content12 {
}
.aurora_kids-full-year #le_section-one-content13 {
}
.aurora_kids-full-year #le_section-one-content21 {
    background-color: rgb(255, 255, 255);
    margin-top: 25px;
}
.aurora_kids-full-year #le_section-one-content22 {
    background-color: rgb(255, 255, 255);
    margin-top: 25px;
}
.aurora_kids-full-year #le_section-one-content23 {
    background-color: rgb(255, 255, 255);
    margin-top: 25px;
}
.aurora_kids-full-year #le_section-one-content24 {
    background-color: rgb(255, 255, 255);
    margin-top: 25px;
}
.aurora_kids-semester-classes #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/blue-dance-classes.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_kids-semester-classes #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_kids-semester-classes #le_section-one-content11 {
}
.aurora_kids-semester-classes #le_section-six-area10 {
    border-color: rgba(70, 70, 70, 0.05);
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_kids-semester-classes #le_section-six-area11 {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_kids-semester-classes #le_section-six-area12 {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_kids-semester-classes #le_section-six-area13 {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_kids-semester-classes #le_section-six-area14 {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_kids-semester-classes #le_section-three {
}
.aurora_kids-semester-classes #le_section-three-area10 {
}
.aurora_kids-semester-classes #le_section-three-area11 {
}
.aurora_kids-semester-classes #le_section-three-area8 {
}
.aurora_kids-semester-classes #le_section-three-area9 {
}
.aurora_kids-semester-two #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/PD_Image_Headerr_copy.png);
    background-size: auto;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_kids-semester-two #le_section-five {
    background-color: rgb(244, 244, 244);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_kids-semester-two #le_section-five-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids-semester-two #le_section-five-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids-semester-two #le_section-five-area4 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.aurora_kids-semester-two #le_section-five-area5 {
}
.aurora_kids-semester-two #le_section-five-area6 {
}
.aurora_kids-semester-two #le_section-five-area7 {
}
.aurora_kids-semester-two #le_section-five-area8 {
    background-color: rgb(255, 255, 255);
}
.aurora_kids-semester-two #le_section-five-area9 {
}
.aurora_kids-semester-two #le_section-four {
    background-color: rgba(70, 70, 70, 0.05);
    background-repeat: no-repeat;
    border-style: none;
}
.aurora_kids-semester-two #le_section-four-area1 {
    background-repeat: no-repeat;
}
.aurora_kids-semester-two #le_section-four-area2 {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
}
.aurora_kids-semester-two #le_section-four-area3 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_kids-semester-two #le_section-one {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_kids-semester-two #le_section-one-content4 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_kids-semester-two #le_section-three {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-dance-class.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_kids-semester-two #le_section-three-area10 {
}
.aurora_kids-semester-two #le_section-three-area11 {
}
.aurora_kids-semester-two #le_section-three-area12 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-semester-two #le_section-three-area13 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-semester-two #le_section-three-area2 {
}
.aurora_kids-semester-two #le_section-three-area3 {
}
.aurora_kids-semester-two #le_section-three-area4 {
}
.aurora_kids-semester-two #le_section-three-area5 {
}
.aurora_kids-semester-two #le_section-three-area6 {
}
.aurora_kids-semester-two #le_section-three-area8 {
}
.aurora_kids-semester-two #le_section-three-area9 {
}
.aurora_kids-semester-two #le_section-two {
}
.aurora_kids-semester-two #le_section-two-area1 {
    background-color: rgb(255, 128, 0);
}
.aurora_kids-semester-two #le_section-two-area2 {
}
.aurora_kids-spring-dance-camps #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-colorful-tshirts.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_kids-spring-dance-camps #le_section-five {
    background-color: rgba(70, 70, 70, 0.05);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_kids-spring-dance-camps #le_section-five {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-spring-dance-camps #le_section-five-area10 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-spring-dance-camps #le_section-five-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-spring-dance-camps #le_section-five-area2 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-spring-dance-camps #le_section-five-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-spring-dance-camps #le_section-five-area3 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-spring-dance-camps #le_section-five-area4 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-spring-dance-camps #le_section-five-area4 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-spring-dance-camps #le_section-five-area5 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-spring-dance-camps #le_section-five-area5 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-spring-dance-camps #le_section-five-area6 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-spring-dance-camps #le_section-five-area6 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-spring-dance-camps #le_section-five-area7 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-spring-dance-camps #le_section-five-area7 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-spring-dance-camps #le_section-five-area8 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-spring-dance-camps #le_section-five-area8 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-spring-dance-camps #le_section-five-area9 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-spring-dance-camps #le_section-five-area9 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-spring-dance-camps #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_kids-spring-dance-camps #le_section-six {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_kids-spring-dance-camps #le_section-six {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_kids-summer-dance-camps #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-colorful-tshirts.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_kids-summer-dance-camps #le_section-five {
    background-color: rgba(70, 70, 70, 0.05);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_kids-summer-dance-camps #le_section-five-area1 {
    margin-top: 15px;
    margin-bottom: 35px;
}
.aurora_kids-summer-dance-camps #le_section-five-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-summer-dance-camps #le_section-five-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-summer-dance-camps #le_section-five-area4 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-summer-dance-camps #le_section-five-area5 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-summer-dance-camps #le_section-five-area6 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-summer-dance-camps #le_section-five-area7 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-summer-dance-camps #le_section-five-area8 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-summer-dance-camps #le_section-five-area9 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_kids-summer-dance-camps #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_kids-summer-dance-camps #le_section-one-content1 {
    margin-bottom: 20px;
}
.aurora_kids-summer-dance-camps #le_section-six {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_march-29th #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-dancing.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.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-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 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area4 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section1 {
    padding-top: px;
    padding-bottom: px;
}
.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_our-story #le_header {
}
.aurora_our-story #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/red-dance-class_copy.jpg);
    background-color: rgb(120, 39, 139);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_our-story #le_section-one {
    padding-top: 75px;
    padding-bottom: 30px;
}
.aurora_our-story #le_section-one-content9 {
    background-repeat: no-repeat;
}
.aurora_our-team #le_header {
}
.aurora_our-team #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/the_crew_copy.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_our-team #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_past-events #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-colorful-sweaters/kids-colorful-sweaters_1800x915.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_past-events #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_PD-dance-camps #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/PD_Image_Headerrr.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_PD-dance-camps #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_performances #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/teen-dancers/teen-dancers_1800x2089.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_performances #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_photo-gallery #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-colorful-sweaters/kids-colorful-sweaters_1800x915.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_photo-gallery #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_private #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/group-of-kids.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_private #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_private #le_section-one-content11 {
    padding-top: 40px;
}
.aurora_private #le_section-one-content12 {
    padding-top: 40px;
}
.aurora_private #le_section-one-content13 {
    padding-top: 40px;
}
.aurora_private #le_section-one-content26 {
    padding-top: 25px;
    padding-bottom: 35px;
}
.aurora_private #le_section-one-content27 {
    padding-top: 25px;
    padding-bottom: 35px;
}
.aurora_private #le_section-one-content28 {
    padding-top: 25px;
    padding-bottom: 35px;
}
.aurora_private #le_section-one-content8 {
    padding-bottom: 20px;
}
.aurora_problems-registering #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/pulse-kids_copy/pulse-kids_copy_1800x1218.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_problems-registering #le_section-one {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_pulse-studios-hip-hop-arts-playschool #le_header {
}
.aurora_pulse-studios-hip-hop-arts-playschool #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/red-dance-class_copy.jpg);
    background-color: rgb(120, 39, 139);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_pulse-studios-hip-hop-arts-playschool #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/little-kids.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_pulse-studios-hip-hop-arts-playschool #le_section-four {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_pulse-studios-hip-hop-arts-playschool #le_section-one {
    padding-top: 75px;
    padding-bottom: 30px;
}
.aurora_pulse-studios-hip-hop-arts-playschool #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pulse-studios-hip-hop-arts-playschool #le_section-one-content9 {
    background-repeat: no-repeat;
}
.aurora_pulse-studios-hip-hop-arts-playschool #le_section-three {
    background-color: rgba(70, 70, 70, 0.05);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pulseshow #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/PulseKids_ClassB-08.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_pulseshow #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/pulse_show_web_page_photo_final.png);
    background-size: cover;
}
.aurora_pulseshow #le_section-one {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_pulseshow #le_section-one {
    margin-top: -24px;
}
.aurora_pulseshow #le_section-one-content10 {
}
.aurora_schedule #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/three-boys.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_schedule #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_school-residencies #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/pulse-kids-sweaters/pulse-kids-sweaters_1800x1142.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_school-residencies #le_section-five {
    background-color: rgb(244, 244, 244);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_school-residencies #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_school-residencies #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_school-residencies #le_section-six {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_school-residencies #le_section-six-area3 {
    background-color: rgb(120, 39, 139);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_school-residencies #le_section-three {
    background-color: rgb(244, 244, 244);
    padding-top: 75px;
    padding-bottom: 60px;
}
.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-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/services-header.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_services #le_section-one-area1 {
}
.aurora_services #le_section-one-area2 {
    font-style: italic;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_services #le_section-one-area3 {
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_services #le_section-three-area1 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_services #le_section-two-area2 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_services #le_section-two-area3 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_services #le_section-two-area4 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_shopping-bag #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_site-features #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-home_copy.jpg);
    background-size: cover;
    background-position: bottom right;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_site-features #le_section-four-area1 {
    margin-top: 45px;
}
.aurora_site-features #le_section-one-content1 {
    margin-top: 30px;
}
.aurora_site-features #le_section-one-content10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-yoga.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
}
.aurora_site-features #le_section-one-content4 {
    margin-top: 50px;
}
.aurora_site-features #le_section-one-content5 {
    margin-top: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
}
.aurora_site-features #le_section-one-content7 {
    background-color: rgb(90, 94, 97);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_site-features #le_section-one-content8 {
    margin-top: 75px;
}
.aurora_site-features #le_section-one-content9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-pose.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
}
.aurora_site-features #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-mountain.jpg);
    background-color: rgb(70, 70, 70);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_site-features #le_section-two-area1 {
    margin-top: 45px;
}
.aurora_site-features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-stones.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
}
.aurora_site-features #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-home_copy.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
}
.aurora_site-features #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-mountain.jpg);
    background-size: auto;
    background-position: center center;
    padding-top: 75px;
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
}
.aurora_site-features #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asanamb/img-asana-mat.jpg);
    padding-top: 75px;
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
}
.aurora_site-features #le_section-two-area6 {
    background-color: rgb(174, 174, 174);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_site-features #le_section-two-area7 {
    background-color: rgba(174, 174, 174, 0.54);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_site-features #le_section-two-area8 {
    background-color: rgb(174, 174, 174);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_site-features #le_section-two-area9 {
    margin-top: 45px;
}
.aurora_store #le_feature {
    text-align: center;
    color: rgb(255, 255, 0);
    font-size: 50px;
}
.aurora_store #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_store #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_studio-closures #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/PulseKids_ClassB-08.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_studio-closures #le_section-one {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_studio-closures #le_section-one-content10 {
}
.aurora_summer-camp-contest #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kaeja_header_final.png);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_summer-camp-contest #le_section-one-content1 {
    padding-top: 30px;
}
.aurora_teen #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/red-shirt-teen-dancers/red-shirt-teen-dancers_1800x1192.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_teen #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_teen #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_teen #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/group-teen-dancers/group-teen-dancers_1800x1187.jpg);
    background-color: rgb(120, 39, 139);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_teen #le_section-three-area10 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_teen #le_section-three-area9 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_teen-dance-classes #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/red-shirt-teen-dancers/red-shirt-teen-dancers_1800x1192.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_teen-dance-classes #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_teen-dance-classes #le_section-one {
    background-color: rgba(70, 70, 70, 0.05);
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_teen-dance-classes #le_section-one-content15 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_teen-dance-classes #le_section-one-content16 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_teen-dance-classes #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/group-teen-dancers/group-teen-dancers_1800x1187.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_teen-dance-classes #le_section-three-area10 {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_teen-dance-classes #le_section-three-area9 {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_teen-summer-dance-camps #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/kids-colorful-tshirts.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_teen-summer-dance-camps #le_section-five-area2 {
    background-color: rgba(255, 255, 255, 0.49);
}
.aurora_teen-summer-dance-camps #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_template-features #le_section-one-content1 {
    background-color: rgb(255, 255, 255);
}
.aurora_template-features #le_section-one-content2 {
    background-color: rgba(255, 255, 255, 0.66);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_template-features #le_section-one-content8 {
    background-color: rgb(70, 70, 70);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_template-features #le_section-one-content9 {
    background-color: rgb(255, 255, 255);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_template-features #le_section-three-area2 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-three-area3 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-three-area4 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/media/img-feature2.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_template-features #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/media/img-feature1.jpg);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_template-features #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/blueflowers.jpg);
    background-size: cover;
    padding-top: 125px;
    padding-right: 10px;
    padding-bottom: 125px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.aurora_template-features #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/pine-leaves-691639_1280.jpg);
    background-size: cover;
    padding-top: 125px;
    padding-right: 10px;
    padding-bottom: 125px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.aurora_template-features #le_section-two-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/dragonfly.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.aurora_template-features #le_section-two-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/ferns.jpg);
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.aurora_template-features #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/dandelion.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.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_the-gateway-project #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/teen-dance-group.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_the-gateway-project #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_the-gateway-project #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/ShoTyme.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_the-gateway-project #le_section-four-area12 {
    background-color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_the-gateway-project #le_section-four-area13 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_the-gateway-project #le_section-four-area14 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_the-gateway-project #le_section-four-area15 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_the-gateway-project #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_the-gateway-project #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_the-gateway-project #le_section-six {
    background-color: rgb(120, 39, 139);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_the-gateway-project #le_section-six-area10 {
    background-color: rgb(91, 27, 107);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_the-gateway-project #le_section-six-area11 {
    background-color: rgb(91, 27, 107);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_the-gateway-project #le_section-six-area12 {
    background-color: rgb(91, 27, 107);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_the-gateway-project #le_section-six-area13 {
    background-color: rgb(91, 27, 107);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_the-gateway-project #le_section-six-area14 {
    background-color: rgb(91, 27, 107);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_the-gateway-project #le_section-three {
    background-color: rgb(120, 39, 139);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_workshops #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pulsestudios/PulseAdults_ClassA-32.jpg);
    background-color: rgb(120, 39, 139);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_workshops #le_section-one {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navicon {
    color: rgb(255, 255, 255);
}
.seFormButton {
    background-color: rgb(254, 148, 39);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-color: rgb(0, 0, 0);
}
.se_button a, a.se_button {
    background-color: rgb(254, 148, 39);
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(141, 198, 63);
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.49);
}
.se_cta {
    background-color: rgb(0, 0, 0);
    border-color: rgb(174, 174, 174);
    border-width: 0px;
}
.se_cta .le_content a {
    color: rgb(255, 255, 255);
}
.se_cta .le_content a:hover {
    color: rgb(174, 174, 174);
}
.se_cta .le_content, .se_cta .le_content a {
    font-size: 30px;
}
.se_cta:hover {
    border-color: rgb(0, 166, 81);
}
.se_footer {
    background-color: rgb(70, 70, 70);
}
.se_footer a {
    color: rgb(255, 255, 255);
}
.se_footer a:hover {
    color: rgb(254, 148, 39);
}
.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: rgba(0, 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 {
    background-color: rgb(255, 255, 255);
}
.se_menu {
    background-color: rgb(141, 198, 63);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgba(255, 255, 255, 0.87);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'News Cycle';
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(70, 70, 70);
    background-color: rgba(70, 70, 70, 0.05);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(85, 84, 84);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(141, 198, 63);
}
.se_siteBranding a {
    font-size: 40px;
    color: rgb(0, 166, 81);
    font-weight: normal;
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.se_social a:hover {
    color: rgb(254, 148, 39);
}
.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(254, 148, 39);
}
a:hover {
    color: rgb(141, 198, 63);
}
blockquote {
    font-family: 'Playfair Display';
    font-size: 23px;
    color: rgb(174, 174, 174);
    font-style: italic;
}
h1, h1 a, .title1, .title1 a {
    font-family: 'News Cycle';
    font-size: 45px;
    color: rgb(120, 39, 139);
    font-weight: normal;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'News Cycle';
    font-size: 30px;
    color: rgb(70, 70, 70);
    font-weight: normal;
}
h3, h3 a, .title3, .title3 a {
    font-family: 'News Cycle';
    font-size: 28px;
    color: rgb(120, 39, 139);
    font-weight: normal;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'News Cycle';
    color: rgb(70, 70, 70);
    font-weight: normal;
}
h5, h5 a, .title5, .title5 a {
    font-family: 'News Cycle';
    color: rgb(70, 70, 70);
}
h6, h6 a, .title6, .title6 a {
    font-family: 'News Cycle';
    color: rgb(70, 70, 70);
}
hr {
    background-color: rgba(209, 209, 209, 0.43);
}
p, ul, ol, dl {
    font-family: 'Lato';
    font-size: 15px;
    color: rgb(70, 70, 70);
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-five-area17 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-five-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-five-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-five-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-five-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-five-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-five-area23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-three-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-dance-classes #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_april-6th #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_birthday-parties1 #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_birthday-parties1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_birthday-parties1 #le_section-one-content11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_birthday-parties1 #le_section-one-content12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_birthday-parties1 #le_section-one-content13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_birthday-parties1 #le_section-one-content14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_birthday-parties1 #le_section-one-content26 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_birthday-parties1 #le_section-one-content27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_birthday-parties1 #le_section-one-content28 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_birthday-parties1 #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dharma-workshop-weekend #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_evolution-crew #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_evolution-crew #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flomatk #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flomatk #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerTop {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-dance-classes #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-dance-classes #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-dance-classes #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-dance-classes #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-dance-classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-dance-classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-dance-classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-dance-classes #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-dance-classes #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-full-year #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-full-year #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-full-year #le_section-one-content11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-full-year #le_section-one-content12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-full-year #le_section-one-content13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-full-year #le_section-one-content21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-full-year #le_section-one-content22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-full-year #le_section-one-content23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-full-year #le_section-one-content24 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-one-content11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-six-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-six-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-six-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-six-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-classes #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-semester-two #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-spring-dance-camps #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-summer-dance-camps #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-summer-dance-camps #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kids-summer-dance-camps #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_march-29th #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-story #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-story #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_PD-dance-camps #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_PD-dance-camps #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private #le_section-one-content11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private #le_section-one-content12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private #le_section-one-content13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private #le_section-one-content26 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private #le_section-one-content27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private #le_section-one-content28 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pulseshow #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pulseshow #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pulseshow #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_shopping-bag #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_store #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-closures #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-camp-contest #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-camp-contest #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teen-dance-classes #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teen-dance-classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teen-dance-classes #le_section-one-content15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teen-dance-classes #le_section-one-content16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teen-dance-classes #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teen-dance-classes #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teen-summer-dance-camps #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_headerContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-four-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-four-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-four-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-four-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-six-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-six-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-six-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-six-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gateway-project #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_headerContainer {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-five-area17 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-five-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-five-area19 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-five-area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-five-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-five-area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-five-area23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-three-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-three-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-three-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-dance-classes #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_april-6th #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_birthday-parties1 #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_birthday-parties1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_birthday-parties1 #le_section-one-content11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_birthday-parties1 #le_section-one-content12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_birthday-parties1 #le_section-one-content13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_birthday-parties1 #le_section-one-content14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_birthday-parties1 #le_section-one-content26 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_birthday-parties1 #le_section-one-content27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_birthday-parties1 #le_section-one-content28 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_birthday-parties1 #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dharma-workshop-weekend #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_evolution-crew #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_evolution-crew #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flomatk #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flomatk #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerTop {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-dance-classes #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-dance-classes #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-dance-classes #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-dance-classes #le_section-three-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-dance-classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-dance-classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-dance-classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-dance-classes #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-dance-classes #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-full-year #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-full-year #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-full-year #le_section-one-content11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-full-year #le_section-one-content12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-full-year #le_section-one-content13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-full-year #le_section-one-content21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-full-year #le_section-one-content22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-full-year #le_section-one-content23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-full-year #le_section-one-content24 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-one-content11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-six-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-six-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-six-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-six-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-three-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-classes #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-semester-two #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-spring-dance-camps #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-summer-dance-camps #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-summer-dance-camps #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kids-summer-dance-camps #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_march-29th #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-story #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-story #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_PD-dance-camps #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_PD-dance-camps #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private #le_section-one-content11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private #le_section-one-content12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private #le_section-one-content13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private #le_section-one-content26 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private #le_section-one-content27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private #le_section-one-content28 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pulse-studios-hip-hop-arts-playschool #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pulseshow #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pulseshow #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pulseshow #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_shopping-bag #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_store #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-closures #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-camp-contest #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-camp-contest #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teen-dance-classes #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teen-dance-classes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teen-dance-classes #le_section-one-content15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teen-dance-classes #le_section-one-content16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teen-dance-classes #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teen-dance-classes #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teen-summer-dance-camps #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_headerContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-four {
    background-attachment: scroll;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-four-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-four-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-four-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-four-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-six-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-six-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-six-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-six-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gateway-project #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_headerContainer {
    }
}

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