@import url('https://fonts.googleapis.com/css2?family=Graduate&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&display=swap');


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

:root {
    --bg-main: #000;
    --bg-blue: #ffffff;
    --bg-red: rgb(165, 0, 0);
}


hr {
    border: 0;
    height: 1px;
    background-color: #bababa;
}

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

a {
	text-decoration: none;
	color: var(--bg-blue);
}
a:hover {
	text-decoration: none;
	color: var(--bg-red);
}
strong {
    font-weight: 600;
}
p {
    margin-block-start: 0;
    margin-block-end: 0;
}
ul,ol {
    margin-top:0;
    padding-left: 25px !important;
}

[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-size: 70px !important;
    font-family: "Oswald", sans-serif !important;
    font-weight: 700 !important;
    color: #023c5b !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}
h2, h2 a, .title2, .title2 a {
	font-family: 'Oswald',sans-serif !important;
	font-size: 45px !important;
	font-weight: 700 !important;
	margin:0 0 .4em 0 !important;
	text-transform: uppercase !important;
	color: #0049b0 !important;
}
h3, h3 a, .title3, .title3 a {
	font-family: 'Jura',sans-serif !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	margin:0 0 .4em 0 !important;
	color: #0049b0 !important;
}
h4, h4 a, .title4, .title4 a {
	font-family: 'Oswald',serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	margin:0 0 .4em 0 !important;
	text-transform: uppercase !important;
	color: #0049b0 !important;
}
h5, h5 a, .title5, .title5 a {
    font-family: "Jura", sans-serif !important;
    font-size: 25px !important;
    color: #000 !important;
	margin:0 0 .4em 0 !important;
	font-weight: 500 !important;
	color: #0049b0 !important;
}
h6, h6 a, .title6, .title6 a {
	font-family: 'Oswald',serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	margin:0 0 .4em 0 !important;
	color: #0049b0 !important;
}
.right-title h1, .right-title h2 {
    opacity: .1;
    font-size: 30px;
    text-align: right;
    margin: 0;
    font-weight: 700;
}
.left-title h1, .left-title h2, .center-title h1 {
    opacity: .1;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
}
.right-title2 h1, .left-title2 h1 {
    text-align: right;
    opacity: .1;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 20px 0;
    font-weight: 700;
}
/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
    margin-top: 10px;
}
.le_form_name {
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(165, 0, 0);
    color: #fff;
	padding: 8px 15px;
	border: 0px solid transparent;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
    font-family: 'Montserrat', sans-serif;
	padding: 10px;
	background-color: #fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(210,210,210);
	box-shadow: none !important;
	margin: 0;
}

/* -- Search Element --*/
.wrapper input[type="text"]#search_form_value {
	padding: 5px 10px;
}
#search_form_button {
    padding: 5px 15px;
    position: relative;
}

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

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

/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}
.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}
.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.le_form label {
    font-weight: 300 !important;
}
.recaptcha-terms {
    padding: 0 !important;
    margin: 0 !important;
    color: #000;
}
.recaptcha-terms a:hover, a:hover.recaptcha-terms {
    color: #000 !important;
    text-decoration: underline;
}
.book-session #choose_location,
.book-session .choose_location,
.book-session .choose_staff_member,
.book-session #staff_member_dropdown {
    display: none;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.le_metro_silver_button {
    font-family: 'Montserrat', sans-serif !important;
    background-color: var(--bg-red) !important;
    background: var(--bg-red) !important;
    color: #fff !important;
	position: relative;
	display: inline-block;
	padding: 5px 10px !important;
	border: 0 !important;
	text-shadow: 0px 0px 0 var(--bg-red) !important;
	border-radius: 0 !important;
	top: -5px !important;
}
.le_metro_silver_button:hover {
    background-color: var(--bg-blue) !important;
    background: var(--bg-blue) !important;
    color: #fff !important;
    text-decoration: none;
}
.se_button a, a.se_button {
    font-family:"Oswald", serif;
	font-weight:600;
	letter-spacing: 1px;
	text-transform: uppercase;
    background-color: var(--bg-red);
    color: #fff;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 20px;
	border: 0px solid transparent;
	border-radius: 2px;
}
.se_button a:hover, a:hover.se_button {
    background-color: var(--bg-blue);
    color: #fff;
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    background-color: rgb(165, 0, 0);
    color: #fff;
    margin-top: 10px;
    border: 2px solid transparent;
    padding: 10px 20px !important;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: #fff;
    color: rgb(165, 0, 0);
    border-color: rgb(165, 0, 0);
    border: 2px solid rgb(165, 0, 0);
}
.se_button.button2 a, a.se_button.button2 {
    background-color: #fff;
    color: #0049b0;
    margin-top: 10px;
    border-color: #0049b0 !important;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 20px !important;
    border: 2px solid #0049b0;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #0049b0 !important;
    color: #fff  !important;
}
.se_button.button3 a, a.se_button.button3 {
    background-color: #0049b0;
    color: #fff;
    margin-top: 10px;
    border-color: #fff;
    margin-right: 15px;
    margin-left: 15px;
    padding: 7px 10px !important;
    border: 2px solid #fff;
    padding: 10px 20px !important;
}
.se_button.button3 a:hover, a:hover.se_button.button3 {
    background-color: #fff !important;
    color: #0049b0  !important;
}
.se_button.button4 a, a.se_button.button4 {
    background-color: #fff;
    color: rgb(165, 0, 0);
    margin-top: 10px;
    border: 2px solid transparent;
    margin-left: 15px;
   margin-right: 15px;
}
.se_button.button4 a:hover, a:hover.se_button.button4 {
    background-color: rgb(165, 0, 0);
    color: #fff;
    border-color: #fff;
    border: 2px solid #fff;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 20px 35px;
}
/* Custom Classes
----------------------------------------------------------------------------------------------------*/
.hovereffect3 {
    position: relative;
    opacity: 1;
    display: inline-block;
    /*overflow: hidden;*/
    width: 100% !important;
    height: auto !important;
}
.hovereffect3 img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: middle;
    width: 100% !important;
    height: auto !important;
}
.hovereffect3 img:hover {
    -webkit-transform:scale(1.06); /* Safari and Chrome */
    -moz-transform:scale(1.06); /* Firefox */
    -ms-transform:scale(1.06); /* IE 9 */
    -o-transform:scale(1.06); /* Opera */
    transform:scale(1.06);
}
.uppertext {
    /*position: absolute;*/
    /*top: 40% !important;*/
    text-align: center;
    left: 0;
    right: 0;
}
.uppertext a {
    color: #ffffff !important;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.uppertext a:hover {
    text-decoration: none !important;
    color: #ffffff;
}
.circleImg img {
    border-radius: 50%;
    padding: 15px;
}
.MissionQuote blockquote {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}
.pricing p {
    font-size: 15px;
}
.white-box {
    border: 2px solid rgb(0, 73, 176);
    padding: 30px 20px;
    margin: -7px 0 25px 0;
    text-align: center;
    background: #fff !important;
}
.white-box h2 {
    font-size: 24px;
}
}
.cookies {
    margin: auto;
    padding: 0 !important;
    padding: 0px 0 !important;
}
.cookieclose {
    right: 0;
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    top: 15px;
    color: #fff;
    z-index: 1;
}
.cookies p {
    color: #fff;
}

.cookies a {
    color: #4b0a76;
}

.cookies a:hover, a:hover .cookies {
    color: #4b0a76;
    text-decoration: underline;
}
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: auto;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 8s linear infinite;
}

.marquee2 span {
  animation-delay: 2.5s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}
.modal .le_plugin_advanced_row, .modal .le_page_form_row {
    margin-bottom: 5px !important;
}
/* Testimonial Box
----------------------------------------------------------------------------------------------------*/
.testimonial-box:before {
    content: 
    font-family: 'Montserrat', sans-serif !important;
    height: auto;
    position: absolute;
}
.testimonial-box p {
    font-size: 18px;
    line-height: 30px;
}
.testimonial-box .bx-pager {
    text-align: left !important;
}
.testimonial-box .bx-pager.bx-default-pager a {
    border-radius: 0 !important;
    background: #c1c6c8 !important;
}
.testimonial-box .bx-pager.bx-default-pager a:hover, .testimonial-box .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}
.testimonial-box:before {
    width: 40px;
    left: 15px;
    top: 0px;
}


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

.anythingSlider .panel {
    padding-left: 0px !important;
}

/* Site Branding
----------------------------------------------------------------------------------------------------*/
.se_siteBranding {
    line-height:1;
    padding: 0;
}
.se_siteBranding img {
    max-width: 250px;
    height: auto;
}
.se_siteBranding a {
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo_text {
    line-height: 1.4;
}

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

.whitetext h1, .whitetext h2, .title3, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff !important;
}
.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;
}
.whitetext h1 a:hover, .whitetext h2 a:hover, .whitetext h3 a:hover, .whitetext h4 a:hover, .whitetext h5 a:hover, .whitetext h6 a:hover, .whitetext p a:hover, .whitetext a:hover {
    color: #ffffff;
}
.bluetext h1, .bluetext h2, .bluetext h3, .bluetext h4, .bluetext h5, .bluetext h6, .bluetext p, .bluetext {
    color: var(--bg-blue);
}
.blacktext h1, .blacktext h2, .blacktext h3, .blacktext h4, .blacktext h5, .blacktext h6, .blacktext p, .blacktext {
    color: var(--bg-main);
}
.no-gutters {
    padding: 0;
    margin: 0;
}
.fullwidth img {
    width: 100% !important;
    height: auto;
}
.banner img {
    margin-top: -15px;
}
.redbox h3 a {
    background: rgba(0,50,102,.6);
    color: #fff;
    padding: 0 25px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.redbox h3 a:hover {
    background: var(--bg-red);
}
.img-blue {
    position: relative;
    padding: 0;
}
.img-blue img {
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}
.img-blue:before {
    content: " ";
    position: absolute;
    top: -50px;
    left: -500px;
    right: -50px;
    bottom: 60%;
    background-color: var(--bg-blue);
    z-index: -1 !important;
}
.right-section {
    padding: 0 5% 25px 100px;
}
.right-section h1, .right-section h2 {
    color: var(--bg-red);
    font-size: 40px;
    font-weight: 700;
}
.img-red {
    position: relative;
    padding: 0;
}
.img-red img {
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}
.img-red:before {
    content: " ";
    position: absolute;
    top: 60%;
    right: -500px;
    left: 100px;
    bottom: -50px;
    background-color: var(--bg-red);
    z-index: -1 !important;
}
.left-section {
    padding: 0 75px 0 5%;
}
.left-section h1, .left-section h2 {
    color: var(--bg-blue);
    font-size: 40px;
    font-weight: 700;
}
.padding-lr {
    padding: 0 50px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff !important;
    border: 1px solid var(--bg-red);
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-red) !important;
}
.red-box {
    background-color: var(--bg-red);
    padding: 30px 20px;
    margin-bottom: 25px;
    text-align: center;
}
.red-box h3 {
    font-size: 24px;
    color: #fff;
}
.red-box p {
    color: #fff;
}
.box-red {
    background-color: var(--bg-red);
    padding: 50px 20px 40px 20px;
    margin-bottom: 25px;
}
.box-red h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.box-red p {
    color: #fff;
}
.red-title h2 {
    background-color: var(--bg-red);
    padding: 10px 20px;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}
.blue-title h2 {
    background-color: var(--bg-blue);
    padding: 10px 20px;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}
.dark-blue-box p a {
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: block;
    padding: 30px 25px;
    margin-bottom: 25px;
}
.dark-blue-box p a:hover {
    background-color: #001a35;
}
.p-space p {
    margin-bottom: 5px;
}
.staff-box {
    border-top: 10px solid var(--bg-blue);
    margin-bottom: 25px;
    text-align: center;
    padding-top: 15px;
}
.staff-box h4 {
    font-size: 24px;
    font-weight: 500;
}

.blue-box {
    background-color: var(--bg-blue);
    padding: 25px;
    color: #fff;
}
.padding-15 {
    padding: 15px;
}
.gray-border {
    border: 1px solid #ededed;
}
.red-block {
    background-color: var(--bg-red);
    padding: 50px 40px;
    margin-bottom: 25px;
}
.red-block h3 {
    color: #fff;
    font-size: 24px;
}
.red-block h4 {
    color: #fff;
    font-size: 20px;
}
.red-block p {
    color: #fff;
}
.graybox {
    background-color: #EFEDED;
    padding: 50px 40px;
    margin-bottom: 25px;
}
.graybox h3 {
    font-size: 24px;
}
.graybox h4 {
    font-size: 20px;
}
.gray-box {
    background-color: #EFEDED;
    padding: 30px 25px;
    margin-bottom: 25px;
}
.gray-box2 {
    background-color: #EFEDED;
    padding: 30px 25px;
    margin-bottom: 25px;
}
.gray-box3 {
    background-color: #f2efef;
    padding: 50px 25px;
    margin-bottom: 25px;
}
.gray-box3 td:first-of-type {
    border-right: 1px solid #a3a3a3;
}
.gray-box3 td:last-of-type {
    padding-left: 35px;
}
.gray-box3 img {
    min-width: 250px;
    width: 250px;
    height: auto;
    display: block;
    padding-right: 35px;
}
.staff {
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background-color: var(--bg-blue);
}
.staff img {
    width: 100%;
    height: auto;
}
.staff h4 {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 25px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.staff a {
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.staff:hover img {
    opacity: .2;
}
.price-box {
    border: 1px solid #e0dede;
    padding: 25px 30px;
    margin-bottom: 25px;
}
.price-box img {
    margin-bottom: 20px;
}
.location-box {
    border: 2px solid #fff;
    padding: 30px 25px;
    margin-bottom: 25px;
}
.line-box {
    border: 1px solid #d6d5d4;
    padding: 20px;
    margin-bottom: 25px;
}
.small-title h2 {
    font-size: 24px;
}
.smaller-title h2 {
    font-size: 32px;
}
.icons {
    margin-bottom: 20px;
}
.icons img {
    margin-right: 10px;
    width: 20px;
    height: auto;
    position: relative;
    margin-bottom: -2px;
}
.icons p {
    padding-left: 10px;
    font-size: 18px;
} 
.menu-lines {
    padding-top: 10px;
}
.menu-lines p {
    padding: 0 10px;
}
/*.photo-slider.le_plugin_slider {*/*/
/*    width: 100% !important;*/
/*}*/

/* Pricebox
----------------------------------------------------------------------------------------------------*/
.pricebox {
    background-color: #efeded;
    padding: 30px 25px 20px 25px;
    margin-bottom: 30px;
    text-align: center;
}
.pricebox h2 {
    background-color: var(--bg-blue);
    display: inline-block;
    padding: 8px 30px;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}
.pricebox h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
}
.pricebox h4 {
    font-weight: 500;
    color: var(--bg-main);
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
}
.pricebox p {
    color: var(--bg-main);
    font-size: 14px;
}
.pricebox .se_button.button1 {
    margin-top: 20px;
    padding: 10px 15px !important;
    font-size: 16px !important;
}

/* Appointments
----------------------------------------------------------------------------------------------------*/
.appt_left_side {
    width: 100% !important;
}
.appt_left_side h3 {
    font-weight: 400 !important;
    font-size: 20px !important;
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
}
.expand h3 {
    position: relative; 
    font-size: 16px;
    margin: 8px 0 0 0;
    background-color: #efeded;
    color: var(--bg-main);
    padding: 5px 45px 5px 20px;
    line-height: 30px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
}
.expand h3:after {
    content: '+';
    top: 12px;
    right: 15px;
    float: right;
    font-size: 18px !important;
    line-height: 15px;
    color: var(--bg-main);
    display: inline-block;
    position: absolute;
    -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:hover:after {
    content: '-';
    color: #fff;
}
.expand h3.active:after {
    content: '-';
    color: #fff;
    padding-left: 4px;
}
.expand h3.active {
    cursor: active;
    background-color: var(--bg-blue);
    color: #fff;
}
.expand h3:hover {
    cursor: pointer;
    background-color: var(--bg-blue);
    color: #fff;
}
.expand p {
    padding: 10px 20px;
}
/* Tabbed Content
----------------------------------------------------------------------------------------------------*/
.tabs-btn ul {
    padding: 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #aaabac;
}
.tabs-btn li{
    display: inline-block;
}
.tabs-btn ul li a {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border-top: 1px solid #aaabac;
    border-left: 1px solid #aaabac;
    border-right: 1px solid #aaabac;
    color: #000000;
    background: #f3f3f3;
    text-decoration: none;
    font-weight: 700;
    margin: 10px 7px 0 7px;
    text-transform: uppercase;
}
.tabs-btn ul li a:hover {
    text-decoration: none;
    color: #ffffff;
    background: var(--bg-color);
}
.tabs-btn li a.active {
    color: #ffffff;
    background: var(--bg-color);
}
.tabs > div {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
}
.le-edit-open .tabs > div {
    display: block !important;
}

.tabs > div:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tabs > div.expanded {
    display: block !important;
}
.tabs > div > img {
    max-width: 100%;
}
.tabs > div > a {
    display: inline-block;
    padding: 10px 20px 10px 25px;

    font-size: 25px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #3bc0ee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.tabs > div > a:hover {
    text-decoration: none;
    background-color: #494949;
}
.tabs {
}

/* Home Testimonial Slider
----------------------------------------------------------------------------------------------------*/
.bx-wrapper img {
    display: inline-block !important;
}
.home-slider {
    margin: 0 auto 0 auto;
    width: 95%;
}
.home-slider img {
    border-radius: 50%;
    text-align: center;
    margin: auto;
}
.home-slider img:first-child {
    position: absolute;
    margin-top: 75px;
    margin-left: -90px;
}
.home-slider img:nth-child(3) {
    position: absolute;
    margin-top: 75px;
    margin-right: -80px;
}
.home-slider p {
    font-size: 20px;
    line-height: 30px;
    color: var(--bg-main);
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.home-slider h6 {
    margin-top: 10px;
    font-size: 18px;
    color: #000000 !important;
}
.home-slider h6 {
    margin-top: 10px;
    font-size: 18px;
    color: #000000 !important;
}
.home-slider title6 {
    line-height: 12px;
}
.home-slider .bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 66px;
}
.home-slider .bx-wrapper .bx-controls-direction a {
    top: 60% !important;
}
.home-slider .bx-wrapper .bx-next {
    right: 30px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elkhorntrainingcamp/slider-arrows-blue.png') no-repeat -27px 0px;
}
.home-slider .bx-wrapper .bx-prev:hover {
    background-position:6px 0px;
    transform: scale(1.2);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.home-slider .bx-wrapper .bx-next:hover {
    background-position:-27px 0px;
    transform: scale(1.2);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.home-slider .bx-wrapper .bx-next:hover:after, .home-slider .bx-wrapper .bx-next:hover:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.home-slider .bx-wrapper .bx-prev {
    left: 30px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elkhorntrainingcamp/slider-arrows-blue.png') no-repeat 6px 0;
}
.home-slider .bx-pager.bx-default-pager a {
    border: 3px solid #003267 !important;
    background: rgba(255,255,255,0) !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
}
.home-slider .bx-pager.bx-default-pager a:hover, .home-slider .bx-pager.bx-default-pager a.active {
    background: #003267 !important;
}

/* Weekly Schedule
----------------------------------------------------------------------------------------------------*/
#le_mb_list_schedule {
    position: relative !important;
    width: 100% !important;
}
.schedule_date_range, #back_sched, #forward_sched {
    font-size: 24px !important;
}
.mb_listview_date .sched_loc_name {
    display: none;
}
.schedule_filters {
    width: 100% !important;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.schedule_filters .selects {
    height: 30px !important;
}
#date_filter {
    height: 30px !important;
}
#printview {
    background: #efefef !important;
    color: #000 !important;
    padding: 6px 10px !important;
    text-transform: uppercase;
    display: inline-block !important;
    margin-left: 10px !important;
}
#printview:hover {
    background: #000 !important;
    color: #fff !important;
    text-decoration: none;
}
.mbHeaderBar {
    background-color: var(--bg-blue) !important;
    color: #fff !important;
    padding: 7px 0 !important;
    height: 40px !important;
    border: 0 !important;
    margin-top: 10px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.mb_schedule tr:nth-of-type(even) {
    background-color: #ededee !important;
}
.title_class {
    padding-left: 0 !important;
}
.row_class {
    padding-left: 0 !important;
    width: 20% !important;
}
.title_staff {
    padding-left: 3% !important;
    width: 15% !important;
}
.row_staff {
    padding-left: 5% !important;
    width: 15% !important;
}
.row_location_name {
    padding-left: 5% !important;
}
.title_location {
    padding-left: 5% !important;
}
.row_date {
    width: 17% !important;
}
.capacity {
    margin-top: 10px !important;
}
.mb_schedule .row_button {
    vertical-align: middle !important;
    padding: 15px 0;
}
.row_date, .row_class, .row_staff, .row_button {
    padding-top: 15px !important;
}
.mb_schedule {
    font-size: 14px !important;
}
/* Staff Page
----------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) { 
    .staff_style .staff_side {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-gap: 15px;
    }
    .staff_style .staff_img {
        height: 220px;
    }
}
@media (min-width: 992px) { 
    .staff_style .staff_side {
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
        grid-gap: 15px;
    }
    .staff_style .staff_img {
        height: 215px;
    }
}
@media (min-width: 1200px) { 
    .staff_style .staff_img {
        height: 265px;
    }
}
.staff_style .staff_side .clear {
    display: none !important;
}
.staff_style .page_stuff {
    display: none !important;
}
.staff_style .staff_bio {
    display: none !important;
}
.staff_style .staff_img, .staff_img img {
    width: 100% !important;
}
.staff_style .staff_img {
    overflow: hidden !important;
    background-color: #929393;
}
.staff_style .staff_img em {
    display: none !important;
}
.staff_style .staff_info {
    position: relative;
}
.staff_style .staff_name {
    text-align: center !important;
    padding: 20px 10px 5px 10px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 15px;
}
.staff_style .staff_name a {
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
    color: #ffffff;
    text-transform: uppercase;
}
.staff_style .staff_name .lastname {
    display: none !important;
}
    
/* Mobile Schedule
----------------------------------------------------------------------------------------------------*/
@media (max-width: 992px) {
    .mb_mobilebar {
        background: #fff !important;
        padding: 10px 15px !important;
    }
    .mb_gray_box {
        width: 100% !important;
    }
    .title_date {
        background-color: var(--bg-blue) !important;
        color: #fff !important;
        padding: 10px !important;
        width: 100% !important;
        margin: 10px 0 !important;
    }
    .mb_mobilebar_schedulebar_time {
        width: 100% !important;
        padding: 10px 0 0 0 !important;
        font-size: 16px !important;
    }
    .mb_mobilebar_schedulebar_classname {
        width: 100% !important;
    }
    .mb_mobile_classname a, .mb_le_staff_firstname, .mb_le_staff_lastname {
        color: #000 !important;
    }
    .mb_mobilebar_schedulebar_button {
        float: left !important;
        width: 100% !important;
        padding: 10px 0 !important;
        text-align: left !important;
    }
    .mb_mobilebar_schedulebar_button .signup {
        margin-left: -7px !important;
    }
    .mb_mobilebar a {
        color: #000 !important;
    }
    .mb_mobilebar_schedulebar_button a {
        color: #fff !important;
    }
    #locations, #sessions, #trainers, #service_categories {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .mb_gray_box selects, .mb_gray_box .dropdowns {
        width: 100% !important;
    }
    .schedule_date_range {
        font-size: 20px !important;
    }
    h1, h1 a, .title1, .title1 a {
	    font-size: 45px !important;
    }
    .uppertext h1, .uppertext h2 {
        font-size: 70px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    }
}


/* MB Enrollments
----------------------------------------------------------------------------------------------------*/

.no-title .mb_enrollment_dates {
    display: none;
}
.mb_enrollment_dates {
    background-color: var(--bg-red);
    color: #fff;
    padding: 12px 20px 0 20px;
    font-size: 25px !important;
}
.enrollment_box, .course_information, .enrollment_in_course {
    border: 2px solid #efefef !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}
.enrollments_date_range {
    padding-top: 10px;
}
.signup_class {
    margin-left: 0 !important;
    margin-top: 20px !important;
}
.prev_date_arrows a {
    color: #fff !important;
}
.next_date_arrows a {
    color: #fff !important;
}
.right.bold_date {
    float: left !important;
    width: 100% !important;
}
#date_filter {
    padding: 5px 0 !important;
}
.enrollment_filters .selects {
    height: 30px !important;
}
.le_mb_button {
    background-color: var(--bg-red);
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 10px 20px;
}
.le_mb_button:hover {
    background-color: var(--bg-blue);
    color: #fff;
}

@media (max-width: 767px) {
    .enrollment_filters .dropdowns, .enrollment_filters .selects {
        width: 100% !important;
        margin-bottom: 3px !important;
    }
    .mb_enrollment_dates {
        padding: 12px 20px 10px 20px !important;
        font-size: 16px !important;
    }
    .prev_date_arrows a, .next_date_arrows a {
        font-size: 16px !important;
    }
}

/* Appointments
----------------------------------------------------------------------------------------------------*/

#results .bookit {
    font-family: 'Montserrat', sans-serif !important;
    background-color: var(--bg-red) !important;
    background: var(--bg-red) !important;
    color: #fff !important;
	position: relative;
	display: inline-block;
	padding: 5px 10px !important;
	border: 0 !important;
	text-shadow: 0px 0px 0 var(--bg-red) !important;
	border-radius: 0 !important;
}
#results .bookit:hover {
    background-color: var(--bg-blue) !important;
    background: var(--bg-blue) !important;
    color: #fff !important;
    text-decoration: none;
}

/* Blog
----------------------------------------------------------------------------------------------------*/
.blog_post_listing {
    padding: 0 !important;
    border: 1px solid #dddddd;
    justify-content: start !important;
}
.blog_post_listing_title_link {
    font-size: 24px;
}
.blog_post_listing .box-top {
    padding: 20px;
}
.blog_post_listing .title-flex, .blog_post_listing .title-flex h3 {
    margin-bottom: 0 !important;
}
.blog_post_listing .blog_post_listing_footer_section {
    display: none;
}
.feature_blog_text {
    height: 65px;
    overflow: hidden;
}
#blog_post_listing .feature_blog_text {
    float: none;
}
a.read_more_link {
    display: inline-block !important;
    text-transform: uppercase;
    width: 130px;
}
.le-logged-in #blog_post:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}
.le-logged-in #blog_post_listing:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}

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

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

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
    background-color: var(--bg-blue);
	padding: 10px 25px;
}
.header-right {
    text-align: right;
}
.header .button1 {
    padding: 7px 15px !important;
    margin-bottom: 0 !important;
}
.header .button2 {
    padding: 5px 15px !important;
    margin-bottom: 0 !important;
    background: rgba(255,255,255,0);
    border: 1px solid #fff;
    color: #fff;
    margin-top: 10px;
}
.header .button2:hover {
    background: rgba(255,255,255,1) !important;
    color: #000 !important;
}
.header .se_button.button1 a:hover {
    background-color: #fff !important;
    color: #000 !important;
}
#le_header-banner {
    position: relative;
    display: block;
    z-index: -100 !important;
}

/* Menu
----------------------------------------------------------------------------------------------------*/
.navicon {
    position: relative;
    line-height: 22px;
    height: 22px;
    padding: 0;
    text-transform: uppercase;
    background: transparent !important;
    z-index: 1000 !important;
    color: #fff !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0px;
    font-size: 30px;
    color: #0049b0 !important;
    margin-top: 15px;
}
.OpenMobileMenu .navicon:after {
    color: #fff !important;
    position: fixed;
    top: 10px;
    content: '\f00d';
    font-size: 35px;
    font-family: 'FontAwesome';
    margin-left: 250px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.navicon:hover {
    cursor: pointer;
    color: #fff;
}
.aurora_style-menu {
    z-index: 10000 !important;
}
.MainMenu {
    position: absolute;
    z-index: 900;
    left: -350px;
    top: 0;
    height: 100%;
    width: 300px;
    float: left;
    overflow-x: visible;
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.OpenMobileMenu .MainMenu {
    height: 100%;
    top:0px;
    width: 100%;
    left:0;
    opacity: 1;
    transition: left .3s ease;
    z-index:500;
}
.OpenMobileMenu .MainMenu .MainMenu-wrapper {
    background-color: #0049b0;
    position: relative;
    padding: 50px 20px 0 20px !important;
    width: 300px;
    height: 100%;
    z-index: 501;
}

.le-logged-in.OpenMobileMenu .MainMenu-wrapper {
    top: 40px !important;
}

.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 50px 0 0 0;
}
.MainMenu ul {
    padding: 0 !important;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 15px 10px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #a31d2a;
	font-size: 18px !important;
	line-height: 1em;
	text-decoration: none;
    word-break:break-word;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
        color: #fff !important;
}
.MainMenu li.le_menuitem_level_0 a:hover {
    color: #D3D3D3 !important;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.Menu1 a {
    border: 1px solid #fff !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    margin: 20px 0 0 10px;
}
.Menu1 a:hover {
    background-color: #fff;
    color: var(--bg-main);
}
.Menu2 a {
    background-color: #fff;
    color: var(--bg-main) !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    margin: 20px 0 0 10px;
}
.Menu2 a:hover {
    background-color: var(--bg-blue);
    color: #fff !important;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 10px 0 0 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px !important;
	margin-left:12px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid var(--bg-red) !important;
	font-size: 14px !important;
	line-height: 25px;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    color: #d1cfd0;
    margin-left: 15px;
}
.MainMenu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_2 a {
	display: block;
	padding: 5px;
	margin-left:20px;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
	text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_2 a:hover {
    color: #d1cfd0;
}
.MainMenu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: -2px;
    content: "+";
    color: #ffffff;
	height: 0;
	width: 0;
}
.MainMenu li.hasChild > a.active-mobile-parent:after {
    content:"-";
}

.MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}
@media (max-width: 767px) {
    .MainMenu {
        /*margin-top: 50px;*/
        /*background: var(--bg-red) !important;*/
    }
    .OpenMobileMenu .MainMenu {
        width: 100%;
        padding: 0;
        margin-top: 0;
        overflow:auto;
        overflow:visible;
        position: fixed !important;
        transition: left .3s ease;
    }
    .OpenMobileMenu .navicon:after {
        margin-left: 0 !important;
        left: 250px;
    }
    .MainMenu ul.le_menu_level_0 {
        padding-top: 25px;
    }
    .MainMenu .se_button.button1 a, .MainMenu a.se_button.button1 {
        padding: 12px 15px !important;
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    .MainMenu .se_button.button2 a, .MainMenu a.se_button.button2 {
        padding: 10px 15px !important;
    }
    .OpenMobileMenu .navicon:after {
        top: 5px;
        margin-left: 275px;
    }
.uppertext {
        text-align: center;
        padding: 30px 0;
    }
}
@media (min-width: 768px) {
    .MainMenu {
        width: 325px;
    }
    .OpenMobileMenu .MainMenu {
        overflow: auto;
        overflow: visible;
        position: fixed !important;
        transition: left .3s ease;
    }
}

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

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

.footer {
    clear: both;
	padding: 50px 0;
}
.footer h6 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}
.footer p, .footer p a {

}
.footer p a:hover {

}
.se_social {
    margin-top: 10px;
   text-align: center;
    /*margin-left: 10px;*/
}
.se_social a {
    margin: 0 3px;
    font-size: 24px;
    margin-left: 10px;
}
.twitter {
    margin-top: 3px !important;
    display: inline-flex;
}
.footer-left {
    padding-top: 25px;
}
.footer-left h2 {
    font-size: 30px;
    font-weight: 700;
}
.footer-bottom {
    padding: 20px 0;
}
.footer-bottom p, .footer-bottom p a {
    font-size: 14px;
}
.footer-bottom p a:hover {
}

/* FooterMenu
----------------------------------------------------------------------------------------------------*/

.FooterMenu {
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.FooterMenu ul {
    margin: 0;
    padding: 0;
}
.FooterMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.FooterMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.FooterMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 20px;
    line-height: 15px;
    font-size: 16px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.FooterMenu li.le_menuitem_level_0 a:hover {
    
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .header {
        padding: 10px 20px;
    }
    .desktop-only {
        display: none;
    }
    .feature_blog_image {
        width: 100% !important;
        height: auto;
        float: none;
    }
    .feature_blog_image img {
        width: 100% !important;
        height: auto;
    }
    .blog_post_listing_title_section {
        text-align: center;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
        float: none;
    }
    #blog_post_listing a.read_more_link {
        display: table !important;
        margin: 15px auto 15px auto;
    }
    #blog_sidebar {
        float: left !important;
        width: 100% !important;
    }
    .blog_post_listing_sidebar {
        width: 100% !important;
    }
    .footer {
        text-align: center;
    }
    .uppertext {
        text-align: center;
        padding: 50px 0;
    }
    .redbox h3 a {
        padding: 25px;
    }
    .right-section, .left-section {
        padding: 40px 30px 60px 30px;
    }
    .right-section h2, .left-section h2 {
        font-size: 30px;
    }
    .home-slider .bx-wrapper .bx-controls-direction a {
        display: none;
    }
    .home-slider p {
        padding: 0 25px;
    }
    .footer-right {
        text-align: center;
        padding: 15px 0 60px 0;
    }
    .footer-left h2 {
        font-size: 24px;
    }
    .footer-bottom {
        text-align: center;
    }
    .container {
        padding: 0 30px;
    }
    h2 {
        font-size: 30px !important;
    }
    td, th {
        display: block;
        clear: both;
    }
    td[data-th]:before {
        content: attr(data-th);
        float: left;
    }
    .gray-box3 td:first-of-type {
        border-right: 0 solid #a3a3a3;
        border-bottom: 1px solid #a3a3a3;
        padding-bottom: 25px;
    }
    .gray-box3 td:last-of-type {
        padding-left: 0;
        padding-top: 25px;
    }
    .gray-box3 img {
        min-width: 250px;
        width: 250px;
        padding-right: 0;
    }
    .uppertext {
        top: 40% !important;
        padding: 10px !important;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .form-inline {
        padding: 0 10%;
    }
    .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="password"], .form-inline textarea {
        margin-bottom: -17px;
    }
    .header .button1, .header .button2 {
        margin-top: 6px !important;
    }
    .video {
        position: relative;
        max-height: 400px;
        overflow: hidden;
    }
    .uppertext {
        position: inherit;
        left: 0;
        right: 0;
        top: 15%;
        text-align: center;
    }
    .uppertext h1, .uppertext h2 {
        font-size: 70px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    }
    .uppertext .button1 {
        padding: 10px 25px;
        font-size: 18px;
    }
    .ctas {
        position: relative;
        margin-top: -80px;
    }
    .footer-right {
        text-align: center;
        padding-top: 60px;
    }
    .se_social {
        text-align: left;
        padding: 0px;
    }
    .home-slider .bx-default-pager {
        display: none;
    }
    .home-slider {
        padding: 0;
    }
    .home-slider p {
        padding: 0 100px;
    }
    .big-p p {
        font-size: 24px;
    }
    .mb_appt_wrapper #results {
        width: 100% !important;
    }
    .gray-box2 {
        min-height: 900px;
    }
    .slider-left img {
        padding-left: 45px;
    }
    .menu-lines {
        padding-right: 25%;
    }
    .button-right {
        text-align: right;
    }
    .se_social {
        text-align: center;
        padding: 0px;
    }
}
@media (max-width: 991px) {
    .right-section, .left-section {
        padding: 0px 0px 0px 0px;
    }
    .img-blue, .img-red {
        padding: 0 30px;
    }
    .img-blue:before {
        top: -25px;
        left: 100px;
        right: -50px;
        bottom: 60%;
    }
    .img-red:before {
        top: -25px;
        right: 100px;
        left: -500px;
        bottom: 60%;
    }
    .circleImg img {
        max-width: 300px !important;
        height: auto !important;
    }
    .footer {
        text-align: center;
    }
}
/*@media (min-width: 768px) and (max-width: 991px) {*/
/*    .right-section, .left-section {*/
/*        padding: 40px 30px 0 30px;*/
/*    }*/
/*}*/
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .row-same-height {
        display:table;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    .tx-right {
        text-align: right;
    }
    .se_siteBranding {
        text-align: center;
    }
    .uppertext {
        top: 25%;
    }
    .home-slider {
        padding: 0 10%;
    }
    .video {
        max-height: 500px;
    }
    .right-section {
        padding: 0 5% 25px 50px;
    }
    .left-section {
        padding: 0 0 0 5%;
    }
    .se_social {
        text-align: left;
        padding: 0px;
}
  .white-box h2 {
    font-size: 33px !important;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .uppertext {
        top: 35%;
    }
    .video {
        max-height: 600px;
    }
    .right-section {
        padding: 0 5% 25px 100px;
    }
    .left-section {
        padding: 0 75px 0 5%;
    }
}


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

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

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

/* - List Classes - */

.bullet ul { 
    padding-left: 35px; 
    list-style: none; 
    color: #222222 !important;
}
.bullet ul li { 
    margin-bottom: 5px; 
}
.bullet ul li:before {    
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 8px;
    margin: 0 10px 0 -25px;
    color: rgb(165, 0, 0) !important;
}
.bullet p {
    font-size: 16px;
    color: #222222 !important;
}
.checklist ul { 
    padding-left: 35px; 
    list-style: none; 
    color: #222222 !important;
}
.checklist ul li { 
    margin-bottom: 5px; 
    padding-left: 25px;
    padding-right 50px;
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -25px;
    color: rgb(165, 0, 0) !important;
}
.checklist p {
    font-size: 16px;
    color: #222222 !important;
}
.white-checklist ul { 
    padding-left:20px; 
    list-style:none; 
}
.white-checklist ul li { 
    margin-bottom:10px; 
    color: #fff;
}
.white-checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -25px;
    color: rgb(198, 40, 40);
}
.white-checklist p {
    font-size: 16px;
}

/* ------ 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;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area1 {
    padding-top: 25px;
}
#le_footer-area2 {
}
#le_footer-area3 {
}
#le_footer-area4 {
}
#le_footer-area5 {
}
#le_head-right {
}
#le_header-left {
}
.aurora_app #le_section-four {
}
.aurora_app #le_section-four-area1 {
    margin-top: 50px;
}
.aurora_app #le_section-four-area11 {
}
.aurora_app #le_section-four-area12 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_app #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/cell-phone-sports.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_app #le_section-seven-area1 {
    background-color: rgb(235, 235, 235);
    margin-top: 100px;
    margin-right: 75px;
    margin-bottom: 100px;
    margin-left: 75px;
    padding-top: 25px;
    padding-right: 125px;
    padding-bottom: 25px;
    padding-left: 125px;
}
.aurora_app #le_section-three {
    background-color: rgb(0, 73, 176);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_app #le_section-three-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_app #le_section-three-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
}
.aurora_app #le_section-three-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 42px;
    padding-left: 25px;
}
.aurora_app #le_section-three-area4 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 42px;
    padding-left: 25px;
}
.aurora_app #le_section-three-area7 {
    padding-top: 50px;
}
.aurora_app #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_app #le_section-two-area1 {
}
.aurora_app #le_section-two-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_app #le_section-two-area3 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_blast-motion #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Youth-Baseball-Indoors2-Bradley-Fieldhouse-Chicago_copy.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_blast-motion #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/batting-cage-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_blast-motion #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Blast-Motion.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 225px;
}
.aurora_blast-motion #le_section-two-area3 {
}
.aurora_class-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/overhead-of-baseball-game.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_class-schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/BradleyFieldhouse-3611/BradleyFieldhouse-3611_1200x800.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact #le_section-three {
    background-color: rgb(235, 235, 235);
    background-size: cover;
    background-position: center center;
    padding-bottom: 50px;
}
.aurora_contact #le_section-three-area1 {
    border-radius: 10px;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 75px;
    padding-right: 100px;
    padding-bottom: 75px;
    padding-left: 100px;
}
.aurora_contact #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-two-area1 {
    padding-left: 70px;
}
.aurora_contact #le_section-two-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_contact #le_section-two-area3 {
}
.aurora_copy---contact-0425 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/hot-shots/Hot-Shot-Sports-3.png);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_copy---contact-0425 #le_section-three {
    background-color: rgb(235, 235, 235);
    background-size: cover;
    background-position: center center;
    padding-bottom: 50px;
}
.aurora_copy---contact-0425 #le_section-three-area1 {
    border-radius: 10px;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 75px;
    padding-right: 100px;
    padding-bottom: 75px;
    padding-left: 100px;
}
.aurora_copy---contact-0425 #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_copy---contact-0425 #le_section-two-area1 {
}
.aurora_copy---contact-0425 #le_section-two-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_copy---contact-0425 #le_section-two-area3 {
}
.aurora_copy---golf-simulator-0425 #le_section-five {
}
.aurora_copy---golf-simulator-0425 #le_section-four {
}
.aurora_copy---golf-simulator-0425 #le_section-four-area1 {
}
.aurora_copy---golf-simulator-0425 #le_section-four-area2 {
}
.aurora_copy---golf-simulator-0425 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Golf-Simulator-Bradley-Fieldhouse-Chicago.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_copy---golf-simulator-0425 #le_section-seven {
}
.aurora_copy---golf-simulator-0425 #le_section-seven-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_copy---golf-simulator-0425 #le_section-six {
}
.aurora_copy---golf-simulator-0425 #le_section-three {
}
.aurora_copy---golf-simulator-0425 #le_section-three-area1 {
}
.aurora_copy---golf-simulator-0425 #le_section-three-area2 {
}
.aurora_copy---golf-simulator-0425 #le_section-three-area5 {
}
.aurora_copy---golf-simulator-0425 #le_section-three-area6 {
}
.aurora_copy---golf-simulator-0425 #le_section-three-area7 {
}
.aurora_copy---golf-simulator-0425 #le_section-two {
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_copy---golf-simulator-0425 #le_section-two-area1 {
}
.aurora_copy---golf-simulator-0425 #le_section-two-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_copy---hit-trax-leagues-0425 #le_section-five {
}
.aurora_copy---hit-trax-leagues-0425 #le_section-four {
}
.aurora_copy---hit-trax-leagues-0425 #le_section-four-area2 {
    margin-top: 20px;
    margin-right: 50px;
}
.aurora_copy---hit-trax-leagues-0425 #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Youth-Baseball-Indoors-Bradley-Fieldhouse-Chicago.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_copy---hit-trax-leagues-0425 #le_section-seven {
}
.aurora_copy---hit-trax-leagues-0425 #le_section-three {
}
.aurora_copy---hit-trax-leagues-0425 #le_section-three-area5 {
}
.aurora_copy---hit-trax-leagues-0425 #le_section-three-area6 {
    margin-left: 50px;
}
.aurora_copy---hit-trax-leagues-0425 #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 100px;
    padding-top: 125px;
}
.aurora_copy---hit-trax-leagues-0425 #le_section-two-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/HitTrax-Leagues-Bradley-Fieldhouse.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 50px;
    padding-top: 400px;
    padding-right: 50px;
    padding-bottom: 400px;
}
.aurora_copy---hit-trax-leagues-0425 #le_section-two-area2 {
    margin-right: 50px;
}
.aurora_copy---hit-trax-leagues-0425 #le_section-two-area3 {
}
.aurora_copy---hit-trax-leagues-0425 #le_section-two-area4 {
}
.aurora_copy---hit-trax-leagues-0425 #le_section-two-area5 {
    margin-left: 100px;
}
.aurora_copy---hit-trax-leagues-0425 #le_section-two-area7 {
}
.aurora_copy---the-facility-0425 #le_section-five-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Parties-Indoors-Bradley-Fieldhouse-Chicago_copy.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_copy---the-facility-0425 #le_section-four {
}
.aurora_copy---the-facility-0425 #le_section-four-area1 {
    margin-top: 50px;
}
.aurora_copy---the-facility-0425 #le_section-four-area11 {
}
.aurora_copy---the-facility-0425 #le_section-four-area12 {
    background-color: rgba(255, 255, 255, 0.82);
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 75px;
    padding-right: 200px;
    padding-bottom: 75px;
    padding-left: 200px;
}
.aurora_copy---the-facility-0425 #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Youth-Baseball-Indoors-Bradley-Fieldhouse-Chicago_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_copy---the-facility-0425 #le_section-seven-area1 {
    background-color: rgb(235, 235, 235);
    margin-top: 125px;
    margin-right: 75px;
    margin-bottom: 100px;
    margin-left: 75px;
    padding-top: 25px;
    padding-right: 125px;
    padding-bottom: 25px;
    padding-left: 125px;
}
.aurora_copy---the-facility-0425 #le_section-three {
    background-color: rgb(0, 73, 176);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_copy---the-facility-0425 #le_section-three-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_copy---the-facility-0425 #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_copy---the-facility-0425 #le_section-two-area1 {
}
.aurora_copy---the-facility-0425 #le_section-two-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_copy---the-facility-0425 #le_section-two-area3 {
}
.aurora_facility #le_section-five-area3 {
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center center;
}
.aurora_facility #le_section-four {
}
.aurora_facility #le_section-four-area1 {
    margin-top: 50px;
}
.aurora_facility #le_section-four-area11 {
}
.aurora_facility #le_section-four-area12 {
    background-color: rgba(255, 255, 255, 0.82);
}
.aurora_facility #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/BradleyFieldhouse-0240/BradleyFieldhouse-0240_1200x799.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_facility #le_section-seven-area1 {
    background-color: rgb(235, 235, 235);
    margin-top: 125px;
    margin-right: 75px;
    margin-bottom: 100px;
    margin-left: 75px;
    padding-top: 25px;
    padding-right: 125px;
    padding-bottom: 25px;
    padding-left: 125px;
}
.aurora_facility #le_section-three {
    background-color: rgb(0, 73, 176);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_facility #le_section-three-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_facility #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_facility #le_section-two-area1 {
    background-repeat: no-repeat;
    background-size: length;
}
.aurora_facility #le_section-two-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_facility #le_section-two-area3 {
}
.aurora_golf-simulator #le_section-five {
}
.aurora_golf-simulator #le_section-four {
}
.aurora_golf-simulator #le_section-four-area1 {
}
.aurora_golf-simulator #le_section-four-area2 {
}
.aurora_golf-simulator #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Golf-Simulator-Bradley-Fieldhouse-Chicago.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_golf-simulator #le_section-seven {
}
.aurora_golf-simulator #le_section-seven-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_golf-simulator #le_section-six {
}
.aurora_golf-simulator #le_section-three {
}
.aurora_golf-simulator #le_section-three-area1 {
}
.aurora_golf-simulator #le_section-three-area2 {
}
.aurora_golf-simulator #le_section-three-area5 {
}
.aurora_golf-simulator #le_section-three-area6 {
}
.aurora_golf-simulator #le_section-three-area7 {
}
.aurora_golf-simulator #le_section-two {
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_golf-simulator #le_section-two-area1 {
}
.aurora_golf-simulator #le_section-two-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_hittrax #le_section-four {
}
.aurora_hittrax #le_section-four-area2 {
    margin-top: 20px;
    margin-right: 50px;
}
.aurora_hittrax #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Youth-Baseball-Indoors-Bradley-Fieldhouse-Chicago.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_hittrax #le_section-three {
}
.aurora_hittrax #le_section-three-area5 {
}
.aurora_hittrax #le_section-three-area6 {
    margin-left: 50px;
}
.aurora_hittrax #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/batting-cage-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_hittrax #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/HitTrax-Leagues-Bradley-Fieldhouse.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: 20px;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_hittrax #le_section-two-area3 {
}
.aurora_hittrax #le_section-two-area4 {
}
.aurora_hittrax #le_section-two-area5 {
    margin-left: 100px;
}
.aurora_hittrax #le_section-two-area7 {
}
.aurora_home #le_banner-text {
    padding-top: 15px;
    padding-bottom: 15px;
}
.aurora_home #le_header-banner {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_home #le_header-left {
    padding-top: 1px;
}
.aurora_home #le_headerTop {
}
.aurora_home #le_section-five {
}
.aurora_home #le_section-four {
}
.aurora_home #le_section-four-area1 {
}
.aurora_home #le_section-four-area2 {
}
.aurora_home #le_section-four-area3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.aurora_home #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/Bradley_Fieldhouse_-_batting_cages/Bradley_Fieldhouse_-_batting_cages_1200x555.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-one-content3 {
    background-color: rgb(0, 73, 176);
    margin-right: 75px;
    margin-left: 75px;
}
.aurora_home #le_section-seven {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_home #le_section-seven-area12 {
    background-color: rgb(235, 235, 235);
    margin-top: 75px;
    margin-right: 75px;
    margin-left: 75px;
    padding-top: 25px;
    padding-right: 125px;
    padding-bottom: 25px;
    padding-left: 125px;
}
.aurora_home #le_section-seven-area4 {
    margin-right: 50px;
}
.aurora_home #le_section-seven-area45 {
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
}
.aurora_home #le_section-seven-area5 {
    margin-top: 25px;
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_home #le_section-seven-area6 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_home #le_section-seven-area7 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/sports-background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/DJI_0364/DJI_0364_mediumthumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-color: rgb(255, 255, 255);
    margin-top: 20px;
    margin-right: 20px;
    padding-top: 366px;
}
.aurora_home #le_section-three-area6 {
}
.aurora_home #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
}
.aurora_home #le_section-two-area1 {
    padding-right: 20%;
    padding-left: 20%;
}
.aurora_home #le_section-two-area10 {
}
.aurora_home #le_section-two-area11 {
    background-color: rgb(255, 255, 255);
}
.aurora_home #le_section-two-area8 {
}
.aurora_home #le_section-two-area9 {
}
.aurora_home #le_section-two2 {
    background-color: rgb(235, 235, 235);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-two2-area 11 {
}
.aurora_home #le_section-two2-area 9 {
}
.aurora_home-copy #le_banner-text {
    padding-top: 15px;
    padding-bottom: 15px;
}
.aurora_home-copy #le_header-banner {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_home-copy #le_header-left {
    padding-top: 1px;
}
.aurora_home-copy #le_headerTop {
}
.aurora_home-copy #le_section-five {
}
.aurora_home-copy #le_section-four {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home-copy #le_section-four-area1 {
}
.aurora_home-copy #le_section-four-area2 {
    margin-top: 50px;
}
.aurora_home-copy #le_section-four-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/elite-baseball/Elite-Baseball-Training-1_copy.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 400px;
}
.aurora_home-copy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Youth-Baseball-Indoors-Bradley-Fieldhouse-Chicago_copy.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 175px;
    padding-bottom: 150px;
}
.aurora_home-copy #le_section-one-content3 {
    background-color: rgb(0, 73, 176);
    margin-right: 75px;
    margin-left: 75px;
}
.aurora_home-copy #le_section-seven {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_home-copy #le_section-seven-area12 {
    background-color: rgb(235, 235, 235);
    margin-top: 75px;
    margin-right: 75px;
    margin-left: 75px;
    padding-top: 25px;
    padding-right: 125px;
    padding-bottom: 25px;
    padding-left: 125px;
}
.aurora_home-copy #le_section-seven-area4 {
    margin-right: 50px;
}
.aurora_home-copy #le_section-seven-area45 {
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
}
.aurora_home-copy #le_section-seven-area5 {
    margin-top: 25px;
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_home-copy #le_section-seven-area6 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_home-copy #le_section-seven-area7 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_home-copy #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/sports-background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home-copy #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Youth-Baseball-Indoors-Bradley-Fieldhouse-Chicago.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-color: rgb(255, 255, 255);
    margin-top: 20px;
    margin-right: 20px;
    padding-top: 366px;
}
.aurora_home-copy #le_section-three-area6 {
}
.aurora_home-copy #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
}
.aurora_home-copy #le_section-two-area1 {
    padding-right: 20%;
    padding-left: 20%;
}
.aurora_home-copy #le_section-two-area10 {
}
.aurora_home-copy #le_section-two-area11 {
    background-color: rgb(255, 255, 255);
}
.aurora_home-copy #le_section-two-area8 {
}
.aurora_home-copy #le_section-two-area9 {
}
.aurora_home-copy #le_section-two2 {
    background-color: rgb(235, 235, 235);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home-copy #le_section-two2-area 11 {
}
.aurora_home-copy #le_section-two2-area 9 {
}
.aurora_leagues #le_section-five {
}
.aurora_leagues #le_section-four {
}
.aurora_leagues #le_section-four-area2 {
    margin-top: 20px;
    margin-right: 50px;
}
.aurora_leagues #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/BradleyFieldhouse-0303/BradleyFieldhouse-0303_1200x799.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_leagues #le_section-seven {
}
.aurora_leagues #le_section-three {
}
.aurora_leagues #le_section-three-area5 {
}
.aurora_leagues #le_section-three-area6 {
    margin-left: 50px;
}
.aurora_leagues #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 100px;
    padding-top: 125px;
}
.aurora_leagues #le_section-two-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/20250427_2140_HitTrax_Baseball_Simulation_simple_compose_01jsx0rzz3fpzb3shn0rr44cj2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 50px;
    padding-top: 400px;
    padding-right: 50px;
    padding-bottom: 400px;
}
.aurora_leagues #le_section-two-area2 {
    margin-right: 50px;
}
.aurora_leagues #le_section-two-area3 {
}
.aurora_leagues #le_section-two-area4 {
}
.aurora_leagues #le_section-two-area5 {
    margin-left: 100px;
}
.aurora_leagues #le_section-two-area7 {
}
.aurora_make-a-reservation #le_section-five {
}
.aurora_make-a-reservation #le_section-four {
}
.aurora_make-a-reservation #le_section-four-area1 {
}
.aurora_make-a-reservation #le_section-four-area2 {
}
.aurora_make-a-reservation #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/logo/BradleyFieldhouse-0269/BradleyFieldhouse-0269_1200x799.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_make-a-reservation #le_section-seven {
}
.aurora_make-a-reservation #le_section-seven-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_make-a-reservation #le_section-six {
}
.aurora_make-a-reservation #le_section-three {
}
.aurora_make-a-reservation #le_section-three-area1 {
}
.aurora_make-a-reservation #le_section-three-area2 {
}
.aurora_make-a-reservation #le_section-three-area5 {
}
.aurora_make-a-reservation #le_section-three-area6 {
}
.aurora_make-a-reservation #le_section-three-area7 {
}
.aurora_make-a-reservation #le_section-two {
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_make-a-reservation #le_section-two-area1 {
    padding-left: 70px;
}
.aurora_make-a-reservation #le_section-two-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_memberships #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Youth-Basketball-Indoors-Bradley-Fieldhouse-Chicago.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_memberships #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_players-lab #le_section-five {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_players-lab #le_section-four {
}
.aurora_players-lab #le_section-four-area1 {
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_players-lab #le_section-one {
    background-repeat: no-repeat;
}
.aurora_players-lab #le_section-six {
    padding-bottom: 50px;
}
.aurora_players-lab #le_section-six-area1 {
    padding-top: 30px;
}
.aurora_players-lab #le_section-three {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/playerslab/Players_lab_blue_bkgd.png);
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: -100px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
}
.aurora_players-lab #le_section-three-area1 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.aurora_players-lab #le_section-three-area2 {
    border-style: double;
    border-color: rgb(0, 0, 255);
    border-width: 3px;
    border-radius: 2px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.aurora_players-lab #le_section-three-area3 {
    border-style: double;
    border-color: rgb(0, 0, 255);
    border-width: 3px;
    border-radius: 2px;
}
.aurora_players-lab #le_section-three-area4 {
    border-style: double;
    border-color: rgb(0, 0, 255);
    border-width: 3px;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.aurora_players-lab #le_section-three-area5 {
    border-style: double;
    border-color: rgb(0, 0, 255);
    border-width: 3px;
    border-radius: 2px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.aurora_players-lab #le_section-three-area6 {
    border-style: double;
    border-color: rgb(0, 0, 255);
    border-width: 3px;
    border-radius: 2px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.aurora_players-lab #le_section-two {
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_players-lab #le_section-two2 {
    border-style: solid;
    border-color: rgb(255, 0, 0);
    border-width: 5px;
    border-radius: 0px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 60px;
    padding-left: 50px;
}
.aurora_players-lab #le_section-two2-area 11 {
    padding-top: 50px;
}
.aurora_players-lab #le_section-two2-area 2 {
}
.aurora_players-lab #le_section-two2-area 3 {
}
.aurora_players-lab1 #le_banner-text {
    padding-top: 15px;
    padding-bottom: 15px;
}
.aurora_players-lab1 #le_header-banner {
    background-color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_players-lab1 #le_header-left {
    padding-top: 1px;
}
.aurora_players-lab1 #le_headerTop {
}
.aurora_players-lab1 #le_section-five {
}
.aurora_players-lab1 #le_section-four {
}
.aurora_players-lab1 #le_section-four-area1 {
}
.aurora_players-lab1 #le_section-four-area2 {
}
.aurora_players-lab1 #le_section-four-area3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.aurora_players-lab1 #le_section-one {
    background-size: cover;
    background-position: center center;
}
.aurora_players-lab1 #le_section-one-content3 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 60px;
    margin-right: 75px;
    margin-bottom: 30px;
    margin-left: 75px;
}
.aurora_players-lab1 #le_section-seven {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_players-lab1 #le_section-seven-area12 {
    background-color: rgb(235, 235, 235);
    margin-top: 75px;
    margin-right: 75px;
    margin-left: 75px;
    padding-top: 25px;
    padding-right: 125px;
    padding-bottom: 25px;
    padding-left: 125px;
}
.aurora_players-lab1 #le_section-seven-area4 {
    margin-right: 50px;
}
.aurora_players-lab1 #le_section-seven-area45 {
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
}
.aurora_players-lab1 #le_section-seven-area5 {
    margin-top: 25px;
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_players-lab1 #le_section-seven-area6 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_players-lab1 #le_section-seven-area7 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_players-lab1 #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/sports-background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_players-lab1 #le_section-three-area5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-color: rgb(255, 255, 255);
}
.aurora_players-lab1 #le_section-three-area6 {
}
.aurora_players-lab1 #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
}
.aurora_players-lab1 #le_section-two-area1 {
    padding-right: 20%;
    padding-left: 20%;
}
.aurora_players-lab1 #le_section-two-area10 {
}
.aurora_players-lab1 #le_section-two-area11 {
    background-color: rgb(255, 255, 255);
}
.aurora_players-lab1 #le_section-two-area8 {
}
.aurora_players-lab1 #le_section-two-area9 {
}
.aurora_players-lab1 #le_section-two2 {
    background-color: rgb(235, 235, 235);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_players-lab1 #le_section-two2-area 11 {
}
.aurora_players-lab1 #le_section-two2-area 6 {
}
.aurora_players-lab1 #le_section-two2-area 9 {
}
.aurora_rapsodo #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Youth-Baseball-Indoors2-Bradley-Fieldhouse-Chicago_copy.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_rapsodo #le_section-two {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/batting-cage-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_rapsodo #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Rapsodo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 225px;
}
.aurora_rapsodo #le_section-two-area3 {
}
.aurora_rentals #le_section-five {
}
.aurora_rentals #le_section-four {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_rentals #le_section-four-area1 {
}
.aurora_rentals #le_section-four-area2 {
}
.aurora_rentals #le_section-four-area3 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_rentals #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Basketball-Indoors-Gym-Bradley-Fieldhouse-Chicago.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_rentals #le_section-seven {
}
.aurora_rentals #le_section-seven-area1 {
    margin-right: 25%;
    margin-left: 25%;
}
.aurora_rentals #le_section-six {
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_rentals #le_section-six-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_rentals #le_section-six-area3 {
    margin-top: 25px;
}
.aurora_rentals #le_section-three {
    background-color: rgb(235, 235, 235);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 50px;
}
.aurora_rentals #le_section-three-area1 {
}
.aurora_rentals #le_section-three-area2 {
}
.aurora_rentals #le_section-three-area5 {
}
.aurora_rentals #le_section-three-area6 {
}
.aurora_rentals #le_section-three-area7 {
}
.aurora_rentals #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_rentals #le_section-two-area1 {
}
.aurora_rentals #le_section-two-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/overhead-of-baseball-game.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_thank-you #le_section-four {
}
.aurora_thank-you #le_section-four-area2 {
}
.aurora_thank-you #le_section-one {
    background-image: linear-gradient(rgba(0, 73, 176, 0.53), rgba(0, 73, 176, 0.53)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/gift-card.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_thank-you #le_section-three {
}
.aurora_thank-you #le_section-three-area1 {
}
.aurora_thank-you #le_section-three-area5 {
}
.aurora_thank-you #le_section-three-area6 {
    margin-left: 50px;
}
.aurora_thank-you #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
}
.aurora_thank-you #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/gift-card.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 20px;
    padding-top: 200px;
    padding-right: 50px;
    padding-bottom: 205px;
}
.aurora_thank-you #le_section-two-area4 {
}
.aurora_thank-you #le_section-two-area5 {
    margin-left: 100px;
}
.aurora_thank-you #le_section-two-area7 {
}
.aurora_the-trainers #le_section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.18), rgba(10, 10, 10, 0.18)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/back-of-man-overlooking-baseball-diamond.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_the-trainers #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_the-trainers #le_section-two-area10 {
}
.aurora_the-trainers #le_section-two-area8 {
}
.aurora_the-trainers #le_section-two-area9 {
}
.aurora_vald-assessment #le_section-five {
}
.aurora_vald-assessment #le_section-four {
}
.aurora_vald-assessment #le_section-four-area1 {
}
.aurora_vald-assessment #le_section-four-area2 {
}
.aurora_vald-assessment #le_section-one {
    background-color: rgb(0, 73, 176);
    background-size: cover;
    background-position: center center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.aurora_vald-assessment #le_section-seven {
}
.aurora_vald-assessment #le_section-seven-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_vald-assessment #le_section-seven-area11 {
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_vald-assessment #le_section-seven-area9 {
    padding-top: 50px;
    padding-left: 50px;
}
.aurora_vald-assessment #le_section-six {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 30px;
}
.aurora_vald-assessment #le_section-six-area11 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_vald-assessment #le_section-six-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_vald-assessment #le_section-six-area3 {
    padding-left: 30px;
}
.aurora_vald-assessment #le_section-six-area5 {
    padding-top: 50px;
    padding-left: 50px;
}
.aurora_vald-assessment #le_section-three {
    background-color: rgb(235, 235, 235);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_vald-assessment #le_section-three-area1 {
}
.aurora_vald-assessment #le_section-three-area2 {
}
.aurora_vald-assessment #le_section-three-area5 {
}
.aurora_vald-assessment #le_section-three-area6 {
}
.aurora_vald-assessment #le_section-three-area7 {
}
.aurora_vald-assessment #le_section-two {
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_vald-assessment #le_section-two-area1 {
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_vald-assessment #le_section-two-area2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_youth #le_section-five {
}
.aurora_youth #le_section-four {
    padding-bottom: 50px;
}
.aurora_youth #le_section-four-area11 {
    margin-top: 50px;
    margin-bottom: 75px;
}
.aurora_youth #le_section-four-area2 {
}
.aurora_youth #le_section-four-area3 {
    margin-top: 80px;
}
.aurora_youth #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Youth-Baseball-Indoors-Bradley-Fieldhouse-Chicago_copy.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_youth #le_section-three {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth #le_section-three-area5 {
}
.aurora_youth #le_section-three-area6 {
    margin-top: 80px;
}
.aurora_youth #le_section-three-area7 {
    margin-top: 50px;
}
.aurora_youth #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_youth #le_section-two-area11 {
    margin-top: 50px;
}
.aurora_youth #le_section-two-area2 {
}
.aurora_youth #le_section-two-area3 {
    margin-top: 80px;
}
.aurora_youth #le_section-two-area4 {
}
.aurora_youth #le_section-two-area5 {
    margin-left: 100px;
}
.aurora_youth #le_section-two-area7 {
}
.aurora_youth-sports-programs2 #le_section-five {
}
.aurora_youth-sports-programs2 #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth-sports-programs2 #le_section-four-area2 {
    margin-top: 20px;
}
.aurora_youth-sports-programs2 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/bradley-fieldhouse/Youth-Baseball-Indoors-Bradley-Fieldhouse-Chicago_copy.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_youth-sports-programs2 #le_section-three {
    background-color: rgb(235, 235, 235);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_youth-sports-programs2 #le_section-three-area5 {
}
.aurora_youth-sports-programs2 #le_section-three-area6 {
}
.aurora_youth-sports-programs2 #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_youth-sports-programs2 #le_section-two-area11 {
    margin-top: 50px;
}
.aurora_youth-sports-programs2 #le_section-two-area2 {
}
.aurora_youth-sports-programs2 #le_section-two-area3 {
}
.aurora_youth-sports-programs2 #le_section-two-area4 {
}
.aurora_youth-sports-programs2 #le_section-two-area5 {
    margin-left: 100px;
}
.aurora_youth-sports-programs2 #le_section-two-area7 {
}
.seFormButton {
    background-color: rgb(165, 0, 0);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(165, 0, 0);
    color: rgb(255, 255, 255);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(0, 73, 176);
    color: rgb(255, 255, 255);
}
.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 {
    background-color: rgb(0, 73, 176);
}
.se_footer a {
    color: rgb(255, 255, 255);
}
.se_footer a:hover {
    color: rgb(0, 0, 0);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(255, 255, 255);
}
.se_header {
    background-color: rgb(235, 235, 235);
}
.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 {
    background-color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Open Sans';
    font-size: 14px;
    color: rgb(0, 73, 176);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(116, 116, 116);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(0, 73, 176);
    background-color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(116, 116, 116);
    background-color: rgb(255, 255, 255);
}
.se_siteBranding a {
    font-size: 35px;
    color: rgb(116, 116, 116);
}
.se_siteBranding:hover, .se_siteBranding a:hover {
    color: rgb(0, 73, 176);
}
.se_social a {
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.se_social a:hover {
    color: rgb(0, 0, 0);
}
.se_tagline {
    color: rgb(116, 116, 116);
}
.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 {
    color: rgb(165, 0, 0);
}
a:hover {
    color: rgb(0, 73, 176);
}
blockquote {
}
body .navicon {
    color: rgb(0, 73, 176);
}
h1, h1 a, .title1, .title1 a {
    font-size: 40px;
    color: rgb(0, 73, 176);
}
h2, h2 a, .title2, .title2 a {
    font-size: 36px;
    color: rgb(0, 73, 176);
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Satisfy';
    font-size: 30px;
    color: rgb(0, 73, 176);
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Roboto Slab';
    font-size: 24px;
    color: rgb(0, 73, 176);
}
h5, h5 a, .title5, .title5 a {
    font-size: 23px;
    color: rgb(0, 73, 176);
}
h6, h6 a, .title6, .title6 a {
    font-size: 27px;
    color: rgb(0, 73, 176);
}
hr {
    background-color: rgb(116, 116, 116);
}
p, ul, ol, dl {
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgb(34, 34, 34);
    line-height: 1.5;
}

/*-------------- 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-area2 {
    text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area3 {
    text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_head-right {
    }
}
@media screen and (max-width: 991.98px) {
    #le_header-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-four-area12 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-three-area1 {
    padding-right: 5px;
    padding-left: 5px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_app #le_section-two-area3 {
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_blast-motion #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_blast-motion #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_blast-motion #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_blast-motion #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---contact-0425 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---contact-0425 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---contact-0425 #le_section-three-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---contact-0425 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---contact-0425 #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---contact-0425 #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---contact-0425 #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-seven-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-two {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-three-area6 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two {
    margin-top: 0px;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area1 {
    margin-right: 10px;
    margin-bottom: 20px;
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area2 {
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area3 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-four-area12 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-seven-area1 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-three-area1 {
    padding-right: 5px;
    padding-left: 5px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_copy---the-facility-0425 #le_section-two-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-four-area12 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-seven-area1 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-three-area1 {
    padding-right: 5px;
    padding-left: 5px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-two-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-seven-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-two {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf-simulator #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-three-area6 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-two-area2 {
    padding-right: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hittrax #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_banner-text {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_header-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_header-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerTop {
    }
}
@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-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area12 {
        background-color: rgb(10, 10, 10);
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area45 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area6 {
    margin-top: 25px;
    }
}
@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 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two2-area 11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two2-area 9 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_banner-text {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_header-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_header-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_headerTop {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-seven-area12 {
        background-color: rgb(10, 10, 10);
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-seven-area45 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-seven-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-three-area6 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-two2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-two2-area 11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-copy #le_section-two2-area 9 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-three-area6 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-two {
    margin-top: 0px;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-two-area1 {
    margin-right: 10px;
    margin-bottom: 20px;
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-two-area2 {
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-two-area3 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_leagues #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-seven-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-two {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_make-a-reservation #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-two2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-two2-area 11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-two2-area 2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab #le_section-two2-area 3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_banner-text {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_header-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_header-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_headerTop {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-seven-area12 {
        background-color: rgb(10, 10, 10);
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-seven-area45 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-seven-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-three-area6 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-two2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-two2-area 11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-two2-area 6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_players-lab1 #le_section-two2-area 9 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rapsodo #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rapsodo #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rapsodo #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rapsodo #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-four {
    padding-top: 24px;
    padding-bottom: 24px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-four-area2 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-four-area3 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-seven-area1 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-six {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-six-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-six-area3 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rentals #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-three-area6 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two-area2 {
    padding-right: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-trainers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-trainers #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-trainers #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-trainers #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-trainers #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-seven-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-six-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-two {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vald-assessment #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-four-area3 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-three-area6 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-two-area2 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-two-area3 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-three-area6 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area2 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area7 {
    }
}

/*-------------- 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-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_head-right {
    }
}
@media screen and (max-width: 767.98px) {
    #le_header-left {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-four-area12 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-seven-area1 {
    margin-top: 50px;
    margin-right: 10px;
    margin-bottom: 50px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-three {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-three-area1 {
    padding-right: 5px;
    padding-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-two-area2 {
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_app #le_section-two-area3 {
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_blast-motion #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_blast-motion #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_blast-motion #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_blast-motion #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BradlyFieldhouse/BradleyFieldhouse-3611/BradleyFieldhouse-3611_1200x800.jpg);
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area1 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area1 {
    margin-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---contact-0425 #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---contact-0425 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---contact-0425 #le_section-three-area1 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---contact-0425 #le_section-two {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---contact-0425 #le_section-two-area1 {
    margin-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---contact-0425 #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---contact-0425 #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-seven-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-two {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-two-area1 {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---golf-simulator-0425 #le_section-two-area2 {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-four-area2 {
    margin-right: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-three-area6 {
    margin-top: 40px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 200px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area2 {
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area3 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---hit-trax-leagues-0425 #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-four-area12 {
    margin-right: 1%;
    margin-left: 1%;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-seven-area1 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-three-area1 {
    padding-right: 5px;
    padding-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-two-area2 {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_copy---the-facility-0425 #le_section-two-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-four-area12 {
    margin-right: 1%;
    margin-left: 1%;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-seven-area1 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-three-area1 {
    padding-right: 5px;
    padding-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-two-area2 {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-two-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-seven-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-two {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-two-area1 {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf-simulator #le_section-two-area2 {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-four-area2 {
    margin-right: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-three-area6 {
    margin-top: 40px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-two-area2 {
    padding-right: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hittrax #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_banner-text {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_header-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_header-left {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerTop {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content3 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area12 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area4 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area45 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area5 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area5 {
    margin-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area6 {
    margin-top: 25px;
    }
}
@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 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two2-area 11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two2-area 9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_banner-text {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_header-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_header-left {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_headerTop {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-one-content3 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-seven-area12 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-seven-area4 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-seven-area45 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-seven-area5 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-seven-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-three-area5 {
    margin-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-three-area6 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-two2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-two2-area 11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-copy #le_section-two2-area 9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-four-area2 {
    margin-right: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-three-area6 {
    margin-top: 40px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-two {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-two-area1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 200px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-two-area2 {
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-two-area3 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_leagues #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-seven-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-two {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-two-area1 {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_make-a-reservation #le_section-two-area2 {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-two2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-two2-area 11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-two2-area 2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab #le_section-two2-area 3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_banner-text {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_header-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_header-left {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_headerTop {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-one-content3 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-seven-area12 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-seven-area4 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-seven-area45 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-seven-area5 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-seven-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-three-area5 {
    margin-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-three-area6 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-two2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-two2-area 11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-two2-area 6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_players-lab1 #le_section-two2-area 9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rapsodo #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rapsodo #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rapsodo #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rapsodo #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-four {
    padding-top: 25px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-four-area2 {
    margin-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-four-area3 {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-seven-area1 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-six {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-six-area2 {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-six-area3 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rentals #le_section-two-area2 {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-three-area6 {
    margin-top: 40px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two {
    padding-top: 25px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two-area2 {
    background-size: contain;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 300px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-trainers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-trainers #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-trainers #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-trainers #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-trainers #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-seven-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-seven-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-six-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-two {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-two-area1 {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vald-assessment #le_section-two-area2 {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-four-area2 {
    margin-right: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-four-area3 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-three-area6 {
    margin-top: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-two-area2 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-two-area3 {
    margin-top: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-four-area2 {
    margin-right: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-three-area6 {
    margin-top: 40px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area2 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-sports-programs2 #le_section-two-area7 {
    }
}

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