@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:100,200,300,400,500,600,700,800,900');

body {
    margin: 0 auto;
    color: #545454;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
}

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

a {
	color: #69be56;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #173c73;
}
a img {
	border: 0;
}
p {
	color: #545454;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin: 0;
	font-weight: 300;
}
h1, h1 a, .title1, .title1 a {
	color: #545454;
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	line-height: 1;
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
}
h2, h2 a, h2 a:hover {
	color: #545454;
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
}
h3, h3 a, h3 a:hover {
	color: #545454;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h4, h4 a, h4 a:hover {
	color: #69be56;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h5, h5 a, h5 a:hover {
	color: #69be56;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	text-decoration: none;
}
h6, h6 a, h6 a:hover {
	color: #303030;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
}
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;
}

/* - Text Classes - */

.text-shadow {
    text-shadow: 0px 1px 1px rgba(0,0,0,.35);
}
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.5);
}
.text-shadow-darker {
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
}
.text-shadow-darkest {
    text-shadow: 0px 1px 1px rgba(0,0,0,.95);
}
.whiteText p, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6 {
    color: #ffffff;
}

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

.le_form {
	color: #545454;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #545454;
	font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #69be56;
	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: #545454;
	color: #ffffff;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #69be56;
	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: #545454;
	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: 'Open Sans', 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: 600;
    font-family: 'Raleway', sans-serif;
}
.checkbox label {
    font-family: 'Raleway', sans-serif;
    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: 12px 5px !important;
    background-color: #69be56 !important;
    color: #ffffff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius:0 !important;
    border-radius: 0 !important;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#69be56 !important;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    padding: 8px 15px !important;
    border-radius: 0 !important;
    background:#69be56 !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: #676a6c !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff !important;
    background-color:#676a6c !important;
}
.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: #545454 ;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #69be56;
}
.se_button.button1 a, a.se_button.button1 {
    padding: 15px 20px;
    color: #545454;
    margin-top: 10px;
    background: rgba(255,255,255,0);
    border: 1px solid #545454;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background: rgba(103,106,108,1);
    color: #ffffff;
}
.se_button.button2 a, a.se_button.button2 {
    padding: 10px 12px;
    margin-top: 10px;
    background-color: #69be56;
    border: 1px solid #69be56;
    color: #ffffff;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #ffffff;
    color: #69be56;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 18px 20px;
	border: 1px solid #676a6c;
	color: #676a6c;
	background: rgba(255,255,255,0);
	font-size: 18px;
}
.se_button.largeButton a:hover, a:hover.se_button.largeButton {
    background: rgba(103,106,108,1);
    color: #ffffff;
    
}
/* Expand - with Background
----------------------------------------------------------------------------------------------------*/

.expand {
    margin-bottom: 15px;
}
.expand h3 {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    background-color: #6bbd5b;
}
.expand p {
    position: relative; 
    margin-bottom: 15px !important;
    font-size: 14px !important;
}
.expand h3:before {
    content: "+";
    margin-right: 10px;
    padding-left: 10px;
    color: #ffffff;
    display: inline-block;
    -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-faq h3.active {
    color: #ffffff;
}
.expand-faq h3.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);
}
.expand-faq h3:hover {
    cursor: pointer;
    background-color: #545454;
}
/* Expand2 - H5
----------------------------------------------------------------------------------------------------*/

.expand2 {
    margin-bottom: 15px;
}
.expand2 h5 {
    position: relative;
    font-size: 15px;
}
.expand2 h6 {
    position: relative; 
    margin-bottom: 15px !important;
    font-size: 14px !important;
    color: #545454;
    padding: 0px 10px;
}
.expand2 h5:before {
    content: "+";
    margin-right: 10px;
    padding-left: 10px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand2 h5.active {
    /*color: #ffffff;*/
}
.expand2 h5.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);
}
.expand2 h5:hover {
    cursor: pointer;
    color: #545454;
}

/*-----------------------------------------Expand START--------------------------------*/
.expand {
    margin-bottom: 15px;
}
.expand dt {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    background-color: #6bbd5b;
    text-align: center;
    cursor: pointer;
}
.expand p {
    position: relative; 
    margin-bottom: 15px !important;
    font-size: 14px !important;
}
.expand dt:before {
    content: "+";
    margin-right: 10px;
    padding-left: 10px;
    color: #ffffff;
    display: inline-block;
    -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 END--------------------------------*/

/* 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-top: 30px;
    margin-bottom: 10px;
	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;
}
.underline-center {
    position: relative;
    padding-bottom: 20px;
}

.underline-center:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 160px;
    height: 2px;
    content: "";
    background-color: #69be56;
}
.underline-center:after {
    left: 50%;
    margin-left: -80px;
}
.underline-center2 h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.underline-center2 h3:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 160px;
    height: 2px;
    content: "";
    background-color: #69be56;
}
.underline-center2 h3:after {
    left: 50%;
    margin-left: -80px;
}
.underline,.underline-left,.underline-right, {
    position: relative;
    padding-bottom: 20px;
}

.underline:after,.underline-left:after,.underline-right:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 160px;
    height: 2px;
    content: "";
    background-color: #69be56;
}

.uppertext {
    position: absolute;
    top: 44%;
    text-align: center;
    left: 0;
    right: 0;
}
.aurora_home #le_section-three:before {
    opacity: .3;
}
.aurora_home h1, .aurora_home h2, .aurora_home h3, .aurora_home h4, .aurora_home h5, .aurora_home h6, .aurora_home p {
    opacity: 1 !important;
}
.aurora_home h1 a, .aurora_home h2 a, .aurora_home h3 a, .aurora_home h4 a, .aurora_home h5 a, .aurora_home h6 a, .aurora_home p a, .aurora_home a {
    opacity: 1 !important;
}
.larger-text p {
    line-height: 30px;
    font-size: 20px;
}
.staff {
    position: relative;
    border-radius: 50%;
    background-color: #2DC757;
    margin-bottom: 25px;
}
.staff img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.staff h2 a {
    top: 40%;
    position: absolute;
    opacity: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 30px;
    color: #ffffff;
}
.staff:hover h2 a {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.staff:hover img {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.staff2 {
    position: relative;
    border-radius: 50%;
    background-color: #2DC757;
    margin-bottom: 25px;
}
.staff2 img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.staff2 h2 a {
    top: 33%;
    position: absolute;
    opacity: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 20px;
    line-height: 1.2 !important;
    color: #ffffff;
    padding: 5px;
}
.staff2:hover h2 a {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.staff2:hover img {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.graybar p {
    font-size: 35px;
    color: #ffffff;
    line-height: 30px;
}
.circle img {
    border-radius: 50%;
}
.circleBorder {
    border-radius: 50%;
    border: 1px solid #545454;
    padding: 15px;
    width 100%;
}
.pricing1 {
    background-color: rgba(84, 84, 84, 0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(84, 84, 84, 0.3) ;
}
.greenTitle {
    background-color: #6bbd5b;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}
.greenBorder {
    border: 1px solid rgba(102, 181, 86, .5);
    margin-bottom: 20px;
}

/* Slider
----------------------------------------------------------------------------------------------------*/
.slider {
    margin-top: -15px !important;
}
.slider .bx-wrapper .bx-controls-direction a {
    width: 28px;
    height: 44px;
}
.slider .bx-wrapper .bx-controls-direction a {
    top: 50% !important;
}
.slider .bx-wrapper .bx-next {
    right: 60px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/arrows.png') no-repeat -30px 0px;
}
.slider .bx-wrapper .bx-next:hover {
    background-position:-28px 0px;
}
.slider .bx-wrapper .bx-prev {
    left: 60px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/arrows.png') no-repeat 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #69be56 !important;
}

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

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #69be56 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients {
    display: none;
}
#new_clients h3 {
    background-color: #69be56 !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: #69be56 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: #69be56 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}
.rules p{
    max-width:90%;
    margin: auto;
}
/*-------------Blog START----------------*/
#blog_sidebar{
    float: left !important;
}

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

/* Enrollments & Schedule
----------------------------------------------------------------------------------------------------*/
.mb_enrollment_dates, .prev_date_arrows, .next_date_arrows {
    font-size: 30px;
}


/* Home Schedule
----------------------------------------------------------------------------------------------------*/
.home-schedule .mb_listview_date {
    display: none;
}
.home-schedule .master_date {
    display: none;
}
.home-schedule .row_date {
    width: 18% !important;
    text-transform: uppercase !important;
    color: #909294 !important;
    padding: 0 !important;
    color: #676a6c !important;
}
.home-schedule .row_class { 
    margin-top: -10px !important;
    display: block;
    width: 100%;
}
.home-schedule .row_class a {
    display: inline-block;
    color: #676a6c !important;
    font-size: 18px !important;
    font-weight: 600;
}
.asst1name {
    display: inline-block;
    margin-left: 5px;
}
.home-schedule .row_staff {
    display: block;
    width: 100%;
    color: #fff;
    margin-left: 10px;
    margin-top: -20px;
}
.home-schedule .mb_schedule { 
    margin-top: -65px !important;
}
.home-schedule .row_button {
    text-align: right !important;
    padding-top: 10px !important;
    width: 30% !important;
}
.home-schedule .trainer_name a {
    color: #676a6c !important;
}
.home-schedule .asst_name {
    color: #676a6c !important;
}
.home-schedule #le_mb_list_schedule {
    width: 100% !important;
}
.home-schedule .capacity {
    display: none;
}
.home-schedule #le_mb_list_schedule tr {
    height: 75px !important;
}
.home-schedule .le_metro_silver_button {
    padding: 12px 30px !important;
}
.home-schedule #le_mb_list_schedule tr:nth-of-type(even) {
    background-color: rgba(255,255,255,0) !important;
}

/* 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: 7.5% !important;
}
.title_staff {
    padding-left: 9% !important;
}
#date_filter {
    width: 75px !important;
}
.schedule_filters {
    width: 115% !important;
}
.week_calendar th, .week_calendar td {
    max-width: 100% !important;
    min-width: 100% !important;
    text-align: center !important;
}
.mb_listview_date {
    font-size: 35px !important;
}
.master_date {
    background-color: #676a6c !important;
    color: #ffffff !important;
    height: 40px !important;
    font-size: 18px !important;
    padding-top: 8px !important;
    font-weight: normal !important;
}
.row_class a {
    color: #676a6c !important;
}
.row_class a:hover {
    color: #69be56 !important;
}
.row_staff a {
    color: #676a6c !important;
}
.row_staff a:hover {
    color: #69be56 !important;
}
@media (max-width: 768px) {
    .schedule_date_range {
        background-color: #676a6c;
        padding: 10px !important;
        color: #ffffff !important;
        font-size: 20px !important;
    }
    .mb_mobile_classname a {
        color: #676a6c !important;
    }
    .mb_le_staff_firstname {
        color: #676a6c !important;
    }
    .mb_le_staff_lastname {
        color: #676a6c !important;
    }
    .dropdowns {
        width: 17% !important;
    }
    .schedule_date_range {
        background-color: #ffffff !important;
        color: #676a6c !important;
    }
    .master_date {
        font-size: 15px !important;
    }
    .capacity {
        margin-top: 10px;
    }
}

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

#le_mb_class_page h2 {
    background-color: #69be56;
    padding: 15px 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 #69be56 !important;
    padding: 15px !important;
}
.staff_info{
    border: 3px solid #69be56 !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
}
.staff_side .taught_by {
    text-transform: uppercase !important;
    font-size: 20px !important;
    background-color: #69be56 !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: #69be56 !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;
}
.square {
    padding-left: 5px;
}
.square:nth-of-type(even) {
    background-color: #eeeeee !important;
}
.square .le_metro_silver_button {
    margin-top: 5px !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 Staff
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .mfp-iframe-holder .mfp-content {
        height: 300px !important;
    }
    #le_mb_staff_page {
        overflow-x: scroll !important;
    }
    .mb_staff_image {
        display: none !important;
    }
    #le_mb_staff_page .class_list {
        display: none;
    }
    #le_mb_staff_page .instructs_list {
        display: none;
    }
    .mb_instructor_bio, .mb_instructor_bio p {
        font-size: 12px !important;
        line-height: 20px !important;
    }
}
@media (max-width: 768px) {
    #le_section-one .container {
        padding: 0 30px;
    }
}
@media (min-width: 768px) {
    #le_mb_staff_page .class_list {
        margin-left: -40px !important;
    }
    .desc {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .mb_staff_image {
        padding-left: 25px !important;
        margin-right: -90px !important;
        margin-top: -96px !important;
    }
    .mb_staff_image img {
        width: 450px !important;
        height: auto !important;
    }
    .mb_instructor_bio {
        margin: 0 !important;
        padding: 0 !important;
        overflow-y: scroll !important;
        height: 300px;
    }
    .mb_instructor_bio, .mb_instructor_bio p {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    #le_mb_staff_page h2 {
        padding-top: 40px !important;
        text-transform: uppercase !important;
    }
    #le_mb_staff_page {
        margin-left: -50px !important;
    }
    .mfp-iframe-holder .mfp-content {
        height: 450px !important;
    }
    .mfp-iframe {
        overflow: hidden !important;
    }
    .mfp-close {
        font-size: 45px !important;
        margin-top: -10px !important;
    }
    #le_mb_staff_page .instructs_list {
        display: none;
    }
    #le_mb_staff_page .class_list {
        display: none;
    }
}

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

.se_siteBranding {
    padding: 20px 0 10px 0;
    text-align: center;
}

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


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

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

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

.header-wrap {
    width: 100%;
    z-index: 300;
}
.header {
    padding: 3px 0 15px 0;
} 
.text-sm-left {
    margin-top: 30px;
}
.text-sm-right {
    margin-top: 25px;
}
.text-sm-left a {
    background-color: #545454;
    color: #ffffff;
    padding: 7px 10px;
}
.text-sm-left a:hover {
    background-color: #69be56;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/
.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
    background: rgba(255,255,255,0.85);
    margin: auto;
}
.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0 25px 0 0;
    text-transform: uppercase;
    background: transparent !important;
    margin-top: 10px;
}
.OpenMobileMenu .navicon:after {
    color: #69be56;
    content: '\f00d';
    font-size: 35px;
    font-weight: 300 !important;
    font-family: 'FontAwesome';
    z-index: 10000 !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 25px;
    color: #989a9b;
}
.navicon:hover {
    cursor: pointer;
}
.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: #ffffff; 
    font-family: 'Open Sans', 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;
}

/* ---- 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: rgba(255,255,255,0.9);
}

.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    padding: 75px 20px 20px 20px;
    top:0px;
    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,.925);
}

.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: right;
}
.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: 5px 0 5px 0;
    font-family: 'Raleway', sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #545454;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: #69be56;
}

.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: 'Raleway', sans-serif;
	font-size: 13px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #545454;
	text-transform: uppercase;
	border-bottom: 3px solid rgba(255,255,255,.03);
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: #69be56;
}
.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: 'Raleway', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #545454;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0) !important;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: #69be56;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

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

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

.footer {
	padding: 60px 0 0px 0 !important;
    font-size: 14px;
    color: #ffffff;
    background-color: #353434;
}
.footer p {
    color: #ffffff;
}
.footer a:hover {
    color: #c1c1c1;
}
.footer h6 {
    color: #ffffff;
}
.footer-bottom {
    background-color: #353434;
    border-top: 1px solid #626262;
    padding: 25px 0;
}
.footer-bottom p {
    color: #898989;
}


/* 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) {
    .text-sm-right {
        display: none;
    }
    .se_siteBranding {
        text-align: left !important;
    }
    .text-sm-left {
        margin-top: 20px !important;
        margin-bottom: 10px;
    }
    .slider h1 {
        font-size: 24px !important;
    }
    .slider .bx-controls-direction {
        display: none !important;
    }
    .footer {
        text-align: center !important;
    }
    .uppertext {
        top: 30% !important;
    }
    .slider img {
        margin-bottom: 25px !important;
    }
    .aurora_home #le_section-two {
        padding: 40px 0 !important;
    }
    .textbox {
        padding: 75px 25px;
    }
    
}

@media (min-width: 768px) {
    h1, h1 a, .title1, .title1 a {
		font-size: 70px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        text-align: center;
        padding: 0 !important;
        z-index: 1000 !important;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        padding: 15px 10px 13px 10px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #484747;
        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;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: #69be56;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        background: rgba(255,255,255,0.9);
        width: 250px !important;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	margin: 0 !important;
    	z-index: 1000 !important;
    	display: none;
    	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: 7px 10px !important;
    	color: #545454;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
    	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: #ffffff !important;
    	color: #69be56;
    }
    .MainMenu li.le_menuitem_level_2 {
        padding-left: 10px !important;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .text-sm-right {
        text-align: right;
    }
    .header {
        background: rgba(255,255,255,0.7);
        margin: auto;
    }
    .header-wrap {
        position: absolute;
    }
    .text-padding {
        display: table;
    }
    .textbox {
        padding: 0 !important;
        height: 400px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 75px !important;
    }
    .footer-right {
        text-align: right;
    }
    .slider .bx-wrapper .bx-pager {
        display: none;
    }
    .slider h1 {
        font-size: 45px;
    }
    .rules p{
        max-width:100%;
        margin: auto;
    }
    #blog_sidebar{
        float: right !important;
    }
    .blog_post_listing{
        max-width: 100%;
        margin-left: initial;
    }
    .mb_schedule .le_metro_silver_button .signup .le_mb_button {
        position: relative;
        display: inline-block !important;
        margin-bottom: 10px !important;
        padding: 12px 30px !important;
        background-color: #69be56;
        color: #ffffff;
        -webkit-border-radius: 0 !important;
        -moz-border-radius:0 !important;
        border-radius: 0 !important;
        text-decoration:none;
        font-weight:300;
        box-shadow:none;
        background:#69be56;
        border:none;
        text-shadow:none;
        text-transform: uppercase;
    }
    .le_metro_silver_button {
        padding: 8px 30px !important;
        border-radius: 0 !important;
        background: #69be56 !important;
        color: #ffffff !important;
        text-shadow: 0px 0px 0 #FFFFFF !important;
        border: 0 solid #ffffff !important;
        text-transform: uppercase !important;
    }
    
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 15px;
    }
    .slider h1 {
        font-size: 60px;
    }
    .staff2 h2 a{
        font-size: 30px;
        top: 37%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .slider h1 {
        font-size: 70px;
    }
}


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

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

.blogs .blog_post_listing_title_link {
    line-height: 20px !important;
    font-size: 16px !important;
}
.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: #74c083 !important;
    text-transform: uppercase;
}
.blog_post_listing h1 {
    line-height: 20px !important;
    margin-bottom: 0px !important;
    color: #74c083 !important;
}
.blog_post_title {
    font-size: 30px;
    color: #6CBD5B;
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    background-color: #74c083;
    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 #666A6C;
    color: #666A6C;
    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: #666A6C;
    color: #ffffff;
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.blog_post_listing_sidebar {
    width: 750px !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 .header {
    position: relative !important;
}
.le-logged-in .header-wrap {
    position: relative;
}
.le-logged-in .footer-bottom {
    margin-bottom: 50px;
}
.le-edit-open .textbox {
    height: auto !important;
    padding: 0 !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_amenities #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_amenities #le_section-one-area2 {
    margin-bottom: 40px;
}
.aurora_amenities #le_section-two {
    margin-bottom: px;
    padding-bottom: 75px;
}
.aurora_appointments #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-size: cover;
    margin-bottom: 40px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_aquatics #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_aquatics #le_section-four {
    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_aquatics #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/Aquatics.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_aquatics #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_aquatics #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_aquatics #le_section-two-area10 {
    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_blog1 #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_blog1 #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_blog1 #le_section-one-area2 {
    margin-bottom: 40px;
}
.aurora_blog1 #le_section-two {
    margin-bottom: px;
    padding-bottom: 75px;
}
.aurora_class-schedule #le_section-one {
}
.aurora_contact #le_section-one {
}
.aurora_contact #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/Club-Exterior-Door.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_contact #le_section-one-area5 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
}
.aurora_contact #le_section-one-area6 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_contact #le_section-one-area7 {
    padding-right: 20px;
    padding-bottom: px;
    padding-left: 20px;
}
.aurora_contact #le_section-one-area8 {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: px;
    padding-left: px;
}
.aurora_contact #le_section-one-area9 {
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_enrollments #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_fitness-center-reservation #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/classes-background.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_fitness-center-reservation #le_section-one-area2 {
    border-width: 10px;
    border-radius: 9px;
}
.aurora_group-exercise #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/classes-background.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_group-exercise #le_section-one-area2 {
    border-width: 10px;
    border-radius: 9px;
}
.aurora_home #le_section-five-area1 {
    text-align: center;
}
.aurora_home #le_section-five-area2 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 30px;
    padding-right: px;
    padding-bottom: 30px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-four-area1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-four-area2 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/classes.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}
.aurora_home #le_section-three-area1 {
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
}
.aurora_home #le_section-three-area2 {
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_home #le_section-two {
    background-color: rgb(190, 190, 190);
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: local;
    background-position: top left;
    padding-top: 0px;
    padding-bottom: 100px;
}
.aurora_home #le_section-two-area1 {
    padding-top: 50px;
}
.aurora_indoor-vball #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/basketball-court.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_indoor-vball #le_section-two {
    padding-top: 30px;
    padding-bottom: 60px;
}
.aurora_indoor-vball #le_section-two-area4 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_leagues #le_section-one {
    border-width: 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 61%;
    margin-left: 0px;
    padding-right: 0px;
}
.aurora_leagues #le_section-one-area1 {
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 500px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.aurora_leagues #le_section-one-area10 {
    margin-right: 1800px;
    margin-left: 0px;
    padding-top: 1050px;
    padding-right: 600px;
    padding-bottom: 0px;
    padding-left: 450px;
}
.aurora_leagues #le_section-one-area2 {
    border-width: 0px;
    margin-left: 500px;
    padding-right: 0px;
    padding-left: 0px;
}
.aurora_leagues #le_section-one-area3 {
    border-width: 100px;
    margin-left: 400px;
}
.aurora_leagues #le_section-one-area6 {
    border-width: -8px;
    padding-left: -143px;
}
.aurora_leagues #le_section-two-area2 {
    margin-right: 38px;
}
.aurora_outdoor-sports #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/female-playing-volleyball.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_outdoor-sports #le_section-two {
    padding-top: 30px;
    padding-bottom: 60px;
}
.aurora_outdoor-sports #le_section-two-area4 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_past-blog-posts #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-attachment: fixed;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_personal-training #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-top: 50px;
    padding-top: px;
    padding-bottom: 50px;
}
.aurora_personal-training #le_section-five-area1 {
    margin-bottom: 30px;
    padding-top: 40px;
}
.aurora_personal-training #le_section-five-area2 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.aurora_personal-training #le_section-five-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/blog.jpg);
    background-size: cover;
    margin-top: 30px;
    padding-top: 430px;
}
.aurora_personal-training #le_section-five-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_personal-training #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}
.aurora_personal-training #le_section-four-area13 {
    margin-top: 50px;
}
.aurora_personal-training #le_section-four-area2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training #le_section-four-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training #le_section-one {
}
.aurora_personal-training #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_personal-training #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-bottom: 50px;
}
.aurora_personal-training #le_section-three-area13 {
    margin-top: 50px;
}
.aurora_personal-training #le_section-three-area2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training #le_section-three-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-bottom: 50px;
    padding-top: 50px;
}
.aurora_personal-training #le_section-two-area13 {
}
.aurora_personal-training #le_section-two-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_personal-training #le_section-two-area2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training #le_section-two-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training #le_section-two-area9 {
}
.aurora_personal-training-copy #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-top: 50px;
    padding-top: px;
    padding-bottom: 50px;
}
.aurora_personal-training-copy #le_section-five-area1 {
    margin-bottom: 30px;
    padding-top: 40px;
}
.aurora_personal-training-copy #le_section-five-area2 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.aurora_personal-training-copy #le_section-five-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/blog.jpg);
    background-size: cover;
    margin-top: 30px;
    padding-top: 430px;
}
.aurora_personal-training-copy #le_section-five-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_personal-training-copy #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}
.aurora_personal-training-copy #le_section-four-area13 {
    margin-top: 50px;
}
.aurora_personal-training-copy #le_section-four-area2 {
    border-color: rgb(0, 0, 0);
    border-width: 0px;
}
.aurora_personal-training-copy #le_section-four-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
}
.aurora_personal-training-copy #le_section-one {
}
.aurora_personal-training-copy #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/fooddark.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_personal-training-copy #le_section-one-area5 {
    background-position: bottom right;
}
.aurora_personal-training-copy #le_section-one-area6 {
}
.aurora_personal-training-copy #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-bottom: 50px;
}
.aurora_personal-training-copy #le_section-three-area13 {
    margin-top: 50px;
}
.aurora_personal-training-copy #le_section-three-area2 {
    border-color: rgb(0, 0, 0);
    border-width: 0px;
}
.aurora_personal-training-copy #le_section-three-area3 {
    border-color: rgb(0, 0, 0);
    border-width: 0px;
}
.aurora_personal-training-copy #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-bottom: 50px;
    padding-top: 50px;
}
.aurora_personal-training-copy #le_section-two-area13 {
}
.aurora_personal-training-copy #le_section-two-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_personal-training-copy #le_section-two-area2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
}
.aurora_personal-training-copy #le_section-two-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
}
.aurora_personal-training-copy #le_section-two-area9 {
}
.aurora_personal-training1 #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-top: 50px;
    padding-top: px;
    padding-bottom: 50px;
}
.aurora_personal-training1 #le_section-five-area1 {
    margin-bottom: 30px;
    padding-top: 40px;
}
.aurora_personal-training1 #le_section-five-area2 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.aurora_personal-training1 #le_section-five-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/blog.jpg);
    background-size: cover;
    margin-top: 30px;
    padding-top: 430px;
}
.aurora_personal-training1 #le_section-five-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_personal-training1 #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}
.aurora_personal-training1 #le_section-four-area13 {
    margin-top: 50px;
}
.aurora_personal-training1 #le_section-four-area2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training1 #le_section-four-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training1 #le_section-one {
}
.aurora_personal-training1 #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_personal-training1 #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-bottom: 50px;
}
.aurora_personal-training1 #le_section-three-area13 {
    margin-top: 50px;
}
.aurora_personal-training1 #le_section-three-area2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training1 #le_section-three-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training1 #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-bottom: 50px;
    padding-top: 50px;
}
.aurora_personal-training1 #le_section-two-area13 {
}
.aurora_personal-training1 #le_section-two-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_personal-training1 #le_section-two-area2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training1 #le_section-two-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_personal-training1 #le_section-two-area9 {
}
.aurora_programs #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/Club-Exterior-Door.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_resent-blog #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-attachment: fixed;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_reservations #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_reservations #le_section-two {
    margin-bottom: 50px;
}
.aurora_reservations #le_section-two-area14 {
    padding-right: 15px;
    padding-left: 15px;
}
.aurora_reservations #le_section-two-area15 {
    padding-right: 15px;
    padding-left: 15px;
}
.aurora_reservations #le_section-two-area16 {
    padding-right: 15px;
    padding-left: 15px;
}
.aurora_reservations #le_section-two-area17 {
    padding-right: 15px;
    padding-left: 15px;
}
.aurora_specialty #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/Club-Exterior-Door.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_specialty #le_section-one-area10 {
    margin-top: 0px;
    margin-right: 175px;
    margin-left: 175px;
    padding-right: 100px;
    padding-bottom: 600px;
}
.aurora_specialty #le_section-two {
    margin-bottom: 50px;
    padding-top: 40px;
}
.aurora_specialty #le_section-two-area10 {
}
.aurora_specialty #le_section-two-area13 {
    padding-top: 100px;
}
.aurora_specialty-programs #le_section-one {
    padding-bottom: 60px;
}
.aurora_specialty-programs #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/Club-Exterior-Door.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_specialty-programs #le_section-one-area2 {
    padding-top: 60px;
    padding-bottom: 30px;
}
.aurora_specialty-programs #le_section-one-area7 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_specialty-programs #le_section-one-area8 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_specialty-programs #le_section-one-area9 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_sports #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/basketball-court.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 60px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_sports #le_section-two-area13 {
    margin-top: 80px;
    margin-bottom: 40px;
}
.aurora_sports #le_section-two-area21 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_sports #le_section-two-area9 {
    margin-bottom: 40px;
}
.aurora_swim-lessons #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-top: 50px;
    padding-top: px;
    padding-bottom: 50px;
}
.aurora_swim-lessons #le_section-five-area1 {
    margin-bottom: 30px;
    padding-top: 40px;
}
.aurora_swim-lessons #le_section-five-area2 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.aurora_swim-lessons #le_section-five-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/blog.jpg);
    background-size: cover;
    margin-top: 30px;
    padding-top: 430px;
}
.aurora_swim-lessons #le_section-five-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_swim-lessons #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}
.aurora_swim-lessons #le_section-four-area13 {
    margin-top: 50px;
}
.aurora_swim-lessons #le_section-four-area2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
}
.aurora_swim-lessons #le_section-four-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
}
.aurora_swim-lessons #le_section-one {
}
.aurora_swim-lessons #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/Aquatics.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_swim-lessons #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-bottom: 50px;
}
.aurora_swim-lessons #le_section-three-area13 {
    margin-top: 50px;
}
.aurora_swim-lessons #le_section-three-area2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_swim-lessons #le_section-three-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_swim-lessons #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/gradient2.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-bottom: 50px;
    padding-top: 50px;
}
.aurora_swim-lessons #le_section-two-area13 {
}
.aurora_swim-lessons #le_section-two-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_swim-lessons #le_section-two-area2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
}
.aurora_swim-lessons #le_section-two-area3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
}
.aurora_swim-lessons #le_section-two-area9 {
}
.aurora_swim-workouts #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/swimming_enrollments.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_team #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/2_24_Staff_Photo.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: local;
    background-position: bottom center;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 500px;
    padding-bottom: 100px;
}
.aurora_team #le_section-two {
    margin-bottom: 50px;
}
.aurora_team #le_section-two-area16 {
    margin-top: -23px;
}
.aurora_team #le_section-two-area18 {
    background-size: auto;
}
.aurora_tenant-reservation-request #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/At-The-Gym.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_test #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moffetttowersclub2/20180816_133921.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_test #le_section-two-area2 {
    background-color: rgba(255, 255, 255, 0.9);
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: px;
    line-height: px;
}
.aurora_test #le_section-two-area3 {
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.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_blog1 #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-one-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-one-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_past-blog-posts #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-one-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-one-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training-copy #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_personal-training1 #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_resent-blog #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialty #le_section-one-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_swim-lessons #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_swim-lessons #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_swim-lessons #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_swim-lessons #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_swim-lessons #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_swim-lessons #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_swim-lessons #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_swim-lessons #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_swim-lessons #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_swim-lessons #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-two-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-two-area18 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_blog1 #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-one-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-one-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_past-blog-posts #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-one-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-one-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training-copy #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_personal-training1 #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_resent-blog #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialty #le_section-one-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_swim-lessons #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_swim-lessons #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_swim-lessons #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_swim-lessons #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_swim-lessons #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_swim-lessons #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_swim-lessons #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_swim-lessons #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_swim-lessons #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_swim-lessons #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-two-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-two-area18 {
    }
}

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