@import 'https://fonts.googleapis.com/css?family=Montserrat';

body {
    background: #fff;
    margin: 0 auto;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

hr {
    border: 0;
    height: 1px;
}
.white-line hr {
    background-color: #fff;
}


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

a {
	text-decoration: none;
	color: #f7911e;
}
a:hover {
	color: #000000;
}
p {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
}
ul,ol {
    margin-top:0;
}

[le_content_type="text"].le_content ul {
    padding-left: 0;
    margin-left: 0;
}

[le_content_type="text"].le_content li {
    margin: .35em 0 .35em 1em;
}

h1, h1 a, .title1, .title1 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 400;
	margin:0 0 .4em 0;
	color: #ffffff;
	line-height: 45px !important;
}
h2, h2 a, .title2, .title2 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin:0 0 .4em 0;
	color: #000000;
}
h3, h3 a, .title3, .title3 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin:0 0 .4em 0;
	color: #f7911e;
}
h4, h4 a, .title4, .title4 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin:0 0 .4em 0;
	color: #000000;
}
h5, h5 a, .title5, .title5 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin:0 0 .4em 0;
	color: #f7911e;
}
h6, h6 a, .title6, .title6 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin:0 0 .4em 0;
	color: #000000;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}

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 {
}

/* Make sure font awesome icons that are links do not have underline on hover */
.fa a:hover, a.fa:hover {
    text-decoration: none;
}


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

.le_form {
	color: #323232;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #f7911e;
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	text-transform: uppercase;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #414141;
	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 rgb(202,201,201);
	box-shadow: none !important;
	color: #323232;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */
.form-control {
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}

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

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

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

.le_form label {
    font-weight: normal;
}


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

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

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

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

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

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 4px 5px;
    background-color: #f7911e;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#f7911e;
    border:none;
    text-shadow:none;
    text-transform: uppercase !important;
}
.le_metro_silver_button {
    background: #f7911e !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
}
.le_metro_silver_button:hover {
    background: #000000 !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#000000;
}

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    padding: 15px 20px;
    background-color: #f7911e;
    color: #ffffff;
}
.se_button.button1 a:hover, a.se_button.button1:hover{
    padding: 15px 20px;
    background-color: #000000;
    color: #ffffff;
}
.se_button.button2 a, a.se_button.button2{
    padding: 15px 20px;
    border: 1px solid #ffffff;
}
.se_button.button2 a:hover, a.se_button.button2:hover{
    padding: 15px 20px;
    background-color: #ffffff;
    color: #f7911e !important;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
    background-color: #f7911e;
    color: #ffffff;
}
.se_button.fullwidthButton a:hover, a.se_button.fullwidthButton:hover{
    background-color: #000000;
    color: #ffffff;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

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

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

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

/* MB Schedule
----------------------------------------------------------------------------------------------------*/
#le_mb_list_schedule .le_metro_silver_button {
    display: inline-block;
}
.title_class {
    padding-left: 8% !important;
}
.title_staff {
    padding-left: 9% !important;
}
#date_filter {
    width: 75px !important;
}
.schedule_filters {
    width: 115% !important;
}
.mb_listview_date {
    text-transform: uppercase;
}
.master_date {
    background-color: #000000;
    text-transform: uppercase;
    color: #ffffff;
    height: 40px !important;
}
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #eeeeee !important;
}
#le_mb_list_schedule .row_date, #le_mb_list_schedule .row_class, #le_mb_list_schedule .row_staff, #le_mb_list_schedule .row_button {
    vertical-align: top;
    padding-top: 10px;
}
#le_mb_list_schedule .le_metro_silver_button {
    display: inline-block;
}
@media (max-width: 768px) {
    .schedule_filters {
        width: 126% !important;
    }
}


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

.mb_mobile_classname a {
    color: #f7911e !important;
}
.mb_le_staff_firstname {
    color: #f7911e !important;
}
.mb_le_staff_lastname {
    color: #f7911e !important;
}
#back_sched {
    color: #f7911e !important;
}
#forward_sched {
    color: #f7911e !important;
}
.mb_mobilebar_schedulebar_classname a {
    color: #f7911e !important;
}

/* MB Classes
----------------------------------------------------------------------------------------------------*/
.class_row .class_name {
    background-color: #f7911e;
    padding: 5px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-bottom: 10px;
    margin-top: 20px;
}
.class_row .class_name:hover {
    color: #000000;
}
.class_desc {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400 !important;
}
.class_desc div {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400 !important;
}

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

#le_mb_class_page h2 {
    background-color: #f7911e;
    padding: 15px 20px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-bottom: 10px;
}
.staff_side {
    width: 45% !important;
}
.staff_bio_cutoff {
    height: 110px !important;
}
#class_info h4 {
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
#class_info {
    border: 3px solid #000000 !important;
    padding: 15px !important;
}
.staff_info{
    border: 3px solid #000000 !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
}
.staff_side .taught_by {
    text-transform: uppercase !important;
    font-size: 20px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    display: block !important;
    margin-bottom: 20px !important;
}
.staff_side {
    margin-top: -9px !important;
}
.staff_side .morelink {
    background-color: #f7911e !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    border-radius: 3px 3px 3px 3px !important;
    margin-top: 10px !important;
}
@media (max-width: 768px) {
    .staff_side {
        width: 100% !important;
    }
    #class_info {
        border: 0 solid #ffffff !important;
    }
    .staff_side .taught_by {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    #class_info {
        width: 100% !important;
    }
}

/* MB Enrollments
----------------------------------------------------------------------------------------------------*/
a.morelink {
    display: block !important;
    text-transform: uppercase;
    text-decoration: none !important;
}
.enrollments_date_range {
    text-transform: uppercase;
}
.mb_enrollment_dates {
    background-color: #f7911e;
    color: #ffffff;
    padding: 10px 20px;
}
.prev_date_arrows a {
    color: #ffffff;
}
.next_date_arrows a {
    color: #ffffff;
}
.enrollment_box {
    border-top: 0 !important;
}
.signup_class {
    margin-left: 0 !important;
    margin-top: 20px !important;
}

/* MB Staff
----------------------------------------------------------------------------------------------------*/

#le_mb_staff_page h2 {
    background-color: #5bb5c9;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 15px !important;
}
.mb_staff_image {
    margin-left: 20px;
}
.instructs_list {
    background-color: #5bb5c9;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px !important;
}
.class_list a {
    text-transform: uppercase;
}

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

label {
    text-align: left !important;
    left: 0 !important;
}
#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #f7911e !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients h3 {
    background-color: #f7911e !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 120px !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
#le_mb_loginsignup .mb_login_existing_input {
    width: 100% !important;
    margin-left: -5px !important;
    margin-top: 10px !important;
}
.mb_login_new_label {
    width: 100% !important;
    text-align: left !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input {
    width: 100% !important;
}
.mb_login_new_row {
    width: 100% !important;
}
.password_info {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
#i_agree_row {
    width: 100% !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}
#signup_submit {
    margin-left: 0 !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: #000000 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
.liability_text {
    height: 200px !important;
    overflow-x: scroll !important;
}
#le_mb_loginsignup h2 {
    background-color: #000000 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}
@media (max-width: 768px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
    }
}
@media (max-width: 767px) {
    #le_mb_loginsignup h3 {
        margin-bottom: -25px !important;
    }
    #mb_login_question input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #login_form {
        margin-bottom: 40px !important;
    }
    #le_mb_loginsignup h2 {
        font-size: 18px !important;
    }
    #login_submit {
        width: 100px !important;
    }
    .seFormButton, .wrapper input[type="submit"].seFormButton {
        padding: 6px 15px !important;
        border-radius: 0 !important;
    }
    #login_form .seFormButton, .wrapper input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
}

/* CTAS
----------------------------------------------------------------------------------------------------*/

.hovereffect {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}

.hovereffect:hover .overlay {
  border-radius: 50%;
  padding: 10px !important;
  border: 8px solid #f7911e;
}

.hovereffect img {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.hovereffect h3 {
    position: absolute;
    top: 40% !important;
    color: #ffffff;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 1;
}
.hovereffect:hover h3 {
    opacity: 0;
}
.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(247, 145, 30, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  padding: 20px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect a {
    padding-top: 40% !important;
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand {
    margin-bottom: 15px;
}
.expand h3 {
    position: relative; 
    color: #ffffff !important;
    background-color: #000000;
    font-size: 18px !important;
    padding: 7px 10px !important;
}
.expand p {
    padding: 20px !important;
    background-color: #ffffff;
}
.expand h3:before {
    content: "+";
    margin-right: 10px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h3.active {
    color: #ffffff !important;
    background-color: #f7911e;
}
.expand h3.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h3:hover {
    cursor: pointer;
    background-color: #f7911e;
}

/* Pricing
----------------------------------------------------------------------------------------------------*/

.pricebox {
    background-color: #f7911e;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 40px !important;
    margin-bottom: 20px;
}
.pricebox a {
    color: #ffffff;
    margin-top: 5px !important;
}
.pricebox:hover {
    background-color: #000000;
}
.pricebox a:hover, .pricebox p:hover {
    color: #ffffff !important;
}

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

.blog_post_title, .blog_post_listing_title_link {
    color: #f7911e !important;
    font-size: 24px !important;
}
a.read_more_link {
    display: table;
    background: #000000;
    padding: 10px 15px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px !important;
    margin-top: 10px;
    text-decoration: none;
}
a.read_more_link:hover {
    background-color: #f7911e;
}
.feature_blog_text {
    margin-left: 0 !important;
}
@media (max-width: 768px) {
    #blog_sidebar {
        float: left !important;
        width: 100% !important;
    }
}

/* Classes
----------------------------------------------------------------------------------------------------*/
.no-gutters {
    padding: 0;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.rightbox {
    background-color: #F4F4F4;
    margin-left: -100px;
    position: relative;
    z-index: 1;
    padding: 50px 50px;
}
.rightbox .se_button.button1 a, .rightbox a.se_button.button1 {
    margin-top: 10px;
}
.leftbox {
    background-color: #F4F4F4;
    margin-right: -100px;
    position: relative;
    z-index: 1;
    padding: 50px 50px;
}
.leftbox .se_button.button1 a, .leftbox a.se_button.button1 {
    margin-top: 10px;
}
.whitebox {
    background-color: #fff;
    padding: 50px;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.blackbox {
    border: 3px solid #000000;
    padding: 20px;
    margin-bottom: 20px;
}
.moregutters {
    padding: 0 15px !important;
}
.graybox {
    border: 2px solid #d2d1d1;
    padding: 20px;
}
.graybox a {
    color: #000000;
    display: inline-block;
    width: 100% !important;
    padding: 5px 10px;
}
.graybox a:hover {
    background-color: #f7911e;
    color: #ffffff !important;
}
.orangebox {
    background-color: #f7911e;
    padding: 10px 20px 1px 20px !important;
    margin-bottom: 15px;
}
.orangebox h3 {
    color: #ffffff !important;
}
.blackbox2 {
    background-color: #000000;
    padding: 10px 20px 1px 20px !important;
    margin-bottom: 15px;
}
.blackbox2 h2 {
    color: #ffffff !important;
}
.black-box {
    padding: 30px;
    border: 5px solid #000;
    margin-bottom: 25px;
}
.black-box img {
    margin-bottom: 20px;
}
.black-box .se_button.button1 a, .black-box a.se_button.button1 {
    margin-top: 15px !important;
}
.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.orange-box {
    background-color: #f7911e;
    padding: 30px 20px !important;
    margin-bottom: 25px;
}
.event-box {
    background-color: #f7911e;
    padding: 20px 20px;
    margin-bottom: 25px;
}
.event-box p, .event-box p a {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}
.locations a {
    display: inline-block;
    background-color: #f7911e;
    color: #ffffff;
    padding: 5px 12px;
    margin: 0 2px 2px 0;
}

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

.se_siteBranding {
    line-height:1;
    padding: 10px 0;
}

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


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

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden !important;
	right: 0;
	transition: right .3s ease;
}
.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.se_mainContent3 {
    margin: 30px 0 10px 0 !important;
}
.se_mainContent2 {
    margin: 20px 0 40px 0!important;
}

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

.header-wrap {
    /**position:absolute;**/
    width: 100%;
    z-index: 300;
    background-color: #000;
}
.le-edit-open .header-wrap, .header-wrap.no-feature, .aurora-page-wrapper .header-wrap {
    position:relative;
}
.header {
	padding-top:5px;
}
.le-edit-open .header-wrap {
    margin-bottom: 25px;
}
.biglogo {
    position: absolute !important;
    z-index: 1000 !important;
    left: 0;
    right: 0;
    display: none !important;
}

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

.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
}

.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #f7911e;
    width: 40px;
    text-align: center !important;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    left: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.MainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #000;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #f7911e;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #737373;
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #f7911e;
}

.menu-bar li.le_menuitem_level_0 li.le_menuitem_level_1 a {
    font-size:.9em;
}

.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.MainMenu .dropdown ul {
    display: none;
}

/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    right:-240px;
    height: 100%;
    z-index: 1001;
    width: 240px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: inherit;
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    transition: right .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    right:0;
}

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

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: .5em 0 .5em 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #737373;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: #f7911e;
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
    font-family: 'Montserrat', sans-serif;
	font-size: 15px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
}
.primary-mobile-menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
    padding: 7px 5px 7px 5px;
    margin-left: 24px;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 992px) { 
    
    .primary-mobile-menu .le_menu_level_1_container,
    .menu-bar ul.le_menu_level_2 {
        background: transparent !important;
    }
    
    .OpenMobileMenu .wrapper{
        right:240px;
    }
    .OpenMobileMenu .menu-bar{
        right:240px;
        left: initial;
    }
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:before {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #f7911e;
	height: 0;
	width: 0;
	margin-right: 20px;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:before  {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild2 > a:before {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #5bb5c9;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild2 > a.active-mobile-parent2:before {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild2 ul.le_menu_level_2 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild2 ul.le_menu_level_2.open-mobile-sub2 {
    height: auto;
    visibility: visible;
    opacity: 1;
}

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


/* Main Content
----------------------------------------------------------------------------------------------------*/

.content {
	padding: 0;

}
.contentInner {
    padding: 15px;
}

.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}

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

.footer {
	padding: 30px 0 40px 0;
    color: #ffffff;
    background-color: #000000;
    line-height: 25px;
}
.footer hr {
    background-color: #7f7f7f !important;
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.footer p {
	font-size: 13px;
	color: #ffffff;
}
.footer a {
    color: #ffffff;
}
.se_social {
    text-align: right;
}
.se_social a {
    color: #f7911e;
    font-size: 30px;
}
.se_social a:hover {
    color: #414141;
    text-decoration: none;
}


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

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

/* Small devices (tablets, 768px and up) */
@media (max-width: 500px) {
    .footer .seFormButton, .wrapper input[type="submit"].seFormButton {
        width: 100% !important;
    }
    #form-1-control-field_1 {
        text-align: center !important;
    }
    .event-box p, .event-box p a {
        font-size: 18px;
        line-height: 25px;
    }
}
@media (max-width: 768px) {
    .headertop .se_siteBranding img {
        display: none !important;
    }
    .se_social a {
        margin: 0 2px;
        font-size: 24px !important;
    }
    .footerLeft {
        text-align: center;
        margin: 15px 0;
    }
    .footerCenter {
        text-align: center;
        margin: 15px 0;
    }
    .footerCenter img {
        display: none !important;
    }
    .footerRight {
        text-align: center;
        margin: 15px 0;
    }
    .newsletter input[type="submit"] {
        margin-top: -15px !important;
    }
    .newsletter input[type="text"],.newsletter input[type="email"],.newsletter input[type="password"], .newsletter textarea {
        margin-bottom: -15px;
    }
    .biglogo {
        top: 125px;
    }
    .se_siteBranding {
        width: 100px;
        height: auto;
    }
    .leftbox {
        margin: 0 0 25px 0;
        padding: 50px 25px;
    }
    .rightbox {
        margin: 25px 0 0 0;
        padding: 50px 25px;
    }
}
@media (min-width: 768px) {
    .newsletter input[type="text"],.newsletter input[type="email"],.newsletter input[type="password"], .newsletter textarea {
        width: 170px;
    }
    .row-same-height {
        display:table;
        width: 100%;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0 15px;
    }
    
    .row-same-height.sh-va-middle [class^="col-"],
    .row-same-height.sh-va-middle [class*="col-"]{
        vertical-align: middle;
    }
    .row-same-height.sh-va-bottom [class^="col-"],
    .row-same-height.sh-va-bottom [class*="col-"]{
        vertical-align: middle;
    }
    .bigtext h2 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (min-width: 769px) {
    .newsletter input[type="text"],.newsletter input[type="email"],.newsletter input[type="password"], .newsletter textarea {
        margin-bottom: -18px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .newsletter input[type="submit"] {
        padding: 4px 15px !important;
        margin-top: -5px !important;
    }
    .footerLeft {
        text-align: left;
    }
    .footerCenter {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
    .biglogo {
        top: 175px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 15px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 10px;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
        text-align: right;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 12px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        padding: 10px 10px;
        font-family: 'Montserrat', sans-serif;
        font-size: 10px;
        color: #fff;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: #f7911e !important;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        border-top: 3px solid #f7911e;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 5px 10px;
    	color: #323232 !important;
    	background: #ffffff;
        font-family: 'Montserrat', sans-serif;
    	font-size: 12px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 180px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #d83d44;
        background-image: none;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left:100%;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	background: rgba(237, 237, 237, 0.9);
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        dipslay: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    /* ---- End Separate Mobile Menu ---- */
    .newsletter input[type="text"],.newsletter input[type="email"],.newsletter input[type="password"], .newsletter textarea {
        width: 200px !important;
    }
    /**.header-wrap {
        position: fixed;
        height: 100px;
    }**/
    .headertop2 {
        display: none !important;
    }
    .biglogo {
        top: 125px;
    }
    .logos {
        padding: 0 20%;
    }
    .logos2 {
        padding: 0 10%;
    }
    .big-text p {
        font-size: 18px;
        line-height: 25px;
    }
}
@media (max-width: 992px) {
    .header-wrap {
        position:relative !important;
        height: 100px;
    }
    .headertop {
        display: none !important;
    }
    .se_siteBranding {
        max-width: 100px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 8px 10px;
        font-size: 14px;
    }
    .biglogo {
        top: 250px;
    }
}


/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}

.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.feature-content .le_plugin_slider_container {
    margin:auto;
}
.feature-content [le_content_type="htmlslider"] img {
	vertical-align: middle;
    width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

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

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  

/* Box Slider Fixes
----------------------------------------------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
    z-index: 100 !important;
}
.htmlPanel { /* Fixes shift of content when fade transition is applie */
    left: 0;
}

/* ---- Scale map down on mobile devices for easier scrolling ----*/

.mobile-map {
	max-width: 100%;
}

@media only screen and (max-width : 992px) { 
	.mobile-map {
		max-width: 80%;
	}
}
/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

/* - Text Classes - */
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}
.text-shadow-light {
    text-shadow: 0px 1px 1px rgba(255,255,255,.65)
}

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.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;
}
.checklist-circle ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist-circle ul li { 
    margin-bottom:10px; 
}
.checklist-circle ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}

/* ---- Responsive text aligning ---- */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width:1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}


/* -- Display Cards -- */

.display-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 20px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
}

.display-card:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

/* -- Mobile Only Theme Styles -- */
@media all and (max-width: 768px) {
    .mobile-center {
        text-align: center !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }
    .mobile-hide {
        display: none !important; /* needs important incase Aurora advanced tab align setting differs */
    }
}

/* --------- End Theme Styles --------- */


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

.mb_schedule .capacity {
    display: none !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area1 {
    padding-bottom: 21px;
}
#le_footer-area3 {
    margin-top: 0px;
    padding-bottom: 0px;
}
.aurora_AAU #le_section-four {
    background-color: rgb(0, 0, 0);
}
.aurora_AAU #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_AAU #le_section-one {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_AAU #le_section-one-area2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.aurora_AAU #le_section-one-area3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.aurora_AAU #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_AAU #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_AAU #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -58px;
    padding-top: 0px;
}
.aurora_AAU #le_section-two {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_AAU #le_section-two-area1 {
    margin-bottom: 20px;
}
.aurora_AAU #le_section-two-area1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_AAU #le_section-two-area11 {
    margin-top: 20px;
}
.aurora_AAU #le_section-two-area11 {
}
.aurora_AAU #le_section-two-area12 {
    margin-top: 20px;
}
.aurora_AAU #le_section-two-area12 {
}
.aurora_AAU-old #le_section-four {
    background-color: rgb(0, 0, 0);
}
.aurora_AAU-old #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_AAU-old #le_section-one-area2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.aurora_AAU-old #le_section-one-area3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.aurora_AAU-old #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_AAU-old #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -58px;
    padding-top: 0px;
}
.aurora_AAU-old #le_section-two-area1 {
    margin-bottom: 20px;
}
.aurora_AAU-old #le_section-two-area11 {
    margin-top: 20px;
}
.aurora_AAU-old #le_section-two-area12 {
    margin-top: 20px;
}
.aurora_bodybuilding #le_headerRegion {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_bodybuilding #le_section-one {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.aurora_bodybuilding #le_section-one-area2 {
    margin-top: 7px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_bodybuilding #le_section-three {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
}
.aurora_bodybuilding #le_section-three-area2 {
    margin-top: 10px;
}
.aurora_bodybuilding #le_section-three-area3 {
    margin-top: 10px;
}
.aurora_bodybuilding #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -61px;
    padding-top: 0px;
}
.aurora_bodybuilding #le_section-two-area15 {
    margin-top: 24px;
}
.aurora_bodybuilding-coaches #le_headerRegion {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_bodybuilding-coaches #le_section-four {
    background-color: rgb(0, 0, 0);
}
.aurora_bodybuilding-coaches #le_section-one {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.aurora_bodybuilding-coaches #le_section-one-area2 {
    margin-top: 7px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_bodybuilding-coaches #le_section-three {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
}
.aurora_bodybuilding-coaches #le_section-three-area2 {
    margin-top: 10px;
}
.aurora_bodybuilding-coaches #le_section-three-area3 {
    margin-top: 10px;
}
.aurora_bodybuilding-coaches #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -61px;
    padding-top: 0px;
}
.aurora_bodybuilding-coaches #le_section-two-area12 {
    padding-bottom: 20px;
}
.aurora_bodybuilding-coaches #le_section-two-area15 {
    margin-top: 24px;
}
.aurora_bodybuilding-coaches #le_section-two-area15 {
    margin-top: 0px;
    padding-top: 0px;
}
.aurora_book-appointment #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_buy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room/weight-room_1800x1038.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_buy-on-community-marketplace #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_Coaches #le_headerRegion {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_Coaches #le_section-four {
    background-color: rgb(0, 0, 0);
}
.aurora_Coaches #le_section-four-area11 {
    margin-top: 10px;
}
.aurora_Coaches #le_section-four-area12 {
    margin-top: 10px;
}
.aurora_Coaches #le_section-one {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.aurora_Coaches #le_section-one-area2 {
    margin-top: 7px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_Coaches #le_section-three {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
}
.aurora_Coaches #le_section-three-area2 {
    margin-top: 10px;
}
.aurora_Coaches #le_section-three-area3 {
    margin-top: 10px;
}
.aurora_Coaches #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -61px;
    padding-top: 0px;
}
.aurora_Coaches #le_section-two-area12 {
    padding-bottom: 20px;
}
.aurora_Coaches #le_section-two-area15 {
    margin-top: 24px;
}
.aurora_Coaches #le_section-two-area15 {
    margin-top: 0px;
    padding-top: 0px;
}
.aurora_community-marketplace #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room/weight-room_1800x1038.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_community-marketplace #le_section-two-area2 {
    background-color: rgb(237, 234, 234);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_contact-us #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_drnis #le_headerRegion {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_drnis #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_drnis #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_drnis #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_events #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room/weight-room_1800x1038.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_form1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_form2 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_form3 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_freezesleeve #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/squat_partial_BW.jpg);
}
.aurora_freezesleeve #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_freezesleeve #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_fullscript #le_headerRegion {
    background-color: rgb(174, 168, 168);
}
.aurora_fullscript #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_fullscript #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_fullscript #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_home #le_feature-content1 {
    background-color: rgb(255, 128, 0);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_home #le_featureContainer {
    background-color: rgb(255, 128, 0);
}
.aurora_home #le_section-eight {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/green-floor-gym.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 180px;
    padding-bottom: 180px;
}
.aurora_home #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/green-equipment-room.jpg);
    background-size: cover;
    background-position: center left;
    margin-bottom: 10px;
    padding-top: 140px;
    padding-bottom: 140px;
}
.aurora_home #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/gym-equipment.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    padding-top: 140px;
    padding-bottom: 140px;
}
.aurora_home #le_section-four-area1 {
}
.aurora_home #le_section-seven {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-equipment.jpg);
    background-size: cover;
    background-position: center left;
    margin-bottom: 10px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_home #le_section-six {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/field-house.jpg);
    background-size: cover;
    background-position: center left;
    margin-bottom: 10px;
    padding-top: 160px;
    padding-bottom: 160px;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/cardio-equipment-room.jpg);
    background-color: rgb(25, 31, 38);
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    padding-top: 170px;
    padding-bottom: 170px;
}
.aurora_home #le_section-three-area11 {
    padding-left: 0px;
}
.aurora_home #le_section-three-area12 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-three-area13 {
    margin-top: 1px;
}
.aurora_home #le_section-three-area15 {
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_home #le_section-three-area16 {
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_home #le_section-three-area17 {
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_home #le_section-three-area3 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-two {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 125px;
}
.aurora_home #le_section-two-area1 {
    margin-bottom: 0px;
    padding-top: 75px;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 28px;
}
.aurora_home #le_section-two-area10 {
    background-position: center center;
    text-align: center;
}
.aurora_home #le_section-two-area14 {
    border-style: none;
    border-color: rgb(255, 255, 255);
}
.aurora_home #le_section-two-area18 {
    padding-top: 100px;
}
.aurora_home #le_section-two-area2 {
}
.aurora_home #le_section-two-area3 {
}
.aurora_home #le_section-two-area4 {
}
.aurora_ironbuilder #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room/weight-room_1800x1038.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_legion-sports-fest #le_section-four-area1 {
}
.aurora_legion-sports-fest #le_section-four-area11 {
}
.aurora_legion-sports-fest #le_section-one {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_legion-sports-fest #le_section-one {
    padding-top: 25px;
    padding-bottom: 100px;
}
.aurora_legion-sports-fest #le_section-one-area1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_legion-sports-fest #le_section-one-area2 {
}
.aurora_legion-sports-fest #le_section-one-area2 {
}
.aurora_legion-sports-fest #le_section-one-area3 {
}
.aurora_legion-sports-fest #le_section-three-area1 {
}
.aurora_legion-sports-fest #le_section-three-area12 {
    margin-top: 0px;
}
.aurora_legion-sports-fest #le_section-three-area2 {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_legion-sports-fest #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -60px;
}
.aurora_legion-sports-fest #le_section-two {
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 25px;
}
.aurora_legion-sports-fest #le_section-two-area1 {
    margin-top: 0px;
}
.aurora_legion-sports-fest #le_section-two-area11 {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
}
.aurora_legion-sports-fest #le_section-two-area11 {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_legion-sports-fest #le_section-two-area12 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_legion-sports-fest #le_section-two-area12 {
    padding-top: 50px;
}
.aurora_legion-sports-fest #le_section-two-area13 {
    border-style: solid;
    border-width: 5px;
}
.aurora_legion-sports-fest #le_section-two-area15 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 5px;
}
.aurora_legion-sports-fest #le_section-two-area5 {
    padding-right: 0px;
}
.aurora_legion-sports-fest-old #le_section-four {
    background-color: rgb(0, 0, 0);
    margin-top: -37px;
}
.aurora_legion-sports-fest-old #le_section-four-area1 {
}
.aurora_legion-sports-fest-old #le_section-four-area11 {
}
.aurora_legion-sports-fest-old #le_section-one {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_legion-sports-fest-old #le_section-one-area1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_legion-sports-fest-old #le_section-one-area2 {
}
.aurora_legion-sports-fest-old #le_section-one-area3 {
}
.aurora_legion-sports-fest-old #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_legion-sports-fest-old #le_section-three-area1 {
}
.aurora_legion-sports-fest-old #le_section-three-area12 {
    margin-top: 0px;
}
.aurora_legion-sports-fest-old #le_section-three-area2 {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_legion-sports-fest-old #le_section-three-area3 {
    background-position: center center;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-left: 0px;
}
.aurora_legion-sports-fest-old #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -60px;
}
.aurora_legion-sports-fest-old #le_section-two-area1 {
    margin-top: 0px;
}
.aurora_legion-sports-fest-old #le_section-two-area11 {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
}
.aurora_legion-sports-fest-old #le_section-two-area12 {
    padding-top: 50px;
}
.aurora_legion-sports-fest-old #le_section-two-area5 {
    padding-right: 0px;
}
.aurora_legion-upa #le_section-one {
    background-color: rgb(0, 0, 0);
    margin-bottom: -30px;
}
.aurora_legion-upa #le_section-one-area1 {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_legion-upa #le_section-one-area2 {
    margin-top: 0px;
    margin-left: 0px;
}
.aurora_legion-upa #le_section-one-area3 {
    margin-top: 0px;
}
.aurora_legion-upa #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_legion-upa #le_section-three-area13 {
    padding-top: 20px;
}
.aurora_legion-upa #le_section-three-area14 {
    padding-top: 20px;
}
.aurora_legion-upa #le_section-two {
    background-color: rgb(0, 0, 0);
    padding-top: 0px;
}
.aurora_legion-upa #le_section-two-area10 {
    padding-bottom: 20px;
}
.aurora_legion-upa #le_section-two-area3 {
    margin-top: 0px;
    padding-top: 25px;
}
.aurora_legion-upa #le_section-two-area4 {
    padding-top: 60px;
}
.aurora_marina-results #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_marina-results #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_meet-our-members #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room/weight-room_1800x1038.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_meet-our-members #le_section-two-area4 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_meet-our-members #le_section-two-area9 {
    background-color: rgb(237, 234, 234);
    margin-bottom: 20px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_membership #le_section-one {
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_membership #le_section-two-area5 {
}
.aurora_new-home #le_featureContainer {
    background-color: rgb(248, 152, 28);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_new-home #le_section-four {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 50px;
}
.aurora_new-home #le_section-four-area2 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_new-home #le_section-four-area3 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_new-home #le_section-four-area4 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_new-home #le_section-three {
    background-color: rgb(25, 31, 38);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_new-home #le_section-three-area15 {
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_new-home #le_section-three-area16 {
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_new-home #le_section-three-area17 {
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_new-home #le_section-two {
    background-color: rgb(0, 0, 0);
    padding-top: 35px;
    padding-bottom: 90px;
}
.aurora_new-home #le_section-two-area3 {
    border-style: solid;
    border-color: rgb(234, 234, 234);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_nutritionanddiet #le_headerRegion {
    background-color: rgb(188, 184, 184);
    background-repeat: repeat;
    background-size: auto;
}
.aurora_nutritionanddiet #le_section-one-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/nutrition_pix_banner-001.jpg);
    border-style: solid;
    border-color: rgb(255, 128, 0);
    border-width: 3px;
}
.aurora_nutritionanddiet #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_nutritionanddiet #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_nutritionanddiet #le_section-two-area10 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_nutritionanddiet #le_section-two-area11 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_old-home #le_feature-content1 {
    background-color: rgb(255, 128, 0);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_old-home #le_featureContainer {
    background-color: rgb(255, 128, 0);
}
.aurora_old-home #le_section-four {
    background-color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-bottom: 50px;
}
.aurora_old-home #le_section-four-area1 {
}
.aurora_old-home #le_section-three {
    background-image: url(rgb(25, 31, 38));
    background-color: rgb(25, 31, 38);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_old-home #le_section-three-area11 {
    padding-left: 0px;
}
.aurora_old-home #le_section-three-area12 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_old-home #le_section-three-area13 {
    margin-top: 1px;
}
.aurora_old-home #le_section-three-area15 {
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_old-home #le_section-three-area16 {
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_old-home #le_section-three-area17 {
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_old-home #le_section-three-area3 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_old-home #le_section-two {
    background-color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-bottom: 90px;
}
.aurora_old-home #le_section-two-area1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
}
.aurora_old-home #le_section-two-area10 {
    background-position: center center;
    text-align: center;
}
.aurora_old-home #le_section-two-area14 {
    border-style: none;
    border-color: rgb(255, 255, 255);
}
.aurora_old-home #le_section-two-area2 {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_old-home #le_section-two-area3 {
    border-color: rgba(0, 0, 0, 0);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_old-home #le_section-two-area4 {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_opedix #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/chalk.jpg);
}
.aurora_opedix #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_opedix #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_opedix #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_past-events-and-results #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/squat_partial_BW.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_past-events-and-results #le_section-two-area12 {
}
.aurora_powerlifting-america #le_headerRegion {
    background-color: rgb(0, 0, 0);
}
.aurora_powerlifting-america #le_section-one {
    background-color: rgb(0, 0, 0);
    padding-top: 25px;
    padding-bottom: 75px;
}
.aurora_powerlifting-america #le_section-one-area1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.aurora_powerlifting-america #le_section-one-area2 {
}
.aurora_powerlifting-america #le_section-one-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/Powerlifting-America-Logo-HOZ-1-Black-dark-bckgrd@3x_copy.png);
}
.aurora_powerlifting-america #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_powerlifting-america #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/2025_Iron_Classic_11_9_2025_copy1.png);
    background-size: auto;
    background-position: top center;
    border-style: double;
    border-width: 7px;
}
.aurora_powerlifting-america #le_section-three-area4 {
    border-style: double;
    border-width: 7px;
}
.aurora_powerlifting-america #le_section-two {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_powerlifting-america #le_section-two-area1 {
}
.aurora_powerlifting-america #le_section-two-area2 {
}
.aurora_powerlifting-america #le_section-two-area3 {
}
.aurora_powerlifting-america-old #le_headerRegion {
    background-color: rgb(0, 0, 0);
}
.aurora_powerlifting-america-old #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_powerlifting-america-old #le_section-one-area1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.aurora_powerlifting-america-old #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_powerlifting-america-old #le_section-two-area1 {
    background-color: rgb(0, 0, 0);
}
.aurora_powerlifting-america-old #le_section-two-area2 {
    background-color: rgb(0, 0, 0);
}
.aurora_powerlifting-america-old #le_section-two-area3 {
    background-color: rgb(255, 128, 0);
}
.aurora_Reopening #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_Reopening #le_section-one-area1 {
    margin-top: 15px;
    margin-bottom: 0px;
}
.aurora_Reopening #le_section-three {
    background-color: rgb(0, 0, 0);
    margin-top: -36px;
}
.aurora_Reopening #le_section-three-area1 {
    margin-top: 24px;
}
.aurora_Reopening #le_section-three-area2 {
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 2px;
    border-radius: 0px;
    margin-top: 10px;
}
.aurora_Reopening #le_section-three-area3 {
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 2px;
    margin-top: 10px;
}
.aurora_Reopening #le_section-three-area4 {
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 2px;
    margin-top: 10px;
}
.aurora_Reopening #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -58px;
}
.aurora_Reopening #le_section-two-area1 {
    margin-top: 32px;
    margin-bottom: 20px;
}
.aurora_Reopening #le_section-two-area11 {
    border-color: rgb(255, 0, 0);
    border-width: 0px;
}
.aurora_Reopening #le_section-two-area12 {
    border-style: dashed;
    border-color: rgb(255, 0, 0);
    border-width: 0px;
}
.aurora_sell #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room/weight-room_1800x1038.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_sell-on-community-marketplace #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_sponsorship #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/2020_Events-3.png);
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    margin-top: 0px;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 0px;
}
.aurora_sponsorship #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -59px;
}
.aurora_strongman #le_section-four {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 40px;
}
.aurora_strongman #le_section-one {
}
.aurora_strongman #le_section-one {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 100px;
}
.aurora_strongman #le_section-one-area1 {
    border-width: 0px;
    border-radius: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 0px;
    line-height: 0px;
}
.aurora_strongman #le_section-one-area1 {
}
.aurora_strongman #le_section-one-area2 {
    background-color: rgb(0, 0, 0);
}
.aurora_strongman #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_strongman #le_section-three-area10 {
    margin-top: 15px;
}
.aurora_strongman #le_section-three-area2 {
    margin-top: 15px;
}
.aurora_strongman #le_section-three-area3 {
    margin-top: 15px;
}
.aurora_strongman #le_section-three-area4 {
    margin-top: 15px;
}
.aurora_strongman #le_section-two {
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_strongman #le_section-two-area10 {
    color: rgb(0, 0, 0);
}
.aurora_strongman #le_section-two-area11 {
    margin-bottom: 20px;
}
.aurora_strongman-events #le_section-one {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_strongman-events #le_section-one-area1 {
    border-width: px;
    border-radius: px;
    margin-top: -107px;
    margin-right: px;
    margin-bottom: -101px;
    margin-left: px;
    padding-top: 0px;
    padding-right: px;
    padding-bottom: 0px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_strongman-events #le_section-one-area2 {
    margin-top: 10px;
    margin-left: 65px;
}
.aurora_strongman-events #le_section-one-area3 {
    margin-top: 35px;
}
.aurora_strongman-events #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_strongman-events #le_section-two {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_strongman-events #le_section-two-area3 {
    margin-top: 25px;
}
.aurora_Strongman-old #le_section-four {
    background-color: rgb(0, 0, 0);
}
.aurora_Strongman-old #le_section-one {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 100px;
}
.aurora_Strongman-old #le_section-one-area1 {
    border-width: 0px;
    border-radius: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 0px;
    line-height: 0px;
}
.aurora_Strongman-old #le_section-one-area2 {
    background-color: rgb(0, 0, 0);
}
.aurora_Strongman-old #le_section-three {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
    padding-top: 0px;
}
.aurora_Strongman-old #le_section-three-area10 {
    margin-top: 15px;
}
.aurora_Strongman-old #le_section-three-area2 {
    margin-top: 15px;
}
.aurora_Strongman-old #le_section-three-area3 {
    margin-top: 15px;
}
.aurora_Strongman-old #le_section-three-area4 {
    margin-top: 15px;
}
.aurora_Strongman-old #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -60px;
    padding-top: 0px;
}
.aurora_Strongman-old #le_section-two-area1 {
    background-color: rgb(0, 0, 0);
}
.aurora_Strongman-old #le_section-two-area11 {
    margin-bottom: 20px;
}
.aurora_TrainHeroic #le_section-one {
    margin-top: 18px;
}
.aurora_TrainHeroic #le_section-one-area1 {
}
.aurora_TrainHeroic #le_section-three {
    background-color: rgb(0, 0, 0);
    margin-top: -36px;
}
.aurora_TrainHeroic #le_section-three-area4 {
    border-color: rgb(255, 255, 255);
    border-width: 1px;
}
.aurora_TrainHeroic #le_section-three-area5 {
    border-color: rgb(255, 255, 255);
    border-width: 1px;
}
.aurora_TrainHeroic #le_section-three-area6 {
    border-color: rgb(255, 255, 255);
    border-width: 1px;
}
.aurora_TrainHeroic #le_section-three-area7 {
    border-color: rgb(255, 255, 255);
    border-width: 1px;
}
.aurora_TrainHeroic #le_section-three-area9 {
    border-color: rgb(255, 255, 255);
    border-width: 0px;
}
.aurora_TrainHeroic #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_TrainHeroic #le_section-two-area1 {
    margin-top: 50px;
    margin-bottom: 40px;
}
.aurora_TrainHeroic #le_section-two-area10 {
    margin-top: 20px;
}
.aurora_TrainHeroic #le_section-two-area13 {
    border-color: rgb(255, 255, 255);
    border-width: 3px;
}
.aurora_TrainHeroic #le_section-two-area14 {
    border-color: rgb(255, 255, 255);
    border-width: 3px;
}
.aurora_TrainHeroic #le_section-two-area15 {
    border-color: rgb(255, 255, 255);
    border-width: 3px;
}
.aurora_training-classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/Chain_Circle.png);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_training-classes #le_section-one-area2 {
    margin-top: 10px;
}
.aurora_training-classes #le_section-three-area5 {
}
.aurora_training-classes #le_section-three-area6 {
}
.aurora_training-schedules #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room/weight-room_1800x1038.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_training-schedules #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room/weight-room_1800x1038.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_trainingandnutrition #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_trainingandnutrition #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_trainingandnutrition #le_section-two {
    background-color: rgb(0, 0, 0);
    background-size: length;
}
.aurora_trainingandnutrition #le_section-two-area10 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_trainingandnutrition #le_section-two-area2 {
    background-color: rgba(163, 163, 163, 0);
}
.aurora_trainingandnutrition #le_section-two-area3 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_trainingandnutrition #le_section-two-area4 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_Travel #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_travel #le_section-one {
    background-color: rgb(247, 145, 30);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Travel #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -59px;
}
.aurora_travel #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_travel #le_section-two-area1 {
    background-color: rgb(0, 0, 0);
}
.aurora_upa-events #le_section-four {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-bottom: 0px;
}
.aurora_upa-events #le_section-one {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 50px;
}
.aurora_upa-events #le_section-one-area1 {
    background-color: rgb(255, 128, 0);
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_upa-events #le_section-one-area2 {
    margin-top: 0px;
    margin-left: 0px;
}
.aurora_upa-events #le_section-one-area3 {
    margin-top: 0px;
}
.aurora_upa-events #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_upa-events #le_section-three-area1 {
    margin-top: 20px;
}
.aurora_upa-events #le_section-three-area13 {
    padding-top: 20px;
}
.aurora_upa-events #le_section-three-area14 {
    padding-top: 20px;
}
.aurora_upa-events #le_section-two {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_upa-events #le_section-two-area1 {
    margin-top: 0px;
}
.aurora_upa-events #le_section-two-area10 {
    padding-bottom: 20px;
}
.aurora_upa-events #le_section-two-area13 {
    margin-top: 10px;
}
.aurora_upa-events #le_section-two-area14 {
    margin-top: 10px;
}
.aurora_upa-events #le_section-two-area15 {
    margin-top: 10px;
}
.aurora_upa-events #le_section-two-area3 {
    margin-top: 0px;
}
.aurora_upa-events #le_section-two-area4 {
}
.aurora_upa-events-old #le_section-one {
    background-color: rgb(0, 0, 0);
    margin-bottom: -30px;
}
.aurora_upa-events-old #le_section-one-area1 {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_upa-events-old #le_section-one-area2 {
    margin-top: 0px;
    margin-left: 0px;
}
.aurora_upa-events-old #le_section-one-area3 {
    margin-top: 45px;
}
.aurora_upa-events-old #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_upa-events-old #le_section-three-area1 {
    margin-top: 20px;
}
.aurora_upa-events-old #le_section-three-area13 {
    padding-top: 20px;
}
.aurora_upa-events-old #le_section-three-area14 {
    padding-top: 20px;
}
.aurora_upa-events-old #le_section-two {
    background-color: rgb(0, 0, 0);
    padding-top: 0px;
}
.aurora_upa-events-old #le_section-two-area1 {
    margin-top: 10px;
}
.aurora_upa-events-old #le_section-two-area10 {
    padding-bottom: 20px;
}
.aurora_upa-events-old #le_section-two-area13 {
    margin-top: 10px;
}
.aurora_upa-events-old #le_section-two-area14 {
    margin-top: 10px;
}
.aurora_upa-events-old #le_section-two-area15 {
    margin-top: 10px;
}
.aurora_upa-events-old #le_section-two-area3 {
    margin-top: 0px;
}
.aurora_upa-events-old #le_section-two-area4 {
}
.aurora_upcoming-events #le_section-four {
    background-color: rgb(0, 0, 0);
    margin-top: -37px;
}
.aurora_upcoming-events #le_section-four-area1 {
}
.aurora_upcoming-events #le_section-four-area11 {
}
.aurora_upcoming-events #le_section-one {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_upcoming-events #le_section-one-area1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_upcoming-events #le_section-one-area2 {
}
.aurora_upcoming-events #le_section-one-area3 {
}
.aurora_upcoming-events #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_upcoming-events #le_section-three-area1 {
}
.aurora_upcoming-events #le_section-three-area2 {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_upcoming-events #le_section-three-area3 {
    background-position: center center;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-left: 0px;
}
.aurora_upcoming-events #le_section-three-area4 {
    padding-top: 100px;
    padding-left: 40px;
}
.aurora_upcoming-events #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -60px;
}
.aurora_upcoming-events #le_section-two-area1 {
    margin-top: 0px;
}
.aurora_upcoming-events #le_section-two-area11 {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
}
.aurora_upcoming-events #le_section-two-area12 {
    padding-top: 50px;
}
.aurora_upcoming-events #le_section-two-area5 {
    padding-right: 0px;
}
.aurora_usa-powerlifting-at-skillcon-december-17th-form #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_usa-powerlifting-at-skillcon-december-18th-form #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_USAPL-Events #le_section-one {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_USAPL-Events #le_section-one-area1 {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}
.aurora_USAPL-Events #le_section-one-area2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_USAPL-Events #le_section-one-area3 {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
}
.aurora_USAPL-Events #le_section-three {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
}
.aurora_USAPL-Events #le_section-three-area1 {
    margin-top: 20px;
}
.aurora_USAPL-Events #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -60px;
    padding-top: 0px;
}
.aurora_USAPL-Events #le_section-two-area1 {
}
.aurora_USAPL-Events #le_section-two-area11 {
    margin-top: 10px;
}
.aurora_USAPL-Events #le_section-two-area12 {
    margin-top: 10px;
}
.aurora_USAPL-Events #le_section-two-area13 {
    padding-top: 10px;
}
.aurora_USAPL-Events #le_section-two-area14 {
    padding-top: 10px;
}
.aurora_USAPL-Events #le_section-two-area15 {
    padding-top: 10px;
}
.aurora_USAPL-Events #le_section-two-area2 {
    margin-top: 0px;
}
.aurora_USAPL-Events #le_section-two-area3 {
}
.aurora_USAPL-Events #le_section-two-area4 {
    margin-top: 0px;
    padding-top: 0px;
}
.aurora_USAPL-Events #le_section-two-area7 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.aurora_USAPL-Events #le_section-two-area9 {
    margin-top: 0px;
    margin-right: 0px;
}
.aurora_usapl-events2 #le_section-one {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_usapl-events2 #le_section-one {
    padding-top: 25px;
    padding-bottom: 100px;
}
.aurora_usapl-events2 #le_section-one-area1 {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}
.aurora_usapl-events2 #le_section-one-area2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_usapl-events2 #le_section-one-area3 {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
}
.aurora_usapl-events2 #le_section-three {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
}
.aurora_usapl-events2 #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_usapl-events2 #le_section-three-area1 {
    margin-top: 20px;
}
.aurora_usapl-events2 #le_section-two {
    background-color: rgb(0, 0, 0);
    margin-top: -60px;
    padding-top: 0px;
}
.aurora_usapl-events2 #le_section-two {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_usapl-events2 #le_section-two-area1 {
}
.aurora_usapl-events2 #le_section-two-area11 {
    margin-top: 10px;
}
.aurora_usapl-events2 #le_section-two-area12 {
    margin-top: 10px;
}
.aurora_usapl-events2 #le_section-two-area13 {
    padding-top: 10px;
}
.aurora_usapl-events2 #le_section-two-area14 {
    padding-top: 10px;
}
.aurora_usapl-events2 #le_section-two-area15 {
    padding-top: 10px;
}
.aurora_usapl-events2 #le_section-two-area2 {
    margin-top: 0px;
}
.aurora_usapl-events2 #le_section-two-area3 {
}
.aurora_usapl-events2 #le_section-two-area4 {
    margin-top: 0px;
    padding-top: 0px;
}
.aurora_usapl-events2 #le_section-two-area7 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.aurora_usapl-events2 #le_section-two-area9 {
    margin-top: 0px;
    margin-right: 0px;
}
.aurora_USPA-Events #le_section-one {
    background-color: rgb(0, 0, 0);
}
.aurora_USPA-Events #le_section-one-area1 {
    margin-left: 215px;
}
.aurora_USPA-Events #le_section-one-area2 {
    margin-top: 6px;
    margin-left: 0px;
}
.aurora_USPA-Events #le_section-one-area3 {
    margin-top: -50px;
    margin-bottom: 0px;
}
.aurora_USPA-Events #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_USPA-Events #le_section-two {
    background-color: rgb(0, 0, 0);
}
.aurora_USPA-Events #le_section-two-area2 {
    margin-top: 20px;
}
.aurora_USPA-Events #le_section-two-area3 {
    margin-top: 15px;
}
.aurora_USPA-Events #le_section-two-area4 {
    margin-top: 20px;
}
.aurora_west-coast-upa-event-form #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.aurora_xx #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_xxx #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/americaniron/weight-room.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU-old #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU-old #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU-old #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU-old #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU-old #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU-old #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AAU-old #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bodybuilding-coaches #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bodybuilding-coaches #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bodybuilding-coaches #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Coaches #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Coaches #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Coaches #le_section-four-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Coaches #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Coaches #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight {
    }
}
@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-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest-old #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_old-home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_old-home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_old-home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_old-home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_old-home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_old-home #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_old-home #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-one-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america-old #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america-old #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america-old #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america-old #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america-old #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_powerlifting-america-old #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Reopening #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Reopening #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Strongman-old #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Strongman-old #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Strongman-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Strongman-old #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Strongman-old #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Strongman-old #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Strongman-old #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Strongman-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Strongman-old #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_travel #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_travel #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_travel #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events-old #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events-old #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events-old #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events-old #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events-old #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events-old #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events-old #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_upa-events-old #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_USAPL-Events #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_USAPL-Events #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_USAPL-Events #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_USAPL-Events #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_USAPL-Events #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_USAPL-Events #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_USAPL-Events #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_usapl-events2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_usapl-events2 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_usapl-events2 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_usapl-events2 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_usapl-events2 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_usapl-events2 #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_usapl-events2 #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_usapl-events2 #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_usapl-events2 #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_usapl-events2 #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legion-sports-fest #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strongman #le_section-two-area1 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU-old #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU-old #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU-old #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU-old #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU-old #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU-old #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AAU-old #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bodybuilding-coaches #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bodybuilding-coaches #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bodybuilding-coaches #le_section-two-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Coaches #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Coaches #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Coaches #le_section-four-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Coaches #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Coaches #le_section-two-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@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_home #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area18 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-three-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-two-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest-old #le_section-three-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_old-home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_old-home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_old-home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_old-home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_old-home #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_old-home #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_old-home #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-one-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america-old #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america-old #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america-old #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america-old #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america-old #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_powerlifting-america-old #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Reopening #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Reopening #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Strongman-old #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Strongman-old #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Strongman-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Strongman-old #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Strongman-old #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Strongman-old #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Strongman-old #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Strongman-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Strongman-old #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-classes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_travel #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_travel #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_travel #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-two-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events-old #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events-old #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events-old #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events-old #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events-old #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events-old #le_section-two-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events-old #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_upa-events-old #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_USAPL-Events #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_USAPL-Events #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_USAPL-Events #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_USAPL-Events #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_USAPL-Events #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_USAPL-Events #le_section-two-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_USAPL-Events #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_usapl-events2 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_usapl-events2 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_usapl-events2 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_usapl-events2 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_usapl-events2 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_usapl-events2 #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_usapl-events2 #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_usapl-events2 #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_usapl-events2 #le_section-two-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_usapl-events2 #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legion-sports-fest #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strongman #le_section-two-area1 {
    }
}

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