@import url(https://fonts.googleapis.com/css?family=Quicksand:300light,400,700);
/* ------------------------------------------
  RESET
  --------------------------------------------- */

body, div,
  h1, h2, h3, h4, h5, h6,
  p, blockquote, pre, hr,
  fieldset, form, label, legend, th, td,
  article, aside, figure, footer, header, hgroup, menu, nav, section,
  summary, hgroup {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
a:active,
a:hover {
    outline: 0;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* ------------------------------------------
  GLOBAL
  --------------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font: normal 100%/1.4 "Quicksand", sans-serif;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    background: #ffF;
}

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

a {
	color: #aaaaaa;
	text-decoration: none;
}
a:hover {
    color: #000;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	margin: 0;
}
ul,ol {
    margin-top: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color:#000;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #000;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #000;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	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;
}

/* Form Styling
----------------------------------------------------------------------------------------------------*/

.le_form {
	font-family: 'Quicksands', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.wrapper input[type="submit"] {
    padding: 5px 15px;
	background-color: #fff;
	text-align: center;
	color: #000;
    font-family: 'Quicksand', sans-serif;
	font-size: 14px;
    line-height: 14px;
	margin: 0;
	border:1px solid #aaaaaa;
    /*text-transform: uppercase;*/
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #000000;
	color:#fff;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px 5px 3px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
    line-height: 18px;
	margin: 0;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}

#login #login_submit {
    width: 350px;
}
#login input[type='text'].textfield,
#login .textfield {
    width: 200px;
}

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

hr {
    border: 0;
    height: 1px;
    background-color: #000000;
}
.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 20px;
	background-color: #000;
	border: 0px solid transparent;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_button a:hover, a:hover.se_button {
	background-color: #000000;
    text-decoration: none;
}

.button2 a, a.button2 {
	background-color: rgba(255,255,255,.5);
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_button a:hover, a:hover.se_button {
	background-color: transparent;
	border-color: #000;
	color: #000;
    text-decoration: none;
}

.fullwidthButton a, a.fullwidthButton {
    display: block;
    width:100%;
}
.largeButton a, a.largeButton {
	padding: 15px 30px;
}

.se_cta {
    border: 0px solid transparent;
}

.se_cta .le_content {
    padding:15px;
}

.se_cta .le_content[le_content_type="image"] a {
    border:0;
    padding:0;
}

.se_cta.empty-region {
    padding:0;
    border:none;
}

.se_siteBranding > .le_logo img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
    display: inline-block;
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-size: 55px;
	font-weight: 400;
	word-break: break-word;
	margin-bottom:5px;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_siteBranding a .le_logo_text {
    display: block;
    padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    margin: 0 0 5px 0;
    line-height: .8;
}
.social-wrapper {
    margin-top:25px;
}
.se_social {
    line-height: 40px;
    text-align:right;
}
.se_social a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #000;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
}
.se_social a:hover {
    background-color: #fff;
    color:#000;
    text-decoration: none;
    border:1px solid #000;
}
.se_tagline {
    color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
    padding-top: 0px;
    /*padding-left: 3px;*/
    padding-right: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: .85em;
    
}

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

.wrapper {
	width: 100%;
}

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

.header {
	padding: 0px 15px 0px 15px;
}
.headerLeft {
    min-height: 1px;
    text-align: center;
}
.headerRight {
    text-align: center;
}

.se_siteBranding {
    padding-top: 15px;
    padding-bottom: 0px;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/
/* Navigation
----------------------------------------------------------------------------------------------------*/
.container.navigation {
    padding:20px 15px;
}
.navigation {
    position: relative;
    padding: 0 30px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0px 35px;
    text-transform: uppercase;
    color: #000;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    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: 3px 0;
	color: #000000;
   font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
    /*text-transform: uppercase;*/
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #777;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	color: #000000;
    font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
    /*text-transform: uppercase;*/
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color:#777;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 10px 20px;
}
.dropdown ul {
    display: none;
}

/* ------------------------------------------
  MAIN MENU MEDIA QUERIE
  --------------------------------------------- */
@media (min-width: 768px) { 
    .navigation {
        padding: 0;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
    }
    .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: #000000;
    	text-decoration: none;
    	/*text-transform: uppercase;*/
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #777;
    }
    .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: #000;
        text-decoration: none;
        /*text-transform: uppercase;*/
        background-color: #000000;
        min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {

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

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 14px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        /*padding: 5px 20px;*/
    }
}

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

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

.row_button {
    min-width: 80px;
}

.master_date {
    height: 100%!important;
    float: left;
}

.mb_schedule > table {
    float: left;
}

.page-header {
    margin-top: 10px;
}

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

.footer {
    margin-top: 110px;
	background: #000;
    font-size:25px;
    heigth:100px;
    padding:15px 0px;
    
}

.footer a,
.footer p {
    color: #fff;
    font-size: 11px;
}

.footer a {
    color: #aaaaaa;
}

.footer a:hover {
    color: #fff;
}

/* Resets
----------------------------------------------------------------------------------------------------*/
/* Slider Controls
----------------------------------------------------------------------------------------------------*/

.anythingSlider-default .arrow {
    top:47% !important;
}
.anythingSlider-default .arrow a {
    width: 31px !important; /* half the width */
    height: 74px !important; /* height */
    margin: -19px 0 0 0 !important; /* negative half the height */
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le2template/slider-ui-arrows-1-opt.png') no-repeat left -75px !important;
}
.anythingSlider-default .arrow a:hover {
    background-position: left top !important;
}

.anythingSlider-default .back {
    left: 75px !important; /* negative half the width */
    transition:left .2s ease;
}
.anythingSlider-default .forward {
    right: 75px !important; /* negative half the width */
    transition:right .2s ease;
}
.anythingSlider-default .forward a {
    background-position: right -75px!important;
}
.anythingSlider-default .forward a:hover {
     background-position: right top !important;
}
.anythingSlider-default.activeSlider .anythingControls a {
    background-image:  url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le2template/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/le11template/nav-dot-small-fill-white_copy_copy_copy.png') !important;
    
}
.anythingSlider-default .anythingControls ul {
    top: 10px !important;
    left: 0 !important;
    float: none !important;
    margin: 0 !important;
    text-align: center;
}

.slidertext p{
    color: #ffffff;
}
.textOverlay .htmlPanel {
  position: relative;
}
.textOverlay .title1 {
    position: absolute;
    z-index: 5;
    margin: auto;
    width: auto;
    top: 200px;
    /* bottom: 330px; */
    right: 30px;
    left: 30px;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 5px #323232;
    
}
@media all and (max-width: 992px) {
    .anythingSlider-default .forward {
        right: 15px !important;
    }
    .anythingSlider-default .back {
        left: 15px !important;
    }
    .textOverlay .title1 {
        top:35px;
        right:110px;
        font-size:36px;
    }
}

@media all and (max-width: 768px) {
    .anythingSlider-default .arrow {
        top:44% !important;
    }
    .textOverlay .title1 {
        top:20px;
        right:75px;
        font-size:24px;
    }
}

@media all and (max-width: 480px) {
    .anythingSlider-default .arrow {
        top:30% !important;
    }
    
}
/* ------------------------------------------
  Overrides - Services and MB
  --------------------------------------------- */

/* ------- Anything Slider ------ */
.wrapper .anythingSlider-default {
    padding-bottom:0;
}

/* ------- BX Slider ------ */
.wrapper .bx-viewport .htmlSlide {
    padding-bottom:0;
}

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

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

/* ------- 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 .schedule_date_range {
    font-size: .8em;
    position: relative;
    top: -4px;
}
.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;
}

/*---- MB Appointments -----*/
.wrapper .appts_side {
    padding-left: 0;
}
.wrapper #filter_options {
    padding-left: 0;
}
.wrapper .filter_square {
    margin-left: 0;
}
.wrapper #search_appts {
    margin-left: 0;
}



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

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

/*-------------------------CLEAR END-------------------------------*/

/* ------------------------------------------
  CUSTOM STYLES
  --------------------------------------------- */
.container {
    max-width: 990px!important;
}  
/* ------------------------------------------
  GLOBAL
  --------------------------------------------- */
  .wrapper .login-form {
      margin: 15px 0 0px 15px;
  }
  
  .wrapper .login-form label {
      font-size: 10px;
      color: #030303;
      font-family: "Quicksand";
  }
  
  .wrapper .login-form input[type="text"] {
      padding: 2px;
  }
  
  .wrapper .login-form .email-input {
      width: 110px;
  }
  
  .wrapper .login-form .pwd-input {
      width: 76px;
  }
/* ------------------------------------------
  HEADER
  --------------------------------------------- */
  .header .form-link a {
      color: #030303;
      font-size: 10px;
      margin-left: 50px;
  }
  
  .header a:hover {
      color: #030303;
  }
  
/* ------------------------------------------
  CONTENT
  --------------------------------------------- */
  .content { 
        background-color: rgba(235,235,235,.25);
        padding: 20px 60px;
    }
  
  .feature-wrap {
      position:relative;
      z-index:1;
  }

  .le-edit-open .feature-wrap {
      min-height:150px;
  }

  .le-edit-open .feature .le_region {
      min-height:150px;
  }

 .le-edit-open .feature2 {
     position: relative;
 }
 
 .feature2 {
     position: absolute;
     bottom: 10%;
     padding-left:40px;
     padding-right:40px;
     z-index:4;
 }

  .feature2 a.button2 {
     min-width: 255px;
     font-size: 1.25em;
     display: inline-block;
     color: #000;
     padding: 10px 35px;
     border: 1px solid black;
 }
 
  .feature2 a.button2:hover {
      color: #fff;
      background-color:#000;
  }
 
/* ------------------------------------------
  FOOTER
  --------------------------------------------- */
  
/* ------------------------------------------
  IE8 Fixes
  --------------------------------------------- */
.lt-ie9 .col-md-2 {
    width: 18%;
    float: left;
}

.lt-ie9 .col-md-3 {
    width: 25%;
    float: left;
}

.lt-ie9 .col-md-4 {
    width: 32%;
    float: left;
}

.lt-ie9 .col-md-6 {
    width: 50%;
    float: left;
}

.lt-ie9 .col-md-8 {
    width: 64%;
    float: left;
}

.lt-ie9 .col-md-9 {
    width: 75%;
    float: left;
}

.lt-ie9 .col-md-10 {
    width: 82%;
    float: left;
}

.lt-ie9 .form-group {
    display: inline;
}

.lt-ie9 .form-inline {
    width: 100%;
}

.lt-ie9 .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
}

.lt-ie9 .submit-btn-wrapper {
    float: right;
}

/* ------------------------------------------
  MEDIA QUERIES
  --------------------------------------------- */

  
@media only screen and (max-width : 992px) {
    .le_logo {
       
    }
    
    .form-inline {
        width: 100%;
    }
    
    .form-inline form {
        display: table;
        margin: 0 auto;
    }
    
    .form-link {
        width: 100%;
        display: table;
        margin: 0 auto;
    }
    
    .form-link a {
        display: block;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width : 768px) {
    
    .form-control {
        width: 100%!important;
        margin-bottom: 10px!important;
    }
    .se_siteBranding {
        text-align: center;
    }
    .se_siteBranding > .le_logo img,
    .se_tagline {
        text-align: center;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .social-wrapper {
        margin-top: 0;
    }
    .se_social {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }
    .feature2 {
        bottom: 10%;
    }

    .feature2 a.button2 {
        min-width: 174px;
        padding: 8px 30px;
    }
 
    .feature2 a.button2:hover {
      color: #fff;
      background-color:#000;
    }
}

@media only screen and (max-width : 482px) {
    .feature2 {
        position:relative;
        top:15px;
        bottom: 0;
        right:0px;
    }
    .feature2 a.button2 {
        display:block;
        min-width: 0;
        text-align:center;
    }
   
}

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

/* ---- 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-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le40template/speckles.png);
    background-repeat: repeat-y;
    /*background-size: contain;*/
    background-position: 100% 0px;
}
.se_menu {
}
.se_menu li.le_menuitem_level_0 a {
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(112, 83, 109);
}
.se_menu li.le_menuitem_level_1 a {
    background-color: rgb(112, 83, 109);
    background-color: rgba(112, 83, 109,.7);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_header {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header h6 {
}
.se_header a {
}
.se_header a:hover {
}
.se_mainContent {
}
.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 {
}
.se_mainContent .a {
}
.se_mainContent a:hover {
}
.se_footer {
    background-color: rgb(112, 83, 109);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer h6 {
}
.se_footer a {
}
.se_footer a:hover {
}
a {
}
a:hover {
}
.se_button a, a.se_button {
    color: rgb(112, 83, 109);
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.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 {
}
.se_social a:hover {
    color: rgb(112, 83, 109);
}
hr {
    background-color: rgb(112, 83, 109);
    background-color: rgba(112, 83, 109, 0.12);
}
.se_siteBranding a {
}
.se_tagline {
}
p, ul, ol, dl {
}
h1, h1 a, .title1, .title1 a {
    color: rgb(112, 83, 109);
}
h2, h2 a, .title2, .title2 a {
    color: rgb(112, 83, 109);
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
blockquote {
}
/*-------------- SE Modified End ----------------- */

#mb_mobilebar_classpage_button {
    display: none !important;
}
.unsubscribe_mindbody_row {
    display: none !important;
}

.hc_waitlist {
    font-size: 16px !important;
    color: red !important;
}
/*.showing {*/
/*    display:none;*/
/*}*/
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-image: none;
    background-color: rgb(254, 255, 226);
}
.se_button a, a.se_button {
    background-color: rgb(255, 128, 0);
    color: rgb(255, 255, 255);
    font-size: 15px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(122, 122, 122);
    color: rgb(255, 128, 0);
}
.se_cta {
    background-color: rgb(255, 128, 0);
}
.se_cta .le_content a {
    color: rgb(73, 73, 73);
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
    background-color: rgb(122, 122, 122);
}
.se_footer a {
    color: rgb(255, 128, 0);
}
.se_footer a:hover {
    color: rgb(255, 255, 255);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(0, 0, 0);
}
.se_header {
}
.se_header a {
    color: rgb(255, 128, 0);
}
.se_header a:hover {
    color: rgb(122, 122, 122);
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
    background-color: rgba(0, 0, 0, 0);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(255, 128, 0);
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
    font-family: 'Josefin Sans';
    font-size: 18px;
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(255, 128, 0);
    font-size: 15px;
}
.se_social a:hover {
    color: rgb(0, 0, 0);
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
    color: rgb(255, 128, 0);
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
    color: rgb(255, 128, 0);
}
a:hover {
    color: rgb(122, 122, 122);
}
blockquote {
    font-size: 10px;
}
body .navicon {
}
h1, h1 a, .title1, .title1 a {
    color: rgb(255, 128, 0);
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Josefin Sans';
    font-size: 24px;
    color: rgb(122, 122, 122);
    font-weight: bold;
}
h3, h3 a, .title3, .title3 a {
    color: rgb(255, 128, 0);
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
    background-color: rgb(73, 73, 73);
}
p, ul, ol, dl {
    font-family: 'Josefin Sans';
    font-size: 18px;
    color: rgb(73, 73, 73);
    font-weight: normal;
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */

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

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