@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url("//hello.myfonts.net/count/2cadf4");

:root {
    --bg-main: #000000;
    --bg-color: #97d700;
    --bg-hover: #000000;
}

body {
    margin: 0 auto;
    color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 25px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-weight: 300;
}

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

a {
	color: var(--bg-color);
	text-decoration: none;
}
a:hover {
    color: var(--bg-hover);
}
a img {
	border: 0;
}
p {
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #000000;
	font-family: 'Troia-R-Regular';
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #000000;
	font-family: 'Troia-R-Bold';
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #000000;
	font-family: 'Troia-R-Bold';
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
h4, h4 a, .title4, .title4 a {
	color: var(--bg-color);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #000000;
	font-family: 'Troia-R-Regular';
	font-size: 18px;
	line-height: 25px;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}
.Custom-E {
    font-size: 35px;
    line-height: 45px;
    padding: 0 2px;
}

/* Width Limits
----------------------------------------------------------------------------------------------------*/
.limit-width-400 {
    max-width: 400px;
    margin: auto;
}
.limit-width-500 {
    max-width: 500px;
    margin: auto;
}
.limit-width-600 {
    max-width: 600px;
    margin: auto;
}
.limit-width-650 {
    max-width: 600px;
    margin: auto;
}
.limit-width-700 {
    max-width: 700px;
    margin: auto;
}
.limit-width-800 {
    max-width: 800px;
    margin: auto;
}
.limit-width-900 {
    max-width: 900px;
    margin: auto;
}
.limit-width-975 {
    max-width: 975px;
    margin: auto;
}
@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
}
.le-edit-open .edit-view {
    display: block !important;
}

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

.le_form {
	color: var(--bg-main);
	font-family: 'Troia-R-Regular';
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: var(--bg-main);
	font-family: 'Troia-R-Regular';
	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: 'Troia-R-Regular';
	font-size: 14px;
	margin: 0;
	background-color: var(--bg-color);
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    cursor: pointer;
	background-color: var(--bg-main);
	color: #ffffff;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Troia-R-Regular';
	font-size: 14px;
	margin: 0;
	background-color: var(--bg-color);
	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: var(--bg-main);
	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 #cbcbcb;
	box-shadow: none !important;
	color: var(--bg-main);
	font-family: 'Troia-R-Regular';
	font-size: 14px;
	margin: 0;
}
.form-control {
    border:1px solid #cbcbcb;
	box-shadow: none !important;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 0 !important;
	color: #676767 !important;
	letter-spacing: .14em;
	font-weight: 300;
}
.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */
.form-control {
}

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

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

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

.le_form label {
    font-weight: normal;
}


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

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


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

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

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.le-captcha {
    margin-top: -25px !important;
}
.recaptcha-terms {
    padding: 0 !important;
}
.contactform input[type="submit"].seFormButton {
    position: absolute !important;
    margin-top: -25px !important;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 15px !important;
    background-color: var(--bg-color);
    color: #000000;
    -webkit-border-radius: 0 !important;
    -moz-border-radius:0 !important;
    border-radius: 0 !important;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background: var(--bg-color);
    border:none;
    text-shadow:none;
    text-transform: lowercase;
    font-family: 'Montserrat', sans-serif !important;
}
.le_metro_silver_button {
    background: var(--bg-color) !important;
    color: #000000 !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 15px !important;
    text-transform: lowercase !important;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    white-space: nowrap !important;
}
.le_metro_silver_button:hover {
    background: #000000 !important;
    color: #ffffff !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff !important;
    background-color:#000000;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #97d700;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #000000;
}
.se_button.button1 a, a.se_button.button1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 2px solid var(--bg-color);
    background-color: var(--bg-color);
    padding: 10px 20px 10px 20px !important;
    margin-top: 10px;
    color: var(--bg-main);
}
.se_button.button1 a, a.se_button.button1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #80b502;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.se_button.button1 a, a.se_button.button1:hover, .se_button.button1 a, a.se_button.button1:focus, .se_button.button1 a, a.se_button.button1:active {
    color: white;
}
.se_button.button1 a, a.se_button.button1:hover:before, .se_button.button1 a, a.se_button.button1:focus:before, .se_button.button1 a, a.se_button.button1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.se_button.button2 a, a.se_button.button2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 2px solid var(--bg-color);
    background-color: rgba(255,255,255,0);
    padding: 10px 20px 10px 20px !important;
    color: #ffffff;
    margin-top: 10px;
}
.se_button.button2 a, a.se_button.button2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #80b502;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.se_button.button2 a, a.se_button.button2:hover, .se_button.button2 a, a.se_button.button2:focus, .se_button.button2 a, a.se_button.button2:active {
    color: white;
}
.se_button.button2 a, a.se_button.button2:hover:before, .se_button.button2 a, a.se_button.button2:focus:before, .se_button.button2 a, a.se_button.button2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px;
    background-color: var(--bg-color);
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    background-color: var(--bg-main);
}
.CustomColor1 {
    color: #97d700;
}

/* Expand/Collapse 
----------------------------------------------------------------------------------------------------*/
.read-moreparagraph {
    margin-bottom: 25px;
}
.read-more {
    margin-bottom: 10px;
}
.read-more p {
    margin-bottom: 25px;
}
.read-more h2 {
    position: relative; 
    margin-bottom: 9px;
    font-size: 20px;
}
 .read-more h3 {
    position: relative; 
    margin-bottom: 2px;
    font-size: 18px;
 }
.read-more h2:before, .read-more h3:before {
    content: "+";
    margin-right: 10px;
    color: #97d700;
    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;
}
.read-more h2.active, .read-more h3.active {
    color: #97d700;
}
.read-more h2:hover, .read-more h3:hover {
    cursor: pointer;
    color: #87bc00;
}

/* 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: 5px 0;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
}
.padding30 {
    padding: 30px;
}
.padding20 {
    padding: 20px;
}
.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
img {
    max-width: 100%;
    height: auto;
}
.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;
}
.blacktext h1, .blacktext h2, .blacktext h3, .blacktext h4, .blacktext h5, .blacktext h6, .blacktext p, .blacktext {
    color: var(--bg-main);
}
.text-shadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,.6);
}
.black-bar {
    background-color: #000000;
    padding: 10px 30px 3px 30px;
    margin-bottom: 30px;
}
.green-bar {
    background-color: #97d700;
    padding: 10px 30px 10px 30px;
    margin-bottom: 0px;
}
.black-button a {
    padding: 8px 15px 5px 15px;
	border: 0px solid transparent;
	font-family: 'Troia-R-Regular';
	font-size: 14px;
	margin: 0;
	background-color: #000000;
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0; 
}
.black-button a:hover {
    background-color: #ffffff;
    color: #000000;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.uppertext h2 {
    color: #ffffff;
}
.arrow:after {
    content: '\f103';
    font-size: 30px;
    font-family: 'FontAwesome';
    margin: 10px 0 0 0;
    color: var(--bg-main);
    display: inline-block;
    font-weight: normal !important;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb40 { margin-bottom: 40px; }
.padding-20 {
    padding: 20px;
}
.trial-form {
    position: fixed;
    right: -15px;
    top: 200px;
}
.checklist ul { 
    padding-left:0; 
    list-style:none; 
    margin: 10px 0 0 0;
}
.checklist ul li { 
    margin-bottom: 20px; 
}
.checklist h3:before {    
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicrocontentmaster/graphics-icons/checkmark-circle.svg);
    width: 20px;
    height: 20px;
    margin: 0px 10px -23px -30px !important;
    display: block;
    position: relative;
}
.checklist h3 {
    padding-left: 30px;
}
.checkmark ul { 
    padding-left:20px; 
    list-style:none; 
}
.checkmark ul li { 
    margin-bottom:10px; 
}
.checkmark ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
}
.clock, .map-icon, .phone {
    margin: 8px 0;
}
.clock p:before {
    content: '\f017';
    font-size: 20px;
    font-family: 'FontAwesome';
    margin: 0px 10px 0 0;
    color: var(--bg-color);
    display: inline-block;
    font-weight: normal !important;
}
.addl-hours {
    margin-top: -9px;
    padding-left: 26px;
}
.map-icon p:before {
    content: '\f041';
    font-size: 20px;
    font-family: 'FontAwesome';
    margin: 0px 10px 0 0;
    color: var(--bg-color);
    display: inline-block;
    font-weight: normal !important;
}
.phone p:before {
    content: '\f095';
    font-size: 20px;
    font-family: 'FontAwesome';
    margin: 0px 10px 0 0;
    color: var(--bg-color);
    display: inline-block;
    font-weight: normal !important;
}
.event h4:before {
    content: '\f073';
    font-size: 18px;
    font-family: 'FontAwesome';
    margin: 0px 7px 0 0;
    color: var(--bg-color);
    display: inline-block;
    font-weight: normal !important;
}
.smallertext p {
    font-size: 14px;
    color: #515151;
}
.ctatext {
    margin: 15px 0 40px 0;
}
.ctatext p {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.big-feature {
    padding: 200px 30px;
}
.bigtext h2 {
    font-size: 44px;
    line-height: 50px;
}
.bigtext h4 {
    font-size: 40px;
    line-height: 45px;
}
.Custom-E {
    display: inline-flex;
    vertical-align: middle;
    margin-top: -10px;
}
.le_jqueryui_target h1 {
    color: #000 !important;
}
.le_jqueryui_target .ui-state-active a, .le_jqueryui_target .ui-state-active a:link, .le_jqueryui_target .ui-state-active a:visited {
    color: #000 !important;
}
.dark-background {
    background-color: rgba(0,0,0,.7);
    padding: 30px 20px;
    border-top: 3px solid var(--bg-color);
}

/* Perks Icon
----------------------------------------------------------------------------------------------------*/
.perk-icon {
  position: relative;
  display: block;
  margin: 0 auto;
}

/* Tooltip text */
.perk-icon .perk-text {
  visibility: hidden;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 15px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
  font-size: 12px;
  line-height: 20px;
}
.perk-icon .perk-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.perk-icon:hover .perk-text {
  visibility: visible;
  opacity: 1;
}
    
/* Pricebox
----------------------------------------------------------------------------------------------------*/

.pricebox1:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicrocontentmaster/graphics-icons/Best-Value-Ribbon.svg);
    width: 60px;
    height: auto;
    right: 10px;
    top: -5px;
    z-index: 100;
    position: absolute;
}
.pricebox1 {
    background-color: #000000;
    border: 5px solid #97d700;
    text-align: center;
    padding: 40px 20px 50px 20px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    position: relative;
}
.pricebox1:hover {
    transform: scale(1.1);
}
.pricebox1 h3 {
    color: #ffffff;
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.pricebox1 h4 {
    color: #ffffff;
    font-weight: 300 !important;
}
.pricebox1 h5 {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    background-color: var(--bg-color);
    padding: 10px;
    margin-bottom: 20px;
}
.pricebox1 h6 {
    color: #ffffff;
    margin-top: 5px;
    font-size: 55px;
    line-height: 60px;
}
.pricebox1 p {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
}
.pricebox1 a {
    display: inline-block;
    background-color: var(--bg-color);
    color: #000000;
    padding: 6px 20px;
    margin-top: 10px;
}
.pricebox1 a:hover {
    background-color: #ffffff;
    color: var(--bg-main);
}
.pricebox {
    background-color: #ffffff;
    border: 5px solid #97d700;
    text-align: center;
    padding: 35px 20px 50px 20px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
}
.pricebox:hover {
  transform: scale(1.1);
  overflow: hidden !important;
}
.pricebox h3 {
    color: var(--bg-main);
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.pricebox h4 {
    color: var(--bg-main);
    font-weight: 300 !important;
}
.pricebox h6, .pricebox-black h6 {
    margin-top: 5px;
    font-size: 55px;
    line-height: 65px;
}
.pricebox p {
    font-size: 14px;
    line-height: 25px;
}
.pricebox a {
    display: inline-block;
    background-color: #97d700;
    color: #000000;
    padding: 6px 20px;
    margin-top: 10px;
}
.pricebox a:hover {
    background-color: #000000;
    color: #ffffff;
}
.pricebox2:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicrocontentmaster/graphics-icons/Best-Value-Ribbon.svg);
    width: 60px;
    height: auto;
    right: 10px;
    top: -5px;
    z-index: 100;
    position: absolute;
}
.pricebox2 {
    background-color: #000000;
    border: 5px solid #97d700;
    text-align: center;
    padding: 40px 20px 50px 20px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    position: relative;
}
.pricebox2:hover {
    transform: scale(1.1);
}
.pricebox2 h3 {
    color: #ffffff;
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.pricebox2 h4 {
    color: #ffffff;
    font-weight: 300 !important;
}
.pricebox2 h5 {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    background-color: var(--bg-color);
    padding: 10px;
    margin-bottom: 20px;
}
.pricebox2 h6 {
    color: #ffffff;
    margin-top: 5px;
    font-size: 55px;
    line-height: 60px;
}
.pricebox2 p {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
}
.pricebox2 a {
    display: inline-block;
    background-color: var(--bg-color);
    color: #000000;
    padding: 6px 20px;
    margin-top: 10px;
}
.pricebox2 a:hover {
    background-color: #ffffff;
    color: var(--bg-main);
}


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

.FooterMenu {
    display: block;
}
.FooterMenu ul {
    margin: 0;
    padding: 0;
}
.FooterMenu li {
	position: relative;
    list-style-type: none;
    text-decoration: 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 {
    display: block;
    position: relative;
    font-family: 'Troia-R-Regular';
    margin: 10px 30px 10px 30px;
    font-size: 20px;
    color: #c1c6c8;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.FooterMenu li.le_menuitem_level_0 a:hover {
    color: #ffffff;
}

/* Prospect Form
----------------------------------------------------------------------------------------------------*/

/*.free-trial-form #email_opt_in, .free-trial-form .email_opt, .free-trial-form #promo_opt_in, .free-trial-form #address, .free-trial-form #city, .free-trial-form #country_row, .free-trial-form #state_row, .free-trial-form #zip_row, .free-trial-form .lbl_referred_by, .free-trial-form .mb_prospect_required select, .free-trial-form #comment_area {*/
/*    display: none !important;*/
/*}*/
#le_mb_prospect #email_opt_in, #le_mb_prospect .email_opt, #le_mb_prospect #promo_opt_in, #le_mb_prospect #address, #le_mb_prospect #city, #le_mb_prospect #country_row, #le_mb_prospect #state_row, #le_mb_prospect #zip_row, #le_mb_prospect .lbl_referred_by, #le_mb_prospect .mb_prospect_required select, #le_mb_prospect #comment_area {
    display: none !important;
}
.mb_prospect_required #email_opt_in, .mb_prospect_required .email_opt, .mb_prospect_required #promo_opt_in, .mb_prospect_required #address, .mb_prospect_required #city, .mb_prospect_required #country_row, .mb_prospect_required #state_row, .mb_prospect_required #zip_row, .mb_prospect_required .lbl_referred_by, .mb_prospect_required select, .mb_prospect_custom #comment_area {
    display: none !important;
}
.mb_prospect_required label {
    text-align: left !important;
}

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

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3, #new_clients h3 {
    text-decoration: none;
    line-height: 1;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    color: var(--bg-main);
    vertical-align: bottom;
    transition: color .3s ease-out;
}
#existing_clients h3::before, #new_clients h3::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 5px;
    transform: translateY(calc(100% - 11px));
    width: 100%;
    height: 100%;
    background: var(--bg-color);
    transition: transform .25s ease-out;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 225px !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: 0 !important;
    margin-top: 10px !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input #SMSOptIn {
    margin-bottom: 20px !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: var(--bg-color) !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: var(--bg-color) !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
    }
    #mb_login_question input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #login_form {
        margin-bottom: 40px !important;
    }
    #le_mb_loginsignup h2 {
        font-size: 18px !important;
    }
    #login_submit {
        width: 100px !important;
    }
    .seFormButton, .wrapper input[type="submit"].seFormButton {
        padding: 12px 15px !important;
    }
    #login_form .seFormButton, .wrapper input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
}
.ui-tabs .ui-tabs-nav li a {
    line-height: 30px !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: rgba(255,255,255,0) !important;
}
.formInputRow label, .formButtonRow label {
    text-align: left !important;
    width: 100% !important;
}
.lbl_billing_exp_date {
    margin-bottom: 10px !important;
}
.reset_label {
    text-align: left !important;
    width: 100% !important;
    padding: 15px 0 0 0 !important;
}
.reset_message {
    padding: 10px 0 !important;
}

/* Mindbody Schedule
----------------------------------------------------------------------------------------------------*/

.homeschedule .mb_listview_date {
    display: none !important;
}
.homeschedule .tiny {
    display: none !important;
}
#le_mb_list_schedule {
    padding: 0 !important;
    width: 100% !important;
}
.mb_listview_date {
    font-size: 28px !important;
}
#date_filter {
    border: 1px solid #6856AC !important;
    height: 30px !important;
    padding: 5px !important;
    width: 100px !important;
}
.schedule_filters {
    width: 118% !important;
}
.schedule_filters .selects {
    background-color: var(--bg-color);
    height: 30px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}
.date_filter_div {
    color: #6856AC !important;
    text-transform: uppercase !important;
}
#link_for_print a {
    background-color: var(--bg-color);
    color: #000000 !important;
    text-transform: uppercase !important;
    padding: 5px 10px !important;
    margin-left: 5px !important;
    display: inline-block !important;
}
#link_for_print a:hover {
    text-decoration: none !important;
    background-color: var(--bg-hover);
}
.master_date {
    border-bottom: 0px solid #ffffff !important;
}
.title_class {
    padding-left: 5% !important;
}
.title_staff {
    padding-left: 6% !important;
}
.wrapper #le_mb_list_schedule .master_date {
    background-color: #000;
    color: #ffffff;
    padding: 10px 0 !important;
    height: 45px !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #f7f7f7 !important;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
#le_mb_list_schedule tr:hover {
    border-left: 5px solid var(--bg-color) !important;
}
@media (min-width: 768px) {
    .dropdowns {
        width: 16% !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) { 
    .wrapper #le_mb_list_schedule .master_date {
        font-size: 16px !important;
    }
}
.schedule_date_range {
    text-transform: uppercase !important;
    line-height: 35px !important;
}
.mb_schedule {
    margin-top: -40px !important;
}
.row_staff {
    padding-left: 0 !important;
}
.row_class {
    padding-left: 2.5% !important;
}
.row_class a {
    color: #000000 !important;
}
.row_class a:hover {
    color: var(--bg-color) !important;
}
.trainer_name a {
    color: #000000 !important;
}
.trainer_name a:hover {
    color: var(--bg-color) !important;
}
.mb_mobile_classname a {
    color: var(--bg-color) !important;
}
#back_sched {
    color: #000000 !important;
}
#forward_sched {
    color: #000000 !important;
}
.tiny {
    margin-top: 5px !important;
}
.row_date, .row_class, .row_staff, .row_button {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.row_button .le_metro_silver_button {
    margin: 20px 0 !important;
}

/* MB Mobile Schedule
----------------------------------------------------------------------------------------------------*/
.homeschedule .schedule_date_range {
    display: none !important;
}
.mobile_locname {
    display: none !important;
}
.mb_mobilebar {
    background-color: #ffffff !important;
    background: #ffffff !important;
    padding: 0 !important;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}
.mb_mobilebar:nth-of-type(odd) {
    background-color: #f7f7f7 !important;
}
.mb_mobilebar_schedulebar_time {
    width: 100% !important;
    padding: 15px 0 5px 20px !important;
}
.mb_mobilebar_schedulebar_classname {
    width: 100% !important;
    padding: 0 10px 0 20px !important;
}
.mb_mobile_classname a {
    color: var(--bg-main) !important;
}
.mb_mobilebar_schedulebar_button {
    float: left !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
@media (max-width: 767px) {
    .title_date  {
        background-color: var(--bg-color) !important;
        height: 35px !important;
        text-transform: uppercase !important;
        color: #000000 !important;
        width: 100% !important;
        padding: 5px 10px !important;
        margin: 10px 0 !important;
    }
}

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

#le_mb_class_page .staff_side {
    width: 45%;
}
#le_mb_class_page h2 {
    text-decoration: none;
    line-height: 1;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    color: var(--bg-main);
    vertical-align: bottom;
    transition: color .3s ease-out;
}
#le_mb_class_page h2::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 5px;
    transform: translateY(calc(100% - 11px));
    width: 100%;
    height: 100%;
    background: var(--bg-color);
    transition: transform .25s ease-out;
}
.staff_bio_cutoff {
    height: 50px !important;
}
#class_info h4 {
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
#class_info {
    border: 0 !important;
    padding: 15px !important;
}
.class_list tr:nth-of-type(odd) {
    background-color: #eeeeee;
}
.staff_side .staff_info {
    background-color: #eeeeee;
    margin-bottom: 20px;
    padding: 20px;
}
.staff_side .taught_by {
    text-transform: uppercase !important;
    font-size: 20px !important;
    display: block !important;
    margin-bottom: 20px !important;
}
.staff_side .morelink {
    background-color: var(--bg-color) !important;
    color: var(--bg-main) !important;
    text-decoration: none !important;
    padding: 5px 15px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    border-radius: 3px 3px 3px 3px !important;
    margin-top: 10px !important;
}
@media (max-width: 768px) {
    #le_mb_class_page .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;
    }
}
.locationTop{
    float: right;
    right: 0;
    display: none;
    text-align: right;
    color: #fff;
    background: #000;
    padding: 14px 21px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.locationBottom{
    color: #fff;
    text-align: center;
    font-size: 14px;
}

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

.se_siteBranding {
    padding: 0;
}
.se_siteBranding img {
    max-width: 300px;
    height: auto;
}

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

.wrapper {
	width: 100%;
	position: relative;
}
.le_mb_wrapper {
    max-width: 100% !important;
}
.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.container {
    padding: 0 25px;
}
.aurora_memberships .green-bar {
    display: none;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header-wrap {
    width: 100%;
    padding: 20px 0 5px 0;
    z-index: 1;
}

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

.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0;
    text-transform: uppercase;
    background: transparent !important;
    margin-top: 4px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 15px;
    font-size: 30px;
    color: #000000;
}
.OpenMobileMenu .navicon:after {
    color: #000000;
    content: '\f00d';
    font-size: 30px;
    font-family: 'FontAwesome';
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}

/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 2000;
    overflow-x: none;
    overflow-y: auto;
    background: #000000;
}
.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    padding: 20px 0 20px 50px;
    top:55px;
    left:0;
    opacity: 1;
}
.le-logged-in.OpenMobileMenu .primary-mobile-menu {
    top: 90px;
}
.OpenMobileMenu .mobile-menu-cap {
    position:fixed;
    z-index:1000;
    width:100%;
    height:60px;
    top:0;
    left:25px;
    background-color: #000000;
    background: #000000;
}
.le-logged-in.OpenMobileMenu .mobile-menu-cap {
    height: 90px;
}
@media (min-width: 767px) { 
    .mobile-menu-cap {
        display: none;
    }
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: 14px 0 14px 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1em;
	text-decoration: none;
    word-break:break-word;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: var(--bg-color);
}
.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
	margin-left: -10px !important;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px;
	margin-left:12px;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: var(--bg-color);
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 5px;
	margin-left:20px;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: var(--bg-color);
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:before {
    display:inline-block;
    position: relative;
    right: 20px;
    top: 0;
    content: "+";
    color: var(--bg-color);
	height: 0;
	width: 0;
	font-size: 20px;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:before {
    content:"-";
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.mobile-bar {
    background-color: var(--bg-color);
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.mobile-bar:before {
    content: '\f041';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #000000;
    display: inline-block;
    margin: 0 10px 0 0 !important;
    text-transform: uppercase;
    left: 0;
    z-index: 0;
    position: relative;
}

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

.footer-top {
    background-color: #3f3f3f;
    padding: 30px 0;
}
.footer-top p {
    color: #ffffff;
    font-size: 14px;
}
.footer-top p a {
    color: #ffffff;
}
.footer-top p a:hover {
    color: var(--bg-color);
}
.footer {
    background-color: #000000;
    padding: 35px 30px 10px 30px !important;
}
.footer p {
    color: #c1c6c8;
    font-size: 14px;
}
.footer p a {
    color: #c1c6c8;
}
.footer p a:hover {
    color: var(--bg-color);
}
.se_social {
    text-align:center;
    margin: 0 auto 9px auto;
}
.se_social a {
    color: var(--bg-color) !important;
    margin: 0 10px;
    font-size: 28px;
}
.se_social a:hover {
    color: #ffffff !important;
}
.footer_social {
    text-align:right;
}
.footer_social a {
    color: #c1c6c8 !important;
    margin: 0 10px;
    font-size: 28px;
}
.footer_social a:hover {
    color: var(--bg-color) !important;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */

@media (max-width: 767px) {
    .blog_post_listing_sidebar {
        width: 100% !important;
    }
    #blog_sidebar {
        float: none !important;
        width: 100% !important;
    }
    #blog_sidebar_tag_cloud {
        text-align: center !important;
    }
    .blog_sidebar_tag {
        display: block !important;
        text-align: center !important;
    }
    .feature_blog_image, .feature_blog_image img {
        width: 100% !important;
        height: auto !important;
    }
    .Custom-E {
        margin-top: -5px;
    }
    .ctatext .Custom-E {
        line-height: 28px !important;
        font-size: 14px !important;
        margin-top: -4px;
    }
    h2 .Custom-E {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-top: -5px;
    }
    .bigtext h2 .Custom-E {
        font-size: 20px !important;
        line-height: 35px !important;
        margin-top: -7px;
    }
    .bigtext h4 .Custom-E {
        font-size: 20px !important;
        line-height: 40px !important;
    }
    .big-feature {
        padding: 100px 0 !important;
    }
    .bigtext h2, .bigtext h4 {
        font-size: 30px;
        line-height: 40px;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .Custom-E {
        font-size: 17px !important;
        line-height: 25px !important;
    }
    .trial-form {
        width: 175px;
        height: auto;
    }
    .pricebox {
        padding: 30px 20px 30px 20px;
    }
    .pricebox1 {
        padding: 70px 20px 50px 20px;
    }
    .title-blog {
        display: none !important;
    }
    #recentBlogPosts {
        display: none !important;
    }
    .blog_sidebar_tag {
        display: block;
    }
    .footer_social {
        text-align: center !important;
        margin-top: 10px;
    }
    .se_siteBranding {
        padding: 10px 20px 0 20px;
    }
    .mobile-menu a {
        background-color: var(--bg-color);
        color: var(--bg-main) !important;
        padding: 12px 20px !important;
        margin-left: -50px !important;
        font-size: 14px !important;
        display: inline-block !important;
        margin-bottom: 15px !important;
        font-weight: 700 !important;
    }
    .desktop-break {
        display: none;
    }
    .desktop-only {
        display: none;
    }
    .uppertext {
        right: 10%;
        left: 10%;
        background-color: #000;
        padding: 40px 20px 30px 20px;
        text-align: center;
        margin-top: -7px;
    }
    .uppertext h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .uppertext .se_button.button1 a, .uppertext a.se_button.button1, .uppertext .se_button.button2 a, .uppertext a.se_button.button2 {
        font-size: 12px !important;
        padding: 10px 10px 10px 10px !important;
    }
    h1, h2, h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .underline a, .underline h1, .underline h2, .underline h3, .underline h4 {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,cadaee+50,cadaee+100 */
        background: #97d700; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #97d700 50%, #97d700 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#97d700 50%,#97d700 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#97d700 50%,#c97d700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background-image: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#97d700 50%,#c97d700 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#97d700',GradientType=0 ); /* IE6-9 */
        display: inline-block;
    }
    .mobile-tabs img {
        width: 20px !important;
        height: auto;
    }
    .overlay {
        background: #f3f3f3;
        padding: 30px 25px;
        text-align: center;
    }
    .FooterMenu {
        text-align: center;
        margin-bottom: 25px;
    }
    .FooterMenu li.le_menuitem_level_0 a {
        font-size: 14px;
        margin: 0px 10px 0px 10px;
    }
    .footer {
        text-align: center;
    }
    .footer p {
        font-size: 12px;
    }
    .left-textbox, .right-textbox {
        padding: 50px 25px;
    }
    .pricebox2 {
        padding: 70px 20px 50px 20px;
    }
    .titleblock h2 {
        font-size: 40px;
        line-height: 45px;
    }
}
@media (max-width: 768px) {
    .header-wrap {
        position: relative;
        padding: 0 !important;
    }
}

@media all and (max-width: 767px) {
    .mobile-left {
        text-align: left;
    }
    .mobile-right {
        text-align: right;
    }
    .mobile-center {
        text-align: center;
    }
    .mobile-hidden {
        display: none;
    }
}

@media (min-width: 768px) {
    .ctatext .Custom-E {
        line-height: 28px;
        font-size: 14px;
        margin-top: -5px;
    }
    h2 .Custom-E {
        font-size: 21px !important;
        line-height: 30px !important;
        margin-top: -5px;
    }
    .bigtext h2 .Custom-E {
        font-size: 30px !important;
        line-height: 42px !important;
        margin-top: -10px;
    }
    .bigtext h4 .Custom-E {
        font-size: 26px !important;
        line-height: 45px !important;
        margin-top: -8px;
    }
    .feature_blog_image {
        max-width: 290px;
        max-height: 150px;
        overflow: hidden;
    }
    .pricebox {
        padding: 65px 20px 50px 20px;
    }
    .pricebox1 {
        padding: 70px 20px 50px 20px;
    }
    #recentBlogPosts {
        width: 25% !important;
        float: left !important;
        margin-top: 15px !important;
    }
    #recentPosts {
        width: 25% !important;;
        float: left !important;
    }
    #blog_post {
        width: 75%;
        float: left !important;
        padding-right: 100px;
    }
    .blog_post_listing_sidebar {
        width: 75% !important;
    }
    #blog_sidebar {
        width: 25% !important;
    }
    .blog_post_listing_sidebar {
        display: grid;
        grid-template-columns: 45% 45%;
        grid-gap: 30px;
    }
    .mobile-bar { 
        display: none;
    }
    .se_siteBranding {
        padding-left: 30px;
    }
    .mobile-menu {
        display: none !important;
    }
    .FooterMenu {
        padding-bottom: 15px;
    }
    .FooterMenu li.le_menuitem_level_0 a:first-of-type {
        margin-left: 0 !important;
    }
    .testimonial-box .bx-pager.bx-default-pager a {
        width: 75px !important;
    }
    .uppertext {
        position: absolute;
        left: 10%;
        text-align: center;
    }
    .uppertext h2 {
        font-size: 55px;
        line-height: 60px;
    }
    .underline a {
       text-decoration: none;
       line-height: 1;
       position: relative;
       z-index: 0;
       display: inline-block;
       padding: 0px 10px 0px 10px;
       overflow: hidden;
       color: var(--bg-main);
       vertical-align: bottom;
       transition: color .3s ease-out;
    }
    .underline a::before {
       content: "";
       position: absolute;
       z-index: -1;
       top: 0;
       left: 0;
       bottom: 5px;
       transform: translateY(calc(100% - 11px));
       width: 100%;
       height: 100%;
       background: var(--bg-color);
       transition: transform .25s ease-out;
    }
    .underline a:hover { 
       color: var(--bg-main);
    }
    .underline a:hover::before {
       transform: translateY(0);
       transition: transform .25s ease-out;
    }
    .underline h1, .underline h2, .underline h3, .underline h4 {
       text-decoration: none;
       line-height: 1;
       position: relative;
       z-index: 0;
       display: inline-block;
       padding: 0;
       overflow: hidden;
       color: var(--bg-main);
       vertical-align: bottom;
       transition: color .3s ease-out;
    }
    .underline h1::before, .underline h2::before {
       content: "";
       position: absolute;
       z-index: -1;
       top: 0;
       left: 0;
       bottom: 5px;
       transform: translateY(calc(100% - 11px));
       width: 100%;
       height: 100%;
       background: var(--bg-color);
       transition: transform .25s ease-out;
    }
    .underline h4::before {
       content: "";
       position: absolute;
       z-index: -1;
       top: 0;
       left: 0;
       bottom: 5px;
       transform: translateY(calc(100% - 7px));
       width: 100%;
       height: 100%;
       background: var(--bg-color);
       transition: transform .25s ease-out;
    }
    .uppertext {
        top: 20%;
    }
    .left-textbox {
        padding: 0px 50px 75px 50px;
    }
    .right-textbox {
        padding: 75px 50px 0 50px;
    }
    .header-wrap {
        padding: 10px 0 0 0;
    }
    .desktop-hidden {
        display: none;
    }
    .pricebox2 {
        margin-top: -20px;
        padding: 90px 20px 70px 20px;
    }
    .titleblock h2 {
        font-size: 100px;
        line-height: 110px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .se_siteBranding img {
        padding-top: 7px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .mobile-break { display: none; }
    .pricebox {
        padding: 35px 20px 50px 20px;
    }
    .pricebox1 {
        padding: 40px 20px 50px 20px;
    }
    .pricebox2 {
        padding: 60px 20px 70px 20px;
    }
    .blog_post_listing_sidebar {
        display: grid;
        grid-template-columns: 30% 30% 30%;
        grid-gap: 30px;
    }
    .navicon {
        display: none;
    }
    .locationTop{
        display: inline-block;
        float: right;
        margin-top: -7px;
    }
    .MainMenu{
        text-align: right;
        float: right;
        display: inline-block;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	position: relative;
	    list-style-type: none;
	    text-decoration: 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: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        overflow: hidden;
        font-family: 'Troia-R-Regular';
        margin: 7px 10px 0px 10px;
        font-size: 12px;
        color: #000000;
        line-height: 30px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
    }
    .MainMenu li.le_menuitem_level_0 a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        line-height: 30px;
        background: var(--bg-color);
        height: 2px;
        -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;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: var(--bg-color);
    }
    .MainMenu li.le_menuitem_level_0 a:hover:before, .MainMenu li.le_menuitem_level_0 a:focus:before, .MainMenu li.le_menuitem_level_0 a:active:before {
        left: 30%;
        right: 30%;
    }
    .Menu1 li.le_menuitem_level_0 a:before {
        height: 0 !important;
        background: rgba(255,255,255,0) !important;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        width: 250px !important;
        padding: 0;
        z-index: 1;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	display: none;
        margin: 0;
    	background: rgba(0,0,0,0.75);
    	text-align: left;
    	border-top: 2px solid var(--bg-color);
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 5px 10px !important;
    	margin: 0 !important;
    	color: #ffffff;
        font-family: 'Troia-R-Regular';
    	font-size: 12px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 200px;
    	-webkit-transition: all .1s ease !important;
        -moz-transition: all .1s ease !important;
	    transition: all .1s ease !important;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	background-color: var(--bg-color);
    	color: #ffffff;
    	-webkit-transition: all .1s ease !important;
        -moz-transition: all .1s ease !important;
	    transition: all .1s ease !important;
    }
    .MainMenu li.le_menuitem_level_1 a:before {
        height: 0 !important;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left: 100%;
    	margin-top: -40px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	border: 1px solid #e9eaea;
    	background-color: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        display: block;
    }
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .uppertext h2 {
        font-size: 65px;
        line-height: 75px;
    }
    .extra-padding {
        padding: 0 100px;
    }
    .left-textbox {
        padding: 0 50px 0 50px;
    }
    .right-textbox {
        padding: 0 100px 0 50px;
    }
    .header-wrap {
        padding: 10px 0 5px 0;
    }
    .FooterMenu li.le_menuitem_level_0 a {
        font-size: 16px;
    }
    .feature_blog_image {
        max-width: 240px;
        max-height: 120px;
        overflow: hidden;
    }
    .titleblock h2 {
        font-size: 125px;
        line-height: 135px;
    }
    .blog-text h2 {
        font-size: 14px !important;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .blog-text h2 {
        font-size: 18px !important;
    }
    .left-textbox {
        padding: 0 50px 0 100px;
    }
    .uppertext {
        bottom: 20%;
    }
    .locationTop{
        display: inline-block;
        float: right;
        margin-top: -7px;
    }
    .MainMenu{
        text-align: right;
        float: right;
    }
    .MainMenu li.le_menuitem_level_0 a {
        margin: 7px 12px 0px 12px;
        font-size: 13px;
    }
    .header-wrap {
        padding: 20px 0 5px 0;
    }
    .FooterMenu li.le_menuitem_level_0 a {
        font-size: 20px;
    }
    .feature_blog_image {
        max-width: 230px;
        max-height: 140px;
        overflow: hidden;
    }
}
@media (min-width: 1400px) {
    .MainMenu li.le_menuitem_level_0 a {
        margin: 7px 15px 0px 15px;
        font-size: 14px;
    }
}

/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
}
  
/* Blog
----------------------------------------------------------------------------------------------------*/
.blog-text h2 {
    font-size: 18px;
    line-height: 25px;
}
.blog_post_content img {
    padding: 15px 0;
}
.blog_post_content h3 {
    line-height: 35px;
}
.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
}
.feature_blog_text {
    height: 70px;
    overflow: hidden;
}
.feature_blog_image {
    float: left !important;
    margin: 0 0 5px 0;
}
.feature_blog_image img {
    width: 100%;
}
.blog_post_listing_title_link {
    font-size: 17px !important;
    color: var(--bg-main);
}
.blog_post_listing h1 {
    line-height: 20px !important;
    margin-bottom: 0px !important;
    color: var(--bg-main);
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    background-color: var(--bg-color);
    color: var(--bg-main);
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin-top: 10px;
}
.read_more_div a:hover {
    background-color: var(--bg-main);
    color: #ffffff;
}
.a.read_more_link {
    display: table !important;
}
a.read_more_link {
    display: table;
    background-color: var(--bg-color);
    color: var(--bg-main);
    padding: 7px 10px;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.read_more_link:hover {
    background-color: var(--bg-main);
    color: #ffffff;
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.blog_post_tag_header, .blog_post_footer_section_label {
    font-size: 14px;
    font-weight: bold;
}
.blog_post_comments_header {
    font-size: 18px;
}    
.blog_sidebar_tag {
    padding: 5px 10px;
    font-size: 12px;
    color: #504f4f !important;
    background-color: #edeaea;
    text-transform: uppercase !important;
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
}
.blog_sidebar_tag:hover {
    background-color: var(--bg-color) !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
}
.feature_blog_text {
    margin-left: 0 !important;
    color: var(--bg-main) !important;
}
.blog_post_listing_tag a {
    color: var(--bg-main) !important;
}
.blog_post_listing_tag a:hover {
    color: var(--bg-color) !important;
}
#recentPodcasts {
    margin: 10px 0 25px 0 !important;
    width: 25%;
    float: left !important;
}
.recentPost a {
    color: #504f4f !important;
    background-color: #edeaea;
    display: block;
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.recentPost a:hover {
    background-color: var(--bg-color) !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#blog_sidebar_tag_cloud {
    margin: 10px 0 40px 0 !important;
}
#blog_sidebar_tag_cloud:before {
    content: "CATEGORIES";
    font-size: 22px;
    color: var(--bg-main);
    line-height: 40px;
    width: 100% !important;
    display: block !important;
}
#blog_post_permalink a, .blog_post_tag a {
    color: #000;
}
#blog_post_permalink a:hover, .blog_post_tag a:hover {
    color: var(--bg-color);
}
#blog_post_permalink {
    overflow: scroll !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;*/
/*    left: 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: 40px !important;
}
.le-edit-open .request-trial {
    position: relative !important;
    right: 0 !important;
}
.le-edit-open .header-wrap {
    position: relative !important;
    z-index: 1 !important;
}
.le-edit-open .mobile-bar { 
    display: block !important;
}
.le-edit-open .hide {
    display: block !important;
}
.mb_le_staff_lastname {
    display: none;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicroclonemasternew/SPENGA-upper-body-strength-workout.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_about #le_section-two {
    margin-top: 75px;
    margin-bottom: 50px;
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicroclonemasternew/SPENGA-Mokena-lobby.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_contact #le_section-two {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_faq #le_section-four {
    margin-top: 100px;
    margin-bottom: 75px;
}
.aurora_faq #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengachapelhill/spenga-cardio-workout-overlay.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_faq #le_section-three {
    margin-top: 75px;
}
.aurora_faq #le_section-two {
    margin-top: 75px;
}
.aurora_free-trial #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicroclonemasternew/gray-geo-pattern.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_left-content {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicrositemaster/pop-up-pic.png);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
}
.aurora_home #le_right-content {
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_home #le_section-eight-area1 {
    background-color: rgb(0, 0, 0);
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 3px;
    padding-left: 30px;
}
.aurora_home #le_section-four {
    padding-bottom: 100px;
}
.aurora_home #le_section-nine {
    margin-top: 100px;
    margin-bottom: 75px;
}
.aurora_home #le_section-nine-area1 {
    border-style: solid;
    border-color: rgb(244, 242, 242);
    border-width: 2px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_home #le_section-nine-area2 {
    border-style: solid;
    border-color: rgb(244, 242, 242);
    border-width: 2px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_home #le_section-nine-area3 {
    border-style: solid;
    border-color: rgb(244, 242, 242);
    border-width: 2px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_home #le_section-nine-area4 {
    border-style: solid;
    border-color: rgb(244, 242, 242);
    border-width: 2px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_home #le_section-nine-area6 {
    margin-bottom: 40px;
}
.aurora_home #le_section-seven-area1 {
    background-color: rgb(0, 0, 0);
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 3px;
    padding-left: 30px;
}
.aurora_home #le_section-three {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_home #le_section-two {
    padding-top: 75px;
}
.aurora_home #le_section-two-area3 {
    margin-top: 100px;
}
.aurora_home-old #le_section-four {
    padding-bottom: 100px;
}
.aurora_home-old #le_section-six {
    padding-bottom: 75px;
}
.aurora_home-old #le_section-six-area1 {
    border-style: solid;
    border-color: rgb(244, 242, 242);
    border-width: 2px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_home-old #le_section-six-area2 {
    border-style: solid;
    border-color: rgb(244, 242, 242);
    border-width: 2px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_home-old #le_section-six-area3 {
    border-style: solid;
    border-color: rgb(244, 242, 242);
    border-width: 2px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_home-old #le_section-six-area4 {
    border-style: solid;
    border-color: rgb(244, 242, 242);
    border-width: 2px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_home-old #le_section-three {
    padding-top: 100px;
    padding-bottom: 150px;
}
.aurora_home-old #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_intro-offer #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengachapelhill/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer #le_section-one-area2 {
}
.aurora_intro-offer-fitness #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengachapelhill/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-fitness #le_section-one-area2 {
}
.aurora_intro-offer-holiday #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengachapelhill/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-holiday #le_section-one-area2 {
}
.aurora_intro-offer-spin #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengachapelhill/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-spin #le_section-one-area2 {
}
.aurora_intro-offer-strength #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengachapelhill/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-strength #le_section-one-area2 {
}
.aurora_intro-offer-workout #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengachapelhill/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-workout #le_section-one-area2 {
}
.aurora_intro-offer-yoga #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengachapelhill/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-yoga #le_section-one-area2 {
}
.aurora_learn-more #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicroclonemasternew/gray-geo-pattern.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_memberships #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_memberships #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicroclonemasternew/SPENGA-strength-arm-workout.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_memberships #le_section-three {
    background-color: rgb(0, 0, 0);
    margin-top: -85px;
    padding-top: 100px;
}
.aurora_memberships #le_section-three-area13 {
    background-color: rgb(151, 215, 0);
    margin-top: 25px;
    padding-top: 25px;
}
.aurora_memberships #le_section-two {
    padding-top: 75px;
}
.aurora_redeem-your-trial-offer #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicroclonemasternew/gray-geo-pattern.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicroclonemasternew/SPENGA-spin-session.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_thank-you #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicroclonemasternew/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_why-it-werks #le_section-five {
    margin-bottom: 40px;
}
.aurora_why-it-werks #le_section-five-area1-2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicrocontentmaster/yoga-class-at-spenga.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-bottom: 60px;
    padding-top: 200px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_why-it-werks #le_section-four {
    margin-bottom: 60px;
}
.aurora_why-it-werks #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicrocontentmaster/all-the-burn-strength.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    margin-bottom: 60px;
    padding-top: 200px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_why-it-werks #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicrocontentmaster/SPENGA-Spin-studio.jpg);
    background-size: contain;
    background-position: center center;
}
.aurora_why-it-werks #le_section-three {
    margin-bottom: 60px;
}
.aurora_why-it-werks #le_section-three-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengamicrocontentmaster/crush-calories.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-bottom: 60px;
    padding-top: 200px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_why-it-werks #le_section-two {
    padding-top: 60px;
    padding-bottom: 75px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_free-trial #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_left-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_right-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-six-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-fitness #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-fitness #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-holiday #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-holiday #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-spin #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-spin #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-strength #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-strength #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-workout #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-workout #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-yoga #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-yoga #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_learn-more #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-three-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_redeem-your-trial-offer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-five-area1-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_free-trial #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_left-content {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_right-content {
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area3 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-six-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-fitness #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-fitness #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-holiday #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-holiday #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-spin #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-spin #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-strength #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-strength #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-workout #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-workout #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-yoga #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-yoga #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_learn-more #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-three-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_redeem-your-trial-offer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-five-area1-2 {
    background-attachment: scroll;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-four-area1 {
    background-attachment: scroll;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-three-area1 {
    background-attachment: scroll;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-two {
    }
}

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