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

:root {
    --bg-main: #807e74;
    --bg-purple: #3d1152;
    --bg-green: #648D26;
    --bg-green-hover: #324713;
    --bg-gray: #525349;
}

body {
    margin: 0 auto;
    color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html {
  scroll-behavior: smooth;
}
.hidden {
    display: none;
}

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

a {
	color: var(--bg-purple);
	text-decoration: none;
}
a:hover {
    color: var(--bg-green);
}
a img {
	border: 0;
}
p {
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h2, h2 a, .title2, .title2 a {
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	margin: 0;
	
}
h3, h3 a, .title3, .title3 a {
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h4, h4 a, .title4, .title4 a {
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
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;
}
.sub-head h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    color: var(--bg-main) !important;
}

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

.le_form {
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: var(--bg-green);
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    cursor: pointer;
	background-color: var(--bg-green-hover);
	color: #ffffff;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: var(--bg-green);
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: var(--bg-green-hover);
	color: #ffffff;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 5px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid #cdcdcd;
	box-shadow: none !important;
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
}
.form-control {
    border:1px solid #cdcdcd;
	box-shadow: none !important;
	padding: 5px 10px;
	background-color: #fff;
	height: 40px;
	border-radius: 0 !important;
	color: #676767 !important;
	letter-spacing: .14em;
	font-weight: 300;
}
.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */
.form-control {
}

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


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

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

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.recaptcha-terms {
    margin: 0 !important;
    padding: 0 !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: var(--bg-green);
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background: var(--bg-green);
    border:none;
    text-shadow:none;
    text-transform: uppercase;
    font-family: 'Montserrat' !important;
}
.le_metro_silver_button {
    background: var(--bg-green) !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat' !important;
}
.le_metro_silver_button:hover {
    background: var(--bg-green-hover) !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color: var(--bg-green-hover);
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: var(--bg-green);
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: var(--bg-green-hover);
}
.se_button.button1 a, a.se_button.button1 {
    background-color: var(--bg-green);
    padding: 12px 25px 12px 25px !important;
    margin-top: 15px;
    color: #ffffff !important;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: var(--bg-green-hover);
}
.se_button.button2 a, a.se_button.button2 {
    background-color: var(--bg-green);
    color: #fff;
    padding: 8px 15px;
    margin-top: 10px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #ffffff;
    color: var(--bg-purple);
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px;
    background-color: var(--bg-green);
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    background-color: var(--bg-purple);
}

/* Custom Width Limits 
----------------------------------------------------------------------------------------------------*/
.limit-width-600 {
    max-width: 600px;
    margin: auto;
}
.limit-width-700 {
    max-width: 700px;
    margin: auto;
}
.limit-width-800 {
    max-width: 800px;
    margin: auto;
}
.limit-width-900 {
    max-width: 900px;
    margin: auto;
}

/* Spacers
----------------------------------------------------------------------------------------------------*/
.padding-20 {
    padding: 20px;
}
.padding-30 {
    padding: 30px;
}

/* Custom Colors
----------------------------------------------------------------------------------------------------*/
.CustomColor1 {
    color: #3d1152;
}
.CustomColor2 {
    color: #648d26;
}
.CustomColor3 {
    color: #525349;
}
/* Gallery
----------------------------------------------------------------------------------------------------*/

#lightbox-container-image-data-box {
    max-width: 95% !important;
}
#aurora_page_wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
#lightbox-container-image-box img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand p {
    margin-bottom: 15px;
}
.expand h2 {
    position: relative; 
    margin-bottom: 5px;
    font-size: 22px;
}
.expand h2:before {
    content: "+";
    margin-right: 10px;
    color: #3d1152;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2.active {
    color: #3d1152;
}
.expand h2.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h2:hover {
    cursor: pointer;
    color: #3d1152;
}
/*-----------------END EXPAND-------------------------------------*/

/* Faqs Expand
----------------------------------------------------------------------------------------------------*/
.faqs-expand {
    position: relative;
    margin: 0 0 10px 0;
}
.faqs-expand h3 {
    position: relative; 
    font-size: 16px;
    color: var(--bg-main);
    line-height: 25px !important;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
}
.faqs-expand h3:before {
    content: '\f103';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 20px !important;
    margin-top: 2px;
    color: var(--bg-green);
    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;
}
.faqs-expand h3.active {
    color: var(--bg-green);
    margin-bottom: 10px !important;
}
.faqs-expand h3.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.faqs-expand h3:hover {
    cursor: pointer;
    color: var(--bg-green);
}
.faqs-expand p {
    padding-left: 15px;
}

/* Faqs2 Expand
----------------------------------------------------------------------------------------------------*/
.faqs-expand2 {
    position: relative;
    margin: 0 0 10px 0;
}
.faqs-expand2 h3 {
    position: relative; 
    font-size: 16px;
    color: #fff;
    line-height: 25px !important;
    border: 1px solid #fff;
    padding: 10px 15px;
}
.faqs-expand2 h3:before {
    content: '\f103';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 20px !important;
    margin-top: 2px;
    color: #fff;
    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;
}
.faqs-expand2 h3.active {
    background-color: #fff;
    color: var(--bg-main);
    margin-bottom: 10px !important;
}
.faqs-expand2 h3.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.faqs-expand2 h3:hover {
    cursor: pointer;
    background-color: #fff;
    color: var(--bg-main);
}
.faqs-expand2 p {
    padding-left: 15px;
    color: #fff;
}

/* Staff Expand
----------------------------------------------------------------------------------------------------*/
.staff-expand {
    position: relative;
    margin: 0 0 10px 0;
}
.staff-expand h3 {
    position: relative; 
    font-size: 18px;
    background-color: var(--bg-purple);
    color: #fff;
    padding: 7px 15px 7px 15px;
    line-height: 30px !important;
    text-transform: uppercase;
}
.staff-expand h3:before {
    content: '\f103';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 22px !important;
    margin-top: 2px;
    color: #fff;
    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;
}
.staff-expand h3.active {
    background-color: var(--bg-green);
    margin-bottom: 10px !important;
}
.staff-expand h3.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.staff-expand h3:hover {
    cursor: pointer;
    background-color: var(--bg-green);
    color: #ffffff;
}


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

hr {
    border: 0;
    height: 1px;
    margin: 5px 0;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.text-shadow-dark {
    text-shadow: 2px 2px 4px rgba(0,0,0,.9);
}
.text-shadow-darker {
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
}
.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;
}
.purpletext h1, .purpletext h2, .purpletext h3, .purpletext h4, .purpletext h5, .purpletext h6, .purpletext p, .purpletext {
    color: var(--bg-purple);
}
.purpletext h2 {
    font-size: 30px;
    line-height: 40px;
}
.purpletext h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 5px;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.banner-top, .banner {
    text-align: center;
}
.banner-top p {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,.5);
}
.purple-border-top {
    border-top: 10px solid #3d1152;
}
.banner p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,.5);
}
.top-block h2 {
    font-size: 36px;
    line-height: 45px;
    color: var(--bg-green);
    font-weight: 400;
    margin-bottom: 15px;
}
.top-block a {
    font-weight: 600;
}
.cta {
    margin: 10px 0 25px 0;
    text-align: center;
}
.cta p a {
    font-size: 24px;
    line-height: 30px;
    color: var(--bg-purple);
}
.textbox h6, .textbox2 h6 {
    display: inline-block;
    background-color: #e2e2e2;
    padding: 5px 15px;
    color: var(--bg-purple);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}
.textbox h2, .textbox2 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}
.bg-text h1 {
    font-size: 50px;
    line-height: 60px;
    color: var(--bg-purple);
}
.bg-text h2 {
    font-size: 20px;
    line-height: 25px;
}
.labelbox p {
    display: inline-block;
    background-color: #e2e2e2;
    padding: 5px 15px;
    color: var(--bg-purple);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}
.greentext {
    margin: 25px 0;
}
.greentext p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: var(--bg-green);
    margin-bottom: 10px;
}
.greentext h3 {
    font-size: 24px;
    line-height: 30px;
    color: var(--bg-green);
}
.line-bottom a {
    text-decoration: none;
    line-height: 1;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 7px 5px;
    margin-top: 5px;
    overflow: hidden;
    color: var(--bg-green);
    vertical-align: bottom;
    transition: color .3s ease-out;
}
.line-bottom a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(calc(100% - 2px));
    width: 100%;
    height: 100%;
    background: var(--bg-green);
    transition: transform .25s ease-out;
}
.line-bottom a:hover { 
    color: #fff; 
}
.line-bottom a:hover::before {
    transform: translateY(0);
    transition: transform .25s ease-out;
}
.testimonialbox img {
    border-radius: 50%;
    margin-bottom: 10px;
    width: 100px;
    height: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: var(--bg-main) !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-green) !important;
}
.bx-wrapper .bx-pager {
    bottom: -45px !important;
}
.mfp-hide {
    display: none!important;
}
.frame img {
    background: #fff;
    padding: 15px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 4px 1px rgba(224, 224, 224, 0.5)
}
.display-card {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 30px 15px;
    border-radius: 3px;
    -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: 1px 1px 8px 1px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
}

.omList::before {
    content: "\0950     ";
    font-size: 60%;
    font-weight: 700;
    color: var(--bg-purple);
    text-shadow: 1px 1px 4px var(--bg-green);
    margin-left:25px;
    padding-right:8px;
    display:flex;
}
.omList {
    padding-left:30px;
    display:flex;
}
.indent {
    padding-left:70px;
    display:flex;
}
.purple-box {
    background: var(--bg-purple);
    text-align: center;
    padding: 35px 20px 30px 20px;
    margin-bottom: 25px;
}
.purple-box h2 {
    color: #fff;
}
.mt10 {
    top: -75px;
    position: relative;
}
.mt10 h2 {
    margin-bottom: 20px;
}
.om ul { 
    padding: 0 0 0 25px;
    list-style:none; 
}
.om li {
    margin-bottom: 15px;
}
.om ul li:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/om-symbol.svg);
    width: 15px;
    margin:0 10px 0 -25px;
    height: auto;
    display: inline-block;
}

/* Grid
----------------------------------------------------------------------------------------------------*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: var(--bg-purple);
	text-align: center;
	cursor: pointer;
	margin-bottom: 25px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	height: auto;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}
figure.cta-box {
	background: var(--bg-purple);
}

figure.cta-box img {
	opacity: 1;
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.cta-box:hover img {
	opacity: 0.4;
}

figure.cta-box figcaption::before,
figure.cta-box figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.cta-box figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.cta-box figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.cta-box h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,.9);
	font-weight: 700;
	font-size: 26px;
}

figure.cta-box p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.cta-box:hover figcaption::before,
figure.cta-box:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.cta-box:hover h2,
figure.cta-box:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Pricebox
----------------------------------------------------------------------------------------------------*/
.pricebox1, .pricebox2, .pricebox3 {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px 40px;
    margin-bottom: 25px;
    -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;
    border-radius: 0 0 5px 5px;
}
.pricebox1:hover, .pricebox2:hover, .pricebox3: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);
}
.pricebox1 h6, .pricebox2 h6, .pricebox3 h6 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    color: var(--bg-green);
}
.pricebox1 h2, .pricebox2 h2, .pricebox3 h2 {
    font-weight: 500;
    margin-bottom: 25px;
    color: var(--bg-gray);
}
.pricebox1 p, .pricebox2 p, .pricebox3 p {
    font-size: 14px;
}
.pricebox1 ul, .pricebox2 ul, .pricebox3 ul {
    padding-left: 20px;
    font-size: 14px;
}
.pricebox1 .se_button.button1 a, .pricebox1 a.se_button.button1, .pricebox2 .se_button.button1 a, .pricebox2 a.se_button.button1, .pricebox3 .se_button.button1 a, .pricebox3 a.se_button.button1 {
    margin-top: 0 !important;
}
.pricebox1 {
    border-top: 10px solid var(--bg-green);
}
.pricebox2 {
    border-top: 10px solid #D1DCBD;
}
.pricebox3 {
    border-top: 10px solid var(--bg-purple);
}
.pricebox3:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/icon-best-value.svg);
    width: 55px;
    height: auto;
    display: inline-block;
    right: 40px;
    top: 10px;
    z-index: 0;
    position: absolute;
}

/* Tabbed Content
----------------------------------------------------------------------------------------------------*/
.tab-menu li {
    display: inline-block;
}
.tabs-btn ul {
    padding: 0 15px 0 15px;
    border-bottom: 1px solid var(--bg-main);
    margin-bottom: 10px;
}
.tabs-btn ul li a {
    display: inline-block;
    background-color: var(--bg-green);
    color: #fff;
    padding: 8px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 2px 0 2px;
    list-style: none;
    font-size: 14px;
}
.tabs-btn ul li a:hover {
    text-decoration: none;
    background-color: var(--bg-purple);
    color: #fff;
    position: relative;
}
.tabs > div {
    display: none;
}
.le-edit-open .tabs > div {
    display: block !important;
}
.tabs > div:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tabs > div.expanded {
    display: block !important;
}
@media (max-width: 767px) { 
    .tab-menu li {
        display: block;
        width: 100%;
    }
    .tabs-btn ul li a {
        display: block;
        width: 100%;
        border-radius: 5px;
        margin: 0 0 10px 0;
        text-align: center;
    }
}


/* Display Cards
----------------------------------------------------------------------------------------------------*/
.display-card1 {
    background: #fff;
    border: 1px solid rgba (82, 83, 73, 0.5);
    padding: 20px 40px;
    margin-bottom: 25px;
    -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;
    border-radius: 0 0 5px 5px;
}
.display-card1 {
    border-top: 10px solid rgba (82, 83, 73, 0.5);
}

/* Geolocations
----------------------------------------------------------------------------------------------------*/
.location-box h6 {
    font-size: 16px;
}
.location-box h6:before {
    content: '\f041';
    font-size: 24px;
    font-family: 'FontAwesome';
    margin: 0px 7px 0 0;
    color: var(--bg-main);
    display: inline-block;
    font-weight: normal !important;
}
.location-box p {
    font-size: 14px;
}
.location-box p a {
    font-size: 10px;
    color: var(--bg-green);
}
.noGeoLocation a {
    font-size: 15px;
}

/* Checkout
----------------------------------------------------------------------------------------------------*/
.purchase-summary-body .item_description ul {
    padding-left: 0 !important;
}
.total_item {
    float: left;
    padding: 10px 0 10px 0;
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
}

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

@media (min-width: 768px) { 
    .week_calendar {
        border: 0 !important;
    }
    #le_mb_week_schedule {
        width: 100% !important;
        padding: 0 !important;
    }
    /*#le_mb_week_schedule tr {*/
    /*    display: grid;*/
    /*    grid-template-columns: 19% 19% 19% 19%;*/
    /*    grid-gap: 15px;*/
    /*}*/
    #le_mb_week_schedule tr {
        float: left !important;
        width: 20% !important;
        height: 170px !important;
        overflow: scroll !important;
        border: 1px solid #e7e6e6;
        font-size: 14px !important;
        padding: 20px !important;
    }
    #le_mb_week_schedule tr a {
        color: var(--bg-main);
        display: block;
    }
    #le_mb_week_schedule tr a:hover {
        color: var(--bg-green);
    }
    #le_mb_week_schedule td:first-of-type {
        color: #000 !important;
        font-size: 16px !important;
    }
    #le_mb_week_schedule tr:first-of-type {
        font-size: 20px !important;
        line-height: 30px !important;
        font-weight: 400 !important;
        background-color: var(--bg-green) !important;
        color: #fff;
        border: 0 !important;
    }
    #le_mb_week_schedule th {
        font-weight: 400 !important;
    }
    .week_calendar th, .week_calendar td {
        width: 100% !important;
        display: block !important;
        border: 0 !important;
    }
/*    .trainer_name {
        display: none !important;
    }*/
}
.le_metro_silver_button_week {
    position: relative;
    display: inline-block !important;
    margin: 10px 0 !important;
    padding: 2px 10px !important;
    background-color: var(--bg-green) !important;
    color: #ffffff !important;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none !important;
    text-shadow: 0 0 0 #FFFFFF !important;
    font-weight:300;
    box-shadow:none;
    background: var(--bg-green) !important;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button_week:hover {
    background: var(--bg-green-hover) !important;
}
.small-schedule .mb_listview_date, .small-schedule .schedule_filters {
    display: none !important;
}
.mb_listview_date {
    font-size: 24px !important;
}
.master_date {
    font-size: 20px !important;
    font-weight: 500 !important;
}
.title_class {
    padding-left: 62px !important;
}
.smaller-schedule #le_mb_list_schedule {
    padding: 0 !important;
    width: 100% !important;
}
.smaller-schedule .title_staff {
    display: none !important;
}
.smaller-schedule .title_date {
    width: 35% !important;
}
.smaller-schedule .row_class {
    padding-left: 12% !important;
}
.smaller-schedule .mb_listview_date {
    display: none !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;
    padding-bottom: 10px !important;
}
#new_clients input[value='female'] {
    margin-left: 15px;
}
.wrapper input[type="text"], .wrapper input[type="email"], .wrapper input[type="password"], .wrapper textarea {
    width: 100% !important;
}
.mb_login_new_row {
    width: 100% !important;
}
.password_info {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
#le_mb_loginsignup h2 {
    background-color: #3d1152 !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: #3d1152;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
}
#signup_submit:hover {
    background-color: var(--bg-main);
    color: #ffffff;
}
#login_form .seFormButton {
    background-color: #3d1152 !important;
}
#login_form .seFormButton:hover {
    background-color: var(--bg-main) !important;
}

@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;
    }
    #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;
    }
    #existing_clients {
        width: 100% !important;
        padding-right: 0 !important;
    }
    #new_clients {
        width: 100% !important;
        border-left: 0 !important;
        padding-left: 0 !important;
    }
}

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

@media (max-width: 767px) { 
    #le_mb_week_schedule tr {
        width: 100% !important;
    }
    #le_mb_week_schedule, #le_mb_week_schedule th {
        text-align: center;
    }
}
@media (min-width: 768px) { 
    #le_mb_week_schedule tr {
        width: 33% !important;
        height: 190px !important;
        font-size: 14px !important;
    }
}
@media (min-width: 992px) { 
    #le_mb_week_schedule tr {
        width: 20% !important;
        height: 190px !important;
        font-size: 12px !important;
    }
}
@media (min-width: 1200px) { 
    #le_mb_week_schedule tr {
        width: 20% !important;
        height: 190px !important;
        font-size: 14px !important;
    }
}
.week_calendar {
    border: 0 !important;
}
#le_mb_week_schedule {
    width: 100% !important;
    padding: 0 !important;
}
#le_mb_week_schedule tr {
    float: left !important;
    border: 1px solid #e7e6e6;
    padding: 20px !important;
    overflow: auto;
}
#le_mb_week_schedule tr a {
    color: var(--bg-main);
    display: block;
}
#le_mb_week_schedule tr a:hover {
    color: var(--bg-green);
}
#le_mb_week_schedule td:first-of-type {
    color: #000 !important;
    font-size: 16px !important;
}
#le_mb_week_schedule tr:first-of-type {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    background-color: var(--bg-purple) !important;
    color: #fff;
    border: 0 !important;
}
#le_mb_week_schedule th {
    font-weight: 400 !important;
}
.week_calendar th, .week_calendar td {
    width: 100% !important;
    display: block !important;
    border: 0 !important;
}
/*.trainer_name {*/
/*    display: none !important;*/
/*}*/
.le_metro_silver_button_week {
    position: relative;
    display: inline-block !important;
    margin: 10px 0 !important;
    padding: 2px 10px !important;
    background-color: var(--bg-purple) !important;
    color: #ffffff !important;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none !important;
    text-shadow: 0 0 0 #FFFFFF !important;
    font-weight:300;
    font-family: 'Montserrat' !important;
    box-shadow:none;
    background: var(--bg-purple) !important;
    border: 0 !important;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button_week:hover {
    background: var(--bg-green-hover) !important;
}
.small-schedule .mb_listview_date, .small-schedule .schedule_filters {
    display: none !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: #3d1152 !important;
    color: #ffffff;
    padding: 10px 0 !important;
    height: 45px !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #EBEAE8 !important;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
#le_mb_list_schedule tr:hover {
    border-left: 5px solid var(--bg-color) !important;
}
.row_staff {
    padding-left: 0 !important;
}
.row_class {
    padding-left: 2.5% !important;
    font-weight: 500;
}
.row_class a {
    color: var(--bg-purple) !important;
}
.row_class a:hover {
    color: var(--bg-color) !important;
}
.trainer_name a {
    color: var(--bg-color) !important;
}
.trainer_name a:hover {
    color: var(--bg-color) !important;
}
.mb_mobile_classname a {
    color: var(--bg-color) !important;
}
#back_sched {
    color: var(--bg-color) !important;
}
#forward_sched {
    color: var(--bg-color) !important;
}
.tiny {
    margin-top: 5px !important;
}
.row_date, .row_class, .row_staff, .row_button {
    padding-top: 20px;
    padding-bottom: 20px;
}
.row_button .le_metro_silver_button {
    margin: 20px 0 !important;
}
.mb_schedule .row_button {
    vertical-align: middle !important;
}

/* Home Schedule
----------------------------------------------------------------------------------------------------*/
.homeschedule .mb_schedule {
    margin-top: -55px;
}
.title_date {
    width: 25% !important;
}

/* Mobile Schedule
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .mb_listview_date {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    #le_mb_list_schedule {
        width: 100% !important;
        padding: 0 !important;
    }
    #back_sched, #forward_sched {
        font-size: 20px !important;
        position: relative;
        top: -17px;
    }
    .schedule_date_range {
        display: none !important;
    }
    .mb_schedule {
        margin-top: -100px;
    }
    .master_date .title_class, .master_date .title_staff {
        display: none !important;
    }
    .mb_schedule {
        width: 100% !important;
        text-align: center !important;
    }
    .mb_schedule tr {
        width: 100% !important;
        text-align: center !important;
        display: block;
        margin: 0 auto;
        padding: 15px 0 20px 0 !important;
    }
    .master_date .title_date, .mb_schedule .row_date, .mb_schedule .row_staff {
        width: 100% !important;
        text-align: center !important;
        display: block;
        margin: 0 auto;
        padding: 0 !important;
        left: 0;
        right: 0;
    }
    .mb_schedule .row_class {
        width: 100% !important;
        text-align: center !important;
        display: block;
        margin: 0 auto;
        padding: 0 0 10px 0 !important;
        left: 0;
        right: 0;
    }
/*.row_staff {
        display: none !important;
    }*/
    .row_button {
        padding: 0 !important;
    }
}

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

.square {
    padding-top: 5px !important;
    padding-left: 10px !important;
}
.square:nth-of-type(odd) {
    background-color: #EBEAE8 !important;
}
#le_mb_class_page .staff_side {
    width: 45%;
}
#le_mb_class_page h2 {
    background-color: var(--bg-purple);
    color: #ffffff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-bottom: 10px;
}
.staff_bio_cutoff {
    height: 55px !important;
}
#class_info h4 {
    text-transform: uppercase;
    margin-bottom: 10px !important;
    color: var(--bg-green);
}
#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;
    color: var(--bg-green);
    font-weight: 400;
}
.staff_side .morelink {
    background-color: var(--bg-purple) !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;
    text-decoration: none !important;
}
#le_mb_class_page .staff_side .staff_info {
    border-bottom: 1px solid #EBEAE8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.square .class_location .indented-more {
    padding-left: 80px;
}
.class_list .signup {
    vertical-align: middle;
}
@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;
    }
}
@media (min-width: 992px) {
    #le_mb_class_page .staff_side {
        padding-left: 50px;
    }
}

/* Enrollments
----------------------------------------------------------------------------------------------------*/
.mb_enrollment_dates {
    background-color: var(--bg-purple);
    color: #fff;
    padding: 10px 20px;
}
.prev_date_arrows a, .next_date_arrows a {
    color: #fff;
}
.prev_date_arrows a:hover, .next_date_arrows a:hover {
    opacity: .5;
    transition: all .2s ease;
}
.enrollments_date_range {
    margin-bottom: 10px !important;
}
.enrollment_filters .selects {
    height: 35px !important;
}
.enrollment_box_text  .not_entire {
    width: 100% !important;
}
.enrollment_box_text .right {
    float: left !important;
    padding-bottom: 0px;
    width: 100%;
}
.enrollment_location {
    display: block !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.description {
    margin-top: 20px !important;
}
.enrollment_box_text  .signup_class {
    margin-left: 0 !important;
    margin-top: 10px !important;
}
.enrollment_box {
    background-color: #eeeeee;
    border: 0 !important;
    margin-bottom: 30px !important;
    padding: 30px 30px 35px 30px !important;
}
/*.enrollment_box:nth-of-type(even) {*/
/*    background-color: #ffffff !important;*/
/*}*/
.enrollment_filters {
    margin: 10px 0 20px 0 !important;
}
.enrollment_date_pick #date_filter {
    height: 35px !important;
}
.right.bold_date {
    font-size: 16px !important;
}
.enrollment_filters {
    float: left !important;
}
.desc_text a {
    text-decoration: none !important;
}

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

.se_siteBranding {
    padding: 10px 0 5px 0;
}

.se_siteBranding img {
    max-width: 200px;
    height: auto;
}


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

.wrapper {
	width: 100%;
	position: relative;
}

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

/* Header
----------------------------------------------------------------------------------------------------*/
.header-wrap {
    width: 100%;
    z-index: 300;
    padding: 0px 0 0 30px;
}
.header {
    padding: 0 20px;
}
.greenbutton a {
    display: block;
    margin-top: 16px;
    padding: 10px 10px 10px 10px;
    background-color: var(--bg-green);
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    width: 100%;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Honor-Yoga-circle-logo-white.svg');
    background-repeat: repeat-y;
    background-position: 0% 0%;
}

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

.menu-bar {
    position: relative;
    z-index:1;
    width:100%;
    transition: all .2s ease;
}
.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0;
    text-transform: uppercase;
    background: transparent !important;
    margin-top: 10px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 25px;
    font-size: 25px;
    color: var(--bg-main);
}
.OpenMobileMenu .navicon:after {
    color: var(--bg-main);
    content: '\f00d';
    font-size: 25px;
    font-family: 'FontAwesome';
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.MainMenu {
    display: block;
    padding-top: 20px;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
	position: relative;
	list-style-type: none;
	text-decoration: none;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
    padding: 12px 0 0 0;
}
.MainMenu li.le_menuitem_level_0 a {
    display: inline-block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 20px 10px 20px;
    font-size: 16px;
    color: var(--bg-main);
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
    color: var(--bg-purple);
    text-shadow: 0 0 .4px var(--bg-purple), 0 0 .4px var(--bg-purple), 0 0 .4px var(--bg-purple);
}
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
    width: 200px !important;
    padding: 16px 0 0 0;
}
.MainMenu ul.le_menu_level_1 {
	position: relative;
	left: 0;
	display: none;
    margin: 0;
    border: 1px solid #f1f3f3;
	background: #fff;
	text-align: left;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 8px 10px !important;
	margin: 0;
	color: #000000;
	border-bottom: 0 !important;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	min-width: 200px;
	text-shadow: 0 !important;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	background-color: var(--bg-green);
	color: #ffffff;
	text-shadow: 0 !important;
}
.MainMenu .le_menu_level_2_container {
	float: right;
	left: 100%;
	margin-top: -40px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	right:0;
	z-index: 10;
	display: none;
	border: 1px solid #e9eaea;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu .dropdown ul {
    display: block;
}

/* ---- Separate Mobile Menu ---- */
/* ---- Separate Mobile Menu ---- */
/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 100;
    overflow-x: none;
    overflow-y: auto;
    background: #fff;
}
.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    top:75px;
    left:0;
    opacity: 1;
}
.OpenMobileMenu .header-wrap {
    position: fixed;
    background-color: #fff;
}
.le-logged-in.OpenMobileMenu .primary-mobile-menu {
    top: 0;
}
.OpenMobileMenu .mobile-menu-cap {
    position:fixed;
    z-index:1000;
    width:100%;
    height:60px;
    top:0;
    left:0;
    background-color: #4a4a4a;
    background-color: rgba(61,78,78,.9);
}
.le-logged-in.OpenMobileMenu .mobile-menu-cap {
    height: 0;
}
@media (min-width: 767px) { 
    .mobile-menu-cap {
        display: none;
    }
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 50px 10px 50px;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: 10px 0 10px 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px !important;
	line-height: 1em;
	text-decoration: none;
    word-break:break-word;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: var(--bg-main);
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: var(--bg-green);
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
	margin-left: -10px !important;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px;
	margin-left:26px;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: var(--bg-main);
	text-transform: uppercase;
	border-bottom: 3px solid rgba(255,255,255,.03);
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: var(--bg-color);
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 5px;
	margin-left:20px;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: var(--bg-main);
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0) !important;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: var(--bg-green);
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:before {
    display:inline-block;
    position: relative;
    right: 15px;
    top: -2px;
    content: "+";
    color: var(--bg-main);
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:before {
    content:"-";
    color: var(--bg-green);
}

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

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

#le_footer-top {
    padding: 75px 0 25px 0;
    background-color: #ecf1e4;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/mandala.svg');
    background-repeat: repeat-y;
    background-position: 0% 50%;
}
.top-footer h6 {
    color: var(--bg-purple);
    font-size: 26px;
    height: 30px;
    font-weight: 600;
}
.footer-bottom {
    padding: 30px 0 !important;
}
.footer-bottom p {
    color: var(--bg-main);
    font-size: 14px;
    line-height: 23px;
}
.footer-bottom p a {
    color: var(--bg-main);
}
.footer p a:hover {
    color: var(--bg-purple);
}
.footer-block {
    padding: 20px 30px;
}
.bottom-footer {
    margin-top: 40px;
}
.bottom-footer a {
    color: var(--bg-green) !important;
}

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

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

/* Small devices (tablets, 768px and up) */
@media (max-width: 415px) {
    .pricebox1 img {
        float: left !important;
        margin-bottom: 15px;
        padding-right: 30px;
        width: 100%;
        height: auto;
    }
}
@media (max-width: 767px) {
    .popup-box {
        width: 300px !important;
    }
    .popup-box p {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .popup-box h6 {
        padding: 10px 60px 5px 5px !important;
    }
    .popup-box p {
        padding: 0 60px 0 5px !important;
    }
    #vmap {
        width: 300px !important;
        height: 200px !important;
    }
    .textbox, .textbox2 {
        padding: 40px 25px;
    }
    .mobile-banner-box {
        background-color: var(--bg-green);
        padding: 30px 0;
        margin: 0 25px -70px 25px;
        position: relative;
    }
    .banner-top p {
        font-size: 18px;
        line-height: 25px;
    }
    .banner p {
        font-size: 12px;
        line-height: 20px;
    }
    .desktop-break {
        display: none;
    }
    .top-block h2 {
        color: var(--bg-purple);
        font-size: 24px;
        line-height: 30px;
        margin-top: 60px;
    }
    .cta p, .cta p a {
        font-size: 16px;
        line-height: 20px;
    }
    .mobile-cta {
        padding-top: 20px;
    }
    .mobile-cta img {
        width: 60px;
        height: auto;
    }
    .mobile-cta2 img {
        width: 45px;
        height: auto;
    }
    .bg-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .gray-gradient {
        background: rgb(247,247,247);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
    }
    .desktop-only {
        display: none;
    }
    .greentext p {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .testimonialbox {
        text-align: center;
    }
    .testimonialbox img {
        display: none !important;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-right {
        margin: 20px 0;
    }
    .mobile-gray-bknd {
        background-color: #f5f5f5;
        padding: 25px 50px;
        margin-bottom: 30px;
    }
    .header-banner {
        display: none !important;
    }
    figure.cta-box h2 {
        font-size: 20px !important;
    }
    .enrollments_date_range {
        font-size: 18px !important;
    }
    .prev_date_arrows a, .next_date_arrows a {
        font-size: 16px !important;
    }
    .uppertextL {
        top: 35% !important;
        margin-left: 20px !important;
    }
    .uppertextL h6 {
        font-size: 18px !important;
        line-height: 25px !important;
    }
}
@media (min-width: 768px) {
    .big-text h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .big-text p {
        font-size: 24px !important;
        line-height: 35px !important;
    }
    .noGeoLocation {
        padding-top: 25px;
    }
    .nearestLocation {
        padding-top: 5px;
    }
    .OpenMobileMenu .primary-mobile-menu {
        top: 145px;
    }
    .mobile-only, .mobile-only a {
        display: none !important;
    }
    .gray-gradient {
        background: rgb(247,247,247);
        background: linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
    }
    .gray-gradient2 {
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
    }
    .mobile-break {
        display: none;
    }
    .textbox, .textbox2 {
        padding: 40px 25px;
        text-align: center;
    }
    .testimonialbox {
        padding: 0 100px;
    }
    .testimonialbox img {
        margin-right: 20px;
    }
    .newsletter {
        padding-right: 75px;
    }
    .newsletter input[type="submit"] {
        position: absolute !important;
        margin-top: -32px !important;
        padding: 7px 15px !important;
    }
    .newsletter input[type="text"], .newsletter input[type="email"], .newsletter input[type="password"], .newsletter textarea {
        width: 150px !important;
    }
    .footer-right {
        margin-top: 30px;
        text-align: right;
    }
    .footer-right-top {
        text-align: right;
    }
    .right-block {
        padding-top: 30px;
    }
    .navicon {
        margin-top: 20px;
    }
    .banner-top p {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 991px) {
    .MainMenu {
        display: none;
    }
    .tablet-center {
        text-align: center;
    }
    /*.banner-text {*/
    /*    paddi*/
    /*}*/
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .noGeoLocation a {
        font-size: 10px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 0px 12px 10px 12px;
        font-size: 14px;
    }
    .newsletter input[type="text"], .newsletter input[type="email"], .newsletter input[type="password"], .newsletter textarea {
        width: 110px !important;
    }
    .banner-top p {
        font-size: 40px;
        line-height: 50px;
    }
    .textbox {
        height: 400px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 75px 0 0;
        text-align: left;
    }
    .textbox2 {
        height: 400px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 75px;
        text-align: left;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .bg-text {
        padding: 0 125px;
    }
    .noGeoLocation a {
        font-size: 12px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 0px 20px 10px 20px;
        font-size: 16px;
    }
    .newsletter input[type="text"], .newsletter input[type="email"], .newsletter input[type="password"], .newsletter textarea {
        width: 150px !important;
    }
    .greenbutton a {
        font-size: 14px;
    }
}
@media (min-width: 1300px) {
    .noGeoLocation a {
        font-size: 14px;
    }
    .greenbutton a {
        font-size: 16px;
    }
}
@media (min-width: 1400px) {
    .noGeoLocation a {
        font-size: 16px;
    }
}
/* 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;      
  }
  

/* Blog
----------------------------------------------------------------------------------------------------*/

.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
}
.feature_blog_image {
    float: left !important;
    margin-right: 20px;
}
.blog_post_listing_title_link {
    font-size: 20px !important;
    color: #0e58a8 !important;
    text-transform: uppercase;
}
.blog_post_listing h1 {
    line-height: 20px !important;
    margin-bottom: 0px !important;
    color: #0e58a8 !important;
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    background-color: #76b0df;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin-top: 10px;
}
.a.read_more_link {
    display: table !important;
}
a.read_more_link {
    display: table;
    border: 1px solid #5c5c5c;
    color: #5c5c5c;
    padding: 7px 10px;
    background-color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.read_more_link:hover {
    background-color: #5c5c5c;
    color: #ffffff;
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .blog_post_listing_sidebar {
        width: 500px !important;
    }
}

/* ------ Edit Region ------- */

.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;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/
.le-logged-in .footer-bottom {
    margin-bottom: 30px !important;
}
.le-edit-open .mobile-only {
    display: block !important;
}
.le-edit-open .textbox, .le-edit-open .textbox2 {
    height: auto !important;
}

body .le_draft_content {
    display: none;
}
body.le-edit-open .le_draft_content {
    display: block;
}









/* Om List Bullets
----------------------------------------------------------------------------------------------------*/
#item_list li::marker {
    content: "\0950     ";
    font-size: 60%;
    font-weight: 700;
    color: var(--bg-purple);
    text-shadow: 1px 1px 4px var(--bg-green);
}
.display-card li::marker {
    content: "\0950     ";
    font-size: 60%;
    font-weight: 700;
    color: var(--bg-purple);
    text-shadow: 1px 1px 4px var(--bg-green);
}
.display-card li {
    margin-left:25px;
}
.tabs li::marker {
    content: "\0950     ";
    font-size: 60%;
    font-weight: 700;
    color: var(--bg-purple);
    text-shadow: 1px 1px 4px var(--bg-green);
}
.ttDesc li {
    margin-left:25px;
}
    ul {
        padding-inline-start:10px ;
    }
@media (max-width: 767px) { 
    ul {
        padding-inline-start:0px ;
            margin-inline-start: -10px;
    }
    .container {
    padding: 0 5px; !important}
}
.checkout-wrapper {
    max-width: 100% !important;
}

/* Teacher Slider
----------------------------------------------------------------------------------------------------*/

    .teacherText {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        position: absolute;
        bottom: 0px;
        background-color: #ffffffad;
        text-align:center;
    }
    .teacherText h3 {
     /*   text-shadow: 2px 2px 4px rgba(0,0,0,.9);*/
        color: var(--bg-purple);
        font-size: 26px;
        font-weight:600;

     /*   line-height: 26px;*/
    }
    .teacherText p {
        color:#313131;
        font-size: 20px;        
        font-weight:600;        
    }


/* Map styling
----------------------------------------------------------------------------------------------------*/
.map-responsive {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #3d115299 /*var(--bg-purple)*/;
}
/* MB Teacher Bio Alterations
----------------------------------------------------------------------------------------------------*/

#le_mb_staff_page h2{
    color: var(--bg-purple);
	font-weight: bold;
	font-size:32px;
}
#le_mb_staff_page {
    max-width:750px;
    margin-left:auto;
    margin-right:auto;
}
.mb_instructor_bio {
	padding:10px;
	font-size:18px;
	max-width:750px;
}
.mb_staff_image {
	margin:10px;
	border-radius:15px;
	overflow:hidden;
	line-height:0px;
	box-shadow: 5px 5px 15px #3d115299 /*var(--bg-purple)*/;
}
.staff_img {
    padding: 0px !important;
	margin:10px 20px 10px 0px;
	border-radius:15px;
	overflow:hidden;
	line-height:0px;
	box-shadow: 5px 5px 15px #3d115299 /*var(--bg-purple)*/;
}
.instructs_list {
    font-size:20px;
	font-weight:500;
}
.class_list a {
	font-size:18px;
	font-weight:500;
	transition:.2s;
}
.class_list a:hover {
	letter-spacing:1px;
}


/* MB Workshop Widget Alterations
----------------------------------------------------------------------------------------------------*/
.enrollment_box {
    box-shadow: 3px 3px 8px #8080804f;
    border-radius: 5px;
}

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

.enrollment_box_image {
    border: none !important;
    float: left;
    width: auto;
    border-radius: 15px;
    overflow: hidden;
    line-height: 0px;
    box-shadow: 5px 5px 15px #3d115299 /*var(--bg-purple)*/;
    max-height: 170px;
    max-width: fit-content;
    transition:1.2s;
}
.enrollment_box_image:hover {
    box-shadow: 5px 5px 15px var(--bg-purple);
}

.enrollment_box_text {
    padding-left: 50px;
    position: sticky;
    float: right !important;
    width: 80% !important;
}

@media (max-width: 768px) {
.enrollment_box_text {
    left: none;
    position: inherit;
    padding-left:10px;
    float: left;
    width: 75%;
}
.enrollment_box_image {
    border-radius: 5px;
    overflow: hidden;
    line-height: none;
    box-shadow: none;
    border: 1px solid transparent;
    float: left;
    width: 20%;
}
.enrollment_box_image img {
     max-width: 90%; 
}
}
    
/* Small Desktop Daily Schedule Fix 
----------------------------------------------------------------------------------------------------*/


@media (min-width: 975px) and (max-width: 1300px) { 
.sideTeacherSched {
    max-height:650;
    overflow-y:scroll;
}
}

/* MB Schedule Top Fix 
----------------------------------------------------------------------------------------------------*/

@media (min-width: 750px) { 
.mb_schedule {
    position:relative;
    top:-74px;
}
}
.le-edit-open .mt10 {
    top: 0;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_50-percent-off #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerial-yoga-class.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_50-percent-off #le_section-one-area2 {
    padding-top: 50px;
    padding-left: 25px;
}
.aurora_50-percent-off #le_section-one-area3 {
    font-family: 'Lato';
    color: rgb(0, 128, 0);
    font-size: 72px;
}
.aurora_beginners #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Membership_Footer.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_beginners #le_section-five {
}
.aurora_beginners #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Membership_Hero.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_beginners #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Stretch_and_Roll.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_beginners #le_section-one-area1 {
    margin-top: -50px;
    margin-bottom: 50px;
}
.aurora_beginners #le_section-one-area2 {
    margin-right: 60%;
    margin-left: 5%;
}
.aurora_beginners #le_section-one-area2 {
    margin-top: -75px;
    margin-right: 5%;
    margin-bottom: 75px;
    margin-left: 5%;
}
.aurora_beginners #le_section-three {
    background-color: rgb(245, 245, 245);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_beginners #le_section-three-area21 {
}
.aurora_beginners #le_section-two {
    margin-top: -100px;
}
.aurora_beginners #le_section-two-area-23 {
    margin-right: 150px;
    margin-left: 150px;
}
.aurora_beginners #le_section-two-area16 {
    background-image: url(https://honoryoga.com/locations);
}
.aurora_beginners #le_section-two-area20 {
    margin-top: 30px;
    margin-bottom: 25px;
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_beginners #le_section-two-area20 {
    background-color: rgba(255, 255, 255, 0.79);
    margin-top: -50px;
    padding-top: 20px;
}
.aurora_beginners #le_section-two-area21 {
    margin-right: 50px;
    margin-left: 50px;
}
.aurora_beginners #le_section-two-area22 {
    margin-right: 50px;
    margin-left: 50px;
}
.aurora_beyond-the-class #le_section-one {
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_beyond-the-class #le_section-two-area21 {
}
.aurora_beyond-the-class #le_section-two-area22 {
}
.aurora_beyond-the-class #le_section-two-area7 {
    margin-bottom: 10px;
}
.aurora_beyond-the-class #le_section-two-area8 {
    margin-bottom: 10px;
}
.aurora_careers #le_section-one {
}
.aurora_careers #le_section-three {
}
.aurora_careers #le_section-two {
}
.aurora_contact #le_section-one {
    background-repeat: repeat;
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_covid-19-information #le_section-two-area6 {
    padding-top: 0px;
}
.aurora_covid-19-information #le_section-two-area7 {
    padding-top: 0px;
}
.aurora_covid-19-information #le_section-two-area8 {
    padding-top: 0px;
}
.aurora_diversity #le_section-two {
    padding-bottom: 35px;
}
.aurora_diversity #le_section-two-area1 {
    background-image: linear-gradient(rgba(245, 245, 245, 0.8), rgba(245, 245, 245, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/mandala-painting.jpg);
    background-size: cover;
    border-style: solid;
    border-color: rgb(236, 234, 234);
    border-width: 1px;
}
.aurora_diversity #le_section-two-area5 {
    background-image: linear-gradient(rgba(245, 245, 245, 0.8), rgba(245, 245, 245, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerial-ropes.jpg);
    background-size: cover;
    background-position: bottom center;
    border-style: solid;
    border-color: rgb(236, 234, 234);
    border-width: 1px;
}
.aurora_first-class-free #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/at-home-notext.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 125px;
}
.aurora_first-class-free #le_section-one-area2 {
}
.aurora_first-class-free #le_section-one-area3 {
    font-family: 'Lato';
    color: rgb(0, 128, 0);
    font-size: 72px;
}
.aurora_first-class-free #le_section-two {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_first-month-v2 #le_section-one {
    border-style: none;
}
.aurora_first-month-v2 #le_section-one-area1 {
}
.aurora_first-month-v2 #le_section-one-area3 {
    border-style: none;
}
.aurora_frequently-asked-questions #le_section-one {
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_frequently-asked-questions #le_section-two {
    padding-top: 40px;
}
.aurora_frequently-asked-questions #le_section-two-area12 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/class-meditation.jpg);
    background-color: rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-position: center right;
    padding-top: 15px;
    padding-bottom: 15px;
}
.aurora_get-started-with-honor-yoga #le_section-five {
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
}
.aurora_get-started-with-honor-yoga #le_section-five-area1 {
}
.aurora_get-started-with-honor-yoga #le_section-five-area5 {
}
.aurora_get-started-with-honor-yoga #le_section-four-area-3 {
}
.aurora_get-started-with-honor-yoga #le_section-four-area1 {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
}
.aurora_get-started-with-honor-yoga #le_section-four-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Princeton101218159.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
    padding-top: 650px;
}
.aurora_get-started-with-honor-yoga #le_section-one {
}
.aurora_get-started-with-honor-yoga #le_section-seven {
    background-image: linear-gradient(rgba(28, 28, 28, 0.5), rgba(28, 28, 28, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerialteachertraining.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_get-started-with-honor-yoga #le_section-six-area1 {
    background-color: rgb(98, 138, 38);
    padding-top: 25px;
    padding-bottom: 47px;
}
.aurora_get-started-with-honor-yoga #le_section-six-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/kids-practicing-yoga.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
}
.aurora_get-started-with-honor-yoga #le_section-six-area7 {
}
.aurora_get-started-with-honor-yoga #le_section-six-area8 {
}
.aurora_get-started-with-honor-yoga #le_section-three {
}
.aurora_get-started-with-honor-yoga #le_section-three-area21 {
}
.aurora_get-started-with-honor-yoga #le_section-two {
}
.aurora_global-live-streaming-schedule #le_section-one {
}
.aurora_global-live-streaming-schedule #le_section-one-area2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_global-live-streaming-schedule #le_section-two-area6 {
}
.aurora_gls #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerial-yoga-class.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_gls #le_section-one-area2 {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 25px;
}
.aurora_gls #le_section-one-area3 {
    font-family: 'Lato';
    color: rgb(0, 128, 0);
    font-size: 72px;
}
.aurora_help-with-livestream #le_section-five {
}
.aurora_help-with-livestream #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Livestream_Help.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 175px;
    padding-bottom: 175px;
}
.aurora_help-with-livestream #le_section-one-area1 {
}
.aurora_help-with-livestream #le_section-seven {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/mandala_small.png);
    background-color: rgb(61, 17, 82);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 150px;
}
.aurora_help-with-livestream #le_section-three {
}
.aurora_help-with-livestream #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/gray-gradient-down.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.aurora_help-with-livestream #le_section-two-area20 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_help-with-livestream #le_section-two-area6 {
    padding-top: 26px;
    padding-bottom: 26px;
}
.aurora_home #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/honor-yoga-candles.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_home #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/group-of-yoga-students.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 425px;
}
.aurora_home #le_section-one {
}
.aurora_home #le_section-seven {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-six-area1 {
}
.aurora_home #le_section-three {
    margin-bottom: 75px;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-two {
    background-color: rgb(245, 245, 245);
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_home #le_section-two-area1 {
    padding-top: 45px;
}
.aurora_home #le_section-two-area3 {
}
.aurora_home #le_section-two-area4 {
}
.aurora_hynow #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerial-yoga-class_copy.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 60px;
}
.aurora_hynow #le_section-one-area10 {
    padding-top: 30px;
}
.aurora_hynow #le_section-one-area2 {
}
.aurora_hynow #le_section-one-area5 {
    padding-top: 10px;
}
.aurora_hynow #le_section-one-area9 {
    padding-top: 30px;
}
.aurora_international-day-of-yoga #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerial-yoga-class.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_international-day-of-yoga #le_section-one-area1 {
}
.aurora_international-day-of-yoga #le_section-one-area2 {
}
.aurora_international-day-of-yoga #le_section-one-area3 {
}
.aurora_locations #le_section-one {
}
.aurora_locations #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_membership #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Membership_Footer.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_membership #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Membership_Hero.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_membership #le_section-one-area2 {
    margin-right: 60%;
    margin-left: 5%;
}
.aurora_membership #le_section-three {
    background-color: rgb(245, 245, 245);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_membership #le_section-three-area21 {
}
.aurora_membership #le_section-two {
    margin-top: -100px;
}
.aurora_membership #le_section-two-area-23 {
    margin-right: 150px;
    margin-left: 150px;
}
.aurora_membership #le_section-two-area16 {
    background-image: url(https://honoryoga.com/locations);
}
.aurora_membership #le_section-two-area20 {
    margin-top: 30px;
    margin-bottom: 25px;
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_membership #le_section-two-area21 {
    margin-right: 50px;
    margin-left: 50px;
}
.aurora_membership #le_section-two-area22 {
    margin-right: 50px;
    margin-left: 50px;
}
.aurora_offer #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerial-yoga-class.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_offer #le_section-one-area2 {
}
.aurora_offer #le_section-one-area3 {
    font-family: 'Lato';
    color: rgb(0, 128, 0);
    font-size: 72px;
}
.aurora_online-teacher-training-200-hour #le_section-four-area-3 {
    margin-top: -75px;
}
.aurora_online-teacher-training-200-hour #le_section-one {
}
.aurora_online-teacher-training-200-hour #le_section-one-area1 {
    background-color: rgba(255, 255, 255, 0.85);
    margin-bottom: -126px;
    padding-top: 26px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}
.aurora_online-teacher-training-200-hour #le_section-three {
    background-color: rgba(61, 17, 82, 0.9);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_online-teacher-training-200-hour #le_section-three-area6 {
}
.aurora_online-teacher-training-200-hour #le_section-two-area6 {
    margin-top: 40px;
}
.aurora_our-classes #le_section-five {
    padding-top: 50px;
}
.aurora_our-classes #le_section-five-area1 {
}
.aurora_our-classes #le_section-five-area5 {
}
.aurora_our-classes #le_section-four-area1 {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
}
.aurora_our-classes #le_section-one {
    background-repeat: repeat;
    background-position: top left;
}
.aurora_our-classes #le_section-seven {
    background-image: linear-gradient(rgba(28, 28, 28, 0.5), rgba(28, 28, 28, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerialteachertraining.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_our-classes #le_section-six-area1 {
    background-color: rgb(98, 138, 38);
    padding-top: 25px;
    padding-bottom: 47px;
}
.aurora_our-classes #le_section-six-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/kids-practicing-yoga.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
}
.aurora_our-classes #le_section-six-area7 {
}
.aurora_our-classes #le_section-six-area8 {
}
.aurora_our-classes #le_section-two {
}
.aurora_our-classes #le_section-two-area7 {
}
.aurora_our-classes #le_section-two-area8 {
}
.aurora_our-mission #le_section-one {
    background-repeat: repeat;
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_our-mission #le_section-three {
    padding-top: 50px;
}
.aurora_our-mission #le_section-three-area7 {
}
.aurora_our-mission #le_section-three-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Princeton101218099.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 475px;
}
.aurora_our-mission #le_section-two {
    padding-top: 40px;
}
.aurora_our-mission #le_section-two-area21 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/workshop-north-brunswick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 425px;
}
.aurora_our-mission #le_section-two-area22 {
}
.aurora_our-mission #le_section-two-area7 {
    padding-top: 30px;
}
.aurora_our-mission #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/honor-yoga-candles.jpg);
    background-size: cover;
    margin-bottom: 50px;
    padding-top: 300px;
}
.aurora_personal-classes #le_section-five {
    padding-bottom: 40px;
}
.aurora_personal-classes #le_section-one {
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_personal-classes #le_section-three {
    padding-bottom: 40px;
}
.aurora_personal-classes #le_section-three-area11 {
    padding-top: 120px;
}
.aurora_personal-classes #le_section-three-area12 {
    margin-top: 50px;
}
.aurora_personal-classes #le_section-three-area7 {
    padding-top: 30px;
}
.aurora_personal-classes #le_section-three-area8 {
    margin-bottom: 50px;
}
.aurora_personal-classes #le_section-three-area9 {
    padding-top: 100px;
}
.aurora_personal-classes #le_section-two {
    padding-bottom: 40px;
}
.aurora_personal-classes-and-events #le_section-one {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_personal-classes-and-events #le_section-three {
    padding-bottom: 40px;
}
.aurora_personal-classes-and-events #le_section-three-area10 {
    padding-top: 50px;
}
.aurora_personal-classes-and-events #le_section-three-area12 {
    padding-top: 50px;
}
.aurora_personal-classes-and-events #le_section-three-area23 {
    padding-top: 40px;
}
.aurora_personal-classes-and-events #le_section-three-area6 {
    padding-top: 30px;
}
.aurora_personal-classes-and-events #le_section-three-area8 {
    padding-top: 50px;
}
.aurora_personal-classes-and-events #le_section-two {
}
.aurora_personal-classes-and-events #le_section-two-area20 {
    padding-top: 30px;
}
.aurora_personal-classes-and-events #le_section-two-area21 {
}
.aurora_personal-classes-and-events #le_section-two-area22 {
}
.aurora_personal-classes-and-events #le_section-two-area8 {
}
.aurora_practice-from-home #le_section-five {
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/mandala.svg);
    background-size: cover;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_practice-from-home #le_section-five {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.49);
}
.aurora_practice-from-home #le_section-five-area5 {
    padding-top: 0px;
}
.aurora_practice-from-home #le_section-four {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_practice-from-home #le_section-four {
    background-image: none;
    margin-top: -75px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 0px;
}
.aurora_practice-from-home #le_section-four-area-3 {
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_practice-from-home #le_section-four-area1 {
    padding-right: 100px;
}
.aurora_practice-from-home #le_section-four-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/stylish-young-african-american-entrepreneur-P4M9FL9.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 400px;
}
.aurora_practice-from-home #le_section-four-area2 {
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_practice-from-home #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/pattern-green-swirls.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_practice-from-home #le_section-one {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 0px;
}
.aurora_practice-from-home #le_section-three-area21 {
}
.aurora_practice-from-home #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_practice-from-home #le_section-two {
    padding-top: 0px;
}
.aurora_practice-from-home #le_section-two-area20 {
    padding-top: 15px;
}
.aurora_practice-in-studio #le_section-five {
    background-size: cover;
    background-position: top center;
    padding-top: 20px;
    padding-bottom: 50px;
}
.aurora_practice-in-studio #le_section-four {
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_practice-in-studio #le_section-four-area1 {
    padding-right: 100px;
}
.aurora_practice-in-studio #le_section-four-area2 {
}
.aurora_practice-in-studio #le_section-one {
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 20px;
}
.aurora_practice-in-studio #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/gray-gradient-down.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding-top: 50px;
}
.aurora_practice-in-studio #le_section-three-area1 {
    margin-bottom: 30px;
}
.aurora_practice-in-studio #le_section-three-area6 {
}
.aurora_practice-in-studio #le_section-two {
    padding-bottom: 40px;
}
.aurora_practice-in-studio #le_section-two-area7 {
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_press #le_section-one {
}
.aurora_press #le_section-two {
    padding-top: 50px;
}
.aurora_privacy-policy #le_section-one {
}
.aurora_privacy-policy #le_section-two {
    padding-top: 50px;
}
.aurora_retreats #le_section-one {
    background-repeat: repeat;
    background-position: top left;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_retreats #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/pattern-green-swirls.png);
    padding-top: 50px;
}
.aurora_retreats #le_section-three {
    background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/island.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 400px;
}
.aurora_retreats #le_section-three-area21 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/pattern-green-swirls.png);
    background-repeat: repeat;
    padding-top: 30px;
}
.aurora_retreats #le_section-three-area8 {
}
.aurora_retreats #le_section-two {
}
.aurora_retreats #le_section-two-area6 {
    padding-top: 20px;
    padding-bottom: 30px;
}
.aurora_site-features #le_section-two-area7 {
    background-color: rgb(237, 237, 237);
}
.aurora_staging #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_staging #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/honor-yoga-candles.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_staging #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/group-of-yoga-students.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 425px;
}
.aurora_staging #le_section-one {
}
.aurora_staging #le_section-seven {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_staging #le_section-six-area1 {
}
.aurora_staging #le_section-three {
    margin-bottom: 75px;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_staging #le_section-two {
    background-color: rgb(245, 245, 245);
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_staging #le_section-two-area1 {
    padding-top: 45px;
}
.aurora_staging #le_section-two-area3 {
}
.aurora_staging #le_section-two-area4 {
}
.aurora_teacher-training #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_teacher-training #le_section-four {
}
.aurora_teacher-training #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Princeton-teacher-training-group.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_teacher-training #le_section-three {
}
.aurora_teacher-training #le_section-three-area21 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/pattern-green-swirls.png);
    background-repeat: repeat;
    background-position: top left;
    margin-top: 30px;
    padding-top: 10px;
}
.aurora_teacher-training #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_teacher-training-200-hour #le_section-five {
    padding-top: 50px;
}
.aurora_test #le_section-two-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerial-yoga-inversions.jpg);
    background-size: cover;
    background-position: top right;
    border-style: dashed;
    border-width: 7px;
    margin-top: 5px;
    margin-right: 6px;
    margin-bottom: 8px;
    margin-left: 8px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
}
.aurora_test1 #le_section-eight {
    background-color: rgb(240, 236, 236);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_test1 #le_section-eleven {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_test1 #le_section-five-area6 {
}
.aurora_test1 #le_section-five-area8 {
}
.aurora_test1 #le_section-nine {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_test1 #le_section-one {
}
.aurora_test1 #le_section-seven {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_test1 #le_section-six {
    background-color: rgb(240, 236, 236);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_test1 #le_section-six-area8 {
    padding-top: 20px;
}
.aurora_test1 #le_section-ten {
    background-color: rgb(61, 17, 82);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_test1 #le_section-three {
    background-image: linear-gradient(rgba(61, 17, 82, 0.65), rgba(61, 17, 82, 0.65)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicromaster/teacher-training-meditation.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_test1 #le_section-twelve {
    background-color: rgb(240, 236, 236);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_test1 #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_test1 #le_section-two-area8 {
}
.aurora_thank-you #le_section-one {
    padding-top: 150px;
    padding-bottom: 100px;
}
.aurora_two-weeks-for-22 #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerial-yoga-class.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_two-weeks-for-22 #le_section-one-area2 {
    padding-top: 50px;
    padding-left: 25px;
}
.aurora_two-weeks-for-22 #le_section-one-area3 {
    font-family: 'Lato';
    color: rgb(0, 128, 0);
    font-size: 72px;
}
.aurora_upcoming-teacher-trainings #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/aerial-yoga-class.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_upcoming-teacher-trainings #le_section-one-area2 {
    padding-top: 50px;
    padding-left: 25px;
}
.aurora_upcoming-teacher-trainings #le_section-one-area3 {
    font-family: 'Lato';
    color: rgb(0, 128, 0);
    font-size: 72px;
}
.aurora_virtual-teacher-training #le_headerRegion {
}
.aurora_workshops-and-series #le_section-one {
    background-repeat: repeat;
    background-position: top left;
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_workshops-and-series #le_section-two {
}
.aurora_workshops-and-series #le_section-two-area13 {
    margin-bottom: 10px;
}
.aurora_workshops-and-series #le_section-two-area14 {
    margin-bottom: 10px;
}
.aurora_workshops-and-series #le_section-two-area15 {
    margin-bottom: 10px;
}
.aurora_yamas #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/Yamas.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_yamas #le_section-six {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/mandala_small.png);
    background-color: rgba(61, 17, 82, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    padding-top: 150px;
}
.aurora_yamas #le_section-two-area-23 {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_50-percent-off #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_50-percent-off #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_50-percent-off #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-three-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-two-area-23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-two-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-two-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beginners #le_section-two-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-the-class #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-the-class #le_section-two-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-the-class #le_section-two-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-the-class #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-the-class #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_covid-19-information #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_covid-19-information #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_covid-19-information #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_diversity #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_diversity #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_diversity #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_first-class-free #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_first-class-free #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_first-class-free #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_first-class-free #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_first-month-v2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_first-month-v2 #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_first-month-v2 #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_frequently-asked-questions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_frequently-asked-questions #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_frequently-asked-questions #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-four-area-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-three-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started-with-honor-yoga #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_global-live-streaming-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_global-live-streaming-schedule #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_global-live-streaming-schedule #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gls #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gls #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gls #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_help-with-livestream #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_help-with-livestream #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_help-with-livestream #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_help-with-livestream #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_help-with-livestream #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_help-with-livestream #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_help-with-livestream #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_help-with-livestream #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hynow #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hynow #le_section-one-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hynow #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hynow #le_section-one-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hynow #le_section-one-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_international-day-of-yoga #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_international-day-of-yoga #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_international-day-of-yoga #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_international-day-of-yoga #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_locations #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_locations #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-three-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-two-area-23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-two-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-two-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-two-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_offer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_offer #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_offer #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-teacher-training-200-hour #le_section-four-area-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-teacher-training-200-hour #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-teacher-training-200-hour #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-teacher-training-200-hour #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-teacher-training-200-hour #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-teacher-training-200-hour #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-six-area1 {
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-classes #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-mission #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-mission #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-mission #le_section-three-area7 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-mission #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-mission #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-mission #le_section-two-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-mission #le_section-two-area22 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-mission #le_section-two-area7 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-mission #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-three-area23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-three-area8 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-two-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-two-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-classes-and-events #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-four-area-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-four-area1 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-three-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-from-home #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-in-studio #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-in-studio #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-in-studio #le_section-four-area1 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-in-studio #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-in-studio #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-in-studio #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-in-studio #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-in-studio #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-in-studio #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_practice-in-studio #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_press #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_press #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-three-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staging #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-three-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training-200-hour #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test #le_section-two-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryoga/at-home-outdoor-practice.jpg);
    background-size: cover;
    background-position: center center;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test1 #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_two-weeks-for-22 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_two-weeks-for-22 #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_two-weeks-for-22 #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upcoming-teacher-trainings #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upcoming-teacher-trainings #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upcoming-teacher-trainings #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtual-teacher-training #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops-and-series #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops-and-series #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops-and-series #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops-and-series #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops-and-series #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yamas #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yamas #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yamas #le_section-two-area-23 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_50-percent-off #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_50-percent-off #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_50-percent-off #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-five {
    padding-top: 250px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-three-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-two-area-23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-two-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-two-area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-two-area20 {
    padding-right: 5%;
    padding-left: 5%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-two-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beginners #le_section-two-area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-the-class #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-the-class #le_section-two-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-the-class #le_section-two-area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-the-class #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-the-class #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_covid-19-information #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_covid-19-information #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_covid-19-information #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_diversity #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_diversity #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_diversity #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_first-class-free #le_section-one {
    background-position: center center;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_first-class-free #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_first-class-free #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_first-class-free #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_first-month-v2 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_first-month-v2 #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_first-month-v2 #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_frequently-asked-questions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_frequently-asked-questions #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_frequently-asked-questions #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-four-area-3 {
    padding-top: 26px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-four-area1 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-four-area2 {
    padding-top: 300px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-three-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started-with-honor-yoga #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_global-live-streaming-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_global-live-streaming-schedule #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_global-live-streaming-schedule #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gls #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gls #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gls #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_help-with-livestream #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_help-with-livestream #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_help-with-livestream #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_help-with-livestream #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_help-with-livestream #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_help-with-livestream #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_help-with-livestream #le_section-two-area20 {
    padding-right: 7%;
    padding-left: 7%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_help-with-livestream #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    padding-top: 25px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area2 {
    padding-top: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    padding-top: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area3 {
    margin-top: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area4 {
    margin-top: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hynow #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hynow #le_section-one-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hynow #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hynow #le_section-one-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hynow #le_section-one-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_international-day-of-yoga #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_international-day-of-yoga #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_international-day-of-yoga #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_international-day-of-yoga #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_locations #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_locations #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-three-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-two-area-23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-two-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-two-area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-two-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-two-area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_offer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_offer #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_offer #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-teacher-training-200-hour #le_section-four-area-3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-teacher-training-200-hour #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-teacher-training-200-hour #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-teacher-training-200-hour #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-teacher-training-200-hour #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-teacher-training-200-hour #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-one {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-seven {
    background-position: center center;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-six-area7 {
    padding-bottom: -30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-classes #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-mission #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-mission #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-mission #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-mission #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-mission #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-mission #le_section-two-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-mission #le_section-two-area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-mission #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-mission #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes #le_section-one {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes #le_section-three-area11 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes #le_section-three-area12 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes #le_section-three-area9 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-three-area10 {
    padding-top: 20px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-three-area12 {
    padding-top: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-three-area23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-three-area8 {
    padding-top: 20px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-two {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-two-area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-two-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-two-area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-classes-and-events #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-four-area-3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-four-area1 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-three-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-from-home #le_section-two-area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-in-studio #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-in-studio #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-in-studio #le_section-four-area1 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-in-studio #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-in-studio #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-in-studio #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-in-studio #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-in-studio #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-in-studio #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_practice-in-studio #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_press #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_press #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-three {
    background-attachment: scroll;
    background-position: center center;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-three-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-five {
    padding-top: 25px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-five-area2 {
    padding-top: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-four-area1 {
    padding-top: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-seven {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-three {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-two {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-two-area1 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-two-area3 {
    margin-top: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staging #le_section-two-area4 {
    margin-top: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-three-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training-200-hour #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test1 #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_two-weeks-for-22 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_two-weeks-for-22 #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_two-weeks-for-22 #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upcoming-teacher-trainings #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upcoming-teacher-trainings #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upcoming-teacher-trainings #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtual-teacher-training #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops-and-series #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops-and-series #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops-and-series #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops-and-series #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops-and-series #le_section-two-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yamas #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yamas #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yamas #le_section-two-area-23 {
    }
}

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