@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,800,900');

body {
    margin: 0 auto;
    color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 25px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-weight: 500;
}

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

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
    color: #000000;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
	font-weight: 500;
}
h1, h1 a, .title1, .title1 a {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	line-height: 45px;
	font-weight: 700;
	margin: 10px 0;
}
h2, h2 a, .title2, .title2 a {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	line-height: 45px;
	font-weight: 700;
	margin: 10px 0;
}
h3, h3 a, .title3, .title3 a {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 5px 0;
}
h4, h4 a, .title4, .title4 a {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

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

.le_form {
	color: #323232;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #000000;
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    cursor: pointer;
	background-color: #363535;
	color: #ffffff;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #000000;
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #363535;
	color: #ffffff;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 5px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid #797979;
	box-shadow: none !important;
	color: #323232;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */
.form-control {
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}

.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: normal;
}


/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}

.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: #231f20;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#231f20;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: #231f20 !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: #000000 !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#000000;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #0e58a8;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #000000;
}
.se_button.button1 a, a.se_button.button1 {
    background-color: #000000;
    padding: 10px 30px 10px 30px;
    margin-top: 10px;
    color: #ffffff !important;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: #313030;
}
.se_button.button2 a, a.se_button.button2 {
    padding: 10px 30px 10px 30px;
    background-color: #ffffff;
    color: #000000;
    margin-top: 10px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #000000;
    color: #ffffff;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px;
    font-family: 'Nunito', sans-serif;
}

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

hr {
    border: 0;
    height: 1px;
    margin: 10px 0;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.banner-text h5 {
    color: #ffffff;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    text-shadow: 0px 2px 2px rgba(0,0,0,.85);
}
.banner-text h6 {
    color: #ffffff;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 5px;
    text-shadow: 0px 2px 2px rgba(0,0,0,.85);
}
.banner-text h4 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 400 !important;
}
.banner-text p {
    font-size: 16px !important;
}
.banner-text .button2 {
    padding: 13px 50px 13px 50px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-top: 20px !important;
}
.icon {
    margin-bottom: 10px;
}
.staff img {
    border: 1px solid #838383;
    width: 100%;
    height: auto;
}
.cta {
    margin-bottom: 10px;
}
.circle img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}
.list-classes h2 {
    font-size: 24px !important;
    line-height: 30px !important;
}

/* Pricing
----------------------------------------------------------------------------------------------------*/
.pricebox {
    padding: 25px 20px;
    margin-bottom: 25px;
    background-color: #231f20;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    min-height: 345px;
}
.pricebox:hover {
    background-color: #000000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.pricebox h3 {
    font-weight: 700 !important;
    font-size: 17px !important;
    line-height: 25px !important;
}
.pricebox h4 {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 25px !important;
}
.pricebox h5 {
    font-size: 70px !important;
    line-height: 80px !important;
    margin: 10px 0;
}
.pricebox p {
    line-height: 20px !important;
}
.pricebox a {
    background-color: #ffffff;
    display: block;
    color: #000000 !important;
    width: 100%;
    padding: 8px 10px;
    margin-top: 10px;
}
.pricebox a:hover {
    background-color: #231f20;
    color: #ffffff !important;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/

.expand {
    margin-bottom: 25px;
}
.expand dt {
    position: relative; 
    color: #ffffff !important;
    font-size: 18px !important;
    background-color: #231f20;
    padding: 9px 12px;
    margin-bottom: 10px;
    font-weight: 800 !important;
    text-align: center;
}
.expand dd {
    margin-top: 10px;
    border: 1px solid #d5d5d5;
    padding: 15px;
    text-align: justify;
}
.expand dt:after {
    content: ">";
    float: right !important;
    color: #ffffff;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand dt.active {
    background-color: #000000;
}
.expand dt.active:after {
}
.expand dt:hover {
    cursor: pointer;
    background-color: #000000;
}
.expand2 dt {
    position: relative; 
    color: #ffffff !important;
    font-size: 14px !important;
    margin: 20px 0;
    font-weight: 400 !important;
}
.expand2 dd {
    padding: 5px 10px;
    text-align: center;
}
.expand2 dt:hover {
    cursor: pointer;
}
.expand3 dt {
    position: relative; 
    color: #ffffff !important;
    font-size: 18px !important;
    background-color: #231f20;
    padding: 9px 12px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.expand3 dl {
    margin-bottom: 15px !important;
}
.expand3 dd {
    padding: 10px;
}
.expand3 dt:after {
    content: ">";
    float: right !important;
    color: #ffffff;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand3 dt.active {
    background-color: #000000;
}
.expand3 dt.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand3 dt:hover {
    cursor: pointer;
    background-color: #000000;
}

/* Mobile Schedule
----------------------------------------------------------------------------------------------------*/

.end_time {
    display: none !important;
}
.mb_mobilebar_schedulebar_time {
    width: 100% !important;
}
.mb_mobilebar {
    padding: 10px !important;
    background: #ffffff !important;
}
.mb_mobilebar_schedulebar_classname {
    width: 100% !important;
    padding: 0px 0 10px 10px !important;
}
.mb_mobile_classname a {
    color: #bbbbbb !important;
}
.mb_with {
    display: none !important;
}
/* MB Login
----------------------------------------------------------------------------------------------------*/

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #000000 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients h3 {
    background-color: #000000 !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;
}
.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% !important;
}
.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: #000000 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: #000000 !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;
    }
    #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;
    }
}
/* Mindbody Schedule
----------------------------------------------------------------------------------------------------*/

#date_filter {
    height: 30px !important;
    padding: 5px !important;
    width: 100px !important;
}
.schedule_filters {
    width: 100% !important;
}
.master_date {
    border-bottom: 0px solid #ffffff !important;
}
.title_class {
    padding-left: 8% !important;
}
.title_staff {
    padding-left: 9% !important;
}
.wrapper #le_mb_list_schedule .master_date {
    background-color: #231f20;
    color: #ffffff;
    padding: 8px 0!important;
    height: 40px !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}
#le_mb_list_schedule tr {
    margin: 10px 0 !important;
}
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #eeeeee !important;
}
.mb_listview_date {
    font-size: 24px !important;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .wrapper #le_mb_list_schedule .master_date {
        font-size: 16px !important;
    }
    .dropdowns {
        width: 17% !important;
    }
}
.schedule_date_range {
    text-transform: uppercase !important;
}
.homeschedule .mb_schedule {
    margin-top: -50px !important;
}
.row_class a {
    color: #000000 !important;
}
.row_class a:hover {
    color: #231f20 !important;
}
.trainer_name a {
    color: #000000 !important;
}
.trainer_name a:hover {
    color: #231f20 !important;
}
.mb_mobile_classname a {
    color: #231f20 !important;
}
.mb_mobilebar_schedulebar_button {
    width: 100% !important;
    text-align: right !important;
}
.tiny {
    margin-top: 5px !important;
}
.sched_loc_name {
    display: none !important;
}
.mb_le_staff_lastname {
    display: none;
}

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

#le_mb_class_page h2 {
    background-color: #000000;
    padding: 3px 20px;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    margin-bottom: 10px;
}
.staff_side {
    width: 45% !important;
}
.staff_bio_cutoff {
    height: 100px !important;
}
#class_info h4 {
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
#class_info {
    border: 3px solid #000000 !important;
    padding: 15px !important;
}
.staff_info{
    border: 3px solid #000000 !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
}
.staff_side .taught_by {
    text-transform: uppercase !important;
    font-size: 20px !important;
    background-color: #000000 !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: #000000 !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;
    }
}

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

.class_row {
    display: block;
    width: 100%;
    padding: 20px;
}
.class_row .class_name a {
    font-size: 24px !important;
    
}

/* Mindbody Staff
----------------------------------------------------------------------------------------------------*/
.mb_staff_image {
    width: 400px !important;
    height: auto !important;
}
.mb_staff_image img {
    width: 400px !important;
    height: auto !important;
}
.mb_staff_image:before {
    content: " ";
    position: absolute;
    top: -10px;
    right: -10px;
    left: 25px;
    bottom: 15px;
    border: 5px solid #f68e1e;
    z-index: -1 !important;
}
.mb_staff_image {
    position: relative !important;
    z-index: 1000 !important;
}
#le_mb_staff_page h2 {
    text-transform: uppercase;
}
.instructs_list {
    text-transform: uppercase;
    font-size: 18px;
}
#le_mb_staff_page .class_list {
    margin-left: -40px !important;
}
.class_list .desc {
    margin-left: 0px !important;
}
@media (max-width: 768px) {
    .mb_staff_image:before {
        content: " ";
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border: 0px solid #f68e1e;
        z-index: -1 !important;
    }
    .mb_staff_image {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 25px !important;
    }
    .mb_staff_image img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 25px !important;
    }
    #le_mb_staff_page .class_list {
        margin-left: 0 !important;
    }
}
/* Site Branding
----------------------------------------------------------------------------------------------------*/

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


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

.wrapper {
	width: 100%;
	position: relative;
}

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.container {
    padding: 0 25px;
}
.content-top {
    padding: 0 30px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header-wrap {
    width: 100%;
    z-index: 300;
    padding: 12px 0px 7px 0px;
}

/* 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;
    padding: 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0px;
    font-size: 25px;
    color: #000000;
}
.OpenMobileMenu .navicon:after {
    color: #000000;
    content: '\f00d';
    font-size: 25px;
    font-family: 'FontAwesome';
}
.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: 'Montserrat', 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;
    font-weight: 500;
}
.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: #ffffff; 
    font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #323232;
}

.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 ---- */
/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 1000;
    overflow-x: none;
    overflow-y: auto;
    background-color: rgba(0,0,0,.9);
}

.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    padding: 20px;
    top:65px;
    left:0;
    opacity: 1;
}

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

.OpenMobileMenu .mobile-menu-cap {
    position:fixed;
    z-index:1000;
    width:100%;
    height:60px;
    top:0;
    left:0;
    background-color: #4a4a4a;
    background-color: rgba(0,0,0,.9);
}

.le-logged-in.OpenMobileMenu .mobile-menu-cap {
    height: 115px;
}

@media (min-width: 767px) { 
    .mobile-menu-cap {
        display: none;
    }
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
.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: 14px 0 14px 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 3px solid rgba(255,255,255,.03);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: #e4e3e3;
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
	margin-left: -10px !important;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px;
	margin-left:12px;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 3px solid rgba(255,255,255,.03);
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: #e4e3e3;
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 5px;
	margin-left:20px;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #919191;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0) !important;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: #e4e3e3;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: -2px;
    content: "+";
    color: #ffffff;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    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;
}

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

.footer {
    background-color: #F4F4F4;
    padding: 15px 0 !important;
}
.footer p, .footer p a {
    color: #000000;
    font-size: 12px;
}
.se_social a {
    color: #000000 !important;
    margin: 0 3px;
    font-size: 18px;
}
.se_social a:hover {
    color: #313030 !important;
}

/* 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) {
    .aurora_home2 #le_section-one {
        padding: 75px 0 !important;
    }
    .aurora_home2 #le_section-three-area1 {
        padding: 125px 0 !important;
    }
    .aurora_home2 #le_section-four-area2 {
        padding: 125px 0 !important;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 35px !important;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 35px !important;
    }
    .footer {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .textbox {
        padding: 50px 30px !important;
    }
}
@media (min-width: 768px) {
    .se_social {
        text-align: right;
    }
    h1, h1 a, .title1, .title1 a {
    	font-size: 55px;
    	line-height: 60px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .header-wrap {
        position: fixed;
        height: 63px;
        background-color: #ffffff;
    }
    .contentwide {
        padding-top: 63px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: right;
        margin-top: 5px;
    }
    .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;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        font-family: 'Montserrat', sans-serif;
        margin: 0px 8px 10px 8px;
        font-size: 12px;
        font-weight: 500;
        color: #000000;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: #000000;
    }
    .MainMenu1 a {
        border: 1px solid #000000 !important;
        color: #000000 !important;
        padding: 6px 10px !important;
    }
    .MainMenu1 a:hover {
        background-color: #000000 !important;
        color: #ffffff !important;
    }
    .MainMenu2 a {
        border: 1px solid #000000 !important;
        background-color: #000000 !important;
        color: #ffffff !important;
        padding: 6px 10px !important;
    }
    .MainMenu2 a:hover {
        border: 1px solid #313030 !important;
        background-color: #313030 !important;
        color: #ffffff !important;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        width: 200px !important;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	z-index: 10;
    	display: none;
        border: 1px solid #e9eaea;
    	background: rgba(255,255,255,0.8);
    	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: 8px 10px !important;
    	color: #000000;
    	font-weight: 500;
        font-family: 'Montserrat', sans-serif;
    	font-size: 12px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 200px;
    	margin: 0 !important;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	background-color: #000000;
    	color: #ffffff;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left: 100%;
    	margin-top: -40px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	border: 1px solid #e9eaea;
    	background-color: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        display: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .text-padding {
        display: table;
    }
    .textbox {
        padding: 0 !important;
        height: 500px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 75px !important;
    }
    .se_siteBranding2 {
        margin-top: 2px;
    }
}

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

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

/* Blog
----------------------------------------------------------------------------------------------------*/

.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
}
.feature_blog_image {
    float: left !important;
    margin-right: 20px;
}
.blog_post_listing_title_link {
    font-size: 20px !important;
    color: #0e58a8 !important;
    text-transform: uppercase;
}
.blog_post_listing h1 {
    line-height: 20px !important;
    margin-bottom: 0px !important;
    color: #0e58a8 !important;
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    background-color: #76b0df;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin-top: 10px;
}
.a.read_more_link {
    display: table !important;
}
a.read_more_link {
    display: table;
    border: 1px solid #5c5c5c;
    color: #5c5c5c;
    padding: 7px 10px;
    background-color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.read_more_link:hover {
    background-color: #5c5c5c;
    color: #ffffff;
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .blog_post_listing_sidebar {
        width: 500px !important;
    }
}

/* ------ 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-edit-open .textbox {
    height: auto !important;
    padding: 0 !important;
}
.le-edit-open .img-box2 {
    position: relative !important;
}
.le-logged-in .footer {
    margin-bottom: 30px !important;
}
.le-logged-in .header-wrap {
    position: relative !important;
}
.le-logged-in .contentwide {
    padding-top: 30px !important;
}
.le-edit-open .contentwide {
    position: relative !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/just-do-it.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 138px;
}
.aurora_about #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_about #le_section-two-area4 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about #le_section-two-area5 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_account #le_section-one-area1 {
    padding-top: 70px;
}
.aurora_book-now #le_section-one {
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 100px;
}
.aurora_careers #le_section-one {
    background-color: rgb(244, 124, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_careers #le_section-two {
    background-size: cover;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_class-descriptions #le_section-one {
    background-color: rgb(244, 124, 0);
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_class-descriptions #le_section-two {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_class-details #le_area1 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_class-schedule #le_section-one {
    background-color: rgb(244, 124, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_class-schedule #le_section-one-area2 {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 30px;
    padding-right: 0px;
}
.aurora_class-types #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/cycling-class_copy1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 215px;
    padding-bottom: 50px;
}
.aurora_classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/cycling-class_copy1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 215px;
    padding-bottom: 50px;
}
.aurora_contact #le_area6 {
    padding-bottom: 25px;
}
.aurora_contact #le_area7 {
    padding-bottom: 25px;
}
.aurora_contact #le_area8 {
}
.aurora_contact #le_headerRegion {
    padding-top: 0px;
}
.aurora_contact #le_section-one {
    background-color: rgb(244, 124, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact-surge-cycling #le_section-one {
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact-surge-cycling #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_faqs #le_section-one {
    background-color: rgb(244, 124, 0);
    background-size: auto;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_faqs #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_home #le_headerRegion {
    padding-bottom: 0px;
}
.aurora_home #le_section-five {
}
.aurora_home #le_section-five-area1 {
}
.aurora_home #le_section-four {
}
.aurora_home #le_section-four-area1 {
}
.aurora_home #le_section-four-area2 {
}
.aurora_home #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/826A9835_copy1.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-one-area1 {
    background-size: contain;
    padding-top: 500px;
    padding-bottom: 50px;
}
.aurora_home #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_home #le_section-three-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/IMG_3149_copy.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_home #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home2 #le_section-four {
    background-color: rgb(0, 0, 0);
}
.aurora_home2 #le_section-four-area1 {
    background-color: rgb(0, 0, 0);
}
.aurora_home2 #le_section-four-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/cycling-class_copy/cycling-class_copy_1000x937.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_home2 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/826A9510_copy.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 130px;
    padding-bottom: 60px;
}
.aurora_home2 #le_section-three-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/man-on-bike_copy.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_home2 #le_section-three-area2 {
    background-color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_home2 #le_section-two {
    padding-top: 60px;
    padding-bottom: 20px;
}
.aurora_instructors #le_area13 {
}
.aurora_instructors #le_area17 {
}
.aurora_instructors #le_area22 {
}
.aurora_instructors #le_area27 {
}
.aurora_instructors #le_section-one {
    background-color: rgb(244, 124, 0);
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_instructors #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_maple-grove1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/surge-cycling-sign.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 215px;
    padding-bottom: 50px;
}
.aurora_maple-grove1 #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_pricing #le_section-one-area1 {
    padding-top: 0px;
}
.aurora_rates #le_area17 {
}
.aurora_rates #le_area18 {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_rates #le_section-one {
    background-color: rgb(244, 124, 0);
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_rates #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_register #le_section-one-area1 {
    padding-top: 70px;
}
.aurora_saint-louis-park-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/cycling-class_copy1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 215px;
    padding-bottom: 50px;
}
.aurora_st-louis-park #le_area8 {
}
.aurora_st-louis-park #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/surge-cycling-sign.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 215px;
    padding-bottom: 50px;
}
.aurora_st-louis-park #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_surge-on-demand #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/surgecycling/FAQS.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 215px;
    padding-bottom: 50px;
}
.aurora_surges-safety-protocol #le_area13 {
    padding-top: 90px;
}
.aurora_surges-safety-protocol #le_area14 {
    padding-top: 90px;
}
.aurora_surges-safety-protocol #le_area15 {
    padding-top: 90px;
}
.aurora_surges-safety-protocol #le_area16 {
    padding-top: 90px;
}
.aurora_surges-safety-protocol #le_area17 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area18 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area19 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area20 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area21 {
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 15px;
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area22 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area23 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area24 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area25 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area26 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area27 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area28 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area29 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area30 {
    padding-top: 30px;
}
.aurora_surges-safety-protocol #le_area34 {
    padding-top: 72px;
}
.aurora_surges-safety-protocol #le_area41 {
    padding-top: 60px;
}
.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) {
    .aurora_account #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-now #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-descriptions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-descriptions #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-details #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-surge-cycling #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_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area17 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_area27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rates #le_area17 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rates #le_area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rates #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_register #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area17 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area24 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area26 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area28 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area29 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area30 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area34 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_surges-safety-protocol #le_area41 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_account #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-now #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-descriptions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-descriptions #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-details #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-surge-cycling #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_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area17 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_area27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rates #le_area17 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rates #le_area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rates #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_register #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area17 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area19 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area24 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area25 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area26 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area28 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area29 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area30 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area34 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_surges-safety-protocol #le_area41 {
    }
}

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