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

/* 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: 15px;
	font-weight: 300;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	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: 28px;
	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: 22px;
	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: 20px;
	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: 18px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	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;
}
/* Login Toggle
----------------------------------------------------------------------------------------------------*/
.logintoggle #mb_loginelement_loginsignup, .logintoggle .logged_in_greeting {
    display: none;
    margin-bottom: 0 !important;
}
.logintoggle {
    padding-top: 15px;
}
.logintoggle h6 a {
    font-size: 15px !important;
}
.green-button a, a.green-button {
    position: absolute;
	display: inline-block;
	margin-bottom: 15px;
	padding: 12px 25px 12px 25px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #628a26;
	color: #ffffff;
	right: 288px;
}	
.green-button a:hover, a:hover.green-button {
    background-color: var(--bg-green-hover);
}
.changelocation {
    position: absolute;
    right: 270px;
    margin-top: 22px;
    z-index: 1;
    display:none;
}
.changelocation a {
    font-size: 14px;
}
.se_button.button3 a, a.se_button.button3 {
    display: inline-block;
    background-color: var(--bg-purple);
    padding: 12px 25px 12px 25px !important;
    margin-top: 0;
    color: #ffffff !important;
}
.se_button.button3 a:hover, a:hover.se_button.button3 {
    background-color: var(--bg-green-hover);
}
@media (max-width: 767px) {
    .changelocation {
        display: none;
    }
}
@media (min-width: 768px) {
    .changelocation {
        right: 345px;
    }
} 
@media (min-width: 992px) {
    .changelocation {
        right: 270px;
    }
}

/* 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: 8px 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: 8px 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;
}
.newsletter .recaptcha-terms, .newsletter .recaptcha-terms a {
    color: #fff;
}

/* 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-purple);
    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';
}
.le_metro_silver_button {
    background: var(--bg-purple) !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-purple);
    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-purple);
    color: #fff;
    padding: 8px 15px;
    margin-top: 10px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    color: #ffffff;
    background-color: var(--bg-green-hover);
}
.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;
    font-family: 'Montserrat', sans-serif;
    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;
}

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

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

hr {
    border: 0;
    height: 1px;
    margin: 5px 0;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.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;
}
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0,0,0,.9);
}
.page-title h1 {
    padding: 40px 20px;
}
.purpletext h1, .purpletext h2, .purpletext h3, .purpletext h4, .purpletext h5, .purpletext h6, .purpletext p, .purpletext {
    color: var(--bg-purple);
}
.greentext h1, .greentext h2, .greentext h3, .greentext h4, .greentext h5, .greentext h6, .greentext p, .greentext {
    color: var(--bg-green);
}
.greenbox {
    background-color: var(--bg-green);
    padding: 20px;
}
.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;
}
.labelbox p {
    display: inline-block;
    background-color: #e2e2e2;
    padding: 5px 15px;
    color: var(--bg-purple);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}
.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;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

/*----------------------------Tabs--------------------------*/

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

/* Spacers
----------------------------------------------------------------------------------------------------*/
.padding-20 {
    padding: 20px;
}
.padding-30 {
    padding: 30px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px;
}
/* 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;
}
.price-box {
    background-color: #F7F7F7;
    border: 1px solid #dddddd;
    margin: 20px;
    text-align: center;
}
.price-box h2 {
    color: var(--bg-green);
}
.price-box h3 {
    background-color: #767774;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.price-box p {
    padding: 0 25px;
}
.price-box .se_button.button1 a, .price-box a.se_button.button1 {
    margin-bottom: 35px;
}

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

/* Home Staff
----------------------------------------------------------------------------------------------------*/

.home-staff img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 15px;
}
.staff-text {
    margin-bottom: 25px;
}
.staff-text p {
    font-size: 14px;
    line-height: 20px;
}

/* Home Slider
----------------------------------------------------------------------------------------------------*/

.studioSlider {
    display:none;
}
.studioSlider img {
    width: 100%;
    height: auto;
    padding: 0 20px;
}
.studioSlider:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: -480px;
    width: 500px;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 1000;
}
.studioSlider:after {
    position: absolute;
    content: ' ';
    top: 0;
    right: -500px;
    width: 500px;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 1000;
}
.studioSlider ul.anythingBase {
	background-color:#fff;
}
.studioSlider .anythingSlider .activePage {
	opacity:1;
}
.studioSlider .anythingSlider-default .back {
	background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicromaster/left-slider-nav.svg");
	background-position:left top;
	background-repeat:no-repeat;
	left: -10px;
	top:40%;
	opacity: 1;
	transition: all .2s ease;
}
.studioSlider .anythingSlider-default .back:hover {
	transform: scale(1.2);
	transition: all .2s ease;
}
.studioSlider .anythingSlider-default .forward {
	background:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicromaster/right-slider-nav.svg");
	background-position:right top;
	background-repeat:no-repeat;
	right: -30px;
	top:40%;
	transition: all .2s ease;
}
.studioSlider .anythingSlider-default .forward:hover {
	transform: scale(1.2);
	transition: all .2s ease;
}
.anythingSlider-default .arrow a {
	background:none !important;
}
.anythingSlider .anythingWindow {
	overflow:visible !important;
}
.modal .btn.small-btn, .le_jqueryui_target .btn.small-btn {
    margin-top: 60px !important;
}
.htmlSlide {
    position: relative;
}

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

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: var(--bg-purple) !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients h3 {
    background-color: var(--bg-purple) !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 120px !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
.mb_login_existing_input {
    width: 100% !important;
    margin-left: -5px !important;
    margin-top: 10px !important;
}
.mb_login_new_label {
    width: 100% !important;
    text-align: left !important;
    margin-left: 5px !important;
    /*margin-bottom: 10px !important;*/
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input {
    width: 100% !important;
    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;
}
#i_agree_row {
    width: 100% !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}
#signup_submit {
    margin-left: 0 !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: var(--bg-main) !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: var(--bg-main) !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: var(--bg-purple);
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
}
#signup_submit:hover {
    background-color: var(--bg-main);
    color: #ffffff;
}
#login_form .seFormButton {
    background-color: var(--bg-purple) !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;
    }
    .schedule_date_range {
        display: none !important;
    }
    .mb_schedule {
        margin-top: -100px;
    }
    #forward_sched {
        top: -32px;
    }
    #back_sched {
        top: -7px;
    }
    .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;
}
.header-top a {
    display: block;
    width: 100%;
    background-color: var(--bg-green);
    color: #fff;
    padding: 10px;
    letter-spacing: 4px;
    font-weight: 500;
}
.header-top a:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicromaster/arrow-right.svg);
    width: 5px !important;
    height: auto;
    display: inline-block;
    margin: 2px 0 0 10px !important;
    position: absolute;
}
.header-bottom {
    padding: 10px 30px;
    background-color: #ebeae8;
}
.locationLeft {
    font-size: 22px;
    font-weight: 400;
    padding-top: 10px;
}
.locationLeft:before {
    content: '\f041';
    font-family: 'FontAwesome';
    font-size: 25px;
    color: var(--bg-purple);
    margin-right: 10px;
}
.promotext p {
    color: var(--bg-purple);
    font-size: 18px;
    line-height: 25px;
}

/* 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: 10px;
}
.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: 15px;
    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: 14px !important;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 200px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	background-color: var(--bg-green);
	color: #ffffff;
}
.MainMenu .le_menu_level_2_container {
	float: right;
	left: 100%;
	margin-top: -40px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	right:0;
	z-index: 10;
	display: none;
	border: 1px solid #e9eaea;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu .dropdown ul {
    display: block;
}

/* ---- Separate Mobile Menu ---- */
/* ---- 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: 2000;
    overflow-x: none;
    overflow-y: auto;
    background: #fff;
}
.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    top:120px;
    left:0;
    opacity: 1;
}
.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:12px;
    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;
}
.mobile-logs {
    padding-left: 35px;
}
.mobile-logs a {
    color: var(--bg-main);
}
.mobile-logs a:hover {
    color: var(--bg-purple);
}

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

#le_footer-top {
    padding: 50px 0 25px 0;
    background-color: var(--bg-purple);
    background-image: linear-gradient(rgba(61, 17, 82, 0.8), rgba(61, 17, 82, 0.8)),  url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicromaster/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-middle {
    background-color: #ebeae8;
    padding: 20px 10px;
    text-align: center;
}
.footer-middle a {
    color: var(--bg-main);
}
.footer-middle a:hover {
    color: var(--bg-purple);
}
.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 a {
    color: var(--bg-green) !important;
}
.se_social {
    margin-bottom: 25px;
}
.se_social a {
    color: var(--bg-main);
    font-size: 25px;
    margin: 0 6px;
}

/* 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: 767px) {
    .homeschedule .mb_listview_date {
        display: none !important;
    }
    .header-bottom {
        padding: 0;
    }
    .textbox {
        padding: 40px 25px;
    }
    .enrollments_date_range {
        font-size: 14px !important;
    }
    .mb_enrollment_dates #back, .mb_enrollment_dates #forward {
        font-size: 18px !important;
    }
    .desktop-break {
        display: none;
    }
    .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, .desktop-only a {
        display: none;
    }
    .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 35px;
        margin-bottom: 30px;
    }
    .header-bottom {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }
    .locationLeft {
        margin-bottom: 10px;
    }
    .uppertext {
        padding: 15px 20px 0 20px;
        text-align: center;
    }
    .studioSlider .anythingSlider-default .back, .studioSlider .anythingSlider-default .forward {
        top: 10% !important;
    }
    .fullwidth {
        margin-right: -50px;
        margin-left: -50px;
        position: relative;
    }
}
@media (min-width: 768px) {
    .title_date, .title_class, .title_staff {
        font-size: 16px !important;
    }
    #back_sched {
        position: relative;
        bottom: -40px;
    }
    .homeschedule #back_sched {
        bottom: 0;
    }
    .textbox {
        height: 400px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 50px 0 50px;
    }
    .stayAndBG {
        position: fixed;
        display: block;
        top: 0px;
        z-index:3;
        height: 75px !important;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    }
    .enrollments_date_range {
        font-size: 24px !important;
    }
    .mb_listview_date {
        font-size: 24px !important;
    } 
    .uppertext {
        position: absolute;
        left: 0;
        right: 0;
        top: 40%;
        text-align: center;
    }
    .uppertext h6 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.9);
        color: #fff;
        font-size: 40px;
        line-height: 50px;
    }
    .header1 {
        text-align: right;
    }
    .mobile-only, .mobile-only a {
        display: none !important;
    }
    .header-wrap .se_button.button1 a, .header-wrap a.se_button.button1 {
        margin-left: 10px;
    }
    .locationRight {
        text-align: right;
    }
    .top-block {
        padding-left: 10%;
        padding-right: 10%;
    }
    .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;
    }
    .testimonialbox {
        margin-top: 50px;
    }
    .testimonialbox img {
        margin-right: 20px;
    }
    .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: 160px !important;
    }
    .footer-right {
        text-align: right;
    }
    .footer-right-top {
        text-align: center;
        margin-left: -30px;
    }
    .right-block {
        padding-top: 30px;
    }
    .padding-text p {
        font-size: 18px;
    }
    .row-same-height {
        display:table;
        width: 100%;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0 15px;
    }
    
    .row-same-height.sh-va-middle [class^="col-"],
    .row-same-height.sh-va-middle [class*="col-"]{
        vertical-align: middle;
    }
    .row-same-height.sh-va-bottom [class^="col-"],
    .row-same-height.sh-va-bottom [class*="col-"]{
        vertical-align: middle;
    }
}
@media (max-width: 991px) {
    .MainMenu {
        display: none;
    }
    .top-footer {
        text-align: center;
    }
    .home-testimonialbox table {
        border: 0 !important;
    }
    .home-testimonialbox td {
        border: 0 !important;
        width: 100% !important;
    }
    .home-testimonialbox td:nth-of-type(2) {
        padding: 30px 20px;
    }
    .home-testimonialbox td, .home-testimonialbox th {
        display: block;
        clear: both;
    }
    .home-testimonialbox td[data-th]:before {
        content: attr(data-th);
        float: left;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 0px 8px 10px 8px;
        font-size: 14px;
    }
    .newsletter {
        padding-right: 50px;
    }
    .padding-text {
        padding: 0 225px;
    }
    .footer-right-top {
        text-align: right;
        margin-left: 0;
    }
    .home-testimonialbox .bx-wrapper .bx-pager {
        margin-top: -100px;
    }
    .home-testimonialbox table {
        border: 0 !important;
    }
    .home-testimonialbox td {
        border: 0 !important;
    }
    .home-testimonialbox td:nth-of-type(2) {
        padding: 0 40px;
    }
    .home-testimonialbox .bx-wrapper .bx-pager {
        left: 50%;
        width: 50%;
        position: relative;
    }
    .title_date, .title_class, .title_staff {
        font-size: 18px !important;
    }

}
@media (min-width: 1024px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 0px 12px 10px 12px;
        font-size: 14px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .bg-text {
        padding: 0 125px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 0px 20px 10px 20px;
        font-size: 14px;
    }
    .home-testimonialbox .bx-wrapper .bx-pager {
        margin-top: -150px;
    }
}
@media (min-width: 1300px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 0px 20px 10px 20px;
        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-logged-in .header-top {
    margin-top: 40px;
}
.le-edit-open .mobile-only {
    display: block !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_adult-programming #le_section-five {
    background-color: rgba(244, 244, 244, 0.57);
}
.aurora_adult-programming #le_section-seven-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/Footer_Collage_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 325px;
}
.aurora_adult-programming #le_section-three {
}
.aurora_adult-programming #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/VibeWell_Honors_Main_Stage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 400px;
}
.aurora_adult-programming #le_section-two-area4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_adult-programming #le_section-two-area5 {
    margin-top: 30px;
}
.aurora_class-schedule #le_section-one {
}
.aurora_class-schedule #le_section-three {
    padding-top: -30px;
    padding-bottom: 40px;
}
.aurora_class-schedule #le_section-three-area3 {
    background-color: rgb(234, 234, 234);
}
.aurora_digital-studio #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicromaster/pattern-green-swirls.png);
    background-repeat: repeat;
    background-position: top left;
}
.aurora_donate #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/Mandala_Background_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.aurora_donate #le_section-one-area1 {
    background-color: rgba(255, 255, 255, 0.65);
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_donate #le_section-seven {
    background-size: cover;
    padding-top: 50px;
}
.aurora_donate #le_section-seven-area6 {
    padding-right: 5%;
    padding-left: 5%;
}
.aurora_founding-members #le_section-four-area1 {
    padding-top: 50px;
}
.aurora_founding-members #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/Mandala_Background_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.aurora_founding-members #le_section-one-area1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
}
.aurora_founding-members #le_section-one-area3 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_founding-members #le_section-two-area3 {
    margin-left: 25px;
}
.aurora_founding-members #le_section-two-area4 {
    padding-top: -50px;
}
.aurora_get-involved #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/Volunteer_Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_get-involved #le_section-one-area1 {
    background-color: rgba(255, 255, 255, 0.95);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_get-involved #le_section-three-area10 {
}
.aurora_home #le_footer-top {
}
.aurora_home #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-four {
}
.aurora_home #le_section-one-area1 {
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-one-area3 {
}
.aurora_home #le_section-one-area4 {
}
.aurora_home #le_section-one-area7 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_home #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-three-area1 {
    border-color: rgba(0, 0, 0, 0);
    padding-right: 10%;
    padding-bottom: 30px;
    padding-left: 10%;
}
.aurora_home #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/honor-yoga-candles.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_livestream #le_section-one-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/Restore.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
}
.aurora_livestream #le_section-one-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/Lunge.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
}
.aurora_livestream #le_section-one-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/Chair.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
}
.aurora_livestream #le_section-one-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/Stretch.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
}
.aurora_livestream #le_section-three {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_livestream #le_section-two {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_recovery-retreat #le_arrow {
    padding-top: 25px;
}
.aurora_recovery-retreat #le_section-one {
    background-color: rgb(214, 208, 216);
    margin-right: -50px;
    margin-left: -50px;
    padding-bottom: 50px;
}
.aurora_recovery-retreat #le_section-one-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicrocontentmaster/Retreat.jpg);
    background-size: cover;
    margin-top: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_recovery-retreat #le_section-one-area8 {
}
.aurora_restorative-retreat #le_arrow {
    padding-top: 25px;
}
.aurora_restorative-retreat #le_section-one {
    background-color: rgb(212, 208, 208);
    margin-right: -50px;
    margin-left: -50px;
    padding-bottom: 50px;
}
.aurora_restorative-retreat #le_section-one-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicrocontentmaster/Retreat.jpg);
    background-size: cover;
    margin-top: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_restorative-retreat #le_section-one-area8 {
    margin-bottom: 30px;
}
.aurora_Restorative-Retreat-Leaders #le_section-three-area10 {
    padding-top: 75px;
}
.aurora_Restorative-Retreat-Leaders #le_section-three-area11 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_Restorative-Retreat-Leaders #le_section-three-area13 {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_Restorative-Retreat-Leaders #le_section-three-area14 {
    padding-top: 50px;
}
.aurora_Restorative-Retreat-Leaders #le_section-three-area15 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_Restorative-Retreat-Leaders #le_section-three-area16 {
    padding-top: 20px;
}
.aurora_Restorative-Retreat-Leaders #le_section-three-area7 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_Restorative-Retreat-Leaders #le_section-three-area8 {
    padding-top: 20px;
}
.aurora_Restorative-Retreat-Leaders #le_section-three-area9 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_retreats #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicrocontentmaster/Retreat.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_retreats #le_section-six {
    background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicrocontentmaster/island.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
}
.aurora_retreats #le_section-three-area1 {
    padding-top: 25px;
    padding-bottom: 0px;
}
.aurora_schedule #le_section-five {
    background-color: rgb(100, 141, 38);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_schedule #le_section-six {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_schedule #le_section-three {
    background-color: rgb(61, 17, 82);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_schedule #le_section-two-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicromaster/young-woman-lying-on-bed-and-using-laptop-while-daughter-3975634/young-woman-lying-on-bed-and-using-laptop-while-daughter-3975634_750x499.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
}
.aurora_scholarship #le_section-three {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_scholarship #le_section-two {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_teacher-training #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicromaster/gradient-down10.png);
    background-repeat: repeat-x;
    background-position: top left;
    padding-top: 0px;
    padding-bottom: 50px;
}
.aurora_teacher-training #le_section-five-area11 {
}
.aurora_teacher-training #le_section-four {
    margin-top: 0px;
}
.aurora_teacher-training #le_section-four-area1 {
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 10px;
}
.aurora_teacher-training #le_section-four-area1 Top {
}
.aurora_teacher-training #le_section-four-area1-2 {
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 15px;
}
.aurora_teacher-training #le_section-four-area10 {
    padding-top: -60px;
    padding-bottom: 40px;
}
.aurora_teacher-training #le_section-four-area12 {
}
.aurora_teacher-training #le_section-four-area2 {
    margin-top: -50px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 60px;
}
.aurora_teacher-training #le_section-four-area3 {
    margin-top: -50px;
    margin-right: 60px;
    margin-bottom: 40px;
    margin-left: 30px;
}
.aurora_teacher-training #le_section-four-area4 {
    margin-top: -40px;
}
.aurora_teacher-training #le_section-four-area5 {
    margin-top: -40px;
}
.aurora_teacher-training #le_section-four-area6 {
    margin-top: -40px;
}
.aurora_teacher-training #le_section-four-area7 {
    margin-top: 30px;
}
.aurora_teacher-training #le_section-one {
}
.aurora_teacher-training #le_section-one-area1 {
}
.aurora_teacher-training #le_section-seven {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicromaster/gradient-down10.png);
    background-repeat: repeat-x;
    background-position: top left;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_teacher-training #le_section-seven-area9 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_teacher-training #le_section-six {
}
.aurora_teacher-training #le_section-three {
}
.aurora_teacher-training #le_section-three-area1 {
    padding-bottom: 30px;
}
.aurora_teacher-training #le_section-three-area11 {
    padding-bottom: 30px;
}
.aurora_teacher-training #le_section-two-area1 {
}
.aurora_veterans-retreat #le_arrow {
    padding-top: 25px;
}
.aurora_veterans-retreat #le_section-one {
    background-color: rgb(212, 208, 208);
    margin-right: -50px;
    margin-left: -50px;
    padding-bottom: 50px;
}
.aurora_veterans-retreat #le_section-one-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogamicrocontentmaster/Retreat.jpg);
    background-size: cover;
    margin-top: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_veterans-retreat #le_section-one-area8 {
    margin-bottom: 30px;
}
.aurora_workshops #le_section-one {
}
.aurora_workshops #le_section-three {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_youth-teen-programming #le_section-seven-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/Youth_and_Teens_Footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 325px;
}
.aurora_youth-teen-programming #le_section-two-area1 {
}
.aurora_youth-teen-programming #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/honoryogafoundation/Youth_and_Teen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_youth-teen-programming #le_section-two-area5 {
    margin-top: 30px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_adult-programming #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-programming #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-programming #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-programming #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-programming #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-programming #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_digital-studio #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_donate #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_donate #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_donate #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_donate #le_section-seven-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_founding-members #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_founding-members #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_founding-members #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_founding-members #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_founding-members #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_founding-members #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-involved #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-involved #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-involved #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_footer-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_livestream #le_section-one-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_livestream #le_section-one-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_livestream #le_section-one-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_livestream #le_section-one-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_livestream #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_livestream #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recovery-retreat #le_arrow {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recovery-retreat #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recovery-retreat #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recovery-retreat #le_section-one-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_restorative-retreat #le_arrow {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_restorative-retreat #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_restorative-retreat #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_restorative-retreat #le_section-one-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_scholarship #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_scholarship #le_section-two {
    }
}
@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-five-area11 {
    }
}
@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-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four-area1 Top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four-area1-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four-area7 {
    }
}
@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-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-six {
    }
}
@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-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_veterans-retreat #le_arrow {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_veterans-retreat #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_veterans-retreat #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_veterans-retreat #le_section-one-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-teen-programming #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-teen-programming #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-teen-programming #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-teen-programming #le_section-two-area5 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_adult-programming #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-programming #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-programming #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-programming #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-programming #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-programming #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_digital-studio #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_donate #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_donate #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_donate #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_donate #le_section-seven-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_founding-members #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_founding-members #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_founding-members #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_founding-members #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_founding-members #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_founding-members #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-involved #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-involved #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-involved #le_section-three-area10 {
    margin-top: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_footer-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    padding-top: 20px;
    padding-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 20px;
    padding-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-top: 20px;
    padding-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area5 {
    background-position: center left;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_livestream #le_section-one-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_livestream #le_section-one-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_livestream #le_section-one-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_livestream #le_section-one-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_livestream #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_livestream #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recovery-retreat #le_arrow {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recovery-retreat #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recovery-retreat #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recovery-retreat #le_section-one-area8 {
    padding-right: 30px;
    padding-left: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_restorative-retreat #le_arrow {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_restorative-retreat #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_restorative-retreat #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_restorative-retreat #le_section-one-area8 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area11 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area13 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Restorative-Retreat-Leaders #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-one {
    background-position: center left;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_scholarship #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_scholarship #le_section-two {
    }
}
@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-five-area11 {
    }
}
@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-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four-area1 Top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four-area1-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four-area2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four-area3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four-area7 {
    }
}
@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-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-seven-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-three {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-three-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_veterans-retreat #le_arrow {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_veterans-retreat #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_veterans-retreat #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_veterans-retreat #le_section-one-area8 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-teen-programming #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-teen-programming #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-teen-programming #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-teen-programming #le_section-two-area5 {
    }
}

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