@import url(http://fonts.googleapis.com/css?family=Alex+Brush);
@import url(http://fonts.googleapis.com/css?family=Exo:200,300,400,500,600,700,500italic,400italic,300italic);
body {
    margin: 0 auto;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
}
.se_body {
    background-color: #f5f5f5;
	background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le10template/mainimg-new.jpg') repeat-y 50% 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.wrapper {
    /*color: #aaa589;*/
}
/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: #958e6a;
	text-decoration: none;
}
a:hover {
    color: inherit;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #aaa589; 
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #aaa589;
    font-family: 'Exo', sans-serif;
	font-size: 28px;
	font-weight: 500;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color:#aaa589;
	font-family: 'Exo', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #aaa589;
	font-family: 'Exo', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #aaa589;
	font-family: 'Exo', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #aaa589;
	font-family: 'Exo', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #aaa589;
	font-family: 'Exo', 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;
}

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

.le_form {
	color: #2a2820;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
	margin: 0;
}
.le_form_name {
    color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	background-color: transparent;
	background-color: rgba(255,255,255,.3);
	border: 1px solid #000;
	text-align: center;
	color:#2a2820;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
	margin: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	border-color: #000;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.7);
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #2a2820;
	font-family:'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
	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: #a5a08e;
}
.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;
}

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

.se_button a, a.se_button {
    display: inline-block;
	margin-bottom: 20px;
	padding: 5px 15px;
	background-color: #958e6a;
	color: #2a2820;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    color: #000000;
    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_content {
    padding: 20px;
}
.se_cta .le_video_overlay {
    margin-left:-20px;
}

.se_cta{
    display: block;
    padding: 0;
    margin-bottom: 40px;
    background: rgba(230,226,207,.2);
    border: 1px solid transparent;
    border: 1px solid rgba(170,165,137,.25);
    /*min-height: 200px;*/
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: 0px 19px 26px rgba(48,33,16,.4);
	text-align: center;

}

.se_cta:after {
	content: '';
	position: absolute;
    top: 1px;
    z-index: 70;
    left: 30px;
    width: 0; 
	height: 0; 
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid;
	border-top-color:inherit;
}

.se_cta:hover{
    box-shadow: 0px 9px 16px rgba(48,33,16,.6);
}

.se_cta a, a.se_cta {
    color: #ffffff;
}
.se_cta a:hover, a:hover.se_cta {
    color: #ddd8bc;
    text-decoration:none;
}
.se_cta h2 a{
    font-size: 35px;
    font-family: 'alex brush', cursive;
}
.se_cta p{
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 200;
    color: #e8d6be;
    font-size: 23px;
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	color: #E8D6BE;
	font-family: 'Alex Brush', cursive;
	font-size: 80px;
	line-height: 82px;
	font-weight: 700;
	padding-top:36px;
	word-break: break-word;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_social {
    margin-bottom: 10px;
    margin-top: 10px;
}
.se_social a {
    color: #E8D6BE;
    font-size: 24px;
    margin-left: 2px;
    margin-right: 2px;
}
.se_social a:hover {
    color: #ffffff;
    text-decoration: none;
}
.se_tagline {
	color: #E8D6BE;
	font-family: 'Exo', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
}


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

.wrapper {
	width: 100%;
}

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

.header {
    position: relative;
    padding: 60px 0 0 0;
    min-height: 355px !important;
}
.header:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: rgba(255,255,255,.2);
    border-top: 1px solid transparent;
    border-top: 1px solid rgba(255,255,255,.2);
}
.headerInner {
    text-align: center;
    margin-top: 30px;
}

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

.navigation {
    padding: 20px 0 0 0;
}
.navicon {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    color: #f5f5f5;
    text-align: center;
}
.navicon:after {
    /*position: absolute;*/
    content: '\f0c9';
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
    color: rgba(255,255,255,.8);
}
.MainMenu {
    display: none;
    width: 100%;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
}
.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: #E8D6BE;
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 300;
	line-height: 20px;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: 0 0 3px rgba(0,0,0,.25);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #E8D6BE;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 0 5px 15px;
	color: #E8D6BE;
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: 0 0 3px rgba(0,0,0,.25);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #E8D6BE;
}
.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;
}

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

.content {
	padding: 40px 0;
    background:rgb(0,0,0);
    background:rgba(0,0,0,.78);
    box-shadow: 0px -79px 130px rgba(19,11,2,.4);
    border-bottom: 8px solid rgba(255,255,255,.2);

}
.contentInner {
    padding: 15px;

}

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

.footer {
    padding: 20px 0;
    background-color: rgba(69,60,52,.98);
}
.footer p {
    font-size: 12px;
    color: #E8D6BE;
}
.footer a{
    color: #e8d6be;
}

/* 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) {
    .header {
        min-height: 350px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        margin-top: 30px;
        text-align: center;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
    }
    .MainMenu li.le_menuitem_level_0 a {
		display: block;
        margin: 0 5px;
		padding: 6px 0;
		color: #EFEDE8;
		padding: 7px;
		font-family: 'Exo', sans-serif;
		font-size: 15px;
		text-decoration: none;
		text-transform: capitalize;
		text-shadow: 0 0 3px rgba(0,0,0,.45);
		border:1px solid transparent;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	border: 1px solid #EFEDE8;
    	padding: 7px;
    	color:  #EFEDE8;
    	background: rgba(255,255,255,.2);
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0 10px;
    	padding: 5px 0;
        background-color: #ffffff;
        background: rgba(255,255,255,.6);
    	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 0;
        color: #EFEDE8;
        font-family: 'Exo', sans-serif;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
        border: 1px solid #EFEDE8;
    }
    .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: #d7d7d7;
    	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) {
    .header {
        min-height: 400px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        margin: 0 5px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0 20px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        margin: 0;
        padding: 3px 10px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
    .se_social {
        margin-top: 0px;
    }
}

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


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

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

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
    color:#fff !important;
    
}
.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;
}

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

.wrapper #le_mb_get_staff .staff_info img {
    border: 0;
}

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

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

/* ---- 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(191, 230, 225);
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le22template/1460779573-1920.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.se_menu {
}
.se_menu li.le_menuitem_level_0 a {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a {
}
.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 {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.75);
}
.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 {
    color: rgb(122, 161, 112);
}
.se_mainContent a:hover {
    color: rgb(69, 103, 60);
}
.se_footer {
    background-color: rgb(69, 103, 60);
}
.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(0, 0, 0);
}
a {
    color: rgb(122, 161, 112);
}
a:hover {
    color: rgb(69, 103, 60);
}
.se_button a, a.se_button {
    background-color: rgb(122, 161, 112);
    color: rgb(255, 255, 255);
    border-color: rgb(69, 103, 60);
    border-width: 22px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(69, 103, 60);
}
.se_cta {
    background-color: rgb(122, 161, 112);
    border-width: -6px;
}
.se_cta .le_content a {
    color: rgb(255, 255, 255);
}
.se_cta:hover {
}
.se_cta .le_content a:hover {
    color: rgb(50, 50, 50);
}
.se_cta .le_content, .se_cta .le_content a {
    font-size: 23px;
}
.se_social a {
    color: rgb(255, 255, 255);
}
.se_social a:hover {
    color: rgb(69, 103, 60);
}
hr {
    background-color: rgb(50, 50, 50);
}
.se_siteBranding a {
    font-family: 'Habibi';
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
}
.se_tagline {
    font-size: 18px;
    color: #fff;
}
p, ul, ol, dl {
    font-family: 'Source Sans Pro';
    font-size: 15px;
    color: rgb(50, 50, 50);
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Habibi';
    font-size: 30px;
    color: rgb(69, 103, 60);
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Habibi';
    font-size: 25px;
    color: rgb(69, 103, 60);
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: rgb(50, 50, 50);
    font-weight: normal;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Habibi';
    font-size: 18px;
    color: rgb(50, 50, 50);
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: rgb(50, 50, 50);
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Source Sans Pro';
    font-size: 11px;
    color: rgb(69, 103, 60);
}
blockquote {
}
/*-------------- SE Modified End ----------------- */
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_menu {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Lato';
    font-size: 18px;
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_1 a {
}
.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_wrapperContent, .se_WrapperContent, .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_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_footer {
}
.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(255, 255, 255);
}
.se_button a:hover, a.se_button:hover {
}
.seFormButton {
}
.se_cta {
    border-color: rgba(255, 255, 255, 0.71);
}
.se_cta .le_content a {
}
.se_cta:hover {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
    font-size: 21px;
}
.se_social a {
    font-size: 40px;
}
.se_social a:hover {
    color: rgb(0, 0, 0);
}
hr {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_tagline {
}
p, ul, ol, dl {
    font-size: 15px;
    line-height: 1.5;
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
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 {
}

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

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

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