@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Source Sans Pro+Sans:300,400,600,700,300italic,400italic,600italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Vollkorn);
@import url(https://fonts.googleapis.com/css?family=Tillana);
@import url(https://fonts.googleapis.com/css?family=Galdeano);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);

.body {
    margin: 0 auto;
    color: #3c3c3c;
    font-family: 'PT Sans Caption', sans-serif;
	font-size: 16px;
}
.se_body {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le4template/Watercolor-Background.jpg") 0 0 fixed #fdfdfd;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

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

a {
	color: #967462;
	text-decoration: none;
}
a:hover {
    color: #967462;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #3c3c3c;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
ul,ol {
    margin-top: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #6b5c54;
	font-family: 'Galdeano', sans-serif;
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #6b5c54;
	font-family: 'Galdeano', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #967462;
	font-family: 'Galdeano', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #6b5c54;
	font-family: 'Galdeano', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #967462;
	font-family: 'Galdeano', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #6b5c54;
	font-family: 'Galdeano', sans-serif;
	font-size: 16px;
	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;
}

/* Style Editor "MAIN TEXT"
--------------------------------------------------------------------------------------------------*/
p, ul, ol, dl {
    line-height:1.5em;
}

ul {
    color: #6b5c54;
    list-style-position:inside;
    margin-top: 0px;
    font-family: 'PT Sans', sans-serif;
	font-size: 14px;
    
}
li {
    margin-top: 5px;
}
/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
	color: #6b5c54;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
	color: #6b5c54;
	font-family: 'Source Sans Pro Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.wrapper input[type="submit"] {
	padding: 8px 15px 5px 15px;
	/*background-color: #bfada6;*/
	border: 0;
	text-align: center;
	color: #000;
    font-family: 'Source Sans Pro Sans', sans-serif;
	font-size: 14px;
    font-weight: 600;
    line-height: 18px;
	margin: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
    /*background-color: #cef6e5;*/
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px 5px;
	background-color: #fdfdfd;
	border: 1px solid #dadada;
	color: #6b5c54;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
	margin: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wrapper input[type="text"]:focus, .wrapper input[type="password"]:focus, .wrapper textarea:focus, #search_form_value:focus {
    border-color: #6b5c54 !important;
    outline: 0 !important;
}
.form-control {
    height: inherit !important;
	border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-group {
	margin-bottom: 10px;
}

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

hr {
    border: 0;
    height: 1px;
    background-color: #6b5c54;
}
.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;}
.textLeft {
    text-align: left;
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}

.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}
.uppertext img {
    width: 100%;
    height: auto;
}

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

.se_button a, a.se_button {
    display: inline-block;
    padding: 8px 15px 5px 15px;
    background-color: #6b5c54;
	color: #ffffff;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_button a:hover, a:hover.se_button {
    color: #6b5c54;
    background-color: #cef6e5;
    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 .le_video_overlay {
    margin-left:-20px;
}
.se_cta {
    display: block;
	background-color: #4ed6df;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
    margin-bottom: 20px;
}
.se_cta:hover {
    /*background-color: #18bcc5;*/
}
.se_cta .le_content {
    padding: 30px 20px;
}
.se_cta a, a.se_cta {
	color: #fdfdfd;
}
.se_cta a:hover, a:hover.se_cta {
	color: #6b5c54;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
    color: #6b5c54;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 55px;
    font-weight: 400;
    word-break: break-word;
    max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_social a {
    color: #6b5c54;
    font-size: 33px;
}
.se_social a:hover {
    color: #cef6e5;
    text-decoration: none;
}
.se_tagline {
    margin-top: 10px;
	color: #967462;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 18px;
}

.se_wrapperContent {
    color: #3c3c3c;
    font-size: 18px;
    letter-spacing: .5px;
}
.bluebox {
    background-color: #2E28BE;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.bluebox p {
    color: #fff;
}
.banner {
    position: relative;
}
.uppertext2 {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 25px;
}
.uppertext2 h2 {
    color: #fff;
    font-size: 50px;
}
.pricebox {
    background-color: #e8e8e8;
    padding: 40px 25px;
    margin-bottom: 25px;
    text-align: center;
}

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

.wrapper {
	width: 100%;
}

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

.headerTopWide {
	width: 100%;
	background-color: #bfada6;
	padding: 10px 0;
}
.headerTop {
    text-align: center;
}
.headerBottomWide {
	width: 100%;
	padding: 0px 0;
}
.headerBottom {
    text-align: center;
}

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

.navigationWide {
    width: 100%;
    background-color: #cef6e5;
}
.navigation {
    position: relative;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0px 35px;
    text-transform: uppercase;
    color: #fff;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.se_menu {
}
.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;
	margin-top: 0;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 5px 0;
	color: #fff;
    font-family: 'PT Sans Caption', sans-serif;
	font-size: 20px;
	line-height: 26px;
	text-decoration: none;
    text-transform: lowercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #96f0f5;
	background:#2eacb3;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 10px;
	color: #fff;
    font-family: 'PT Sans Caption', sans-serif;
	font-size: 20px;
	line-height: 26px;
	text-decoration: none;
    text-transform: lowercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #96f0f5;
	background:#2eacb3;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 20px;
}
.dropdown ul {
    display: none;
}

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

.contentWide {
    margin: 40px 0;
}
.content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    background: rgba(255,255,255,.5);
}

/* Footer
----------------------------------------------------------------------------------------------------*/
.se_footer {
    background-color: #4ed6df;
}
.footerTopWide {
	/*background-color: #6b5c54;*/
	padding: 30px 0;
}
.footerTop {}
.footerTop p, .footerTop a, .footerTop h1, .footerTop h2, .footerTop h3, .footerTop h4, .footerTop h5, .footerTop h6 {
	color: #ffffff;
}
.footerTop p {
	font-size: 13px;
}
.footerBottom {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}
.footerBottom a {
}
.footerBottom p {
	font-size: 12px;
}


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

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) {
    .banner {
        height: 410px;
    }
    .uppertext {
        text-align: center;
        padding: 30px 10px;
    }
    .uppertext h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .se_siteBranding img {
        padding: 25px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .mobile-break { 
        display: none;
    }
    .uppertext {
        position: absolute;
        top: 50%;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
    }
    .uppertext h2 {
        color: #fff;
        font-size: 50px;
        line-height: 55px;
        text-shadow: 0px 1px 1px rgba(0,0,0,.75);
    }
    .uppertext p {
        color: #fff;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
        text-shadow: 0px 1px 1px rgba(0,0,0,.75);
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        text-align: center;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 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: #6b5c54;*/
    	font-family: 'PT Sans Caption', sans-serif;
    	font-size: 20px;
    	text-decoration: none;
    	text-transform: lowercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	/*color: #967462;*/
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 0;
    	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: 5px 10px;
    	/*color: #6b5c54;*/
        font-family: Source Sans Pro, sans-serif;
        font-size: 18px;
        text-decoration: none;
        text-transform: lowercase;
        min-width: 160px;
        /*background-color: #bfada6;*/
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	/*color: #fdfdfd;*/
    }
    .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: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .dropdown ul {
        display: block;
    }
    .banner {
        height: 600px;
        overflow: hidden;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .headerTopLeft {
        text-align: left;
    }
    .headerTopRight {
        text-align: right;
    }
    .footerBottomLeft {
        text-align: left;
    }
    .footerBottomRight {
        text-align: right;
    }
    .MainMenu ul.le_menu_level_1 {
        /*margin: 0 10px;*/
    }
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 20px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
    .row-same-height2 {
       display: flex;
       align-items:center;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
    .MainMenu ul.le_menu_level_1 {
        /*margin: 0 20px;*/
    }
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 30px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 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;
	max-width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

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

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

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

.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;
}
.filter_square {
    color:#000000;
}

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

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

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

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

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

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

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

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

.FeatureSlider tr td {
    padding:50px;
}

/* Slider Controls
----------------------------------------------------------------------------------------------------*/
.anythingSlider-default .arrow {
    top: inherit !important;
}
.anythingSlider-default .arrow a {
    width: 28px !important; /* half the width */
    height: 27px !important; /* height */
    margin: -27px !important; /* negative half the height */
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le4template/slider-ui-arrows-3.png') no-repeat !important;
}
.anythingSlider-default .back {
    right: 30px !important;
    left: inherit !important;
}
.anythingSlider-default .back a {
    background-position: left top !important;
}
.anythingSlider-default .back a:hover {
    background-position: left bottom !important;
}
.anythingSlider-default .forward {
    right: 1px !important; /* negative half the width */
}
.anythingSlider-default .forward a {
    background-position: right top !important;
}
.anythingSlider-default .forward a:hover {
    background-position: right bottom !important;
}

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

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

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

/*-------------- SE Modified  ----------------- */
/*.se_body {
    background-color: rgb(0, 0, 0);
    background-image: url(https://7d2970edc0ffde9a8d0d-a860f3f7020ebb6c9de36233aed36c4a.ssl.cf2.rackcdn.com/156473568.jpg);
}
.se_menu {
    background-color: rgb(255, 96, 0);
}
.se_menu li.le_menuitem_level_0 a {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a {
    background-color: rgb(255, 96, 0);
}
.se_menu li.le_menuitem_level_1 a {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    background-color: rgb(67, 67, 67);
}
.se_header {
    background-color: rgb(0, 0, 0);
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header h6 {
    color: rgb(255, 255, 255);
}
.se_header a {
}
.se_header a:hover {
}
.se_mainContent {
    background-color: rgb(0, 0, 0);
}
.se_mainContent .le_content, .se_mainContent p, .se_mainContent h1, .se_mainContent h2, .se_mainContent h3, .se_mainContent h4, .se_mainContent h5, .se_mainContent h6 {
    color: rgb(255, 255, 255);
}
.se_mainContent .a {
    color: rgb(255, 255, 255);
}
.se_mainContent a:hover {
    color: rgb(255, 185, 115);
}
.se_footer {
    background-color: rgb(255, 96, 0);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer h6 {
    color: rgb(255, 255, 255);
}
.se_footer a {
    color: rgb(255, 255, 255);
}
.se_footer a:hover {
    color: rgb(255, 255, 255);
}
a {
    color: rgb(255, 255, 255);
}
a:hover {
    color: rgb(255, 199, 143);
}
.se_button a, a.se_button {
    background-color: rgb(0, 124, 255);
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(255, 96, 0);
    color: rgb(255, 255, 255);
}
.se_cta {
    background-color: rgb(255, 96, 0);
}
.se_cta .le_content a {
}
.se_cta:hover {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_social a {
    color: rgb(255, 96, 0);
    font-size: 22px;
}
.se_social a:hover {
    color: rgb(255, 185, 115);
}
hr {
}
.se_siteBranding a {
    font-family: 'Oswald';
    color: rgb(255, 255, 255);
}
.se_tagline {
    font-family: 'Oswald';
    font-size: 27px;
    color: rgb(255, 255, 255);
}
p, ul, ol, dl {
    color: rgb(255, 255, 255);
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Oswald';
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Oswald';
    color: rgb(255, 96, 0);
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Oswald';
    color: rgb(255, 255, 255);
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Oswald';
    font-size: 22px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
h5, h5 a, .title5, .title5 a {
    color: rgb(255, 255, 255);
}
h6, h6 a, .title6, .title6 a {
    color: rgb(255, 255, 255);
}*/
blockquote {
    font-family: 'Tillana';
    font-style: none;
}
/*-------------- SE Modified End ----------------- */

.centerGallery .le_plugin_gallery{
    margin: auto;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_home #le_column10 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_home #le_column4 {
}
.aurora_home #le_column5 {
}
.aurora_home #le_column6 {
}
.aurora_home #le_column7 {
}
.aurora_home #le_column8 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_home #le_column9 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_home #le_contentLeft {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_home #le_contentMiddle {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_home #le_contentRight {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_home #le_pageHeader2 {
}
.aurora_home #le_sidebar2 {
}
.aurora_home2 #le_contentLeft {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_home2 #le_contentRight {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_online-classes #le_contentLeft {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_online-classes #le_contentMid {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_online-classes #le_contentRight {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_pricing #le_box1 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_box2 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_box3 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_box4 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column1 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column10 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column13 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column2 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column3 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column4 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column5 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column6 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column7 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column8 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_pricing #le_column9 {
    background-color: rgb(232, 232, 232);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.seFormButton {
    background-color: rgb(103, 103, 103);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-image: none;
    background-color: rgb(255, 255, 255);
}
.se_button a, a.se_button {
    background-color: rgb(103, 103, 103);
    color: rgb(255, 255, 255);
    font-size: px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.se_cta {
    background-color: rgb(0, 0, 0);
}
.se_cta .le_content a {
    color: rgb(255, 255, 255);
}
.se_cta .le_content a:hover {
    color: rgb(103, 103, 103);
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
    background-color: rgb(0, 0, 0);
}
.se_footer a {
    color: rgb(103, 103, 103);
}
.se_footer a:hover {
    color: rgb(0, 0, 0);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(255, 255, 255);
}
.se_header {
    background-color: rgba(0, 0, 0, 0);
}
.se_header a {
    color: rgb(103, 103, 103);
}
.se_header a:hover {
    color: rgb(0, 0, 0);
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
    color: rgb(255, 255, 255);
}
.se_mainContent {
    background-color: rgb(255, 255, 255);
}
.se_menu {
    background-color: rgb(0, 0, 0);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-size: 13px;
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(103, 103, 103);
    background-color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
    background-color: rgb(103, 103, 103);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(255, 255, 255);
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(103, 103, 103);
    font-size: 35px;
}
.se_social a:hover {
    color: rgb(0, 0, 0);
}
.se_tagline {
    font-size: px;
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
    color: rgb(103, 103, 103);
}
a:hover {
    color: rgb(0, 0, 0);
}
blockquote {
    font-size: 21px;
    color: rgb(60, 60, 60);
}
body .navicon {
    color: rgb(255, 255, 255);
}
h1, h1 a, .title1, .title1 a {
    font-size: 40px;
    color: rgb(103, 103, 103);
}
h2, h2 a, .title2, .title2 a {
    font-size: 28px;
    color: rgb(103, 103, 103);
}
h3, h3 a, .title3, .title3 a {
    font-size: 24px;
    color: rgb(103, 103, 103);
}
h4, h4 a, .title4, .title4 a {
    font-size: 21px;
    color: rgb(103, 103, 103);
    font-weight: bold;
    font-style: normal;
}
h5, h5 a, .title5, .title5 a {
    font-size: 18px;
    color: rgb(103, 103, 103);
}
h6, h6 a, .title6, .title6 a {
    font-size: 18px;
    color: rgb(103, 103, 103);
}
hr {
    background-color: rgb(0, 0, 0);
}
p, ul, ol, dl {
    font-size: 17px;
    color: rgb(60, 60, 60);
    line-height: 1.75;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_home #le_column10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_column4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_column5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_column6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_column7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_column8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_column9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_contentLeft {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_contentMiddle {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_contentRight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_pageHeader2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_sidebar2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_contentLeft {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_contentRight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-classes #le_contentLeft {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-classes #le_contentMid {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-classes #le_contentRight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_box1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_box2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_box3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_box4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_column9 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_home #le_column10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_column4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_column5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_column6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_column7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_column8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_column9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_contentLeft {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_contentMiddle {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_contentRight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_pageHeader2 {
    padding-top: 50px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_sidebar2 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_contentLeft {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_contentRight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-classes #le_contentLeft {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-classes #le_contentMid {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-classes #le_contentRight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_box1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_box2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_box3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_box4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_column9 {
    }
}

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