@import url('https://fonts.googleapis.com/css2?family=Delius&family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --bg-main: #000000;
    --bg-color: #0069AD;
    --bg-hover: #01578c;
}

body {
    background: #fff;
    margin: 0 auto;
	font-size: 15px;
	line-height: 1.6;
}

hr {
    border: 0;
    height: 1px;
}


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

a {
	text-decoration: none;
	color: var(--bg-color);
}
a:hover {
	text-decoration: none;
	color: var(--bg-hover);
}
p {
    font-family: 'Arimo', sans-serif;
    color: var(--bg-main);
    font-size: 15px;
    line-height: 1.6;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Arimo', sans-serif;
    color: var(--bg-main);
    font-size: 40px;
	margin:0 0 .2em 0;
	line-height: 1.3;
	font-weight: 400;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Arimo', sans-serif;
    color: var(--bg-main);
    font-size: 45px;
	margin:0 0 .2em 0;
	line-height: 1.4;
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Arimo', sans-serif;
    font-size: 36px;
	margin:0 0 .2em 0;
	line-height: 1.4;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Arimo', sans-serif;
    font-size: 24px;
    color: var(--bg-main);
	margin:0 0 .2em 0;
	line-height: 1.4;
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Arimo', sans-serif;
	margin:0 0 .2em 0;
	line-height: 1.4;
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-weight: 400;
}

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

.le_form_name {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    background-color: var(--bg-color);
    color: #fff;
	padding: 8px 15px;
	border: 0px solid transparent;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: var(--bg-hover);
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 15px 10px;
	background-color: #fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(210,210,210);
	box-shadow: none !important;
	margin: 0;
}
.wrapper input[type="text"]:hover,.wrapper input[type="email"]:hover,.wrapper input[type="password"]:hover, .wrapper textarea:hover {
    border-bottom:3px solid var(--bg-hover);
}
/* -- Search Element --*/
.wrapper input[type="text"]#search_form_value {
	padding: 5px 10px;
}
#search_form_button {
    padding: 5px 15px;
    position: relative;
}

/* -- 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;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
}
:-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
}
@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
    .form-inline label.error {
        margin-top: 15px;
    }
}

/* ---- 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: main;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.recaptcha-terms {
    padding: 0 !important;
    margin: 0 !important;
}

/* 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: var(--bg-color);
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:var(--bg-color);
    border:none;
    text-shadow:none;
    text-transform: uppercase;
    font-family: 'tahoma',sans-serif !important;
}
.le_metro_silver_button {
    background: var(--bg-color) !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.le_metro_silver_button:hover {
    background: var(--bg-hover) !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color: var(--bg-hover);
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 5px 25px;
	border: 0px solid transparent;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    background-color: var(--bg-color);
    color: #fff;
    margin-top: 10px;
    position: relative;
}
.se_button.button1:after {
    content: " ";
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid var(--bg-color);
    z-index: -1 !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
	transition: all .4s ease;
}
.se_button.button1:hover:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: var(--bg-hover);
}
.se_button.button2 a, a.se_button.button2 {
    background-color: #fff;
    color: #000;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
	transition: all .4s ease;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: var(--bg-color);
    color: #fff;
}
.se_button.button2:hover:after {
    content: " ";
    position: absolute;
    top: 5px;
    left: 5px;
    right: -5px;
    bottom: -5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--bg-color);
    z-index: -1 !important;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 20px 35px;
}

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


/* Site Branding
----------------------------------------------------------------------------------------------------*/
.se_siteBranding {
    line-height:1;
    padding-left: 30px;
    top: 70px;
    position: absolute;
}
.se_siteBranding img {
    width: 150px;
    height: auto;
}
.se_siteBranding a {
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo_text {
    line-height: 1.4;
}

/* CSS
----------------------------------------------------------------------------------------------------*/

.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;
}
.banner {
    position: relative;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner .bx-wrapper {
    margin: 0 !important;
}
.banner .bx-pager.bx-default-pager a {
    background-color: #fff !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
}
.banner .bx-pager.bx-default-pager a:hover, .banner .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}
.no-gutters {
    padding: 0;
    margin: 0;
}
.address-icon, .phone-icon, .mail-icon {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
.address-icon p a, .phone-icon p a, .mail-icon p a {
    padding-left: 25px;
    color: var(--bg-main);
    font-size: 18px;
}
.address-icon p:before {
    display: inline-block;
    position: absolute;
    content: '\f041';
    font-family: 'FontAwesome';
    color: var(--bg-color);
    font-size: 20px;
    top: -2px;
}
.phone-icon p:before {
    display: inline-block;
    position: absolute;
    content: '\f095';
    font-family: 'FontAwesome';
    color: var(--bg-color);
    font-size: 20px;
    top: -2px;
}
.mail-icon p:before {
    display: inline-block;
    position: absolute;
    content: '\f0e0';
    font-family: 'FontAwesome';
    color: var(--bg-color);
    font-size: 16px;
    top: 2px;
}

/* Pricebox
----------------------------------------------------------------------------------------------------*/
.pricebox {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: 1px solid #dedfe0;
    border-top: 4px solid var(--bg-color);
    padding: 30px 20px;
    margin: -7px 0 30px 0;
    text-align: center;
}
.pricebox h2 {
    font-size: 18px;
}
.pricebox h4 {
    font-size: 45px;
    color: var(--bg-color);
    margin: 0;
}
.pricebox:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: var(--bg-color);
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.pricebox:hover:before, .pricebox:focus:before, .pricebox:active:before {
    left: 0;
    right: 0;
}
.pricebox h5 {
    position: relative; 
    font-size: 14px;
    color: var(--bg-main);
    line-height: 30px !important;
    text-transform: uppercase;
    font-weight: 400;
}
.pricebox h5:after {
    content: '+';
    margin-left: 5px;
    font-size: 14px !important;
    color: var(--bg-main);
    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;
}
.pricebox h5.active {
    color: var(--bg-color);
    margin-bottom: 10px !important;
}
.pricebox h5.active:after {
    content: '-';
}
.pricebox h5:hover {
    cursor: pointer;
    color: var(--bg-color);
}
.imagebox img {
    width: 100%;
    height: auto;
    border: 1px solid #eaeaea;
}

/* Tabs
----------------------------------------------------------------------------------------------------*/
.right-title h1, .right-title h2 {
    opacity: .1;
    font-size: 30px;
    text-align: right;
    margin: 0;
    font-weight: 700;
}
.left-title h1, .left-title h2, .center-title h1 {
    opacity: .1;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
}
.right-title2 h1, .left-title2 h1 {
    text-align: right;
    opacity: .1;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 20px 0;
    font-weight: 700;
}
.tabs-btn li {
    display: inline-block;
}
.tabs-btn ul {
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
}
.tabs-btn ul li a {
    display: inline-block;
    color: var(--bg-main);
    margin: 10px 20px 10px 0;
    padding-bottom: 5px;
    list-style: none;
    text-transform: uppercase;
    position: relative;
}
.tabs-btn ul li a:hover {
    text-decoration: none;
    color: var(--bg-color);
}
.tabs-btn ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--bg-color);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.tabs-btn ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.le-edit-open .tabs > div {
    display: block !important;
}
.tabs > div:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tabContent {
    display: none;
}
.tabContent.expanded {
    display: block !important;
}
.tabContent h6 {
    font-style: italic;
    font-size: 20px;
    margin-bottom: 25px;
}
.tabContent img {
    width: 100%;
    height: auto;
    margin-bottom: -7px;
}

/* Mindbody Schedule
----------------------------------------------------------------------------------------------------*/
#le_mb_list_schedule {
    width: 100% !important;
}
#date_filter {
    height: 30px !important;
    padding: 5px !important;
    width: 100px !important;
}
.schedule_filters {
    width: 100% !important;
}
.mb_listview_date {
    font-size: 30px !important;
}
.master_date {
    border-bottom: 0px solid #ffffff !important;
}
.schedule_filters .selects {
    height: 30px !important;
}
#printview {
    background-color: var(--bg-color);
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    text-transform: uppercase;
    margin-left: 10px;
}
#printview:hover {
    background-color: var(--bg-hover);
}
.row_class {
    padding-left: 3.5% !important;
}
.title_staff {
    padding-left: 5.5% !important;
}
.row_staff {
    padding-left: 0 !important;
}
.wrapper #le_mb_list_schedule .master_date {
    background-color: var(--bg-color);
    color: #ffffff;
    padding: 5px 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;
}
@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;
    line-height: 35px !important;
}
.homeschedule .mb_schedule {
    margin-top: -50px !important;
}
.row_class a {
    color: var(--bg-main) !important;
}
.row_class a:hover {
    color: var(--bg-color) !important;
}
.trainer_name a {
    color: var(--bg-main) !important;
}
.trainer_name a:hover {
    color: var(--bg-color) !important;
}
.mb_mobile_classname a {
    color: var(--bg-color) !important;
}
#back_sched {
    font-size: 30px !important;
}
#forward_sched {
    font-size: 30px !important;
}
.mb_gray_box {
    width: 100% !important;
}
.mb_mobilebar {
    background: #fff !important;
}
.mb_mobilebar_schedulebar_time {
    width: 100% !important;
    padding: 20px 20px 0 20px!important;
}
.mb_mobilebar_schedulebar_classname {
    width: 100% !important;
    padding: 0 0 10px 20px !important;
}
.mb_mobilebar_schedulebar_button {
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    padding: 0 0 0 10px !important;
    margin-bottom: 30px !important;
}
.tiny {
    margin-top: 5px !important;
}

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

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.se_WrapperContent {
    padding-top: 40px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header-wrap {
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.header {
	padding: 0;
}
.header-right {
    text-align: right;
    float: right;
    padding: 10px 20px 0 0;
}
.header-right .se_button.button2 a, .header-right a.se_button.button2 {
    margin: 0 5px;
}

/* Menu
----------------------------------------------------------------------------------------------------*/
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 125px 0 0;
    border-color: #0068ad transparent transparent transparent;
    position: absolute;
    z-index: 5;
    display: block;
}
.navicon {
    position: absolute;
    top: -75px;
    left: 15px;
    color: #fff;
    font-size: 24px;
}
.navicon:after {
    position: relative;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    font-size: 30px;
    margin-top: 5px;
}
.OpenMobileMenu .navicon:after {
    content: '\f00d';
    color: #fff;
    z-index: 3;
}
.OpenMobileMenu .triangle {
    position: fixed;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: rgba(0,0,0,0.9);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.OpenMobileMenu .MainMenu {
    display: block;
}

.le-logged-in .MainMenu {
    top:40px;
}

.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 30px 0;
	text-align: center;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: inline-block;
	position: relative;
	margin: 10px;
    font-family: 'Arimo', sans-serif;
    color: #fff;
	font-size: 24px;
	line-height: 35px;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
/*.MainMenu li.le_menuitem_level_0.dropdown < a {*/
/*    border-bottom:0;*/
/*    color: var(--bg-blue);*/
/*}*/
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #d3d3d3;
}
.MainMenu li.le_menuitem_level_0 a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #d3d3d3;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.MainMenu li.le_menuitem_level_0 a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
    font-family: 'Encode Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
	font-size: 15px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    color: var(--bg-blue);
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 7px 5px 7px 5px;
    margin-left: 24px;
}
.MainMenu.le_menu_level_1_container, .menu-bar ul.le_menu_level_2 {
    background: transparent !important;
}
.MainMenu li.le_menuitem_level_0.hasChild > a:after, .MainMenu li.le_menuitem_level_1.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #fff;
    font-size: 24px;
	height: 0;
	width: 0;
}
.MainMenu li.hasChild > a.active-mobile-parent:after {
    content:"-";
}
.MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2 {
    height: 0;
    visibility: hidden;
    /*opacity:0;*/
    transition: all .3s ease;
}
.MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.open-mobile-sub {
    height: auto;
    visibility: visible;
    /*opacity: 1;*/
}



/* Main Content
----------------------------------------------------------------------------------------------------*/
.content {
	padding: 0;
}
.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}
.bx-viewport {
    padding-bottom: 50px !important;
}

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

.footer {
    background-color: #F5F2F2;
    clear: both;
	padding: 10px 30px 25px 30px;
}
.footer p, .footer p a {
    font-size: 13px;
    color: var(--bg-main);
}
.footer p a:hover {
    color: var(--bg-color);
}
.footer-left {
    padding-top: 5px;
}
.se_social a {
    margin-left: 5px;
    color: var(--bg-color);
    font-size: 13px;
}
.se_social a:hover {
    color: var(--bg-main);
}
.FooterMenu ul {
    margin: 0;
    padding: 0;
}
.FooterMenu li {
	list-style: none;
}
.FooterMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0;
}
.FooterMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.FooterMenu li.le_menuitem_level_0 a {
    color: var(--bg-main);
    display: block;
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 10px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border-right: 1px solid var(--bg-main);
}
.FooterMenu li.le_menuitem_level_0:last-of-type a {
    border-right: 0 solid var(--bg-main);
    margin-right: 0;
}
.FooterMenu li.le_menuitem_level_0 a:hover {
    color: var(--bg-color);
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
    .mobile-center {
        text-align: center;
    }
    .mobile-logo {
        text-align: center;
    }
    .mobile-logo img {
        width: 200px;
        height: auto;
    }
    .right-title h1, .right-title h2, .left-title h1, .left-title h2, .right-title2 h1, .left-title h1 { 
        text-align: center;
    }
    .tabs-btn ul, .tabContent {
        text-align: center;
    }
    .tabs-btn ul li a {
        margin: 0 20px 0 0;
    }
    .header-mobile {
        text-align: center;
    }
    .header-mobile .se_button.button2 a, .header-mobile a.se_button.button2 {
        background-color: var(--bg-color) !important;
        color: #fff !important;
        margin: 10px 2px 0 2px;
    }
    .header-mobile .se_button a, .header-mobile a.se_button {
        margin-bottom: 0 !important;
    }
    .banner {
        margin-top: -20px;
    }
    .se_siteBranding img {
        width: 100px;
        height: auto;
    }
    .footer {
        text-align: center;
    }
    .textbox2 {
        text-align: center;
    }
    .schedule_date_range {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    #forward_sched, #back_sched {
        font-size: 20px !important;
    }
    .le_mb_wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
    .title_date {
        border-radius: 5px 5px 5px 5px;
        background-color: var(--bg-color);
        color:  #fff;
        margin: 15px 0 5px 0 !important;
        padding: 5px 20px !important;
        font-size: 18px;
        display: block;
        width: 100%;
    }
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 18px;
        margin: 5px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .mobile-only a {
        display: none !important;
    }
    .banner {
        top: -15px;
        position: relative;
    }
    .banner img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .right-title h1, .right-title h2 {
        font-size: 40px;
    }
    .left-title h1, .left-title h2, .center-title h1 {
        font-size: 40px;
    }
    .right-title2 h1 {
        font-size: 40px;
    }
    .textbox {
        max-height: 165px;
        overflow-y: scroll;
        padding-right: 20px;
    }
    .textbox::-webkit-scrollbar {
        width: 5px;
    }
    .textbox::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey; 
        border-radius: 10px;
    }
    .textbox::-webkit-scrollbar-thumb {
        background: var(--bg-color); 
        border-radius: 10px;
    }
    .textbox::-webkit-scrollbar-thumb:hover {
        background: var(--bg-hover); 
    }
    .textbox2 {
        max-height: 290px;
        overflow-y: scroll;
        padding-right: 20px;
    }
    .textbox2::-webkit-scrollbar {
        width: 5px;
    }
    .textbox2::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey; 
        border-radius: 10px;
    }
    .textbox2::-webkit-scrollbar-thumb {
        background: var(--bg-color); 
        border-radius: 10px;
    }
    .textbox2::-webkit-scrollbar-thumb:hover {
        background: var(--bg-hover); 
    }
    .footer-right {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .tabs-btn ul li a { 
        font-size: 12px;
        margin: 10px 20px 0 0;
    }
}
@media (max-width: 991px) {
    .banner .bx-controls-auto, .banner .bx-pager {
        bottom: 50px !important;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .footer-right {
        justify-content: flex-end;
    }
    .tabs-btn ul li a { 
        font-size: 15px;
        margin: 10px 20px 10px 0;
    }
    .right-title h1, .right-title h2 {
        font-size: 50px;
    }
    .left-title h1, .left-title h2, .center-title h1 {
        font-size: 50px;
    }
    .right-title2 h1 {
        font-size: 55px;
    }
    .textbox {
        max-height: 290px;
    }
    .textbox2 {
        max-height: 360px;
    }
    .banner .bx-controls-auto, .banner .bx-pager {
        top: 80vh !important;
    }
}
@media (min-width: 1024px) {
    .textbox {
        max-height: 240px;
    }
    .textbox2 {
        max-height: 375px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .right-title h1, .right-title h2 {
        font-size: 65px;
    }
    .left-title h1, .left-title h2, .center-title h1 {
        font-size: 65px;
    }
    .right-title2 h1 {
        font-size: 65px;
    }
    .textbox {
        max-height: 340px;
    }
    .textbox2 {
        max-height: 430px;
    }
    .banner {
        height: 100vh;
        overflow: hidden;
    }
    .banner .bx-controls-auto, .banner .bx-pager {
        top: 85vh !important;
    }
}
@media (min-width: 1300px) {
    .right-title h1, .right-title h2 {
        font-size: 70px;
    }
    .left-title h1, .left-title h2, .center-title h1 {
        font-size: 70px;
    }
}
@media (min-width: 1400px) {
    .right-title h1, .right-title h2 {
        font-size: 75px;
    }
    .left-title h1, .left-title h2, .center-title h1 {
        font-size: 75px;
    }
    .textbox {
        max-height: 425px;
    }
    .textbox2 {
        max-height: 520px;
    }
}


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

/* - List Classes - */
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
}

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

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

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

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

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

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

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

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

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

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

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/
.le-logged-in .footer {
    margin-bottom: 30px !important;
}
/*.le-logged-in .header-wrap {*/
/*    position: relative;*/
/*}*/
.le-edit-open .header-wrap {
    margin-bottom: 50px;
}
.le-edit-open .tabContent {
    display: block !important;
}
.le-edit-open .footer-right {
    display: block !important;
}
.le-edit-open .banner {
    z-index: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_section-five-area1 {
    padding-right: 50px;
    padding-left: 50px;
}
#le_section-four-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
#le_section-six-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_about #le_headerRegion {
}
.aurora_about #le_section-one {
    padding-top: 30px;
}
.aurora_about #le_section-one-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_book #le_section-one {
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_book #le_section-one-area18 {
    padding-top: 25px;
}
.aurora_contact-us #le_headerRegion {
}
.aurora_contact-us #le_section-one {
    padding-top: 30px;
}
.aurora_contact-us #le_section-one-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_free-work-out #le_headerRegion {
}
.aurora_free-work-out #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_free-work-out #le_section-one-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_free-workout-video #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-five-area1 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_home #le_section-four-area2 {
}
.aurora_home #le_section-six-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jdfitness/gym-training.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_home #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-two-area1 {
    padding-right: 50px;
}
.aurora_meet-jd-fitness #le_section-five {
    padding-top: 30px;
}
.aurora_privacy-policy #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_private-training #le_headerRegion {
}
.aurora_private-training #le_section-one {
    padding-top: 30px;
}
.aurora_private-training #le_section-one-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_retail #le_section-one {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_schedule #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_semi-private-training #le_headerRegion {
}
.aurora_semi-private-training #le_section-one {
    padding-top: 30px;
}
.aurora_semi-private-training #le_section-one-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_services #le_section-four {
    padding-top: 30px;
}
.aurora_services #le_section-six {
    padding-top: 30px;
}
.aurora_sign-up #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_sign-up-for-updates #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_terms-and-conditions #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_testimonials #le_section-four {
    padding-top: 30px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_section-four-area2 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book #le_section-one-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_free-work-out #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_free-work-out #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_free-work-out #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_free-workout-video #le_section-one {
    }
}
@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-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-jd-fitness #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-training #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-training #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retail #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_semi-private-training #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_semi-private-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_semi-private-training #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sign-up #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sign-up-for-updates #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms-and-conditions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_testimonials #le_section-four {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_section-five-area1 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    #le_section-four-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    #le_section-six-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one-area2 {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book #le_section-one-area18 {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-one-area2 {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_free-work-out #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_free-work-out #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_free-work-out #le_section-one-area2 {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_free-workout-video #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    margin-left: 0px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-jd-fitness #le_section-five {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-training #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-training #le_section-one-area2 {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retail #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_semi-private-training #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_semi-private-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_semi-private-training #le_section-one-area2 {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-four {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-six {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sign-up #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sign-up-for-updates #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms-and-conditions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_testimonials #le_section-four {
    padding-top: 0px;
    }
}

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