@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Russo+One);

body {
    background: #fff;
    margin: 0 auto;
    color: #33322e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

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

a {
	color: #f89213;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
	color: #33322e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	line-height: 1.6;
}
ul,ol {
    margin-top:0;
}

[le_content_type="text"].le_content ul {
    padding-left: 0;
    margin-left: 0;
}

[le_content_type="text"].le_content li {
    margin: .35em 0 .35em 1em;
}

h1, h1 a, h1 a:hover {
	color: #ffffff;
	font-family: 'Russo One', sans-serif;
	font-size: 64px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h2, h2 a, h2 a:hover {
	color: #7d7d7d;
	font-family: 'Russo One', sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h3, h3 a, h3 a:hover {
	color: #33322e;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h4, h4 a, h4 a:hover {
	color: #ffffff;
	font-family: 'Russo One', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h5, h5 a, h5 a:hover {
	color: #33322e;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h6, h6 a, h6 a:hover {
	color: #7d7d7d;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

/* Make sure font awesome icons that are links do not have underline on hover */
.fa a:hover, a.fa:hover {
    text-decoration: none;
}


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

.le_form {
	color: #33322e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 19px;
}
.le_form_name {
    color: #33322e;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	background: rgb(250,181,94); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,181,94,1) 0%, rgba(248,148,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,181,94,1)), color-stop(100%,rgba(248,148,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,181,94,1) 0%,rgba(248,148,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,181,94,1) 0%,rgba(248,148,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,181,94,1) 0%,rgba(248,148,24,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,181,94,1) 0%,rgba(248,148,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab55e', endColorstr='#f89418',GradientType=0 ); /* IE6-9 */
	border: 1px solid #f89418;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 16px;
}
.wrapper input[type="submit"]:hover {
	background: rgb(249,163,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,163,56,1) 0%, rgba(248,148,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,163,56,1)), color-stop(100%,rgba(248,148,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,163,56,1) 0%,rgba(248,148,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,163,56,1) 0%,rgba(248,148,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,163,56,1) 0%,rgba(248,148,24,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,163,56,1) 0%,rgba(248,148,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a338', endColorstr='#f89418',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], #search_form_value {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #7d7d7d;
	color: #33322e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 16px;
}
.wrapper textarea {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #7d7d7d;
	color: #33322e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 16px;
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="password"], .contact textarea {
    width: 200px !important;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 4px 5px;
    background-color: #f78c26;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#f78c26;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: #f78c26 !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
}
.le_metro_silver_button:hover {
    background: #7d7d7d !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#7d7d7d;
}

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1{
    background-color: #f78c26;
    color: #ffffff;
}
.se_button.button1 a:hover, a.se_button.button1:hover{
    background-color:#7d7d7d;
}
.se_button.button2 a, a.se_button.button2{
    padding: 15px 20px;
    border: 1px solid #ffffff;
}
.se_button.button2 a:hover, a.se_button.button2:hover{
    padding: 15px 20px;
    background-color: #ffffff;
    color: #7d7d7d;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}
.fullwidth img {
    width: 100%;
    height: auto;
}

/* Gallery
----------------------------------------------------------------------------------------------------*/

#lightbox-container-image-data-box {
    max-width: 95% !important;
}
#aurora_page_wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
#lightbox-container-image-box img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

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

.cta {
    margin-bottom: 20px;
	padding: 17px 5px 15px 5px;
	background: rgb(250,181,94); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,181,94,1) 0%, rgba(248,148,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,181,94,1)), color-stop(100%,rgba(248,148,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,181,94,1) 0%,rgba(248,148,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,181,94,1) 0%,rgba(248,148,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,181,94,1) 0%,rgba(248,148,24,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,181,94,1) 0%,rgba(248,148,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab55e', endColorstr='#f89418',GradientType=0 ); /* IE6-9 */
	border: 1px solid #f89418;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.cta:hover {
	background: rgb(249,163,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,163,56,1) 0%, rgba(248,148,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,163,56,1)), color-stop(100%,rgba(248,148,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,163,56,1) 0%,rgba(248,148,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,163,56,1) 0%,rgba(248,148,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,163,56,1) 0%,rgba(248,148,24,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,163,56,1) 0%,rgba(248,148,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a338', endColorstr='#f89418',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
.cta a, .cta a:hover {
	color: #ffffff;
	text-decoration: none;
}
.graybar {
	padding: 5px 10px 7px 10px;
	background-color: #7d7d7d;
}
.graybar2 a {
    display: block;
	padding: 5px 10px 7px 10px;
	background-color: #7d7d7d;
}
.graybar2 a:hover {
	background-color: #302e2a;
}
.graybar p {
	color: #ffffff;
	font-size: 22px;
	line-height: 24px;
}
.graybar3 a {
    display: inline-block;
	padding: 5px 60px 5px 60px;
	background-color: #7d7d7d;
}
.graybar3 a:hover {
	background-color: #302e2a;
}
#grid {
    background-position: 53% 50%;
    padding-left: 19px !important;
    padding-bottom: 18px !important;
    padding-top: 18px !important;
}
.grungeBorder img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    margin-right: 20px !important;
    border-width: 10px 10px 10px 10px;
    -moz-border-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/grungeborders/graphic_orange_grunge1.png') 50 50 50 50 repeat;
	-webkit-border-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/grungeborders/graphic_orange_grunge1.png') 50 50 50 50 repeat;
	border-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/grungeborders/graphic_orange_grunge1.png') 50 50 50 50 repeat;
}
.grungeBorder2 img {
    margin-bottom: 20px;
    border-width: 10px 10px 10px 10px;
    -moz-border-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/grungeborders/graphic_black_grunge1.png') 50 50 50 50 repeat;
    -webkit-border-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/grungeborders/graphic_black_grunge1.png') 50 50 50 50 repeat;
	border-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/grungeborders/graphic_black_grunge1.png') 50 50 50 50 repeat;
}
#layout_name {
    color: #302e29;
    font-size: 28px;
}
.orangebox {
    margin-bottom: 20px;
	padding: 10px 10px;
	background-color: #f89418;
	background: rgba(248,148,24,.8);
}
.orangebox1 {
    margin-bottom: 20px;
	padding: 10px 10px;
	background-color: #f89418;
	background: rgba(248,148,24,.8);
	min-height:68px;
}
.orangebox2 {
    margin-bottom: 20px;
	padding: 10px 10px;
	background-color: #f89418;
	background: rgba(248,148,24,.8);
}
.orangebox2 h2 {
    color: #fff;
}
.orangebox2 p {
    color: #fff;
}
.padding-right {
    padding-right: 130px;
}
.whitebox {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
}
.studiobuzz {
    position: relative;
    z-index: 400;
    max-height: 225px;
    overflow-y: auto;
}
.instructor {
    margin-bottom: 30px;
}
.graybox {
    background-color: #7d7d7d;
    padding: 7px 10px 7px 60px;
}
.graybox h6 {
    color: #ffffff !important;
}
.graybox a {
    color: #ffffff !important;
    font-size: 12px !important;
}
.staffbio h1 {
    color: #7d7d7d !important;
    font-size: 45px !important;
}
.staffbio h2 {
    color: #f89213 !important;
    font-size: 18px !important;
}
.mb_le_staff_firstname {
    color: #33322e;
}
.mb_le_staff_lastname {
    color: #33322e;
}
/*-------------------------Staff------------------------*/

.hovereffect {
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
    margin-bottom: 25px;
}
.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.8);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.hovereffect img {
    position:relative;
    width: 100%;
    height: auto;
}
.hovereffect h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding-top: 35%;
    opacity:1 !important;
}
.hovereffect h2 a {
    font-size:30px;
    opacity:1 !important;
    color: #ffffff !important;
}
.hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}
.hovereffect:hover h2,.hovereffect:hover a {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}
.hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}

/* MB Schedule
----------------------------------------------------------------------------------------------------*/
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #eeeeee !important;
}
#le_mb_list_schedule .row_date, #le_mb_list_schedule .row_class, #le_mb_list_schedule .row_staff, #le_mb_list_schedule .row_button {
    vertical-align: top;
    padding-top: 10px;
}
#le_mb_list_schedule .le_metro_silver_button {
    display: inline-block;
}
.title_class {
    padding-left: 8% !important;
}
.title_staff {
    padding-left: 9% !important;
}
#date_filter {
    width: 75px !important;
}
.schedule_filters {
    width: 115% !important;
}
.master_date {
    line-height: 15px !important;
    font-size: 20px !important;
}
#le_mb_list_schedule h2 {
    font-size: 20px !important;
}
.title_date {
    font-size: 18px !important;
}

/* MB Classes
----------------------------------------------------------------------------------------------------*/
.class_row .class_name {
    background-color: #f78c26;
    padding: 10px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-bottom: 10px;
}

/* MB Individual Classes Page
----------------------------------------------------------------------------------------------------*/

#le_mb_class_page h2 {
    background-color: #f78c26;
    padding: 15px 20px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-bottom: 10px;
}
.staff_side {
    width: 45% !important;
}
.staff_bio_cutoff {
    height: 110px !important;
}
#class_info h4 {
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
#class_info {
    border: 3px solid #7d7d7d !important;
    padding: 15px !important;
}
.staff_info{
    border: 3px solid #7d7d7d !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
}
.staff_side .taught_by {
    text-transform: uppercase !important;
    font-size: 20px !important;
    background-color: #7d7d7d !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    display: block !important;
    margin-bottom: 20px !important;
}
.staff_side {
    margin-top: -9px !important;
}
.staff_side .morelink {
    background-color: #7d7d7d !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    border-radius: 3px 3px 3px 3px !important;
    margin-top: 10px !important;
}
@media (max-width: 768px) {
    .staff_side {
        width: 100% !important;
    }
    #class_info {
        border: 0 solid #ffffff !important;
    }
    .staff_side .taught_by {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    #class_info {
        width: 100% !important;
    }
}

/* MB Enrollments
----------------------------------------------------------------------------------------------------*/
a.morelink {
    display: block !important;
    text-transform: uppercase;
    text-decoration: none !important;
}
.enrollments_date_range {
    text-transform: uppercase;
}
.mb_enrollment_dates {
    background-color: #5bb5c9;
    color: #ffffff;
    padding: 10px 20px;
}
.prev_date_arrows a {
    color: #ffffff;
}
.next_date_arrows a {
    color: #ffffff;
}
.enrollment_box {
    border-top: 0 !important;
}
.signup_class {
    margin-left: 0 !important;
    margin-top: 20px !important;
}

/* MB Staff
----------------------------------------------------------------------------------------------------*/

#le_mb_staff_page h2 {
    background-color: #f78c26;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 15px !important;
}
.mb_staff_image {
    margin-left: 20px;
}
.instructs_list {
    background-color: #f78c26;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px !important;
}
.class_list a {
    text-transform: uppercase;
}

/* MB Login
----------------------------------------------------------------------------------------------------*/

label {
    text-align: left !important;
    left: 0 !important;
}
#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #f78c26 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients h3 {
    background-color: #f78c26 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 120px !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
#le_mb_loginsignup .mb_login_existing_input {
    width: 100% !important;
    margin-left: -5px !important;
    margin-top: 10px !important;
}
.mb_login_new_label {
    width: 100% !important;
    text-align: left !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input {
    width: 100% !important;
}
.wrapper input[type="text"], .wrapper input[type="email"], .wrapper input[type="password"], .wrapper textarea {
    width: 100%;
}
.mb_login_new_row {
    width: 100% !important;
}
.password_info {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
#i_agree_row {
    width: 100% !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}
#signup_submit {
    margin-left: 0 !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: #f78c26 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
.liability_text {
    height: 200px !important;
    overflow-x: scroll !important;
}
#le_mb_loginsignup h2 {
    background-color: #7a73ae !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
        margin-bottom: -25px !important;
    }
    #mb_login_question input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #login_form {
        margin-bottom: 40px !important;
    }
    #le_mb_loginsignup h2 {
        font-size: 18px !important;
    }
    #login_submit {
        width: 100px !important;
    }
    .seFormButton, .wrapper input[type="submit"].seFormButton {
        padding: 12px 15px !important;
    }
    #login_form .seFormButton, .wrapper input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
}


/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding {
    line-height:1;
    padding: 10px 0;
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}


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

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden !important;
	right: 0;
	transition: right .3s ease;
}
.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.se_WrapperContent {
    padding-top: 40px;
}
/* Header
----------------------------------------------------------------------------------------------------*/

.le-edit-open .header-wrap, .header-wrap.no-feature, .aurora-page-wrapper .header-wrap {
    position:relative;
}
.le-edit-open .header-wrap {
    margin-bottom: 25px;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/

.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
}

.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    color: #f78c26;
    width: 40px;
    text-align: center !important;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 8px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 10px;
    left: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.MainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 0;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 15px;
	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: #323232;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #737373;
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #323232;
}

.menu-bar li.le_menuitem_level_0 li.le_menuitem_level_1 a {
    font-size:.9em;
}

.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.MainMenu .dropdown ul {
    display: none;
}

/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    right:-240px;
    height: 100%;
    z-index: 1001;
    width: 240px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: inherit;
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    transition: right .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    right:0;
}

.le-logged-in .primary-mobile-menu {
    top:40px;
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: .5em 0 .5em 0;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #737373;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: #f78c26;
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
    font-family: 'Open Sans', sans-serif;
	font-size: 15px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
}
.primary-mobile-menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
    padding: 7px 5px 7px 5px;
    margin-left: 24px;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 992px) { 
    
    .primary-mobile-menu .le_menu_level_1_container,
    .menu-bar ul.le_menu_level_2 {
        background: transparent !important;
    }
    
    .OpenMobileMenu .wrapper{
        right:240px;
    }
    .OpenMobileMenu .menu-bar{
        right:240px;
        left: initial;
    }
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:before {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #f78c26;
	height: 0;
	width: 0;
	margin-right: 20px;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:before  {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild2 > a:before {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #f78c26;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild2 > a.active-mobile-parent2:before {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild2 ul.le_menu_level_2 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild2 ul.le_menu_level_2.open-mobile-sub2 {
    height: auto;
    visibility: visible;
    opacity: 1;
}

/* ---- End Separate Mobile Menu ---- */


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

.content {
	padding: 0;
}
.contenttop {
    border-top: 5px solid #9fa2a2;
    border-bottom: 5px solid #9fa2a2;
}
.se_mainContent {
    padding: 20px 0;
}
.contentInner {
    padding: 15px;
}

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

/* ------- Feature Area --------- */
.feature-container.has-feature .edit-instructions {
    display: none !important;
}

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

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

.footer {
	padding: 40px 0;
    color: #ffffff;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background_copy.png') no-repeat top center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	border-top: 11px solid #302e2a;
}
.footer p {
    color: #ffffff;
}
.fitOnMobile h1{
    font-size: 36px;
}
/* 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 (max-width: 767px) { 
    .rwd-line {
        display: block !important;
    }
    .graybox {
        text-align: center;
        padding: 15px 25px !important;
    }
    .graybox img {
        padding-top: 10px;
    }
    .footer {
        text-align: center !important;
    }
}
@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
        text-align: right;
        margin-top: 15px;
    }
    .MainMenu li {
    	list-style: none;
    }
    .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;
        position: relative;
        padding: 10px 0;
        margin: 0 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: 8px;
        color: #302e2a;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        border-bottom: 4px solid transparent;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: #f78c26;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
    }
    
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	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: 4px 10px;
    	color: #323232 !important;
    	background: rgba(255,255,255,0.8);
        font-family: 'Open Sans', sans-serif;
    	font-size: 12px !important;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #d83d44;
        background-image: none;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left:100%;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	background: rgba(237, 237, 237, 0.9);
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        dipslay: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .se_siteBranding {
        margin-top: -15px;
    }
    .graybox {
        -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .FooterRight {
        text-align: right;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 13px;
    }
    .MainMenu {
        margin-top: 5px;
    }
    .fitOnMobile h1{
        font-size: 64px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 16px;
    }
    .MainMenu {
        margin-top: 15px;
    }
}


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

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

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

.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.feature-content .le_plugin_slider_container {
    margin:auto;
}
.feature-content [le_content_type="htmlslider"] 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;
}

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  

/* Box Slider Fixes
----------------------------------------------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
    z-index: 100 !important;
}
.htmlPanel { /* Fixes shift of content when fade transition is applie */
    left: 0;
}

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

/* -- Blog Service Styles -- */

#blog-wrapper {
    padding: 0;
    margin-top: 40px;
    display: table;
    width: 100%;
}

#blog_sidebar.blog_sidebar {
    width: 25%;
    margin-right: 10%;
    padding-right: 3%;
    display: table-cell;
    float: none;
    vertical-align: top;
}

#blog_sidebar #blog_sidebar_name {
    font-size: 1.35em;
    margin-bottom: 10px;
}

#blog_sidebar_image {
    display:block;
    margin: auto;
}

/* -- Post List -- */

#blog_post_listing:before, #blog_sidebar:before {
    display: block;
    content: "";
    margin-top: 50px;
}

#blog_post_listing.blog_post_listing_sidebar { /*This is actually the post listing container...not the sidebar*/
    width: 75%;
    padding-left: 5%;
    display: table-cell;
    float: none;
}

#blog_post_listing .blog_post_listing {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 0 25px 20px 25px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
}

#blog_post_listing h1.blog_post_listing_title {
    line-height:1;
    margin-bottom: 10px;
}

#blog_post_listing .feature_blog_text {
    margin-left:0;
}


#blog_post_listing .blog_post_listing_footer_section {
    padding: 10px 0 0 0;
}

#blog_post_listing .blog_post_listing_footer_hr {
    display:none;
}

img.blog_post_listing_author_img, img.blog_post_author_img, .blog_post_comment_new_author_image {
    max-width:38px;
    height: auto;
    border-radius: 500px;
}

.blog_post_listing_publishdatetime, .blog_post_listing_author {
font-size: 13px;
}

.blog_post_listing_author,.blog_post_author {
    font-weight: bold;
}

.blog_post_listing_content {
    /*clear: both;*/
}

.blog_post_listing_title_section {
    margin-right: 50px;
}

.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
    color: #7a73ae !important;
}

#blog_post_listing .feature_blog_image {
    margin-right: 20px;
}

#blog_post_listing .feature_blog_text {
    float: none;
}

#blog_post_listing .blog_post_listing_permalink a {
    word-break: break-all;
}

.blog_sidebar a {
    display: block;
}
.blog_sidebar_tag_cloud a {
    background-color: #5bb5c9;
    color: #ffffff !important;
    margin-bottom: 10px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
}
.blog_sidebar_tag_cloud a:hover {
    background-color: #7a73ae;
}

a.read_more_link {
    display: table;
    background: #424242;
    padding: 10px 15px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px !important;
    font-style: italic;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 767px) {
    #blog_sidebar.blog_sidebar {
        display:none;
    }
    #blog_post_listing.blog_post_listing_sidebar {
        width: 100%;
        padding-left: 0;
    }
}

@media all and (max-width: 600px) {
    #blog_post_listing .blog_post_listing_header_section {
        display:none;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .blog_post_listing_title_section {
        margin: 0;
        text-align: center;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
    }
    #blog_post_listing a.read_more_link {
        margin: 15px auto 0;
    }

}

/* --- Single (Full) Posts --- */
#blog_post .blog_post_title_section {
    margin: 10px 0;
}

#blog_post_content_section {
    max-width: 720px;
}

#blog_post .blog_post_comments_hr {
    display: none;
}
#blog_post .blog_post_footer_hr {
    margin: 30px 0 10px 0;
}

#blog_post .blog_post_footer_section {
    margin-bottom: 20px;
}

#blog_post_permalink {
    word-break: break-all;
}

/* --- Blog Post Comments --- */
#blog_post_comments_section {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
}

.blog_post_comments_header {
    padding:8px 15px;
}

h2#comments {
    font-size:18px;
}

#blog_post_comments_section .blog_post_comment_post_container {
    border: 0;
    background: rgba(0,0,0,.05);
    padding:30px 15px;
}

#blog_post_comments_section .blog_post_comment_new_comment_actions {
    text-align: left;
    margin-top: 15px;
}


/* -- Blog Element Styles -- */

.blog_post_listing_element {
    margin-bottom: 10px;
}

.blog_post_listing_element h1.blog_post_listing_title {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: .5em;
}

.blog_post_listing_element .feature_blog_image {
    float: left;
    margin-right: 20px;
}    

.blog_post_listing_element .blog_post_listing_footer_hr {
    display: none;
}

.read_more_div a{
    display: inline-block;
    background: #424242;
    padding: 5px 10px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 768px) {
    .blog_post_listing_element .feature_blog_image {
        float: none;
    }
}

/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

/* - Text Classes - */
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}
.text-shadow-light {
    text-shadow: 0px 1px 1px rgba(255,255,255,.65)
}

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
}
.checklist-circle ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist-circle ul li { 
    margin-bottom:10px; 
}
.checklist-circle ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}

/* ---- Responsive text aligning ---- */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width:1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}


/* -- Display Cards -- */

.display-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 20px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
}

.display-card:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

/* -- Mobile Only Theme Styles -- */
@media all and (max-width: 768px) {
    .mobile-center {
        text-align: center !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }
    .mobile-hide {
        display: none !important; /* needs important incase Aurora advanced tab align setting differs */
    }
}

/* --------- End Theme Styles --------- */


/* ------ Edit Region ------- */

.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/

.le-logged-in .footerbottom {
    margin-bottom: 50px;
}
.le-edit-open .footerbottom {
    margin-bottom: 50px;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer1 {
    border-style: none;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: 0px;
    margin-bottom: -12px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: -51px;
    padding-left: 15px;
    font-family: 'Oswald';
    color: rgb(0, 0, 0);
}
#le_header1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: px;
}
#le_header2 {
}
.aurora_allison #le_area36 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/ROA_8041.jpg);
    margin-top: 20px;
}
.aurora_allison #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_allison #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_angie #le_area36 {
    margin-top: 20px;
}
.aurora_angie #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_angie #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_camilla #le_area36 {
    margin-top: 20px;
}
.aurora_camilla #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_camilla #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_contact #le_area1 {
}
.aurora_contact #le_area12 {
    margin-right: 140px;
    padding-right: -26px;
}
.aurora_contact #le_area19 {
    margin-right: -29px;
    margin-left: 10px;
}
.aurora_contact #le_area4 {
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.aurora_contact #le_area6 {
}
.aurora_contact #le_area9 {
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/new-images/Untitled_design-13.png);
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_covid-19-guidelines #le_area1 {
    border-style: none;
}
.aurora_covid-19-guidelines #le_area11 {
}
.aurora_covid-19-guidelines #le_section-one {
    background-image: linear-gradient(rgb(84, 84, 84), rgb(84, 84, 84)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/Screen_Shot_2021-01-26_at_7_17_13_AM.png);
    border-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.aurora_emily #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: px;
}
.aurora_emily #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_events #le_area11 {
}
.aurora_events #le_area2 {
}
.aurora_events #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/new-images/Untitled_design-13.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_faqs #le_area2 {
    margin-right: -91px;
    margin-left: 78px;
}
.aurora_faqs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/new-images/Untitled_design-13.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_home #le_area1 {
}
.aurora_home #le_area1 Top {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/strongertogether_copy1.png);
}
.aurora_home #le_area11 {
    margin-top: 10px;
}
.aurora_home #le_area12 {
    margin-top: 84px;
    padding-top: 36px;
    padding-bottom: 120px;
}
.aurora_home #le_area3 {
    border-width: 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 0px;
    line-height: 0px;
}
.aurora_home #le_area4 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-family: 'Oswald';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 0px;
    line-height: px;
}
.aurora_home #le_area5 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_area6 {
    border-width: 0px;
    border-radius: 0px;
    margin-top: 39px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 42px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 0px;
    line-height: 0px;
}
.aurora_home #le_headerRegion {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.aurora_home #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/new-images/Untitled_design-13.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-two {
    padding-top: 25px;
}
.aurora_home #le_section-two-area2 {
}
.aurora_home1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_home1 #le_section-two {
    padding-top: 25px;
}
.aurora_instructor-new #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_instructors #le_area12 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_instructors #le_area18 {
}
.aurora_instructors #le_area2 {
}
.aurora_instructors #le_area20 {
}
.aurora_instructors #le_area22 {
}
.aurora_instructors #le_area25 {
}
.aurora_instructors #le_area26 {
}
.aurora_instructors #le_area27 {
}
.aurora_instructors #le_area34 {
}
.aurora_instructors #le_area39 {
}
.aurora_instructors #le_area40 {
    background-color: rgb(255, 255, 255);
}
.aurora_instructors #le_area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/instructors/ROA_7097.jpg);
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_instructors #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/new-images/Untitled_design-13.png);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_jacqui #le_area36 {
    margin-top: 20px;
}
.aurora_jacqui #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_jacqui #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_jen #le_area36 {
    margin-top: 20px;
}
.aurora_jen #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
}
.aurora_jen #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_jenna #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_jenna #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_jeremy #le_area36 {
    margin-top: 20px;
}
.aurora_jeremy #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_jeremy #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_join-our-community #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_kat #le_area36 {
    margin-top: 20px;
}
.aurora_kat #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_kat #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_login-logout #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_media #le_area3 {
}
.aurora_media #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_michaela #le_area36 {
    margin-top: 20px;
}
.aurora_michaela #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_michaela #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_monthly #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_ney #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_ney #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_nicki #le_area36 {
    margin-top: 20px;
}
.aurora_nicki #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_nicki #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_our-story #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_policies #le_area1 {
}
.aurora_policies #le_area2 {
    margin-right: -162px;
    margin-left: 142px;
}
.aurora_policies #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/new-images/Untitled_design-13.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_rides #le_area1 {
}
.aurora_rides #le_area14 {
}
.aurora_rides #le_area19 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_rides #le_area20 {
}
.aurora_rides #le_area25 {
}
.aurora_rides #le_area26 {
}
.aurora_rides #le_area29 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_rides #le_area31 {
    border-width: 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 0px;
    line-height: 0px;
}
.aurora_rides #le_area33 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_rides #le_area5 {
}
.aurora_rides #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/new-images/Untitled_design-13.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_sandy #le_area36 {
    margin-top: 20px;
}
.aurora_sandy #le_area39 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_sandy #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/cyclefierce_background.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.aurora_schedule #le_area11 {
    font-family: 'Poppins';
}
.aurora_schedule #le_area15 {
}
.aurora_schedule #le_area2 {
}
.aurora_schedule #le_area5 {
}
.aurora_schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/new-images/Untitled_design-13.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_studio #le_area11 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_studio #le_area14 {
    background-color: rgb(255, 255, 255);
}
.aurora_studio #le_area15 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_studio #le_area16 {
    background-color: rgb(255, 255, 255);
}
.aurora_studio #le_area25 {
    margin-top: 20px;
}
.aurora_studio #le_area26 {
    margin-top: 20px;
}
.aurora_studio #le_area27 {
    margin-top: 20px;
}
.aurora_studio #le_area5 {
    margin-right: -100px;
    margin-left: -100px;
    padding-right: -9px;
}
.aurora_studio #le_headerRegion {
    font-family: 'Oswald';
    font-weight: normal;
    font-style: normal;
}
.aurora_studio #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fiercecycle/new-images/Untitled_design-13.png);
    background-color: rgb(255, 128, 0);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.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:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.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 {
}
a:hover {
}
blockquote {
}
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 {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer1 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_header2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allison #le_area36 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_covid-19-guidelines #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_covid-19-guidelines #le_area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_covid-19-guidelines #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area26 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area34 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area39 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area40 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_policies #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rides #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rides #le_area26 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rides #le_area31 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rides #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rides #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio #le_section-one {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer1 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_header2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allison #le_area36 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_covid-19-guidelines #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_covid-19-guidelines #le_area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_covid-19-guidelines #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area25 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area26 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area34 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area39 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area40 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_policies #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rides #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rides #le_area26 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rides #le_area31 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rides #le_area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rides #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio #le_section-one {
    }
}

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