@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,,600,700);
@import url(https://fonts.googleapis.com/css?family=Teko:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Spinnaker);
@import url(https://fonts.googleapis.com/css?family=Ultra&display=swap);
@import url("https://use.typekit.net/ojv0osr.css");
body {
    margin: 0 auto;
    font-family: 'Raleway', Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: normal;
	font-variant-ligatures: none;
}
.se_body {
   background-color: #f6f6f7;
}
.se_wrapperContent {
    color: rgb(212, 212, 208);
}
/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: #0da0b0;
	text-decoration: none;
}
a:hover {
    color: inherit;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: rgb(212, 212, 208);
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	margin: 0;
	font-style: normal;
	font-variant-ligatures: none;
}
ul,ol {
    margin-top: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #342d34;
	font-family: 'refrigerator-deluxe', 'Teko';
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #000000;
	font-family: 'refrigerator-deluxe','Teko';
	letter-spacing: 0px;
	font-size: 35px;
	font-weight: 200;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #a59264;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 7px;
	font-size: 60px;
	font-weight: 500;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #0da0b0;
	font-family: 'refrigerator-deluxe', 'Teko';
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #323232;
	font-family: 'refrigerator-deluxe', sans-serif;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 400; 
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #0da0b0;
	font-family: 'refrigerator-deluxe','Teko';
	letter-spacing: 2px;
	font-size: 28px;
	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 {
	font-family: Raleway;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	background-color: #D21C24;;
	border: 0;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	color: #ffffff;
	background-color: #555;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	color: #323232;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	margin: 0;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px;
}

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

hr {
    border: 0;
    background-color: #323232;
    height: 1px;
}
.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 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 5px 15px;
	background-color: #D21C24;
	color: #ffffff;
	text-decoration: none;
}
.se_button a:hover, a:hover.se_button {
    background-color: #D2B77E !important;
    color: #ffffff !important;
    text-decoration: none;
}
.se_buttonFull a, a.se_buttonFull {
	position: relative;
	display: inline-block;
    margin-bottom: 10px;
	padding: 7px;
	background-color: #ffffff;
	border: 2px solid rgba(210, 28, 36, .7);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 20px
	letter-spacing: 4px;
	color: #D21C24;
}
.se_buttonFull a:hover, a:hover.se_buttonFull {
    border-color: #D21C24;
    text-decoration: none;
    color: #D21C24;
}
.se_buttonLarge a, a.se_buttonLarge {
	position: relative;
	display: inline-block;
    margin-bottom: 20px;
	padding: 0px;
	background-color: #ffffff;
	border: 5px solid rgba(210, 28, 36, .8);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_buttonLarge a:hover, a:hover.se_buttonLarge {
   border-color: #ffffff;
}
.se_cta {
    display: block;
    margin-bottom: 15px;
	padding: 10px;
	background-color: #ffffff;
	border: 7px solid rgba(71, 63, 73, .7);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.se_cta:hover {
    border-color: #D2B77E;
}

.se_cta a, a.se_cta {
    color: #D2B77E;
}
.se_cta a:hover, a:hover.se_cta {
    color:#D2B77E;
    text-decoration: none;
}

.se_social {
    text-align:center;
}
.se_social a {
    color: #ffffff;
    font-size: 33px;
}
.se_social a:hover {
    color: #0da0b0;
    text-decoration: none;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.se_siteBranding a {
	color: #666666; 
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 32px;
	font-weight: 700;
	word-break: break-word;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_tagline {
    margin-bottom: 10px;
	color: #666666;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
}

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

.wrapper {
	width: 100%;
}

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

.header {
	padding: 10px 0;
	background-color: #ffffff;
}

.header p, .header a, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
    color: #666666; 
}
.header h1 {
    font-size: 60px;
    font-weight: 700;
}

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

.navigation {
    position: relative;
}
.navicon {
    position: relative;
    left: 0;
    top: 10px;
    min-height: 40px;
    color: #fff;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top:8px;
    left:0;
    font-size: 30px;
    width: 100%;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap {
    padding-left:0;
    text-align: left;
}
.MainMenu {
    display: none;
    width: 100%;
    padding-left: 15px;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}
.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: 10px 0;
	color: #000000; 
    font-family: 'refrigerator-deluxe', 'Teko';
    font-style: normal;
    letter-spacing: 1.5px !important;
	font-size: 20px  !important;
    font-weight: 300;
	line-height: 20px;
	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: #0da0b0;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #666666; 
    font-family: 'Raleway';
    letter-spacing: 1px;
	font-size: 13px !important; 
	font-weight: 300;
	line-height: 20px;
	text-decoration: none;
    text-transform: uppercase;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #0da0b0;
}
.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
----------------------------------------------------------------------------------------------------*/
.contentCta {
    margin-top: -40px !important;
}
.content {
	padding: 60px 0;
	margin-top: -100px;

}
.contentMid {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 0;
    max-width: 100% !important;
}
.contentInnerMid h1, .contentInnerMid h2, .contentInnerMid h3, .contentInnerMid h4, .contentInnerMid h5, .contentInnerMid h6, .contentInnerMid p {
    color: #fff;
}
.contentInnerMid {
    padding: 0 15px;
}
.contentInner {
    padding: 30px;
    /*background: rgba(244,246,245,.5);*/
    background-color: #fff;
    margin-top:55px;
}

.htmlSlide {
width: 100%!important;
max-width: 100%!important;
}

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

.footer {
    border-top: 0px solid rgba(210, 28, 36, 1);
    background-color: #ffffff;
	padding:20p
    text-align: center;
}
.footer-base {
    padding-top:15px;
}
.footerLower {
    background-color: #ffffff;
	padding: 30px 0;
    text-align: center;
}
.footer p {
	font-size: 13px;
	color: #D21C24;
}

/* 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 only screen and (max-width: 600px) {
  h1 {
    font-size: 6em !Important;
  }
}

@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: right;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 10px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        padding: 10px 5px;
        color: #000000; 
        font-family: 'refrigerator-deluxe', 'Teko';
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 20px;
        word-break: break-word;
        text-decoration: none;
        text-transform: uppercase;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 5px 0;
        background-color: #000000;
    	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: #000000; 
        font-family: 'Raleway';
        letter-spacing: 1px;
    	font-size: 13px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #000000;
        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 {
        display: block;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .menu-wrap {
        padding-left:0;
        text-align: center;
    }
    .MainMenu ul.le_menu_level_0 {
    	text-align: right;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 24px 10px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0 10px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 3px 10px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerMid {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 24px 15px;
    }
    .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-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    color: #D21C24;
    text-transform: uppercase;
    line-height:150%;
}
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;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* MINDBODY Overrides
----------------------------------------------------------------------------------------------------*/

.le_mb_wrapper {
    padding-top:10px;
}

/* MINDBODY Appointments Page Overrides
----------------------------------------------------------------------------------------------------*/
.mb_appt_wrapper {
    padding-top:10px;
    margin-left:-25px;
}

/* ------------------------------------------
  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 {
    font-family: 'Teko', sans-serif;
    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;
    color: 000000;
    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;
    font-family: 'Teko';
    font-weight: 400;
}  

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

/* Slider Controls
----------------------------------------------------------------------------------------------------*/
#le_540616ddc51f9_540616ddccd4e img {
    width: 100%;
    height: auto;
}
.anythingSlider-default .arrow {
    top:50% !important;
}
.anythingSlider-default .arrow a {
    width: 30px !important; /* half the width */
    height: 30px !important; /* height */
    margin: -30px 0 0 0 !important; /* negative half the height */
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le15template/beats/arrow-left-right.png') no-repeat left top  !important;
}
.anythingSlider-default .arrow a:hover {
   /*background-position: left top !important;*/
}
.anythingSlider-default .back {
    left: 75px !important; 
    transition:left .2s ease;
}
.anythingSlider-default .forward {
    right: 75px !important; 
    transition:right .2s ease;
}
.anythingSlider-default .forward a {
    background-position: right -40px!important;
    background-position: right top !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/le2template/nav-dot-small-fill-white.png') !important;
}
.anythingSlider-default .anythingControls ul {
    top: -40px !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: 940px;
    top: 100px;
    right: 150px;
    font-size: 60px;
    text-align:right;
    line-height: 1.15em;
    color: #ffffff;
    /*text-shadow: 4px 4px 42px #323232;*/
    
}
@media all and (max-width: 992px) {
    .anythingSlider-default .forward {
        right: 15px !important;
    }
    .anythingSlider-default .back {
        left: 15px !important;
    }
    .textOverlay .title1 {
        top:50px;
        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;
    }
    
}

/* ---- 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(233, 233, 235);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.se_menu {
}
.se_menu li.le_menuitem_level_0 a {
    color: rgb(233, 233, 235);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(223, 216, 66);
}
.se_menu li.le_menuitem_level_1 a {
    background-color: rgb(25, 25, 25);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(233, 233, 235);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(61, 61, 61);
}
.se_header {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.45);
}
.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);
    background-color: rgba(0, 0, 0, 0.45);
}
.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(223, 216, 66);
}
.se_mainContent a:hover {
    color: rgb(248, 237, 3);
}
.se_footer {
    background-color: rgb(145, 145, 145);
    background-color: rgba(145, 145, 145, 0.15);
}
.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, 255, 255);
}
.se_button a, a.se_button {
    background-color: rgb(223, 216, 66);
    color: rgb(210, 183, 126);
    font-size: 16px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(248, 237, 3);
    color: rgb(255, 255, 255);
}
.se_cta {
    background-color: rgb(25, 25, 25);
    border-color: rgb(61, 61, 61);
    border-width: 3px;
}
.se_cta .le_content a {
    color: rgb(255, 255, 255);
}
.se_cta:hover {
    border-color: rgb(210, 183, 126);
}
.se_cta .le_content a:hover {
    color: rgb(255, 128, 0);
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_social a {
    color: rgb(0, 0, 0);
    font-size: 35px;
}
.se_social a:hover {
    color: rgb(255, 255, 255);
}
hr {
}
.se_siteBranding a {
    font-family: 'Raleway';
    font-size: 50px;
    color: rgb(248, 237, 3);
    display: block;
}
.se_tagline {
    font-size: 16px;
    color: #fff;
} 
p, ul, ol, dl {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: rgb(42, 43, 43);
    font-weight: normal;
    font-style: normal;
}
h1, h1 a, .title1, .title1 a {
    font-family: 'refrigerator-deluxe', 'Teko';
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 40px;
    color: rgb(248, 237, 3);
    font-style: normal;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'refrigerator-deluxe', 'Teko';
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 40px;
    color: rgb(0, 0, 0);
    font-style: normal;
}
/*h3, h3 a, .title3, .title3 a {*/
/*    font-family: 'Raleway', sans-serif;*/
/*	font-size: 2em; !important;*/
/*    letter-spacing: 7px;*/
/*    font-weight: 500;*/
/*    color: rgb(248, 237, 3);*/
/*    font-style: normal;*/
/*}*/
h4, h4 a, .title4, .title4 a {
    font-family: 'refrigerator-deluxe', 'Teko';
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 40px;
    color: rgb(248, 237, 3);
    font-style: normal;
}
h5, h5 a, .title5, .title5 a {
    font-family: 'refrigerator-deluxe', 'Teko';
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(248, 237, 3);
    font-style: normal;
}
h6, h6 a, .title6, .title6 a {
    font-family: 'refrigerator-deluxe', 'Teko';
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    color: rgb(248, 237, 3);
    font-style: normal;
}
blockquote {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: rgb(248, 237, 3);
    font-weight: normal;
    font-style: normal;
}

/*-------------- SE Modified End ----------------- */

/* -- Sub menu font size fix -- */
.MainMenu.se_menu li.le_menuitem_level_1 a,.MainMenu.se_menu li.le_menuitem_level_2 a {
    font-size: 14px;
}

/* -- Force no bg image on smaller screens -- */
@media only screen and (max-width: 768px){
    .se_body {
     /*background-color: #fff;*/
     background-image: none !important;
    }
}

#notes_row {  /* Hide My Account Notes */
    display: none !important;
}

/*B&W*/
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_camp #le_sidebar {
    padding-top: 25px;
}
.aurora_donate #le_sidebar {
}
.aurora_donate-cc #le_header {
    background-size: auto;
}
.aurora_events #le_header {
}
.aurora_events #le_main {
}
.aurora_home #le_column3 {
}
.aurora_home #le_content {
}
.aurora_home #le_feature {
    background-size: cover;
}
.aurora_home #le_header {
    background-size: contain;
}
.aurora_home #le_sidebar {
}
.aurora_home-copy #le_column3 {
}
.aurora_home-copy #le_content {
}
.aurora_home-copy #le_feature {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/circuscenter/new-homepage-staging/banner.png);
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-position: center right;
    padding-top: 0px;
}
.aurora_home-copy #le_header {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-right: 0px;
}
.aurora_home-copy #le_sidebar {
}
.aurora_sfyouthcircus #le_main {
}
.aurora_youth-families #le_content {
}
.aurora_youth-families #le_contentLeft {
}
.navicon {
}
.seFormButton {
    background-color: rgb(210, 28, 36);
    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(210, 28, 36);
    color: rgb(255, 255, 255);
    font-size: 15px;
    border-color: rgb(0, 0, 0);
    border-width: 3px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(210, 183, 126);
    border-color: rgb(210, 183, 126);
}
.se_cta {
    background-color: rgb(0, 0, 0);
    border-color: rgb(210, 183, 126);
    border-width: 3px;
}
.se_cta .le_content a {
    color: rgb(255, 255, 255);
}
.se_cta .le_content a:hover {
    color: rgb(210, 183, 126);
}
.se_cta .le_content, .se_cta .le_content a {
    font-size: 23px;
}
.se_cta:hover {
    border-color: rgb(255, 255, 255);
}
.se_footer {
    background-color: rgb(255, 255, 255);
}
.se_footer a {
    color: rgb(0, 0, 0);
}
.se_footer a:hover {
    color: rgb(210, 183, 126);
}
.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 {
    background-color: rgba(0, 0, 0, 0);
}
.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 {
    background-color: rgb(255, 255, 255);
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-size: 20px;
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(210, 183, 126);
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(210, 183, 126);
    background-color: rgba(0, 0, 0, 0);
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(0, 0, 0);
    font-size: 35px;
}
.se_social a:hover {
    color: rgb(210, 183, 126);
}
.se_tagline {
    font-size: 12px;
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
    color: rgb(210, 28, 36);
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
    color: rgb(0, 0, 0);
}
a {
    color: rgb(210, 28, 36);
}
a:hover {
    color: rgb(210, 183, 126);
}
blockquote {
    font-size: 12px;
    color: rgb(0, 0, 0);
}
h1, h1 a, .title1, .title1 a {
    font-size: 28px;
    color: rgb(0, 0, 0);
}
h2, h2 a, .title2, .title2 a {
    font-size: 40px;
    color: rgb(0, 0, 0);
}
h3, h3 a, .title3, .title3 a {
    font-size: 40px;
    color: rgb(165, 146, 100);
}
h4, h4 a, .title4, .title4 a {
    font-size: 28px;
    color: rgb(0, 0, 0);
}
h5, h5 a, .title5, .title5 a {
    font-size: 28px;
    color: rgb(81, 80, 80);
}
h6, h6 a, .title6, .title6 a {
    font-size: 25px;
    color: rgb(210, 183, 126);
}
hr {
    background-color: rgb(0, 0, 0);
}
p, ul, ol, dl {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_camp #le_sidebar {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_donate #le_sidebar {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_donate-cc #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_main {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_column3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_sidebar {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_column3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_feature {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_sidebar {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sfyouthcircus #le_main {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-families #le_content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-families #le_contentLeft {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_camp #le_sidebar {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_donate #le_sidebar {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_donate-cc #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_main {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_column3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_sidebar {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_column3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_feature {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_sidebar {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sfyouthcircus #le_main {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-families #le_content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-families #le_contentLeft {
    }
}

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