@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(http://fonts.googleapis.com/css?family=Amatic+SC:400,700);
body {
    margin: 0 auto;
    color: #373737;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le6template/bgcolorful-new.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

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

a {
    color: #9fa100;
    text-decoration: none;
}
a:hover {
    color: inherit;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #373737;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #9fa100;
	font-family: 'Amatic SC', cursive;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #373737;
	font-family: 'Amatic SC', cursive;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #9fa100;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #373737;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #9fa100;
	font-family: 'Amatic SC', cursive;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #373737;
	font-family: 'Amatic SC', cursive;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

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

.le_form {
	color: #373737;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
	color: #9fa100;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	background-color: #9fa100;
	border: 0;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #7f8100;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #ffffff;
	border: 1px solid #c3c3c3;
	color: #373737;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	margin: 0;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px;
}

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

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

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

.le-edit-open .le_bin {display:none;}
.le-edit-open .le_bin.hasbin {display:block;}

.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}

.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}

/* Style Editor
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 15px;
	background-color: #9fa100;
	color: #ffffff;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_button a:hover, a:hover.se_button {
	background-color: #7f8100;
    text-decoration: none;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}
.se_cta {
    display: block;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 30px 0 30px 0;
    -moz-border-radius: 30px 0 30px 0;
    border-radius: 30px 0 30px 0;
    background-color: #9fa100;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	text-align:center;
	box-shadow: 8px -14px 100px #000000 inset;
}
.se_cta:hover {
    
}
.se_cta a, a.se_cta {
    color:#fff;
    text-decoration: none;
    text-shadow: 1px 1px 15px #000000;
    padding: 5px;
    margin-bottom: 15px;
}
.se_cta a:hover, a.se_cta:hover {
    color: #fff;
    border: 2px dotted #ffffff;
    
}
.se_cta p{
    color: #ffffff;
    margin-top: 15px;
    text-shadow: 2px 2px 6px #000000;
    font-size: 18px;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	color: #9fa100;
	font-family: 'Amatic SC', cursive;
	font-size: 55px;
	font-weight: 400;
	word-break: break-word;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_social {
    margin-bottom: 10px;
}
.se_social a {
    color: #ffffff;
    font-size: 33px;
}
.se_social a:hover {
    color: #ffffff;
    text-shadow: 2px 2px 6px #000000;
    text-decoration: none;
}
.se_tagline {
    margin-top: -15px;
    margin-left: 5px;
	color: #9fa100;
	font-family:"Amatic SC", cursive;
	font-size: 17px;
	font-weight: 700;
}

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

.wrapper {
	width: 100%;
}

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

.header {
	padding: 30px 0;

	background-image: url(url(http://7d2970edc0ffde9a8d0d-a860f3f7020ebb6c9de36233aed36c4a.r30.cf2.rackcdn.com/186301874.jpg));
    text-align: center;
}
.headerInner {
    padding: 0 30px;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

.navigation {
    position: relative;
	background-color: #ffffff;
}
.nav {
    padding: 0 30px;
}
.navicon {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    top: 0;
    left: 0;
    color: #373737;
    font-family: 'FontAwesome';
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 5px 0;
	color: #373737;
    font-family: 'Quicksand', sans-serif!important;
	font-size: 18px!important;
	line-height: 28px;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #9fa100;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	min-width: 250px;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 0px 5px 15px!important;
	color: #373737; 
    font-family: 'Amatic SC', cursive;
	font-size: 16px!important;
	line-height: 20px;
	text-decoration: none;
    min-width: 250px;
}
/*.le_menu_level_1_container{
    width: 150px!important;
}*/
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #9fa100;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}

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

.contentwide {
    position: relative;
	padding: 40px 0 0 0;
}
.contentwide:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #d1d287;
    background: rgba(159,161,0,.4);
}
.content {
    padding: 30px;
	background-color: #ffffff;
    border-bottom: 5px solid #f1f1f1;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}

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

.footer {
    margin-top: 20px;
	padding: 20px 0 40px 0;
    text-align: center;

    
}
.footerInner {
    padding: 0 30px;
}
.footer p{
    color: #ffffff;
    text-shadow: 2px 2px 6px #000000;
}

/* 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 (min-width: 768px) {
    .headerwide {
        text-align: left;
    }
    .footerwide {
        text-align: left;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: center;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	display: block;
    	padding: 10px 10px;
    	color: #373737;
    	font-family: 'Amatic SC', cursive;
    	font-size: 24px;
    	text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #9fa100;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 5px 0;
        background-color: #ffffff;
    	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: 3px 10px;
    	color: #373737;
    	font-family: 'Amatic SC', cursive;
    	font-size: 22px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #9fa100;
        background-image: none;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	margin: 0;
    	padding: 5px 0;
        background-color: #ffffff;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .dropdown ul {
        dipslay: block;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 20px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0 10px;
    }
    .menu li.le_menuitem_level_1 a {
        padding: 3px 10px;
    }
    .headerLeft {
        text-align: left;
    }
    .headerRight {
        text-align: right;
    }  
    .footerLeft {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }    
}

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

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

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}
.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.textfield {
    width: 200px !important;
    height: inherit !important;
}
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

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

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

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

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

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

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

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

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

#le_mb_class_page .staff_info img {
    margin-bottom: 20px;
}

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

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

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  
@media all and (max-width: 768px) {
    #new_clients {
        min-width: 300px;
    }
    #new_clients label {
        text-align: left !important;
    }
    #existing_clients {
        min-width: 300px;
    }
    #existing_clients label {
        text-align: left !important;
    }
    .mb_login_existing_label {
         text-align: left !important;
    }
}

.anythingSlider-default .arrow a {
    width: 33px !important; /* half the width */
    height: 63px !important; /* height */
    margin: -19px 0 0 0 !important; /* negative half the height */
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le6template/sliderarrows_copy_copy.png') no-repeat !important;
}


.anythingSlider-default .back {
    left: -33px !important; /* negative half the width */
    transition:left .2s ease;
}
.anythingSlider-default .forward {
    right: -33px !important; /* negative half the width */
    transition:right .2s ease;
}
.anythingSlider-default .forward a {
    background-position: right top !important;
}

.anythingSlider-default.activeSlider .anythingControls a {
    background-image:  url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le1template/nav-dot-small-fill-dark.png') !important;
}
.anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le1template/nav-dot-small-fill-white.png') !important;
}
.anythingSlider-default .anythingControls ul {
    top: -30px !important;
    left: 0 !important;
    float: none !important;
    margin: 0 !important;
    text-align: center;
}

#auroraContentContainer{
        background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le6template/bottomfade.png");
    background-repeat: repeat-x;
    background-position:bottom;
}
.se_button button1{
    float: right;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_retreats #le_main {
    background-position: top right;
    text-align: left;
}
.aurora_retreats #le_pageHeader {
    background-size: length;
    background-attachment: scroll;
    background-position: top center;
}
.aurora_retreats #le_sidebar {
    background-position: center center;
}
.aurora_upcoming-eventsworkshops #le_sidebar {
    font-family: 'Cabin Sketch';
    font-weight: normal;
    font-style: normal;
    text-align: right;
    color: rgb(0, 0, 0);
}
.se_body {
    background-color: rgb(18, 29, 71);
    background-image: none;
}
.se_button a, a.se_button {
    background-color: rgb(0, 139, 192);
    color: rgb(255, 255, 255);
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(18, 29, 71);
    color: rgb(255, 255, 255);
}
.se_cta {
    background-color: rgb(18, 29, 71);
    border-color: rgb(145, 208, 205);
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
    color: rgb(145, 208, 205);
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
    background-color: rgb(18, 29, 71);
}
.se_footer a {
    color: rgb(145, 208, 205);
}
.se_footer a:hover {
    color: rgb(0, 139, 192);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(255, 255, 255);
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_mainContent .a {
}
.se_mainContent .le_content, .se_mainContent p, .se_mainContent h1, .se_mainContent h2, .se_mainCont {
}
.se_mainContent a:hover {
}
.se_menu {
    background-color: rgb(18, 29, 71);
}
.se_menu li.le_menuitem_level_0 a {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(145, 208, 205);
}
.se_menu li.le_menuitem_level_1 a {
    background-color: rgb(18, 29, 71);
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_social a {
    color: rgb(0, 139, 192);
    font-size: 45px;
}
.se_social a:hover {
    color: rgb(22, 50, 89);
}
.se_tagline {
}
a {
    color: rgb(0, 139, 192);
}
a:hover {
    color: rgb(145, 208, 205);
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
    color: rgb(0, 139, 192);
}
h2, h2 a, .title2, .title2 a {
    color: rgb(0, 139, 192);
}
h3, h3 a, .title3, .title3 a {
    color: rgb(0, 139, 192);
}
h4, h4 a, .title4, .title4 a {
    color: rgb(18, 29, 71);
}
h5, h5 a, .title5, .title5 a {
    color: rgb(0, 139, 192);
}
h6, h6 a, .title6, .title6 a {
    color: rgb(145, 208, 205);
}
hr {
    background-color: rgb(0, 139, 192);
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_main {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_pageHeader {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats #le_sidebar {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upcoming-eventsworkshops #le_sidebar {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_main {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_pageHeader {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats #le_sidebar {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upcoming-eventsworkshops #le_sidebar {
    }
}

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