@import url('https://fonts.googleapis.com/css?family=Anton|Noto+Sans:400,700&display=swap');

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

:root {
    --bg-main: #000000;
    --bg-color: #c41230;
    --bg-hover: #a30f28;
}

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

/* 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: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: var(--bg-main);
	font-family: 'Anton', sans-serif;
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h2, h2 a, .title2, .title2 a {
	color: var(--bg-main);
	font-family: 'Anton', sans-serif;
	font-size: 36px;
    line-height: 40px;
	font-weight: 400;
	margin: 0 0 5px 0;
	
}
h3, h3 a, .title3, .title3 a {
	color: var(--bg-main);
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h4, h4 a, .title4, .title4 a {
	color: var(--bg-main);
	font-family: 'Anton', sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
h5, h5 a, .title5, .title5 a {
	color: var(--bg-main);
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: var(--bg-main);
	font-family: 'Anton', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

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

.le_form {
	color: var(--bg-main);
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: var(--bg-main);
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Noto Sans', sans-serif;
	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;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    cursor: pointer;
	background-color: var(--bg-hover);
	color: #ffffff;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Noto Sans', sans-serif;
	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-hover);
	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 #afaeae;
	box-shadow: none !important;
	color: #323232;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.form-group {
    margin: 15px 0 0 0 !important;
}
.form-group .seFormButton {
    margin-top: -20px !important;
    position: absolute;
}
.form-control {
    border:1px solid #bcbcbb;
	box-shadow: none !important;
	padding: 5px 10px;
	background-color: #fff;
	height: 40px !important;
	border-radius: 0 !important;
	border:1px solid #afaeae;
	color: #676767 !important;
	letter-spacing: .14em;
	font-weight: 300;
}
.wrapper textarea {
    padding: 10px 10px;
    height: 80px !important;
}

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

.le_form label {
    font-weight: normal;
}


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

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


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

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

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

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 25px !important;
    background-color: var(--bg-color);
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#f06f4e;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: color: var(--bg-color);
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 5px 20px !important;
    text-transform: uppercase !important;
}
.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: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: var(--bg-color);
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: var(--bg-hover);
}
.se_button.button1 {
  display: inline-block;
  position: relative;
  padding: 12px 18px;
  cursor: pointer;
  background-color: var(--bg-color) !important;
  color: white;
  z-index: 0;
  margin-top: 10px;
}
.se_button.button1:before {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-hover) !important;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  transition: width .3s ease-out;
  z-index: -1;
}

.se_button.button1:hover:before {
  width: 100%;
}
.se_button.button2 a, a.se_button.button2 {
    padding: 10px 18px !important;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: rgba(255,255,255,0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 15px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background: rgba(255,255,255,1);
    color: var(--bg-main);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.se_button3 {
    display: inline-block;
    background-color: #000000;
    color: #ffffff !important;
    padding: 8px 20px !important;
    margin-top: 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.se_button3:hover {
    background-color: var(--bg-main);
    color: #ffffff !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
    font-size: 18px;
    background-color: var(--bg-color);
    margin-bottom: 10px;
}
.se_button.fullwidthButton a:hover, a:hover.se_button.fullwidthButton {
    background-color: var(--bg-main);
}
.se_button.largeButton a, a.se_button.largeButton {
    background-color: #ffffff;
    padding: 10px 20px !important;
    margin-top: 15px;
    color: var(--bg-color) !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.se_button.largeButton a:hover, a:hover.se_button.largeButton {
    background-color: var(--bg-main);
    color: #ffffff !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.bigbutton a {
    background-color: var(--bg-color);
    color: #ffffff;
    padding: 15px 35px;
    display: inline-block;
    font-size: 20px;
}
.bigbutton a:hover {
    background-color: var(--bg-main);
}
.graybutton a {
    background-color: #494949;
    color: #ffffff;
    padding: 15px 35px;
    display: inline-block;
    font-size: 20px;
}
.graybutton a:hover {
    background-color: var(--bg-main);
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px;
    font-family: 'Lato', sans-serif;
    background-color: var(--bg-color);
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    background-color: var(--bg-main);
}
.form-builder--wrap {
    background-color: rgba(255,255,255,0) !important;
    border: 0 !important;
}
.form-builder--item label {
    display: none !important;
}
.bottom-button a {
    display: inline-block;
    background-color: #fff;
    color: #000;
    line-height: 20px;
    padding: 2px 12px 4px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

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

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

/* Classes
----------------------------------------------------------------------------------------------------*/
hr {
    border: 0;
    height: 1px;
    margin: 10px 0;
	background-color: #e9e7e7;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.no-gutters {
    padding: 0;
}
.hide {
    display: none;
}
#connect-link {
    background: #000 !important;
}
.aurora_primary-sidebar {
    z-index: 2 !important;
}
.tree-label {
    width: 125px !important;
    display: inline-block !important;
}
.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;
}
.black-bknd {
   background-color: #000;
}
.black-bknd img {
    width: 1500px;
    height: auto;
}
.white-bknd {
    margin-top: -20px;
}
.white-bknd2 h3, .white-bknd2 h5 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 5px;
}
.white-bknd h2, .white-bknd h3, .white-bknd h4, .white-bknd h6 {
    font-size: 45px;
    line-height: 50px;
}
.mb10 {
    margin-bottom: 10px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
/*iframe {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.form-contact iframe {*/
/*    position: relative !important;*/
/*}*/
.banner {
    max-height: 600px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    margin-top: -15px;
}
.uppertext {
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.uppertext h6 {
    text-shadow: 0px 2px 2px rgba(0,0,0,.75);
    font-family: 'Noto Sans', sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}
.biggertext h2, .biggertext h3, .biggertext h4, .biggertext h5, .biggertext h6 {
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 10px;
}
.circle img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.white-b {
    background-color: #fff;
}
.red-bknd .biggertext h2, .red-bknd .biggertext h3, .red-bknd .biggertext h4, .red-bknd .biggertext h5, .red-bknd .biggertext h6 {
    color: #ffffff;
}
.red-bknd-title h2, .red-bknd-title h3 {
    font-size: 45px;
    line-height: 55px;
}
.redtext h3, .redtext h4, .redtext h5 {
    font-size: 40px;
    line-height: 50px;
    color: var(--bg-color);
}
img {
    max-width: 100%;
    height: auto;
}
.topbox {
    text-align: center;
    background: #c41230;
}
.topbox h1 {
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
}
.topbox p, .topbox p a {
    color: #ffffff;
}
.video {
    max-height: 600px;
    overflow: hidden;
}
.formlogincode {
    display: none;
}
.instagram-icon {
    margin-bottom: 20px;
}
.instagram-icon h2:before {
    content: '\f16d';
    font-size: 45px;
    font-family: 'FontAwesome';
    margin: 0px 15px 0 0;
    color: var(--bg-main);
    display: inline-block;
    font-weight: normal !important;
}
.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;
}
.redbar {
    display: inline-block;
    padding: 25px 75px 20px 20px;
    margin-top: -15px;
    background: rgba(196,18,48,0.8);
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
}
.redbar h2 {
    color: #ffffff;
    font-size: 32px;
    line-height: 35px;
}
.redbar h6 {
    color: #ffffff;
    font-size: 70px;
    line-height: 80px;
}
.cta-box {
    top: -125px;
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
    background-color: var(--bg-color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.cta-box:hover {
    top: -150px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.cta-box h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.cta-box img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: 100% 50%;
}
.center-img img {
    object-position: 50% 50% !important;
}
.cta-box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.cta1 h3 a {
    text-align: center;
    display: block;
    width: 106%;
    color: #ffffff;
    line-height: 35px;
    padding: 25px 25px 20px 25px;
    background: rgba(196,18,48,0.8);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.cta1 h3 a:hover {
    background: rgba(196,18,48,1);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.cta1 h3 a:hover:after {
    margin: 0px 0px 0 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.cta2 h3 a {
    text-align: center;
    display: block;
    width: 106%;
    color: #ffffff;
    line-height: 35px;
    padding: 25px 25px 20px 25px;
    background: rgba(0,0,0,0.8);
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.cta2 h3 a:hover {
    background: rgba(0,0,0,1);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.cta2 h3 a:hover:after {
    margin: 0px 0px 0 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.cta3 h3 a {
    text-align: center;
    display: block;
    width: 100%;
    color: #ffffff;
    line-height: 35px;
    padding: 25px 25px 20px 25px;
    background: rgba(196,18,48,0.8);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.cta3 h3 a:hover {
    background: rgba(196,18,48,1);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.cta3 h3 a:hover:after {
    margin: 0px 0px 0 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.secondmenu {
    text-align: center;
}
.secondmenu a {
    color: var(--bg-main);
    padding: 0 10px;
    display: inline-block;
    text-transform: uppercase;
}
.secondmenu a:hover {
    color: var(--bg-color);
}
.map {
    position: relative;
    padding-left: 20px;
}
.map:before {
    content: '\f041';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.phone-icon {
    position: relative;
    padding-left: 40px;
}
.phone-icon:before {
    content: '\f095';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: -5px;
}
.header-middle .se_button.button2 a, .header-middle a.se_button.button2 {
    text-transform: uppercase;
    padding: 5px 10px !important;
}
.contact-form {
    top: -55px;
    position: relative;
}

/* Contact Box
----------------------------------------------------------------------------------------------------*/

.contactbox {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    padding: 20px 20px;
    position: absolute;
    max-width: 75%;
    z-index: 1;
    top: 15px;
    left: 30px;
}
.contactbox h2 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Noto Sans', sans-serif;
}
.contactbox p, .contactbox p a {
    color: var(--bg-main);
    font-size: 12px;
    line-height: 20px;
}
.contactbox p a:hover {
    color: var(--bg-color);
}
.map-responsive iframe {
    height: 1000px !important;
    margin-top: -150px;
    overflow: hidden;
}
.contactbox h2:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/red-star.svg);
    width: 15px !important;
    height: auto !important;
    margin-right: 5px;
    display: inline-block;
}
.contactbox h5 a, .contactbox h6 a {
    color: var(--bg-main);
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}
.contactbox h5 a:hover, .contactbox h6 a:hover {
    color: var(--bg-color);
}
.contactbox h5 a:before {
    content: '\f095';
    font-family: 'FontAwesome';
    color: var(--bg-color);
    font-size: 13px;
    margin-right: 7px;
    display: inline-block;
}
.contactbox h6 a:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    color: var(--bg-color);
    font-size: 12px;
    margin-right: 7px;
    display: inline-block;
}

/* Read More Tabs
----------------------------------------------------------------------------------------------------*/

.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
    margin: 5px auto 20px auto;
    font-size: 15px;
}
.morelink:after {
    content: '\f107';
    font-size: 24px;
    font-family: 'FontAwesome';
    margin: 0 0 0 5px;
    position: absolute;
    color: var(--bg-color);
}
.less:after {
    content: '\f106' !important;
    font-size: 24px;
    font-family: 'FontAwesome';
    margin: -1px 0 0 5px;
    position: absolute;
    color: var(--bg-color);
}
.morelink2 {
    display: inline-block;
    margin: 5px auto 20px auto;
    font-size: 15px;
}
.morelink2:after {
    content: '\f107';
    font-size: 24px;
    font-family: 'FontAwesome';
    margin: 0 0 0 5px;
    position: absolute;
    color: var(--bg-color);
}
.less:after {
    content: '\f106' !important;
    font-size: 24px;
    font-family: 'FontAwesome';
    margin: -1px 0 0 5px;
    position: absolute;
    color: var(--bg-color);
}

/* Whiteboxes
----------------------------------------------------------------------------------------------------*/
.diagonal img {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.diagonal {
    background-color: #ffffff;
    z-index: 100;
    position: relative;
    height: 30px;
}
.whitebox, .whitebox2, .whitebox3 {
    background-color: #ffffff;
    padding: 30px 20px 30px 20px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
}

.whitebox4 {
    margin-top: -10px;
    background-color: #ffffff;
    padding: 30px 20px 30px 20px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
}
.whitebox5 {
    background-color: #ffffff;
    padding: 30px 20px 30px 20px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
}
.whitebox2 {
    padding: 30px 20px 60px 20px !important;
}
.whitebox h1, .whitebox h2, .whitebox h3, .whitebox h4, .whitebox h5, .whitebox h6, .whitebox p {
    z-index: 100;
    position: relative;
}
.whitebox2 h1, .whitebox2 h2, .whitebox2 h3, .whitebox2 h4, .whitebox2 h5, .whitebox2 h6, .whitebox2 p {
    z-index: 100;
    position: relative;
}
.whitebox3 h1, .whitebox3 h2, .whitebox3 h3, .whitebox3 h4, .whitebox3 h5, .whitebox3 h6, .whitebox3 p {
    z-index: 100;
    position: relative;
}
.whitebox4 h1, .whitebox4 h2, .whitebox4 h3, .whitebox4 h4, .whitebox4 h5, .whitebox4 h6, .whitebox4 p {
    z-index: 100;
    position: relative;
}
.whitebox h4, .whitebox2 h4, .whitebox2 h6, .whitebox3 h4 {
    font-size: 30px !important;
    line-height: 35px !important;
    margin-bottom: 10px;
}
.whitebox h6 {
    font-size: 26px !important;
    line-height: 30px !important;
    margin-bottom: 10px;
}
.white-box {
    background-color: #ffffff;
    padding: 30px 20px 30px 20px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
}
.white-box h4 {
    font-size: 28px;
}
.picimg {
    display: block;
    position: relative;
    padding-top: 66.6%;
}
.picimg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.blackbar {
    background-color: #000;
    padding: 15px 20px;
    margin-bottom: 25px;
}
.blackbar h3 {
    font-size: 30px;
    margin-bottom: 0;
    display: block;
    line-height: 35px !important;
}
.pricebox {
    background-color: #fff;
    border: 1px solid #e2e0e0;
    padding: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.pricetext {
    border: 5px solid #000;
    padding: 30px 20px;
    margin: 25px;
    text-align: center;
}
.pricetext td {
    width: 100% !important;
    display: block !important;
    padding: 7px 0 !important;
}
.video-change:hover .triangle4 {
    display: none !important;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}
.triangle, .triangle4 {
    margin: -70px 0 -9px 0;
    z-index: 2;
    width: 100%;
    display: block;
}
.triangle2 {
    margin: -100px 0 -9px 0;
    z-index: 5;
    width: 100%;
    display: block;
    right: -1px;
}
.triangle3 {
    position: absolute;
    margin: 0;
    z-index: 5;
    width: 100%;
    display: block;
    top: 140px;
    right: -1px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .triangle, .triangle4 {
        margin-top: -50px !important;
    }
}
.rightbox {
    text-align: center;
    background: rgba(196,18,48,1);
    display: block !important;
}
.right-text-box h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 5px;
}
.leftbox {
    text-align: center;
    background: rgba(196,18,48,1);
    display: block !important;
}
.photo-gallery {
    height: 310px;
    overflow-y:hidden;
    overflow: scroll;
}

/* CTAS
----------------------------------------------------------------------------------------------------*/
.shadow-cta {
    filter: drop-shadow(6px 8px 6px rgba(0,0,0,0.5));
}
.blackbox h2, .blackbox p {
    color: #ffffff;
}
.blackbox h6 a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.redbox h2 {
    font-size: 34px;
    color: #ffffff;
}
.redbox h2, .redbox p {
    color: #ffffff;
}
.redbox h6 a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.red-box {
    background-color: rgba(196,18,48,0.9);
    padding: 50px 30px 40px 30px;
}
.red-box2 {
    background-color: rgba(196,18,48,0.9);
    padding: 50px 30px 28px 30px;
}
.red-box h2, .red-box2 h2, .red-box h3, .red-box2 h3 {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 35px;
}
.img-triangle img {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    margin-left: -15px;
}
.img-triangle h6 {
    margin-top: 15px;
}
.box-red {
    background-color: #C41230;
    padding: 30px 20px;
    margin-bottom: 25px;
}
.box-red h2 {
    font-size: 30px;
    line-height: 40px;
}
.box-red ul { 
    padding-left:20px; 
    list-style:none; 
}

.box-red ul li { 
    margin-bottom:5px; 
}

.box-red ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #fff;
    margin:0 5px 0 -15px;
}
.boxred {
    background-color: #af0824;
    padding: 30px 25px;
    margin-bottom: 25px;
}
.boxred h3 {
    font-size: 26px;
    line-height: 35px;
}
.staytop {
    position: fixed;
    margin: 0 auto;
    background-color: #000;
    width: 100%;
    z-index: 3;
    top: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

/* Testimonial Box
----------------------------------------------------------------------------------------------------*/
.testimonial-box {
    position: relative;
}
.testimonial-box em {
    color: #6d6d6d;
    display: inline-block;
    margin: 10px 0 30px 0;
}
.testimonial-box .bx-pager.bx-default-pager a {
    border-radius: 0 !important;
    background: #c8c7c7 !important;
}
.testimonial-box .bx-pager.bx-default-pager a:hover, .testimonial-box .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}
.testimonial-box .bx-pager.bx-default-pager a {
    width: 60px !important;
}

/* White Testimonial Box
----------------------------------------------------------------------------------------------------*/
.white-testimonial em {
    color: #ffffff;
    display: inline-block;
    margin: 10px 0 30px 0;
}
.white-testimonial p {
    color: #fff;
}
.white-testimonial .bx-pager.bx-default-pager a {
    border-radius: 0 !important;
    background: rgba(255,255,255,0) !important;
    border: 1px solid #fff;
}
.white-testimonial .bx-pager.bx-default-pager a:hover, .white-testimonial .bx-pager.bx-default-pager a.active {
    background: rgba(255,255,255,1) !important;
}
.white-testimonial .bx-pager.bx-default-pager a {
    width: 60px !important;
}

/* StaffBox
----------------------------------------------------------------------------------------------------*/
.staffbox {
    background-color: #ffffff;
    padding: 20px 30px 40px 30px;
    margin-bottom: 25px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
}
.staffbox:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);
}
.staffimg {
    width:200px;
    max-height:200px;
    overflow:hidden;
    border-radius: 50%;
    margin: 0 auto 20px auto !important;
}
.staffimg img {
    object-fit: cover;
    min-height:200px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .staffimg {
        width:150px;
        max-height:150px;
    }
    .staffimg img {
        min-height:150px;
    }
}
.staffbox h3, .staffbox h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 5px 0;
}
.staffbox h5 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.certificate {
    position: relative;
}
.certificate:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/Certification-Badge-Small.png);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin-left: -175px;
}

/* LogoBox
----------------------------------------------------------------------------------------------------*/
.logobox {
    background-color: #ffffff;
    padding: 40px 30px;
    margin-bottom: 25px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    overflow-wrap: break-word;
}
.logobox:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);
}
.logobox h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
}
.logobox img {
    height: 17px;
    width: auto;
}
.logobox h5 img {
    width: auto;
    height: 50px;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand2 h6 {
    color: var(--bg-color);
    font-family: 'Noto Sans', sans-serif;
    margin-top: 0px;
    font-size: 16px;
}
.expand2 h6:after {
    content: '+';
    font-family: 'FontAwesome';
    font-size: 12px !important;
    top: -1px;
    position: relative;
    margin-left: 5px;
    color: var(--bg-color);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand2 h6.active {
    color: var(--bg-main);
}
.expand2 h6.active:after {
    content: '-';
    font-size: 16px !important;
}
.expand2 h6:hover {
    cursor: pointer;
    color: var(--bg-main);
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand3 {
    position: relative;
    margin-bottom: 10px;
}
.expand3 h3, .expand3 h6 {
    position: relative; 
    font-size: 18px !important;
    color: #ffffff;
    background-color: var(--bg-color);
    padding: 10px 15px;
    line-height: 25px !important;
    font-family: 'Noto Sans', sans-serif;
}
.expand3 h6:after, .expand3 h3:after {
    content: '\f107';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 22px !important;
    margin-top: 2px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand3 h3.active, .expand3 h6.active {
    background-color: var(--bg-main);
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand3 h6.active:before, .expand3 h3.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand3 h3:hover, .expand3 h6:hover {
    cursor: pointer;
    background-color: var(--bg-main);
    color: #ffffff;
}

/* Price-Box
----------------------------------------------------------------------------------------------------*/
.price-title h2 {
    color: #b2b2b2;
    font-size: 125px;
    line-height: 1.2;
}
.price-title p {
    font-size: 45px;
    color: var(--bg-color);
    font-weight: 700;
}
.price-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    text-align: center;
    padding: 40px 25px 30px 25px;
    margin-bottom: 80px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.price-box:hover {
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.price-box h2 {
    color: var(--bg-color);
    border-bottom: 1px solid #000;
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.price-box a {
    background-color: var(--bg-color);
    padding: 10px 30px;
    color: #fff;
    position: relative;
    /*display: inline-block;*/
    bottom: -45px;
    font-size: 20px;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.price-box a:hover {
    background-color: var(--bg-hover);
}
.main-box {
    border: 2px solid var(--bg-color);
}
.gray-title h2 {
    color: #b2b2b2;
    font-size: 75px;
    line-height: 1.2;
}
.small-title-text {
    color: var(--bg-color);
    font-size: 50px;
    position: relative;
    top: -10px;
}
.price-table tr:nth-of-type(odd) {
    background-color: #ededee !important;
}
.price-table td:first-of-type, .price-table td:first-of-type p {
    font-size: 20px;
    font-weight: 700;
}
.price-table td:nth-child(2) {
    font-size: 16px;
    font-style: italic;
}

/* Tabs
----------------------------------------------------------------------------------------------------*/
.tabs-btn {
    text-align: center;
}
.tabs-btn ul {
    padding: 0;
}
.tabs-btn li{
    display: inline-block;
}
.tabs-btn ul li a {
    display: inline-block;
    margin: 0 -2px;
    list-style: none;
    text-transform: uppercase;
    color: var(--bg-main);
    border-bottom: 1px solid #9c9a9a;
}
.tabs-btn ul li a:hover {
    text-decoration: none;
    position: relative;
    border-bottom: 2px solid var(--bg-color);
    color: var(--bg-color);
}
.tabs > div {
    display: none;
}
.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;
}
.tabs > div.expanded {
    display: block !important;
}
.tab-img {
    background-color: #ffffff;
}
.tab-img img {
    float: left;
}
.tab-img {
    text-align: left !important;
}
.tab-img h3, .tab-img h6 {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 10px !important;
    padding: 30px 20px 0 0 !important;
}
@media (max-width: 992px) {
    .tabs-btn {
        display: none;
    }
}
@media (min-width: 992px) {
    .tabs-btn ul li a {
        padding: 0 10px 15px 10px;
    }
}
@media (min-width: 1200px) {
    .tabs-btn ul li a {
        padding: 0 20px 15px 20px;
    }
}

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

.se_siteBranding {

}
.se_siteBranding img {
    max-width: 375px;
    height: auto;
}

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

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

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

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
    width: 100%;
    height: auto;
    z-index: 1000 !important;
}
.header .header-wrap {
    position: relative;
}
.header-banner {
    width: 100%;
    height: auto;
}
.header-middle .se_button.button3 {
    background-color: #fff;
    color: #000 !important;
    display: inline-block;
    padding: 7px 10px;
}
.header-middle .se_button.button3:hover {
    background-color: #000;
    color: #fff !important;
}
.header-middle {
    padding: 10px 45px 10px 35px;
    background-color: var(--bg-color) !important;
}
.header-middle p, .header-middle p a {
    color: #fff;
}
.header-middle .se_social {
    text-align: right;
    margin: 0 !important;
}
.header-middle .se_social a {
    margin: 0 4px !important;
    font-size: 16px !important;
}
.header-middle .se_social a:hover {
    color: var(--bg-main) !important;
}
.header-bottom {
    width: 100%;
    padding: 10px 30px 5px 30px;
    z-index: 100;
    background-color: #000000;
}
    
/* Navigation
----------------------------------------------------------------------------------------------------*/
.navicon {
    position: relative;
    line-height: 22px;
    height: 22px;
    padding: 0;
    text-transform: uppercase;
    background: transparent !important;
    z-index: 3000 !important;
    color: #ffffff;
    float: right;
    right: 25px;
}
.navicon:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    left: inherit !important;
    font-size: 30px;
    color: #ffffff;
    z-index: 1000 !important;
    margin-top: 10px;
    position: relative !important;
}
.OpenMobileMenu .navicon:after {
    color: #ffffff !important;
    content: '\f00d';
    font-size: 35px;
    font-family: 'FontAwesome';
    z-index: 1000 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: -70px !important;
    right: -45px;
    position: absolute !important;
}
.navicon:hover {
    cursor: pointer;
}
.aurora_style-menu {
    z-index: 10000 !important;
}
.MainMenu {
    display: block;
    text-align: right;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
    padding: 5px 0;
}
.MainMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    margin: 0 15px;
    padding: 10px 0;
    line-height: 15px;
    color: #fff;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    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;
}
.MainMenu li.le_menuitem_level_0 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--bg-color);
    height: 2px;
    -webkit-transition-property: right;
    transition-property: 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:before, .MainMenu li.le_menuitem_level_0 a:focus:before, .MainMenu li.le_menuitem_level_0 a:active:before {
    right: 0;
}
.MainMenu li.le_menuitem_level_0 a:hover {
    color: var(--bg-color);
}
.Menu1 a {
    background-color: var(--bg-color);
    padding: 10px 15px !important;
    display: inline-block;
    margin-right: 0 !important;
}
.Menu1 a:hover {
    background-color: #fff;
    color: var(--bg-color);
}
.Menu2 a {
    border: 1px solid #fff;
    padding: 9px 15px !important;
    margin-left: 10px !important;
    margin-right: 0 !important;
    display: inline-block;
}
.Menu2 a:hover {
    background-color: #fff;
    color: var(--bg-color);
}
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
}
.MainMenu ul.le_menu_level_1 {
    background-color: #000;
    position: relative;
    left: 0;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 15px 0 !important;
    text-align: left;
    height: auto;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
    background-color: #000;
    color: #fff !important;
	display: block;
	padding: 10px 20px;
	margin: 0 !important;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 200px;
	line-height: 1em;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    background-color: var(--bg-color);
    background-image: none;
}
.MainMenu .le_menu_level_2_container {
    background-color: #000 !important;
    float: right;
	left: 100%;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
    background-color: #000 !important;
	position: absolute;
	right:0;
	left: 200px;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
@media (max-width: 1200px) { 
    /*.OpenMobileMenu .wrapper {*/
    /*    padding-right: 240px;*/
    /*    right: initial;*/
    /*}*/
    .se_menu {
        background-color: var(--bg-main);
        z-index: 1;
        position: fixed;
        height: 100vh;
        width: 240px;
        padding: 30px 0 0 20px;
        top: 0;
        right:-240px;
        transition: right .3s ease;
    }
    .MainMenu {
        padding: 0;
    }
    .OpenMobileMenu .se_menu {
        right:0;
    }
    .le_menu_level_container {
    	position: relative;
    }
    .MainMenu li {
        display: block;
        text-align: left;
        width: 100%;
    }
    .MainMenu li.le_menuitem_level_0 {
        padding: 0;
        list-style: none !important;
	    list-style-type: none !important;
    }
    .MainMenu li.le_menuitem_level_0 a {
        margin: 0 10px;
        overflow: visible !important;
    }
    .Menu1 {
        margin-bottom: 10px !important;
    }
    .MainMenu ul.le_menu_level_1 {
        padding: 0;
    }
    .MainMenu ul.le_menu_level_1 {
        padding: 10px 0 !important;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 10px 0 10px 10px !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: "+" !important;
        color: #999;
    	height: 0;
    	width: 0;
    	font-size: 20px;
    }
    .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;
        display: none;
        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;
        display: block;
        padding: 0px 0px 10px 0px;
    }
    .MainMenu .le_menu_level_1_container {
        position: relative;
        padding-left: 10px;
    }
    .MainMenu .le_menu_level_2_container {
    	left: 0;
    	margin-top: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: relative;
    	left: 0;
    }
    .Menu1 a {
        margin-top: 10px !important;
    }
}

/* Blog Menu
----------------------------------------------------------------------------------------------------*/
.blog_post_twitter_like {
    margin-top: 5px !important;
}
#blog_post_listing .blog_post_listing_social_like {
    display: none !important;
}
.InsideMenu {
    border-bottom: 1px solid #9c9a9a;
    margin-bottom: 60px;
    display: block;
}
.InsideMenu ul {
    margin: 0;
    padding: 0;
}
.InsideMenu li {
	position: relative;
    list-style-type: none;
    text-decoration: none;
}
.InsideMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0;
}
.InsideMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.InsideMenu li.le_menuitem_level_0 a {
    display: inline-block;
    padding: 0 30px 15px 30px;
    list-style: none;
    text-transform: uppercase;
    color: var(--bg-main);
    font-size: 18px;
}
.InsideMenu li.le_menuitem_level_0 a:hover {
    text-decoration: none;
    border-bottom: 1px solid var(--bg-color);
    color: var(--bg-color);
}

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

.footer-top {
    background-color: #000;
    padding: 50px 0 30px 0 !important;
}
.footer-title p {
    font-family: 'Anton', sans-serif;
    font-size: 35px;
    line-height: 40px;
    padding: 0 10px 5px 10px;
    border-bottom: 3px solid var(--bg-color);
    display: inline-block;
}
.footer-top h6 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #ffffff;
}
.footer-top p, .footer-top p a {
    color: #ffffff;
}
.footer-top p a:hover {
    color: var(--bg-color);
}
.footermenu p {
    line-height: 35px;
}
.footer-middle {
    background-color: #202020;
    padding: 10px 0;
    margin-bottom: 50px;
}
.footer-middle p {
    color: #ffffff;
}
.footer-bottom {
    text-align: center;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 10000;
    position: fixed;
    bottom: 0;
}
.footer-button p a {
    display: block;
    width: 100%;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: #ffffff !important;
    line-height: 30px;
    padding: 10px 0 10px 0;
    background-color: #c41230;
    -webkit-box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.2);
}
.footer-button p a:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublic/white-star.svg);
    width: 22px !important;
    height: 22px !important;
    margin-right: 7px;
    display: inline-block;
}
.footer-button p a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 25px;
    margin-left: 7px;
}
.footer-button p a:hover {
    background-color: var(--bg-hover);
}
.se_social {
    margin-top: 10px;
}
.se_social a {
    color: #ffffff !important;
    margin: 0 8px;
    font-size: 20px;
}
.se_social a:hover {
    color: var(--bg-color) !important;
}
.eui-widget-title {
    display: none !important;
}
.newsletter-text p {
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
}
.newsletter {
    margin-top: -10px;
}
.newsletter input[type="text"], .newsletter input[type="email"], .newsletter input[type="password"], .newsletter textarea {
    margin-bottom: -20px;
}
.newsletter .recaptcha-terms {
    color: #fff;
    padding: 0 !important;
    margin: -10px 0 0 0 !important;
}
.newsletter .recaptcha-terms a {
    color: #aaaaaa;
}

/*.fa-pinterest {*/
/*    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/icon-tiktok.svg);*/
/*    width: 17px;*/
/*    height: auto;*/
/*    display: inline-block;*/
/*}*/
/*.fa-google {*/
/*    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/icon-google.svg);*/
/*    width: 17px;*/
/*    height: auto;*/
/*    display: inline-block;*/
/*    top: 2px;*/
/*    position: relative;*/
/*}*/

/* 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 (min-width: 320px) and (max-width: 359px) {
    .triangle3 {
        top: 135px !important;
    }
}
@media (min-width: 360px) and (max-width: 413px) {
    .triangle3 {
        top: 147px !important;
    }
}
@media (max-width: 767px) {
    .photo-gallery .le_plugin_gallery_squarethumb {
        width: 31% !important;
        height: auto !important;
    }
    .waiver-form .seFormButton {
        margin-top: 0 !important;
    }
    .waiver-form #login_submit {
        width: 100% !important;
    }
    .triangle3 {
        top: 139px;
    }
    .left-text-box {
        padding: 75px 20px !important;
    }
    .topbox h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .textbox {
        padding: 75px 20px;
    }
    .instagram-icon h2 {
        font-size: 27px !important;
    }
    .instagram-icon h2:before {
        font-size: 28px !important;
        margin: 0px 10px 0 0 !important;
    }
    .mobile-photo {
        margin-top: -65px;
        margin-bottom: -25px;
        z-index: -100 !important;
        position: relative;
    }
    .navicon {
        margin-top: 12px !important;
        right: 0 !important;
    }
    .OpenMobileMenu .navicon:after {
        top: -60px !important;
        right: -20px !important;
    }
    .se_social, .footer-top, .footer-middle {
        text-align: center;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 24px;
        line-height: 30px;
    }
    .MainMenu {
        background-color: #000000 !important;
    }
    .MainMenu ul.le_menu_level_0 {
        padding: 0 !important;
    }
    .redbox {
        text-align: center;
        position: relative;
        padding: 40px 20px 30px 20px;
        background-color: var(--bg-main);
    }
    .blackbox {
        text-align: center;
        position: relative;
        display: grid;
        padding: 40px 20px 30px 20px;
        background-color: var(--bg-color);
        -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
        box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
    }
    .redbox h2, .blackbox h2 {
        font-size: 20px;
        line-height: 20px !important;
    }
    .blackbox h2:before, .redbox h2:before {
        content: '\f078';
        font-size: 18px;
        font-family: 'FontAwesome';
        margin: -5px 8px 0 0px;
        line-height: 20px !important;
        color: #ffffff;
        display: inline-block;
        position: relative;
    }
    .redbox p, .blackbox p {
        display: none;
    }
    .redbar {
        margin-top: 0;
        border-top: 5px solid #ffffff;
        background: rgba(196,18,48,1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
        text-align: center;
        padding: 50px 0px 70px 0px !important;
        display: block;
        width: 100%;
    }
    .redbar h1 {
        color: #ffffff;
        font-size: 22px;
        line-height: 30px;
    }
    .redbar h6 {
        color: #ffffff;
        font-size: 50px;
        line-height: 50px;
    }
    .cta1 h3 a {
        font-size: 24px;
        line-height: 30px;
        padding: 60px 20px 60px 20px;
        margin-bottom: 0;
        background: rgba(196,18,48,1);
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    }
    .cta2 h3 a {
        font-size: 24px;
        line-height: 30px;
        padding: 60px 20px 60px 20px;
        margin-bottom: 0;
        background: rgba(0,0,0,1);
        clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
        margin-top: -10px !important;
    }
    .cta3 h3 a {
        font-size: 24px;
        line-height: 30px;
        padding: 60px 20px 60px 20px;
        margin-bottom: 0;
        background: rgba(196,18,48,1);
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
        margin-top: -10px !important;
    }
    .cta1 h3 a:after {
        content: '\f105';
        font-size: 35px;
        font-family: 'FontAwesome';
        margin: 0px 0px 0 12px;
        color: #ffffff;
        display: inline-block;
    }
    .cta2 h3 a:after {
        content: '\f105';
        font-size: 35px;
        font-family: 'FontAwesome';
        margin: 0px 0px 0 12px;
        color: #ffffff;
        display: inline-block;
    }
    .cta3 h3 a:after {
        content: '\f105';
        font-size: 35px;
        font-family: 'FontAwesome';
        margin: 0px 0px 0 12px;
        color: #ffffff;
        display: inline-block;
    }
    .testimonial-box {
        text-align: center;
    }
    .testimonial-box:before {
        content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublic/quote.svg);
        width: 100px;
        height: auto;
        position: absolute;
        top: -110px;
        left: 0;
        right: 0;
        margin: 0 auto 10px auto;
    }
    .cta1 h4 a:before, .cta2 h4 a:before, .cta3 h4 a:before {
        content: '\f078';
        font-size: 18px;
        font-family: 'FontAwesome';
        margin: 0px 8px 0 0px;
        line-height: 20px !important;
        color: #ffffff;
        display: inline-block;
        position: relative;
    }
    .white-testimonial {
        text-align: center;
    }
    .white-testimonial:before {
        content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublic/white-quote.svg);
        width: 50px;
        height: auto;
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .desktop-only {
        display: none;
    }
    table {
        border: 0 !important;
    }
    td {
        padding: 20px 0;
        border: 0 !important;
        width: 100% !important;
    }
    td, th {
        display: block;
        clear: both;
    }
    td[data-th]:before {
        content: attr(data-th);
        float: left;
    }
    .uppertext {
        top: 2%;
    }
    .uppertext h6 {
        font-size: 30px;
        line-height: 40px;
    }
    .se_siteBranding img {
        max-width: 100%;
    }
    .phone-icon {
        padding-left: 0;
        display: block;
    }
    .phone-icon:before {
        left: -20px;
    }
    .header-middle {
        padding: 10px 15px 10px 15px;
    }
    .price-title h2 {
        font-size: 75px;
    }
    .price-table {
        text-align: center;
    }
    .price-table tr {
        padding: 40px 20px 30px 20px;
        display: block;
    }
    .price-table td {
        padding: 5px 20px;
    }
    .price-table td:first-of-type, .price-table td:first-of-type p {
        font-size: 30px;
    }
    .small-title-text {
        top: -30px;
    }
    .blogpost {
        padding: 0 20px !important;
    }
    .white-bknd2 {
        padding: 175px 0 75px 0;
    }
    .white-bknd2 h3, .white-bknd2 h6 {
        font-size: 30px;
        line-height: 40px;
    }
    .white-bknd h3, .white-bknd h6 {
        font-size: 30px;
        line-height: 40px;
    }
    .mobilepadd {
        padding-top: 60px;
    }
    .se_siteBranding img {
        max-width: 100%;
        margin-top: 5px;
    }
    .secondmenu a {
        display: block;
        padding: 5px 8px;
        background-color: #b1afaf;
        color: #fff;
        margin-bottom: -15px;
    }
    .secondmenu a:hover {
        background-color: var(--bg-color);
        color: #fff;
    }
    .bottom-logo {
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .feature_blog_image, .feature_blog_image img {
        width: 100%;
        height: auto;
    }
    .bottommenu {
        padding: 15px 0 !important;
    }
}
@media (min-width: 768px) {
    .rightside {
        border-left: 2px solid #fff;
        padding-left: 30px;
    }
    .right-side {
        border-left: 2px solid #000;
        padding-left: 30px;
    }
    .big-p p {
        font-size: 20px;
        line-height: 30px;
    }
    table {
        border: 0 !important;
    }
    td {
        padding: 0 20px;
        border: 0 !important;
    }
    .photo-gallery {
        height: 190px;
    }
    .photo-gallery .le_plugin_gallery_squarethumb {
        width: 105px !important;
        height: auto !important;
    }
    .mobile-photo {
        display: none !important;
    }
    .triangle3 {
        top: 147px;
    }
    .product-outer-div {
        width: 44%;
    }
    .left-text-box {
        padding: 100px 50px !important;
    }
    .white-testimonial .bx-pager {
        text-align: left !important;
    }
    .white-testimonial p {
        font-size: 20px;
        line-height: 35px;
    }
    .white-testimonial:before {
        content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublic/white-quote.svg);
        width: 200px;
        height: auto;
        position: absolute;
        left: 0;
    }
    .white-testimonial {
        padding-left: 220px;
    }
    .mb100 {
        margin-bottom: -100px;
    }
    .mb150 {
        margin-bottom: -150px;
    }
    .mobile-only {
        display: none !important;
    }
    .blog-posts {
        display: grid;
        grid-template-columns: 31% 31% 31%;
        grid-gap: 30px;
    }
    .se_siteBranding {
        padding-top: 10px;
    }
    .blackbox {
        text-align: center;
        position: relative;
        padding: 30px 20px 20px 20px;
        margin-top: -65px;
        background: rgba(0,0,0,0.8);
        clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
        width: 105%;
        filter: drop-shadow(100px 100px 100px rgba(0,0,0,0.9)) !important;
    }
    .blackbox:hover {
        background: rgba(0,0,0,1);
    }
    .blackbox h2:after {
        content: '\f105';
        font-size: 40px;
        font-family: 'FontAwesome';
        margin: 0px 0px 0 15px;
        color: #ffffff;
        display: inline-block;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    .blackbox:hover h2:after {
        margin: 0px 0px 0 25px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    .blackbox h2, .redbox h2 {
        font-size: 24px;
    }
    .redbox {
        text-align: center;
        position: relative;
        padding: 30px 20px 20px 20px;
        margin-top: -65px;
        background: rgba(196,18,48,0.8);
        clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0 100%);
    }
    .redbox:hover {
        background: rgba(196,18,48,1);
    }
    .redbox h2:after {
        content: '\f105';
        font-size: 40px;
        font-family: 'FontAwesome';
        margin: 0px 0px 0 15px;
        color: #ffffff;
        display: inline-block;
    }
    .redbox:hover h2:after {
        margin: 0px 0px 0 25px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    .testimonial-box .bx-pager {
        text-align: left !important;
    }
    .testimonial-box p {
        font-size: 20px;
        line-height: 35px;
    }
    .testimonial-box:before {
        content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublic/quote.svg);
        width: 200px;
        height: auto;
        position: absolute;
        left: 0;
    }
    .testimonial-box {
        padding-left: 240px;
    }
    .cta1 h3 a:after {
        content: '\f105';
        font-size: 35px;
        font-family: 'FontAwesome';
        margin: 0px 0px 0 12px;
        color: #ffffff;
        display: inline-block;
    }
    .cta2 h3 a:after {
        content: '\f105';
        font-size: 35px;
        font-family: 'FontAwesome';
        margin: 0px 0px 0 12px;
        color: #ffffff;
        display: inline-block;
    }
    .cta3 h3 a:after {
        content: '\f105';
        font-size: 35px;
        font-family: 'FontAwesome';
        margin: 0px 0px 0 12px;
        color: #ffffff;
        display: inline-block;
    }
    .textbox {
        padding: 70px 50px;
    }
    .InsideMenu li.le_menuitem_level_0 a {
        padding: 0 20px 15px 20px;
    }
    .price-table td:last-of-type {
        text-align: right;
    }
    .mobile-break {
        display: none;
    }
    .main-box {
        position: relative;
        top: -15px;
    }
    .navicon {
        top: 25px;
    }
    .bottom-logo {
        padding: 0 25px;
    }
}
@media (min-width: 769px) {
    .expand3 {
        display: none;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .mb160 {
        margin-bottom: -150px;
    }
    .photo-gallery {
        height: 310px;
    }
    .photo-gallery .le_plugin_gallery_squarethumb {
        width: 105px !important;
        height: auto !important;
    }
    .InsideMenu li.le_menuitem_level_0 a {
        padding: 0 30px 15px 30px;
        font-size: 18px;
    }
    .product-outer-div {
        width: 22%;
    }
    .Membership {
        width: 46% !important;
        height: auto !important;
        float: left !important;
    }
    .textbox {
        height: 400px;
        display: table-cell;
        vertical-align: middle !important;
        padding: 0 100px 0 50px !important;
    }
    .photo-gallery {
        height: 245px;
    }
    .navicon {
        margin-top: 0;
    }
    .navicon:after {
        margin-top: 0;
    }
    .left-header {
        position: absolute;
    }
    .left-header, .middle-header {
        padding: 20px 0 0 0;
    }
    .blackbox h2, .redbox h2 {
        font-size: 34px;
    }
    .blackbox p, .redbox p {
        font-size: 13px;
    }
    .topbox {
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
        padding: 0 !important;
        position: absolute;
        z-index: 1;
        width: 63%;
        margin-top: -1px;
    }
    .right-photo {
        right: 0;
        float: right;
    }
    .rightbox {
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
        padding: 0 !important;
        right: 0;
        position: absolute;
        width: 62%;
        margin-top: -1px;
    }
    .right-text-box {
        height: 450px;
        display: table-cell;
        vertical-align: middle !important;
        padding: 0 100px 0 150px !important;
    }
    .leftbox {
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
        padding: 0 !important;
        position: absolute;
        z-index: 1;
        width: 62%;
        margin-top: -1px;
    }
    .left-photo {
        z-index: -1;
        position: relative;
    }
    .left-text-box {
        height: 450px;
        display: table-cell;
        vertical-align: middle !important;
        padding: 0 150px 0 100px !important;
    }
    .cta1 h3 a, .cta2 h3 a, .cta3 h3 a {
        font-size: 24px;
    }
    .triangle3 {
        top: 147px;
    }
    .img-height {
        max-height: 295px;
        overflow: hidden;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navicon {
        display: none;
    }
    .img-height {
        max-height: 420px;
        overflow: hidden;
    }
    .se_siteBranding {
        padding-top: 0;
        text-align: center;
    }
    .blackbox p, .redbox p {
        font-size: 14px;
    }
    .rightbox, .leftbox {
        width: 52%;
    }
    .cta1 h3 a, .cta2 h3 a, .cta3 h3 a {
        font-size: 28px;
    }
    .topbox {
        width: 52%;
    }
    .photo-gallery {
        height: 310px;
    }
    .triangle3 {
        top: 140px;
    }
    .photo-gallery .le_plugin_gallery_squarethumb {
        width: 103px !important;
        height: auto !important;
    }
}

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

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block !important;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* ------ 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-bottom {
    margin-bottom: 35px !important;
}
.le-logged-in .header-wrap {
    position: relative !important;
}
.le-edit-open .blackbox, .le-edit-open .redbox {
    margin-top: 0 !important;
}
.le-edit-open .mobile-only {
    display: block !important;
}
/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}
/* -- Disable CSS Animations when in edit mode -- */
.le-edit-open .animated{
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}

ul.abn-tree li.abn-tree-row {
    width: 100%;
}
.le-logged-in .footer-middle {
    margin-bottom: 0 !important;
}
.le-logged-in .footer-bottom, .le-logged-in .header {
    position: relative !important;
}
.le-edit-open .contactbox {
    position: relative;
    left: 0;
    top: 0;
}
.le-edit-open .hide, .le-edit-open .expand3 {
    display: inline !important;
}
.le-edit-open .mobile-photo {
    display: block !important;
}
.le-edit-open .mobile-photo:before {
    content: 'MOBILE PHOTO';
    font-size: 24px;
    background-color: #000;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 0;
}
.aurora_design {
    display: none !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about-athletic-republic #le_section-five {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbbell-racks/dumbbell-racks_1800x1010.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 0px;
}
.aurora_about-athletic-republic #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 250px;
    padding-bottom: 75px;
}
.aurora_about-athletic-republic #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/instructing-girl-on-treadmill.jpg);
    background-size: cover;
    background-position: top right;
    padding-top: 399px;
}
.aurora_about-athletic-republic #le_section-seven {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbell-rack.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_about-athletic-republic #le_section-six {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gym-wood-floor.jpg);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_about-athletic-republic #le_section-three {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbbell-racks/dumbbell-racks_1800x1010.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_about-athletic-republic #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gym-wood-floor.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about-our-center #le_section-elevan-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbell-rack.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 449px;
}
.aurora_about-our-center #le_section-five {
}
.aurora_about-our-center #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gym-wood-floor.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about-our-center #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/Two-Teens-Acceleration-PlyoFloor.jpg);
    background-size: cover;
    padding-top: 399px;
}
.aurora_about-our-center #le_section-three {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbbell-racks/dumbbell-racks_1800x1010.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_about-our-center #le_section-three-area1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about-our-center #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_acceleration #le_section-five {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbell-rack.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_acceleration #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gym-wood-floor.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.aurora_acceleration #le_section-four-area1 {
    padding-top: 75px;
}
.aurora_acceleration #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/two-girls-on-treadmills.jpg);
    background-size: cover;
    background-position: top left;
    padding-top: 399px;
}
.aurora_acceleration #le_section-three {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbell-rack.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
}
.aurora_acceleration #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gym-wood-floor.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_adult-training #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: bottom center;
}
.aurora_adult-training #le_section-four-area1 {
    padding-top: 240px;
    padding-bottom: 75px;
}
.aurora_adult-training #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/two-men-battle-rope-workout.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 399px;
}
.aurora_adult-training #le_section-three {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbbell-racks/dumbbell-racks_1800x1010.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
}
.aurora_adult-training #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gym-wood-floor.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact-us #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/yoga-stretch.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 399px;
}
.aurora_contact-us #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gym-wood-floor.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_enhanced-training #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.91), rgba(255, 255, 255, 0.91)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 75px;
}
.aurora_enhanced-training #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/stability_banner.jpg);
    background-size: cover;
    background-position: top right;
    padding-top: 399px;
}
.aurora_enhanced-training #le_section-three {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/gallery/dumbbell-racks/dumbbell-racks_1800x1010.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
}
.aurora_enhanced-training #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.91), rgba(255, 255, 255, 0.91)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/gym-wood-floor.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_facility-rental #le_section-five {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/gallery/dumbell-rack.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_facility-rental #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_facility-rental #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/sports-court.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 399px;
}
.aurora_facility-rental #le_section-seven {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/gym-wood-floor.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_facility-rental #le_section-ten {
    padding-top: 75px;
}
.aurora_facility-rental #le_section-three {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/gallery/dumbbell-racks/dumbbell-racks_2000x1123.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_facility-rental #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/gym-wood-floor.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_header-banner {
    background-color: rgb(73, 73, 73);
}
.aurora_home #le_section-five {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/gym-wood-floor.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gym-wood-floor.jpg);
    background-size: cover;
    background-position: center left;
}
.aurora_home #le_section-four-area1 {
    padding-top: 75px;
    padding-bottom: 10px;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/workout-equipment.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-three-area2 {
    padding-top: 400px;
}
.aurora_home #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: bottom center;
}
.aurora_home #le_section-two-area1 {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_klean-athlete #le_section-four {
    background-image: linear-gradient(rgba(254, 251, 251, 0.89), rgba(254, 251, 251, 0.89)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 200px;
    padding-bottom: 75px;
}
.aurora_klean-athlete #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/Klean-products.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 399px;
}
.aurora_klean-athlete #le_section-three {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbell-rack.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
}
.aurora_klean-athlete #le_section-two {
    background-image: linear-gradient(rgba(254, 251, 251, 0.89), rgba(254, 251, 251, 0.89)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_partnerships #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 399px;
}
.aurora_pricing #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_pricing #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gym-wood-floor.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_schedule-training #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/teens-jumping-exercise.jpg);
    background-size: cover;
    background-position: top right;
    padding-top: 399px;
}
.aurora_schedule-training #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gym-wood-floor.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_thank-you #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 10%;
    padding-bottom: 10%;
}
.aurora_waiver #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbbell-racks/dumbbell-racks_1800x1010.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 399px;
}
.aurora_waiver #le_section-two {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_waiver #le_section-two-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_waiver-thank-you #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepubliclehi/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 10%;
    padding-bottom: 10%;
}
.aurora_warm-up-cords #le_section-four {
    background-image: linear-gradient(rgba(254, 251, 251, 0.89), rgba(254, 251, 251, 0.89)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/athletic-republic-logo.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_warm-up-cords #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublic/Male-WarmUp-Cord.jpg);
    background-size: cover;
    background-position: top left;
    padding-top: 398px;
}
.aurora_warm-up-cords #le_section-three {
    background-image: linear-gradient(rgba(196, 18, 48, 0.9), rgba(196, 18, 48, 0.9)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublicmicrositemaster/gallery/dumbell-rack.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_warm-up-cords #le_section-two {
    background-image: linear-gradient(rgba(254, 251, 251, 0.89), rgba(254, 251, 251, 0.89)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/athleticrepublic/field-star-logo.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 75px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_about-athletic-republic #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-athletic-republic #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-athletic-republic #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-athletic-republic #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-athletic-republic #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-athletic-republic #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-athletic-republic #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-our-center #le_section-elevan-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-our-center #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-our-center #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-our-center #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-our-center #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-our-center #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-our-center #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acceleration #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acceleration #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acceleration #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acceleration #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acceleration #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acceleration #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-training #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-training #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adult-training #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_enhanced-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_enhanced-training #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_enhanced-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_enhanced-training #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-rental #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-rental #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-rental #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-rental #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-rental #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-rental #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-rental #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_header-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_klean-athlete #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_klean-athlete #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_klean-athlete #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_klean-athlete #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_partnerships #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule-training #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule-training #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_waiver #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_waiver #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_waiver #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_waiver-thank-you #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_warm-up-cords #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_warm-up-cords #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_warm-up-cords #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_warm-up-cords #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_about-athletic-republic #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-athletic-republic #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-athletic-republic #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-athletic-republic #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-athletic-republic #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-athletic-republic #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-athletic-republic #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-our-center #le_section-elevan-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-our-center #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-our-center #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-our-center #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-our-center #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-our-center #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-our-center #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acceleration #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acceleration #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acceleration #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acceleration #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acceleration #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acceleration #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-training #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-training #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adult-training #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_enhanced-training #le_section-four {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_enhanced-training #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_enhanced-training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_enhanced-training #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-rental #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-rental #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-rental #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-rental #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-rental #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-rental #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-rental #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_header-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_klean-athlete #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_klean-athlete #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_klean-athlete #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_klean-athlete #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_partnerships #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule-training #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule-training #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_waiver #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_waiver #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_waiver #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_waiver-thank-you #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_warm-up-cords #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_warm-up-cords #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_warm-up-cords #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_warm-up-cords #le_section-two {
    }
}

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