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

/* General Classes 
----------------------------------------------------------------------------------------------------*/

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

.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}
.mt30 {
    margin-top:30px;
}
.mt40 {
    margin-top:40px;
}
.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}
.mb30 {
    margin-bottom:30px;
}
.mb40 {
    margin-bottom:40px;
}

.padding-10 {
    padding:10px;
}

.padding-15 {
    padding:15px;
}

.padding-20 {
    padding:20px;
}

.center-all {
    text-align:center;
    margin: auto;
}

.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

.img-frame {
    padding: 4px;
    border: 1px solid rgba(0,0,0,.08);
}
.blue-line > h3:after  {
    content: "";
    display: block;
    width: 125px;
    padding-top: 3px;
    border-bottom: 5px solid #03ABE7;
    margin: 0 auto
}
.card-box  {
    background-color: #ffffff;
    padding: 40px 25px 25px 25px;
    transition: box-shadow .3s;
}
.card-box:hover  {
  -webkit-box-shadow: 0 10px 0 -4px #03ABE7;
     -moz-box-shadow: 0 10px 0 -4px #03ABE7;
          box-shadow: 0 10px 0 -4px #03ABE7;
}
.card-box-subhead  {
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}
.card-box-title  {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.card-box-title:after  {
    content: "";
    display: block;
    width: 75px;
    padding-top: 10px;
    border-bottom: 5px solid #03ABE7;
    margin: 0 auto
}

.dkr-text h1, .dkr-text div  {
    color: #000000;
}
.contact-min-height p {
    color: rgb(3, 171, 231);
}

.row.empty-row [class^="col-"],
.row.empty-row [class*=" col-"]{
  min-height: 0;
}
.le-edit-open .row.empty-row [class^="col-"],
.le-edit-open .row.empty-row [class*=" col-"]{
    min-height: 1px;
}
.no-padding  {
    padding: 0px;
}

.home-link  {
    font-size: 1.5em;
    font-weight: 600;
    background-color: #03ABE7;
    padding: 30px 20px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: center;
}
.home-link a {
    color: rgb(1, 37, 50);
}
.home-link a:hover {
    color: rgb(25, 25, 26);
}
.live-view > iframe  {
    width: 100%;
}
.aurora_background_input_none.propsRemoveBgBtn  {
    color: #ffffff!important;
}



@media all and (min-width: 768px) {
    .width-50per {
        width: 50%;
    }
    .width-75per {
        width: 75%;
    }
    .contact-min-height  {
        min-height: 225px;
    }
    .contact-border  {
        border-right: 1px solid #363636;
        border-left: 1px solid #363636;
    }
}

.list-inline ul{
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
}

.list-inline ul li{
    display: inline;
    padding: 0;
    margin: 0 10px 0 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters[class^="col-"],
.no-gutters[class*=" col-"]{
  padding-right: 0;
  padding-left: 0;
}

.no-gutter-left {
    padding-left:0;
}

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


/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
}
.expand h6 {
    position: relative; 
    font-size: 20px;
    margin: 15px 0 0 0;
    border-bottom: 2px solid #03ABE7;
    padding: 15px 45px 15px 20px;
    line-height: 30px !important;
    font-weight: 400;
}
.expand h6:after {
    content: '+';
    color: #03ABE7;
    top: 20px;
    right: 15px;
    float: right;
    font-size: 18px !important;
    line-height: 15px;
    border-radius: 50%;
    padding: 0 3px;
    width: 20px;
    height: 20px;
    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 h6.active {
    margin-bottom: 10px !important;
}
.expand h6.active:after {
    content: '-';
    padding-left: 4px;
}
.expand h6:hover {
    cursor: pointer;
}
.expand p {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 30px;
}




/* END General Classes 
----------------------------------------------------------------------------------------------------*/

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

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


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

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #323232;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin: 0;
	margin-bottom: 20px;
}
ul,ol {
    margin-top:0;
}

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

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

h1, h1 a, .title1, .title1 a {
	font-family: 'Inter', sans-serif;;
	font-size: 60px;
	font-weight: 800;
	color: #ffffff;
	margin:0 0 .4em 0;
}
h2, h2 a, .title2, .title2 a {
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin:0 0 .4em 0;
}
h3, h3 a, .title3, .title3 a {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	font-weight: 700!important;
	margin:0 0 .4em 0;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Inter', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin:0 0 .4em 0;
}
h5, h5 a, .title5, .title5 a {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin:0 0 .4em 0;
}
h6, h6 a, .title6, .title6 a {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin:0 0 .4em 0;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
}

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

.subheader-hero  {
    color: #ffffff;
    font-size: 30px;
    font-weight: 200;
}
.subheader p {
    font-size: 32px;
    font-weight: 600;
}
.white-text h1,.white-text h2, .white-text h3, .white-text h4, .white-text p, .white-text   {
    color: #ffffff;
}


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

.le_form {
	color: #323232;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	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 {
	padding: 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(240,240,240);
	box-shadow: none !important;
	color: #323232;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}

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

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

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

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

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

.le_form label {
    font-weight: normal;
}


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

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

@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
}

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

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

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

/* Buttons
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	color: #191919!important;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-family: 'Inter', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 3px; 
  
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px; 
    border: 3px solid rgb(3, 171, 231)!important;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button2 a, a.se_button.button2{
    padding: 15px 20px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 15px;
    font-family: 'Inter', sans-serif;
}
.seFormButton {
    background-color: rgb(3, 171, 231);
    color: #191919;
}

.se_cta {
    display: block;
    margin-bottom: 20px;
	padding: 20px;
	font-size: 24px;
	background-color: #ffffff;
	border: 7px solid rgba(71, 63, 73, .7);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.se_cta:hover {
    border-color: #0da0b0;
}

.se_cta a, a.se_cta {
    color: #ffffff;
}
.se_cta a:hover, a:hover.se_cta {
    color: #e0e0e0;
    text-decoration: none;
}
.first-button:hover  {
    background-color: #0298CF!important;
    border: 3px solid #0298CF!important;
    color: #ffffff;
}

.secondary-button  {
    background-color: transparent!important;
    color: #03ABE7!important;
    font-weight: 600!important;
     /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 3px; 
  
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px; 
    margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border: 3px solid #03ABE7!important;
}

.secondary-button:hover  {
    color: #363636!important;
	border: 3px solid #363636!important;
}

.secondary-button.white-button:hover  {
    color: #ffffff!important;
	border: 3px solid #ffffff!important;
}


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

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

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 32px;
	font-weight: 700;
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo img {
    padding:5px 0;
    transition: all .3s ease;
}
.le_logo_text {
    font-size:100%;
    transition: all .3s ease
}
.se_tagline {
    margin-top: 8px;
	font-family: 'Inter', sans-serif;
}


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

.wrapper {
	width: 100%;
	position: relative;
	right: 0;
	transition: right .3s ease;
}

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

.se_WrapperContent {
    padding-top: 40px;
}

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

.header-wrap {
    position:absolute;
    width: 100%;
    z-index: 300;
}
.le-edit-open .header-wrap, .header-wrap.no-feature, .aurora-page-wrapper .header-wrap {
    position:relative;
}

.header {
	padding: 30px 0 20px 0;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/
.aurora_home #le_headerRegion, #le_headerRegion  {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

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

.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 65px;
    height: 45px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.MainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

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

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

.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.MainMenu .dropdown ul {
    display: none;
}
.MainMenu .le_menu  {
    float: right;
}
li.le_menuitem_level_0.hasChild > a::after {
    display: inline-block;
    position: relative;
    left: 6px;
    font-family: FontAwesome;
    content: "\f107";
    height: 0;
    width: 0;
}

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

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

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

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

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

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

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


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

.content {
	padding: 0;

}
.contentInner {
    padding: 15px;
}

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

/* ------- Feature Area --------- */
.feature-container.has-feature .edit-instructions {
    display: none !important;
}

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

.footer {
    clear: both;
	padding: 80px 0;
    text-align: center;
}
.footer-base {
    padding-top:15px;
}
.footer ul li, .footer p  {
	font-size: 16px;
	color: #ffffff;
	list-style-type: none;
}
.footer .le_menu  {
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer .le_menu li {
    margin-bottom: 8px;
}

.se_social {
    margin-bottom: 10px;
    float: right;
}

.se_social a {
    margin: 0 .15em;
}
.footer-menu p {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-menu ul li {
    list-style-type: none;
    margin: 0 0 .35em 0!important;
}


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

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

@media (max-width: 767px) { 
    .header  {
        padding: 20px 0 10px 0;
    }
    .subheader-hero  {
        font-size: 22px;
    }
    
    /* Fix images, background color with no-padding expand into mobile menu when open */
    .no-padding {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    h1, h1 a, .title1, .title1 a  {
        font-size: 42px;
    }
    h2, h2 a, .title2, .title2 a  {
        font-size: 26px;
    }
    
    h3, h3 a, .title3, .title3 a  {
        font-size: 30px;
    }
    h4, h4 a, .title4, .title4 a  {
        font-size: 22px;
    }
    .subheader p  {
        font-size: 26px;
    }
    .home-link {
        font-size: 1.05em;
    }
    .se_button a, a.se_button  {
        text-align: center;
    }
    .primary-mobile-menu li.le_menuitem_level_1 a  {
        padding: 14px 5px 14px 5px;
    }
    .footer .col-xs-12  {
        margin-bottom: 20px;
    }
    .footer  {
        padding: 50px 0;
    }
    
    .enrollment_box_text {
        width: 100%!important;
    }
    .se_social  {
        float: none;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    /*.navicon {*/
    /*    display: none;*/
    /*}*/
    .MainMenu {
        display: block;
        padding-top: 0;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 12px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        padding: 10px 15px;
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    }
    
    .MainMenu li.le_menuitem_level_0 a.le_current_link {
        border-bottom: 3px solid rgb(3, 171, 231);
        padding-bottom: 7px !important;
    }
    
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
    }
    
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 3px 10px;
    	color: #323232;
        font-family: 'Inter', sans-serif;
    	font-size: 15px;
    	text-decoration: none;
    	min-width: 175px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #d83d44;
        background-image: none;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left:100%;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	background: rgba(237, 237, 237, 0.9);
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        dipslay: block;
    }
    .se_button.secondary-button.white-button, .se_button.secondary-button  {
        color: #03ABE7!important;
    }
    .se_button.secondary-button.white-button:hover  {
        color: #ffffff!important;
    }
    .se_button.secondary-button:hover  {
       color: #191919!important; 
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    /* ---- End Separate Mobile Menu ---- */
    
    
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 10px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerMid {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 > a {
        padding: 10px 15px;
    }
    
    .MainMenu li.le_menuitem_level_0.hasChild > a {
        padding: 10px 38px 10px 20px;
    }
    
    
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 10px;
    }
    .individualschedule #le_mb_week_schedule {
        padding: 0 50px !important;
    }
}


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

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

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

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

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

/* MINDBODY Overrides
----------------------------------------------------------------------------------------------------*/

.le_mb_wrapper {
    padding-top:10px;
}
.week-view-ns .ns-calendar .inner-wrapper-block {
    display: block !important;
}
.week-view-ns .ns-calendar .cal-block {
    margin-right: 0 !important;
}
.enrollment_box_text  {
    width: 100%!important;
}

#le_mb_get_classes  {
    font-size: 18px;
}
.class_row {
    margin: 0 0 30px!important;
}
.class_name  {
    margin-bottom: 10px;
}



/* MINDBODY Appointments Page Overrides
----------------------------------------------------------------------------------------------------*/
.mb_appt_wrapper {
}

/* ------------------------------------------
  Overrides - Services and MB
  --------------------------------------------- */

/* Enrollment Overrides
----------------------------------------------------------------------------------------------------*/
 
.lt-text .mb_enrollment_dates {
    display: none;
}
.lt-text .enrollment_box, .dk-text .enrollment_box  {
    border-top: 3px solid rgb(3, 171, 231)!important;
}
.enrollment_box_image  {
    display: none;
}
.lt-text .not_entire {
    color: #ffffff;
    font-size: 20px;
}
.dk-text .not_entire {
    font-size: 20px;
}
.lt-text .enrollments_with, .dk-text .enrollments_with  {
    font-weight: bold;
}
.lt-text .instructor a, .dk-text .instructor a {
    font-weight: bold;
    text-decoration: underline;
}
.lt-text .right.bold_date  {
    float: none;
    font-size: 16px;
    color: #ffffff;
}
.dk-text .right.bold_date  {
    float: none;
    font-size: 16px;
}
.desc_text.more  {
    font-size: 16px;
}
.signup_class  {
    margin: 20px 0 0 0!important;
}
.lt-text .signup_class .le_mb_button, .dk-text .signup_class .le_mb_button  {
    padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-family: 'Inter', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 3px; 
  
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px;
    color: #19191A;
    background-color: rgb(3, 171, 231)!important;
    border: 3px solid rgb(3, 171, 231)!important;
}
.lt-text .signup_class .le_mb_button:hover, .dk-text .signup_class .le_mb_button:hover  {
    background-color: #0298CF!important;
    border: 3px solid #0298CF!important;
    /*color: #ffffff;*/
}
  
/* MB Login
----------------------------------------------------------------------------------------------------*/

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3, #new_clients h3 {
    text-decoration: none;
    line-height: 1;
    position: relative;
    z-index: 0;
    display: inline-block;
    /*padding: 0px 10px 0px 10px;*/
    overflow: hidden;
    color: var(--bg-main);
    vertical-align: bottom;
    transition: color .3s ease-out;
}
#existing_clients h3::before, #new_clients h3::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 5px;
    transform: translateY(calc(100% - 11px));
    width: 100%;
    height: 100%;
    background: var(--bg-color);
    transition: transform .25s ease-out;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 225px !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
.mb_login_existing_input {
    width: 100% !important;
    margin-left: -5px !important;
    margin-top: 10px !important;
}
.mb_login_new_label {
    width: 100% !important;
    text-align: left !important;
    margin-left: 5px !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input #SMSOptIn {
    margin-bottom: 20px !important;
}
.mb_login_new_input {
    width: 100% !important;
}
.wrapper input[type="text"], .wrapper input[type="email"], .wrapper input[type="password"], .wrapper textarea {
    width: 100% !important;
}
.mb_login_new_row {
    width: 100% !important;
}
.password_info {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
#i_agree_row {
    width: 100% !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}
#signup_submit {
    margin-left: 0 !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: var(--bg-color) !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: var(--bg-color) !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}
.seFormButton, .wrapper input[type="submit"].seFormButton, .wrapper input[type="submit"]  {
    color: #191919;
    text-transform: uppercase;
    font-weight: 600;
}
.wrapper input[type="submit"]  {
    background-color: rgb(3, 171, 231);
    padding: 15px;
}

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


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

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


/* Staff Page
----------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) { 
    .staff_style .staff_side {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-gap: 15px;
    }
    .mb_staff_image  {
        margin-left: 50px;
    }
    /*.staff_style .staff_img {*/
    /*    height: 260px;*/
    /*}*/
}
@media (min-width: 992px) { 
    .staff_style .staff_side {
        display: grid;
        grid-template-columns: 19% 19% 19% 19% 19%;
        grid-gap: 15px;
        
    }
    
    /*.staff_style .staff_img {*/
    /*    height: 210px;*/
    /*}*/
}
@media (min-width: 1200px) { 
    /*.staff_style .staff_img {*/
    /*    height: 310px;*/
    /*}*/
    
    .background-video {
        max-height: 745px;
        overflow: hidden;
    }
}
.staff_style .staff_side .clear {
    display: none !important;
}
.staff_style .page_stuff, .staff_bio {
       display: none !important;

    text-align: center !important;
    position: absolute;
    width: 15%;
    height: 100px;
    bottom: -75px;
    overflow: auto;
    
}
.staff_style .staff_img, .staff_img img {
    width: 100% !important;
}
.staff_style .staff_img {
    overflow-y: hidden !important;
    background-color: #929393;
}
.staff_style .staff_img em {
    display: none !important;
}
.staff_style .staff_info {
    position: relative;
    margin-bottom: 75px;
}
.staff_style .staff_name {
    background-color: #03ABE7;
    text-align: center !important;
    padding: 10px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -25px;
}
.staff_style .staff_name a {
    color: rgb(25, 25, 26);
    text-transform: uppercase;
}
.staff_style .staff_name .lastname {
    color: rgb(25, 25, 26);
    text-transform: uppercase;
}
.staff_info img {
    border: 0 !important;
}
.mb_staff_image  {
    max-width: 400px;
    margin-bottom: 20px;
}
.desc > div  {
    text-align: left!important;
}


/* ----- Class Pages ----- */
#le_mb_class_page #class_info img {
    margin-bottom: 20px;
    padding-left: 0;
}

#le_mb_class_page #class_info h4 {
    clear: both;
    margin-bottom: 10px;
}

#le_mb_class_page .staff_info img {
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
}

#le_mb_class_page .staff_info h4 {
    margin-bottom: 10px;
}

.wrapper .staff_info .firstname,.wrapper .staff_info .lastname {
    font-size:18px;
}

/* ------- list Schedule ------ */

.mb_listview_date #forward, .mb_listview_date #back {
    width: 40px;
    height: 40px;
    font-size: 28px;
    transition:all .2s ease;
}

.wrapper #le_mb_list_schedule .master_date {
    padding-top:0;
}
.wrapper #le_mb_list_schedule .title_date {
    padding-left: 20px;
}
.wrapper #le_mb_list_schedule .row_date {
    padding-left: 20px;
}
.title_date, .title_class, .title_staff {
    position:relative;
    top:-5px;
}  

.wrapper #le_mb_list_schedule .row_class {
    padding-left:20px;
}

.wrapper #le_mb_list_schedule .row_staff {
    padding-left:2px;
}

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

.mb_listview_date {
    margin-bottom: 10px !important;
    font-size: 34px !important;
    color: #4d4d4f !important;
}
.schedule_filters {
    margin-bottom: 30px !important;
}
#ui-datepicker-div {
    background: #fff !important;
    border: 1px solid #000 !important;
}
.mbHeaderBar {
    font-weight: 400 !important;
    color: #fff !important;
    background: #000 !important;
    padding: 0px !important;
    margin-top: 30px;
}
.mb_listview_date a {
    font-size: 35px !important;
}

.individualschedule .title_date {
    font-size: 20px;
}
.title_class {
    font-size: 20px;
}
.title_staff {
    font-size: 20px;
}
#le_mb_week_schedule tr:nth-of-type(odd) {
    background-color: #efefef;
}
#le_mb_week_schedule a {
    font-size:12px;
    color: #000;
}
.hideextra {
    line-height:14px !important;
    font-size: 12px !important;
    margin-bottom: -5px !important;
    font-weight: 400 !important;
}
.hideextra a {
    color: #000000 !important;
}
#le_mb_week_schedule .hideextra a {
    line-height:14px;
}
.trainer_name a {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
#le_mb_week_schedule .week_view_signup {
    display: block !important;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 10px;
}
#le_mb_week_schedule td {
    border: none !important;
    vertical-align: top;
    padding: 10px 20px 0 20px !important;
    font-size: 15px;
    font-weight: 600;
}
#le_mb_week_schedule table {
    border: 0;
}
.le_mb_wrapper th {
    border: 0;
    padding-left: 10px !important;
    font-size: 16px !important;
    /*line-height: 17px !important;*/
    /*color: #ffffff;*/
}
.le_metro_silver_button, .le_metro_silver_button a, .le_metro_silver_button_week, .le_metro_silver_button_week a {
    background-color: rgba(0,130,194,0) !important;
    background: rgba(0,130,194,0) !important;
    border: 2px solid #00b0ea !important;
    color:#00b0ea !important;
    display:block !important;
    font-size:10px !important;
    font-weight:700;
    padding:5px 10px !important;
    text-shadow:none !important;
    -webkit-border-radius:2px !important;
    -moz-border-radius:2px !important;
    border-radius:2px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: uppercase;
    letter-spacing: 3px !important;
    margin-top: 5px !important;
}
.le_metro_silver_button:hover, .le_metro_silver_button_week:hover {
    background-color: #00b0ea !important;
    background: #00b0ea !important;
    color: #19191A !important;
}
#le_mb_week_schedule {
    width: 100% !important;
}
#le_mb_week_schedule td {
    border-right: 1px solid #a9aaad !important;
}
#le_mb_week_schedule td:last-of-type {
    border-right: 0px solid #a9aaad !important;
}
#le_mb_week_schedule td:first-of-type {
    padding-left: 20px !important;
}
#le_mb_week_schedule tr:first-of-type {
    background-color: #03ABE7 !important;
    color: #19191A !important;
    font-size: 1.2em;
}
#le_mb_week_schedule th {
    color: #19191A !important;
}

/* ------- MB login ----- */
#login_form .mb_login_existing_row {
    display: block;
    clear: both;
    overflow: hidden;
}

#le_mb_loginsignup #new_clients {
    border-left: 1px solid rgba(0,0,0,.23);
}
/* ------- MB Clients ----- */
@media all and (max-width: 768px) {
    #new_clients {
        min-width: 300px;
    }
    #new_clients label {
        text-align: left !important;
    }
    #existing_clients {
        min-width: 300px;
    }
    #existing_clients label {
        text-align: left !important;
    }
    .mb_login_existing_label {
         text-align: left !important;
    }
}

/* Home Schedule
----------------------------------------------------------------------------------------------------*/

.home-schedule .mb_listview_date, .home-schedule h2, .home-schedule .title_staff, .home-schedule .title_location, .home-schedule .row_staff, .home-schedule .row_location_name {
    display: none !important;
}
.home-schedule .mb_schedule {
    margin-top: -85px !important;
}
.home-schedule .mbHeaderBar {
    margin-top: 0 !important;
}
.home-schedule #le_mb_list_schedule {
    width: 100% !important;
    padding: 0 !important;
}
.home-schedule .master_date {
    height: 33px !important;
    padding-top: 10px !important;
    background-color: #00b0ea !important;
    color: #fff !important;
    border: 0 !important;
}
.home-schedule .row_button {
    width: 5% !important;
}
.home-schedule .title_date {
    width: 35% !important;
    font-size: 16px !important;
}
.home-schedule .title_class {
    font-size: 16px !important;
}
.home-schedule .row_class {
    padding-right: 20px !important;
}
.home-schedule .row_date, .home-schedule .row_class a {
    color: #fff !important;
}
.home-schedule .title_date, .home-schedule .row_date {
    padding-left: 10px !important;
}

/* Mobile Home Schedule
----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .home-schedule .mb_gray_box {
        width: 100% !important;
    }
    .home-schedule .mb_mobilebar {
        border: 0 !important;
        background: #00b0ea !important;
    }
    .home-schedule #back_sched, .home-schedule #forward_sched {
        color: #fff !important;
    }
    .home-schedule .title_date {
        width: 100% !important;
        color: #fff !important;
        padding: 20px 0 0 0 !important;
    }
    .home-schedule .mb_mobilebar_schedulebar_time {
        padding-top: 20px !important;
    }
    .home-schedule .mb_mobilebar_schedulebar_classname {
        padding-top: 0 !important;
    }
    .home-schedule .mb_mobilebar_schedulebar_time, .home-schedule .mb_mobilebar_schedulebar_classname {
        color: #fff !important;
        width: 100% !important;
        padding-left: 15px !important;
    }
    .home-schedule .mb_mobilebar_schedulebar_classname a, .home-schedule .mb_le_staff_firstname, .home-schedule .mb_le_staff_lastname {
        color: #fff !important;
    }
    .home-schedule .mb_mobilebar_schedulebar_button {
        float: left !important;
        padding: 10px 20px !important;
        width: 125px !important;
        margin: -30px 0 15px -5px !important;
    }
    .home-schedule .le_metro_silver_button, .home-schedule .le_metro_silver_button a, .home-schedule .le_metro_silver_button_week, .home-schedule .le_metro_silver_button_week a {
        border: 1px solid #fff !important;
        color: #fff !important;
    }
}


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

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

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

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

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

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

@media only screen and (max-width : 992px) { 
	.mobile-map {
		max-width: 80%;
	}
}

/* -- Blog Service Styles -- */

#blog-wrapper {
    padding: 0;
    margin-top: 40px;
    display: table;
    width: 100%;
}

#blog_sidebar.blog_sidebar {
    width: 25%;
    margin-right: 10%;
    padding-right: 3%;
    display: table-cell;
    float: none;
    vertical-align: top;
}

#blog_sidebar #blog_sidebar_name {
    font-size: 1.35em;
    margin-bottom: 10px;
}

#blog_sidebar_image {
    display:block;
    margin: auto;
}

/* -- Post List -- */

#blog_post_listing:before, #blog_sidebar:before {
    display: block;
    content: "";
    margin-top: 50px;
}

#blog_post_listing.blog_post_listing_sidebar { /*This is actually the post listing container...not the sidebar*/
    width: 75%;
    padding-left: 5%;
    display: table-cell;
    float: none;
}

#blog_post_listing .blog_post_listing {
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

#blog_post_listing h1.blog_post_listing_title {
    line-height:1;
    margin-bottom: 10px;
}

#blog_post_listing .feature_blog_text {
    margin-left:0;
}


#blog_post_listing .blog_post_listing_footer_section {
    padding: 10px 0 0 0;
}

#blog_post_listing .blog_post_listing_footer_hr {
    display:none;
}

img.blog_post_listing_author_img, img.blog_post_author_img, .blog_post_comment_new_author_image {
    max-width:38px;
    height: auto;
    border-radius: 500px;
}

.blog_post_listing_publishdatetime, .blog_post_listing_author {
font-size: 13px;
}

.blog_post_listing_author,.blog_post_author {
    font-weight: bold;
}

.blog_post_listing_content {
    /*clear: both;*/
}

.blog_post_listing_title_section {
    margin-right: 50px;
}

.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}

#blog_post_listing .feature_blog_image {
    margin-right: 20px;
}

#blog_post_listing .feature_blog_text {
    float: none;
}

#blog_post_listing .blog_post_listing_permalink a {
    word-break: break-all;
}

a.read_more_link {
    display: table;
    background: #424242;
    padding: 10px 15px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px !important;
    font-style: italic;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 767px) {
    #blog_sidebar.blog_sidebar {
        display:none;
    }
    #blog_post_listing.blog_post_listing_sidebar {
        width: 100%;
        padding-left: 0;
    }
    .individualschedule .le_metro_silver_button, .le_metro_silver_button a, .le_metro_silver_button_week, .le_metro_silver_button_week a {
        display: inline-block !important;
    }
    .individualschedule #le_mb_week_schedule td {
        padding: 5px 5px 0 5px !important;
    }
    .individualschedule #le_mb_week_schedule {
        overflow: scroll !important;
        margin: auto !important;
        width: 96% !important;
        margin-left: 0 !important;
    }
    .individualschedule .mb_listview_date {
        font-size: 28px !important;
    }
}

@media all and (max-width: 600px) {
    #blog_post_listing .blog_post_listing_header_section {
        display:none;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .blog_post_listing_title_section {
        margin: 0;
        text-align: center;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
    }
    #blog_post_listing a.read_more_link {
        margin: 15px auto 0;
    }

}

/* --- Single (Full) Posts --- */
#blog_post .blog_post_title_section {
    margin: 10px 0;
}

#blog_post_content_section {
    max-width: 720px;
}

#blog_post .blog_post_comments_hr {
    display: none;
}
#blog_post .blog_post_footer_hr {
    margin: 30px 0 10px 0;
}

#blog_post .blog_post_footer_section {
    margin-bottom: 20px;
}

#blog_post_permalink {
    word-break: break-all;
}

/* --- Blog Post Comments --- */
#blog_post_comments_section {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
}

.blog_post_comments_header {
    padding:8px 15px;
}

h2#comments {
    font-size:18px;
}

#blog_post_comments_section .blog_post_comment_post_container {
    border: 0;
    background: rgba(0,0,0,.05);
    padding:30px 15px;
}

#blog_post_comments_section .blog_post_comment_new_comment_actions {
    text-align: left;
    margin-top: 15px;
}


/* -- Blog Element Styles -- */

.blog_post_listing_element {
    margin-bottom: 10px;
}

.blog_post_listing_element h1.blog_post_listing_title {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: .5em;
}

.blog_post_listing_element .feature_blog_image {
    float: left;
    margin-right: 20px;
}    

.blog_post_listing_element .blog_post_listing_footer_hr {
    display: none;
}

.read_more_div a{
    display: inline-block;
    background: #424242;
    padding: 5px 10px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 768px) {
    .blog_post_listing_element .feature_blog_image {
        float: none;
    }
}

/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

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

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.checklist ul { 
    padding-left:50px!important; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:15px!important; 
    text-indent: -0.7em;
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -15px;
    color: #03ABE7;
}
.checklist-circle ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist-circle ul li { 
    margin-bottom:10px; 
}
.checklist-circle ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}
.list ul {
    padding-left: 25px;
    list-style-type: none;
}


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

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

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

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


/* -- Display Cards -- */

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

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


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

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


/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
@media all and (max-width:1279px){
    #auroraContentContainer {
    	min-width:100%;
    	position: relative;
    	top: 0px;
    }
}
.aurora_pushContent {
    left:200px;
    margin-left:0 !important;
}

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

.le_region_name {
    font-family: 'Helvetica', arial, sans-serif !important;
    font-weight: normal !important;
}
.le_region_overlay_container {
    margin-top:0;
}

/* -- End System Fixes -- */

/* -- Search Results Page -- */
.search_result {
  clear: both;
}

/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}
/* -- Disable CSS Animations when in edit mode -- */
.le-edit-open .animated{
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}



/* ========================================== Theme Speficic UI Styles ========================================== */
.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;
}


/* --- Helper Instructions when in edit mode --- */

.edit-instructions {
    display: none;
}

.le-edit-open .edit-instructions {
    display: block;
    clear: both;
    padding: 10px;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area2 {
}
#le_footer-area3 {
}
#le_footer-area4 {
}
#le_footer-area5 {
}
#le_header-right {
}
.aurora_3-v-3-series #le_section-eight {
    margin-top: 125px;
    margin-bottom: 100px;
}
.aurora_3-v-3-series #le_section-eight-area8 {
    margin-bottom: 60px;
}
.aurora_3-v-3-series #le_section-five {
    background-color: rgb(255, 255, 255);
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_3-v-3-series #le_section-five-area1 {
}
.aurora_3-v-3-series #le_section-four {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_3-v-3-series #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_3-v-3-series #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_3-v-3-series #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_3-v-3-series #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.61), rgba(2, 18, 45, 0.61)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/Method_6_2-037.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_3-v-3-series #le_section-six {
}
.aurora_3-v-3-series #le_section-six-area3 {
    margin-bottom: 50px;
}
.aurora_about #le_section-one {
    padding-top: 30px;
}
.aurora_about #le_section-two-area6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
}
.aurora_about #le_section-two-area7 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
}
.aurora_about #le_section-two-area8 {
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
}
.aurora_about-me #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/blog-thumb-coffee.jpg);
}
.aurora_appointments #le_section-one {
    margin-top: 30px;
}
.aurora_appointments #le_section-one-area7 {
    padding-left: 0px;
}
.aurora_camps #le_section-eight {
    margin-top: 0px;
    margin-bottom: 0px;
}
.aurora_camps #le_section-eight-area7 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.aurora_camps #le_section-eight-area8 {
}
.aurora_camps #le_section-eleven {
    margin-top: 100px;
    margin-bottom: 125px;
}
.aurora_camps #le_section-eleven-area7 {
    margin-top: 50px;
}
.aurora_camps #le_section-five-area1 {
}
.aurora_camps #le_section-five-area11 {
}
.aurora_camps #le_section-four {
    margin-top: 20px;
    margin-bottom: 20px;
}
.aurora_camps #le_section-four-area2 {
    margin-bottom: 40px;
}
.aurora_camps #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.61), rgba(2, 18, 45, 0.61)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-hockey-camp-ice-rink.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_camps #le_section-seven {
    background-color: rgb(2, 18, 45);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_camps #le_section-six {
}
.aurora_camps #le_section-six-area12 {
}
.aurora_camps #le_section-six-area13 {
}
.aurora_camps #le_section-six-area14 {
}
.aurora_camps #le_section-six-area3 {
}
.aurora_camps #le_section-six-area7 {
}
.aurora_camps #le_section-three {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_camps #le_section-three-area1 {
}
.aurora_camps #le_section-three-area10 {
    margin-bottom: 0px;
}
.aurora_combines #le_section-eight {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_combines #le_section-eight-area8 {
    margin-bottom: 60px;
}
.aurora_combines #le_section-five {
    background-color: rgb(2, 18, 45);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_combines #le_section-five-area1 {
}
.aurora_combines #le_section-four {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_combines #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_combines #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_combines #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_combines #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.35), rgba(2, 18, 45, 0.35)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-group-play-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_combines #le_section-seven {
}
.aurora_combines #le_section-six {
    margin-top: 125px;
    margin-bottom: 100px;
}
.aurora_combines #le_section-six-area3 {
    margin-bottom: 50px;
}
.aurora_combines #le_section-two {
}
.aurora_contact #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_contact #le_feature-content1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_contact #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_contact #le_section-five-area11 {
    margin-top: 100px;
}
.aurora_contact #le_section-four {
}
.aurora_contact #le_section-one {
    background-color: rgb(25, 25, 26);
    margin-bottom: 150px;
    padding-top: 60px;
    padding-bottom: 50px;
}
.aurora_contact #le_section-one-area1 {
}
.aurora_contact #le_section-six-area2 {
    padding-right: 50px;
    padding-bottom: 10%;
    padding-left: 100px;
}
.aurora_experience-pyramid #le_section-eight {
    margin-top: 0px;
    margin-bottom: 0px;
}
.aurora_experience-pyramid #le_section-eight-area8 {
    margin-bottom: 60px;
}
.aurora_experience-pyramid #le_section-five {
    background-color: rgb(255, 255, 255);
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_experience-pyramid #le_section-five-area1 {
}
.aurora_experience-pyramid #le_section-five-area13 {
    background-color: rgb(255, 255, 255);
    border-style: none;
    border-color: rgb(255, 255, 255);
    border-radius: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_experience-pyramid #le_section-five-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/Method5_31193_copy.jpg);
    background-size: cover;
    padding-top: 300px;
    padding-right: 300px;
}
.aurora_experience-pyramid #le_section-five-area5 {
    background-color: rgba(4, 108, 145, 0.09);
    border-style: initial;
    border-color: rgb(3, 171, 231);
    border-width: 2px;
    border-radius: 4px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_experience-pyramid #le_section-five-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/Method_6_2-312_copy.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 300px;
    padding-right: 300px;
}
.aurora_experience-pyramid #le_section-four {
    margin-top: 50px;
    margin-bottom: 10px;
}
.aurora_experience-pyramid #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_experience-pyramid #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_experience-pyramid #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_experience-pyramid #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.61), rgba(2, 18, 45, 0.61)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/Method_5_31-614_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_experience-pyramid #le_section-seven {
    background-color: rgba(4, 108, 145, 0.09);
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.aurora_experience-pyramid #le_section-seven-area1 {
    padding-top: 20px;
}
.aurora_experience-pyramid #le_section-six {
}
.aurora_experience-pyramid #le_section-six-area3 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_facility #le_section-five {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_facility #le_section-five-area4 {
    margin-bottom: 30px;
}
.aurora_facility #le_section-five-area5 {
    margin-bottom: 30px;
}
.aurora_facility #le_section-five-area6 {
    margin-bottom: 30px;
}
.aurora_facility #le_section-four {
}
.aurora_facility #le_section-four-area1 {
}
.aurora_facility #le_section-four-area7 {
}
.aurora_facility #le_section-nine-area1 {
    padding-top: 0%;
    padding-left: 0px;
}
.aurora_facility #le_section-nine-area2 {
}
.aurora_facility #le_section-one {
    background-image: linear-gradient(rgba(90, 94, 97, 0.59), rgba(90, 94, 97, 0.59)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-hero-inside-specialty-facility.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_facility #le_section-six {
}
.aurora_facility #le_section-six-area2 {
}
.aurora_facility #le_section-three {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_facility #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_facility #le_section-three-area12 {
    background-color: rgb(255, 255, 255);
}
.aurora_facility #le_section-three-area15 {
    margin-top: 15px;
}
.aurora_facility #le_section-three-area7 {
    margin-top: 50px;
}
.aurora_facility #le_section-three-area8 {
}
.aurora_facility #le_section-three-area9 {
}
.aurora_faq #le_section-five {
    background-color: rgb(2, 18, 45);
    margin-top: 50px;
}
.aurora_faq #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-mites-goalie-skate.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_faq #le_section-five-area3 {
    padding-top: 17%;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_faq #le_section-four {
    margin-bottom: 150px;
}
.aurora_faq #le_section-four-area2 {
    margin-bottom: 100px;
}
.aurora_faq #le_section-four-area4 {
    margin-bottom: 100px;
}
.aurora_faq #le_section-four-area6 {
    margin-bottom: 100px;
}
.aurora_faq #le_section-four-area8 {
    margin-bottom: 100px;
}
.aurora_faq #le_section-one {
    background-color: rgb(0, 0, 0);
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_features #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_features #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_features #le_section-four {
    background-color: rgb(70, 70, 70);
    padding-bottom: 40px;
}
.aurora_features #le_section-four-area1 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-four-area2 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area3 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area4 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area5 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area6 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-four-area7 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-one {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_features #le_section-one-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img1.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.aurora_features #le_section-one-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img2.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.aurora_features #le_section-one-content1 {
    font-size: px;
}
.aurora_features #le_section-one-content4 {
    padding-top: 60px;
}
.aurora_features #le_section-one-content7 {
    padding-top: 40px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
}
.aurora_features #le_section-one-content8 {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(70, 70, 70);
    font-size: 24px;
}
.aurora_features #le_section-one-content9 {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_features #le_section-three {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_features #le_section-two-area1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img_banner2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/training-828726.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img_banner.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img_banner3.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area6 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area7 {
    background-color: rgb(237, 234, 229);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area8 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section1 {
    background-color: rgb(237, 237, 237);
    margin-top: px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section1-content 4 {
    padding-top: 60px;
}
.aurora_features-copy #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features-copy #le_headerRegion {
    background-size: cover;
    background-position: center center;
}
.aurora_foundations-program #le_headerRegion {
}
.aurora_foundations-program #le_section-eight {
}
.aurora_foundations-program #le_section-eight-area2 {
}
.aurora_foundations-program #le_section-eleven {
    margin-top: 125px;
    margin-bottom: 100px;
}
.aurora_foundations-program #le_section-eleven-area1 {
}
.aurora_foundations-program #le_section-eleven-area8 {
}
.aurora_foundations-program #le_section-five-area2 {
}
.aurora_foundations-program #le_section-five-area3 {
}
.aurora_foundations-program #le_section-four {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_foundations-program #le_section-nine {
    background-color: rgb(255, 255, 255);
}
.aurora_foundations-program #le_section-nine-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_foundations-program #le_section-nine-area2 {
    padding-top: 0%;
    padding-right: 0px;
    padding-left: 0px;
}
.aurora_foundations-program #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.6), rgba(2, 18, 45, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-gym-facility.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_foundations-program #le_section-seven {
}
.aurora_foundations-program #le_section-six {
    background-color: rgb(2, 18, 45);
}
.aurora_foundations-program #le_section-six-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_foundations-program #le_section-six-area10 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-right: 0px;
}
.aurora_foundations-program #le_section-six-area2 {
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_foundations-program #le_section-six-area8 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-right: 0px;
}
.aurora_foundations-program #le_section-six-area9 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-left: 0px;
}
.aurora_foundations-program #le_section-ten {
    background-color: rgb(255, 255, 255);
}
.aurora_foundations-program #le_section-ten-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_foundations-program #le_section-ten-area2 {
    padding-top: 0%;
    padding-left: 0px;
}
.aurora_foundations-program #le_section-thirteen {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_foundations-program #le_section-thirteen-area8 {
    margin-bottom: 50px;
}
.aurora_foundations-program #le_section-three {
    background-color: rgb(230, 225, 218);
    margin-top: 75px;
    margin-bottom: 100px;
}
.aurora_foundations-program #le_section-three-area8 {
    background-color: rgba(2, 18, 45, 0.1);
    border-color: rgb(255, 255, 255);
    border-width: 20px;
    border-radius: 5px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_foundations-program #le_section-three-area9 {
    background-color: rgba(2, 18, 45, 0.1);
    border-color: rgb(255, 255, 255);
    border-width: 20px;
    border-radius: 5px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_foundations-program #le_section-twelve {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_foundations-program #le_section-twelve-area8 {
}
.aurora_foundations-program #le_section-two {
}
.aurora_foundations-program #le_section-two-area1 {
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_goaltender-training #le_section-eight {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_goaltender-training #le_section-eight-area8 {
    margin-bottom: 60px;
}
.aurora_goaltender-training #le_section-five {
    background-color: rgb(2, 18, 45);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_goaltender-training #le_section-five-area1 {
}
.aurora_goaltender-training #le_section-four {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_goaltender-training #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_goaltender-training #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_goaltender-training #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_goaltender-training #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.35), rgba(2, 18, 45, 0.35)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/Method_5_31-168.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_goaltender-training #le_section-seven {
}
.aurora_goaltender-training #le_section-six {
    margin-top: 125px;
    margin-bottom: 100px;
}
.aurora_goaltender-training #le_section-six-area3 {
    margin-bottom: 50px;
}
.aurora_goaltender-training #le_section-two {
}
.aurora_home #le_feature-content1 {
}
.aurora_home #le_feature-content2 {
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_home #le_feature-content3 {
}
.aurora_home #le_feature-content4 {
}
.aurora_home #le_featureContainer {
    background-image: linear-gradient(rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.61)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/Method_5_31-366.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-top: 150px;
    padding-bottom: 200px;
}
.aurora_home #le_headerContainer {
}
.aurora_home #le_headerRegion {
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_home #le_masthead {
    background-color: rgba(0, 0, 0, 0.5);
}
.aurora_home #le_masthead-region {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 20px;
}
.aurora_home #le_masthead-right {
    color: rgb(255, 255, 255);
}
.aurora_home #le_menu-region {
}
.aurora_home #le_sec2 1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 A {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 X 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2-1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sectio-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/section5-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_home #le_section-five {
    background-color: rgb(4, 108, 145);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-five-area1 {
    padding-top: px;
    padding-bottom: px;
    font-size: px;
}
.aurora_home #le_section-four {
    background-color: rgb(25, 25, 26);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-four-area1 {
    margin-bottom: 0px;
}
.aurora_home #le_section-four-area2 {
}
.aurora_home #le_section-four-area3 {
}
.aurora_home #le_section-four-area4 {
}
.aurora_home #le_section-four-area5 {
}
.aurora_home #le_section-four-area6 {
}
.aurora_home #le_section-four-area7 {
}
.aurora_home #le_section-four-area8 {
    margin-top: 0px;
}
.aurora_home #le_section-one {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-one-area1 {
    background-color: rgb(3, 171, 231);
}
.aurora_home #le_section-one-content {
}
.aurora_home #le_section-seven {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-hero-inside-specialty-facility.jpg);
    background-color: rgb(2, 18, 45);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-seven-area1 {
}
.aurora_home #le_section-seven-area2 {
    background-color: rgb(2, 18, 45);
    padding-top: 10%;
    padding-right: 150px;
    padding-bottom: 50px;
    padding-left: 75px;
}
.aurora_home #le_section-six {
    padding-top: px;
    padding-bottom: px;
}
.aurora_home #le_section-six-area1 {
    padding-right: 120px;
    padding-left: 120px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-three {
}
.aurora_home #le_section-three-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/Method_6_2-001_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 325px;
    padding-bottom: 325px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 36px;
}
.aurora_home #le_section-three-area2 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    color: rgb(0, 0, 0);
}
.aurora_home #le_section-three-area3 {
}
.aurora_home #le_section-three-area4 {
}
.aurora_home #le_section-two {
}
.aurora_home #le_section-two-area1 {
}
.aurora_home #le_section-two-area2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area4 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area5 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area6 {
    padding-top: px;
    padding-bottom: px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.aurora_home #le_section-two-area7 {
}
.aurora_home #le_section-two-area9 {
    margin-top: 20px;
}
.aurora_home #le_section2-1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2-content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_lessons #le_section-eight {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_lessons #le_section-eight-area7 {
    margin-top: 50px;
}
.aurora_lessons #le_section-five {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_lessons #le_section-four {
    margin-top: 75px;
    margin-bottom: 75px;
}
.aurora_lessons #le_section-four-area2 {
    margin-bottom: 50px;
}
.aurora_lessons #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_lessons #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_lessons #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_lessons #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.6), rgba(2, 18, 45, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/DSC.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_lessons #le_section-six {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_lessons #le_section-three-area12 {
}
.aurora_lessons #le_section-two {
}
.aurora_meet-the-team #le_feature-content1 {
    background-color: rgb(0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_meet-the-team #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 250px;
}
.aurora_meet-the-team #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-size: cover;
}
.aurora_meet-the-team #le_section-one {
    margin-top: 30px;
}
.aurora_meet-the-team #le_section-three {
    background-color: rgb(245, 245, 245);
    padding-top: 90px;
    padding-bottom: 90px;
}
.aurora_meet-the-team #le_section-three-area1 {
    text-align: center;
}
.aurora_meet-the-team #le_section-three-area2 {
    padding-top: 0px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area3 {
    padding-top: 0px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area4 {
    padding-top: 0px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section1 {
    padding-top: px;
    padding-bottom: px;
}
.aurora_memberships #le_section-eight {
    margin-top: 50px;
    margin-bottom: 150px;
}
.aurora_memberships #le_section-eight-area7 {
    margin-top: 50px;
}
.aurora_memberships #le_section-five {
    background-color: rgb(25, 25, 26);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_memberships #le_section-five-area1 {
    margin-bottom: 40px;
}
.aurora_memberships #le_section-five-area10 {
}
.aurora_memberships #le_section-five-area4 {
}
.aurora_memberships #le_section-five-area5 {
}
.aurora_memberships #le_section-five-area6 {
}
.aurora_memberships #le_section-five-area8 {
}
.aurora_memberships #le_section-five-area9 {
}
.aurora_memberships #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_memberships #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_memberships #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_memberships #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.35), rgba(2, 18, 45, 0.35)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/Method6_9-111.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_memberships #le_section-seven {
}
.aurora_memberships #le_section-six {
    margin-top: 30px;
    margin-bottom: 30px;
}
.aurora_memberships #le_section-six-area12 {
    background-color: rgb(255, 255, 255);
    border-style: none;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: 0px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
}
.aurora_memberships #le_section-six-area13 {
    background-color: rgb(230, 225, 218);
    border-style: double;
    border-color: rgb(3, 171, 231);
    border-width: 1px;
    border-radius: 1px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_memberships #le_section-three-area1 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.aurora_method-hockey #le_section-eight {
    background-color: rgb(255, 255, 255);
}
.aurora_method-hockey #le_section-eight-area9 {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.aurora_method-hockey #le_section-five {
    background-color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_method-hockey #le_section-five-area1 {
    margin-bottom: 70px;
}
.aurora_method-hockey #le_section-five-area10 {
    margin-bottom: 0px;
}
.aurora_method-hockey #le_section-five-area4 {
}
.aurora_method-hockey #le_section-five-area7 {
}
.aurora_method-hockey #le_section-five-area8 {
}
.aurora_method-hockey #le_section-five-area9 {
    margin-bottom: 0px;
}
.aurora_method-hockey #le_section-four {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_method-hockey #le_section-four-area1 {
}
.aurora_method-hockey #le_section-nine {
    background-color: rgb(4, 108, 145);
}
.aurora_method-hockey #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/method-hockey-small-group-join.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_method-hockey #le_section-nine-area2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-right: 150px;
    padding-bottom: 50px;
    padding-left: 100px;
}
.aurora_method-hockey #le_section-nine-area8 {
}
.aurora_method-hockey #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.35), rgba(2, 18, 45, 0.35)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/Method_6_2-312.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_method-hockey #le_section-seven {
    background-color: rgb(255, 255, 255);
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.aurora_method-hockey #le_section-six {
    margin-top: 0px;
    margin-bottom: 0px;
}
.aurora_method-hockey #le_section-six-area12 {
    background-color: rgb(255, 255, 255);
    border-style: none;
    border-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_method-hockey #le_section-six-area13 {
    background-color: rgba(123, 126, 129, 0.25);
    border-style: double;
    border-color: rgb(3, 171, 231);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_method-hockey #le_section-six-area14 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.aurora_method-hockey #le_section-six-area3 {
    margin-bottom: 20px;
}
.aurora_method-hockey #le_section-six-area7 {
    margin-top: 0px;
}
.aurora_method-hockey #le_section-three {
    margin-top: 100px;
    margin-bottom: 20px;
}
.aurora_method-hockey #le_section-three-area1 {
}
.aurora_method-hockey #le_section-three-area7 {
    padding-bottom: -15px;
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-eight {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-eight-area8 {
    margin-bottom: 60px;
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-five {
    background-color: rgb(2, 18, 45);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-five-area1 {
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-four {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.35), rgba(2, 18, 45, 0.35)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-group-play-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-one-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-hockey-camp-ice-rink.jpg);
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-seven {
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-six {
    margin-top: 125px;
    margin-bottom: 100px;
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-six-area3 {
    margin-bottom: 50px;
}
.aurora_method-mini-methods-2017-and-younger-birth-years #le_section-two {
}
.aurora_my-training #le_feature {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 250px;
    padding-bottom: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_my-training #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: px;
}
.aurora_my-training #le_header {
    border-width: px;
}
.aurora_Off-Ice-Training #le_section-eight {
}
.aurora_Off-Ice-Training #le_section-eight-area2 {
}
.aurora_Off-Ice-Training #le_section-eleven {
    margin-top: 125px;
    margin-bottom: 100px;
}
.aurora_Off-Ice-Training #le_section-eleven-area1 {
}
.aurora_Off-Ice-Training #le_section-eleven-area8 {
}
.aurora_Off-Ice-Training #le_section-five-area2 {
}
.aurora_Off-Ice-Training #le_section-five-area3 {
}
.aurora_Off-Ice-Training #le_section-four {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_Off-Ice-Training #le_section-nine {
    background-color: rgb(255, 255, 255);
}
.aurora_Off-Ice-Training #le_section-nine-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_Off-Ice-Training #le_section-nine-area2 {
    padding-top: 0%;
    padding-right: 0px;
    padding-left: 0px;
}
.aurora_Off-Ice-Training #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.6), rgba(2, 18, 45, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-gym-facility-bike.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_Off-Ice-Training #le_section-seven {
}
.aurora_Off-Ice-Training #le_section-six {
}
.aurora_Off-Ice-Training #le_section-six-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_Off-Ice-Training #le_section-six-area10 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-right: 0px;
}
.aurora_Off-Ice-Training #le_section-six-area2 {
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_Off-Ice-Training #le_section-six-area8 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-right: 0px;
}
.aurora_Off-Ice-Training #le_section-six-area9 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-left: 0px;
}
.aurora_Off-Ice-Training #le_section-ten {
    background-color: rgb(255, 255, 255);
}
.aurora_Off-Ice-Training #le_section-ten-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_Off-Ice-Training #le_section-ten-area2 {
    padding-top: 0%;
    padding-left: 0px;
}
.aurora_Off-Ice-Training #le_section-thirteen {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_Off-Ice-Training #le_section-thirteen-area8 {
    margin-bottom: 50px;
}
.aurora_Off-Ice-Training #le_section-three {
    margin-top: 20px;
    margin-bottom: 15px;
}
.aurora_Off-Ice-Training #le_section-twelve {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_Off-Ice-Training #le_section-twelve-area8 {
}
.aurora_on-ice-clinics #le_section-eight {
    margin-top: 125px;
    margin-bottom: 125px;
}
.aurora_on-ice-clinics #le_section-eight-area8 {
    margin-bottom: 60px;
}
.aurora_on-ice-clinics #le_section-five {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_on-ice-clinics #le_section-four {
    margin-bottom: 100px;
}
.aurora_on-ice-clinics #le_section-nine {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.aurora_on-ice-clinics #le_section-nine-area1 {
}
.aurora_on-ice-clinics #le_section-nine-area2 {
    background-color: rgb(255, 255, 255);
    padding-top: 10%;
    padding-right: 75px;
    padding-bottom: 50px;
    padding-left: 150px;
}
.aurora_on-ice-clinics #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.51), rgba(2, 18, 45, 0.51)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/facility/method-hockey-hockey-camp-ice-rink.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_on-ice-clinics #le_section-three {
    margin-top: 20px;
    margin-bottom: 20px;
}
.aurora_on-ice-clinics #le_section-three-area1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.aurora_on-ice-clinics #le_section-three-area10 {
}
.aurora_on-ice-clinics #le_section-three-area12 {
    padding-top: 0%;
}
.aurora_on-ice-clinics #le_section-three-area13 {
}
.aurora_on-ice-clinics #le_section-three-area14 {
    padding-top: 0px;
}
.aurora_on-ice-clinics #le_section-three-area7 {
    margin-top: 0px;
}
.aurora_on-ice-clinics #le_section-two {
}
.aurora_progression-programs #le_section-eight {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_progression-programs #le_section-eight-area8 {
    margin-bottom: 60px;
}
.aurora_progression-programs #le_section-five {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_progression-programs #le_section-five-area1 {
}
.aurora_progression-programs #le_section-four {
    margin-top: 0px;
    margin-bottom: 0px;
}
.aurora_progression-programs #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_progression-programs #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_progression-programs #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_progression-programs #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.6), rgba(2, 18, 45, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/MHA_ShowcaseDay1-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_progression-programs #le_section-six {
}
.aurora_progression-programs #le_section-six-area13 {
}
.aurora_progression-programs #le_section-six-area3 {
    margin-bottom: 50px;
}
.aurora_progression-programs #le_section-three {
}
.aurora_progression-programs #le_section-three-area1 {
    padding-top: 20px;
}
.aurora_progression-programs #le_section-two-area1 {
}
.aurora_schedule #le_section-one {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_schedule #le_section-three {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_serivices #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_services #le_section-two-area1 {
    background-color: rgb(70, 70, 70);
    padding-right: 80px;
    padding-left: 80px;
}
.aurora_services #le_section-two-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/smart-watch.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
}
.aurora_services #le_section-two-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/macbook.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
}
.aurora_services #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/photo-1416339306562-f3d12fefd36f.jpeg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: rgb(255, 255, 255);
}
.aurora_smallareagames #le_section-eight {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_smallareagames #le_section-eight-area8 {
    margin-bottom: 60px;
}
.aurora_smallareagames #le_section-eight-area9 {
    margin-top: 0px;
    margin-bottom: 100px;
}
.aurora_smallareagames #le_section-five {
    margin-bottom: 75px;
}
.aurora_smallareagames #le_section-five-area1 {
}
.aurora_smallareagames #le_section-five-area11 {
}
.aurora_smallareagames #le_section-four {
    margin-top: 100px;
    margin-bottom: 50px;
}
.aurora_smallareagames #le_section-four-area4 {
    margin-top: 75px;
    margin-bottom: 50px;
}
.aurora_smallareagames #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_smallareagames #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_smallareagames #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_smallareagames #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.35), rgba(2, 18, 45, 0.35)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/method-hockey-small-group-join.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 220px;
    padding-bottom: 200px;
}
.aurora_smallareagames #le_section-seven {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_smallareagames #le_section-six {
}
.aurora_smallareagames #le_section-six-area3 {
    margin-bottom: 50px;
}
.aurora_sports-performance-training #le_section-eight {
}
.aurora_sports-performance-training #le_section-eight-area2 {
}
.aurora_sports-performance-training #le_section-eleven {
    margin-top: 125px;
    margin-bottom: 100px;
}
.aurora_sports-performance-training #le_section-eleven-area1 {
}
.aurora_sports-performance-training #le_section-eleven-area8 {
}
.aurora_sports-performance-training #le_section-five-area2 {
}
.aurora_sports-performance-training #le_section-five-area3 {
}
.aurora_sports-performance-training #le_section-four {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_sports-performance-training #le_section-nine {
    background-color: rgb(255, 255, 255);
}
.aurora_sports-performance-training #le_section-nine-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_sports-performance-training #le_section-nine-area2 {
    padding-top: 0%;
    padding-right: 0px;
    padding-left: 0px;
}
.aurora_sports-performance-training #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.6), rgba(2, 18, 45, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-gym-facility.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_sports-performance-training #le_section-seven {
}
.aurora_sports-performance-training #le_section-six {
    background-color: rgb(2, 18, 45);
}
.aurora_sports-performance-training #le_section-six-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_sports-performance-training #le_section-six-area10 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-right: 0px;
}
.aurora_sports-performance-training #le_section-six-area2 {
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
}
.aurora_sports-performance-training #le_section-six-area8 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-right: 0px;
}
.aurora_sports-performance-training #le_section-six-area9 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-left: 0px;
}
.aurora_sports-performance-training #le_section-ten {
    background-color: rgb(255, 255, 255);
}
.aurora_sports-performance-training #le_section-ten-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_sports-performance-training #le_section-ten-area2 {
    padding-top: 0%;
    padding-left: 0px;
}
.aurora_sports-performance-training #le_section-thirteen {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_sports-performance-training #le_section-thirteen-area8 {
    margin-bottom: 50px;
}
.aurora_sports-performance-training #le_section-three {
    margin-top: 75px;
    margin-bottom: 100px;
}
.aurora_sports-performance-training #le_section-three-area8 {
    background-color: rgba(2, 18, 45, 0.1);
    border-color: rgb(255, 255, 255);
    border-width: 20px;
    border-radius: 5px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_sports-performance-training #le_section-three-area9 {
    background-color: rgba(2, 18, 45, 0.1);
    border-color: rgb(255, 255, 255);
    border-width: 20px;
    border-radius: 5px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_sports-performance-training #le_section-twelve {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_sports-performance-training #le_section-twelve-area8 {
}
.aurora_sports-performance-training #le_section-two-area1 {
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_summer-team #le_section-eight {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_summer-team #le_section-eight-area8 {
    margin-bottom: 60px;
}
.aurora_summer-team #le_section-five {
}
.aurora_summer-team #le_section-five-area1 {
}
.aurora_summer-team #le_section-four {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_summer-team #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_summer-team #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_summer-team #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_summer-team #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.6), rgba(2, 18, 45, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/Method_6_2-502.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_summer-team #le_section-six {
}
.aurora_summer-team #le_section-six-area3 {
    margin-bottom: 50px;
}
.aurora_terms--conditions #le_section-four {
    margin-bottom: 100px;
}
.aurora_terms--conditions #le_section-one {
    background-color: rgb(0, 0, 0);
    margin-bottom: 80px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.aurora_terms--conditions #le_section-three {
}
.aurora_test #le_feature {
    text-align: center;
    color: rgb(255, 255, 0);
    font-size: 50px;
}
.aurora_test #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_test-1 #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center left;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 20px;
    padding-bottom: 90px;
    text-align: center;
    line-height: 24px;
}
.aurora_test-1 #le_section-four {
    background-color: rgb(121, 0, 0);
}
.aurora_test-1 #le_section-four-area1 {
}
.aurora_test-1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_0888.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_test-1 #le_section-one-content3 {
    background-color: rgba(0, 0, 0, 0.39);
}
.aurora_test-1 #le_section-three {
}
.aurora_test-1 #le_section-two {
    background-color: rgb(230, 225, 218);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.aurora_test-1 #le_section-two-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_1314/IMG_1314_1500x1000.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
}
.aurora_test-1 #le_section-two-area7 {
    border-style: solid;
    border-color: rgb(75, 0, 130);
}
.aurora_test-2---page-with-feature-header #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_1763/IMG_1763_1471x980.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_test-2---page-with-feature-header #le_featureContainer {
    background-color: rgb(230, 225, 218);
}
.aurora_visual-cognition #le_section-eight {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_visual-cognition #le_section-eight-area8 {
    margin-bottom: 60px;
}
.aurora_visual-cognition #le_section-five {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_visual-cognition #le_section-five-area1 {
}
.aurora_visual-cognition #le_section-four {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_visual-cognition #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_visual-cognition #le_section-nine {
    background-color: rgb(2, 18, 45);
}
.aurora_visual-cognition #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-inside-rink-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_visual-cognition #le_section-nine-area2 {
    padding-top: 15%;
    padding-right: 150px;
    padding-left: 100px;
}
.aurora_visual-cognition #le_section-one {
    background-image: linear-gradient(rgba(2, 18, 45, 0.35), rgba(2, 18, 45, 0.35)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-one-on-one-play.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_visual-cognition #le_section-six {
}
.aurora_visual-cognition #le_section-six-area3 {
    margin-bottom: 50px;
}
.aurora_workshops #le_section-one {
    margin-top: 30px;
}
.seFormButton {
    background-color: rgb(3, 171, 231);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(3, 171, 231);
    color: rgb(255, 255, 255);
    font-size: 14px;
    border-color: rgb(90, 94, 97);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(63, 64, 64);
    border-color: rgb(123, 126, 129);
}
.se_cta {
    background-color: rgb(3, 171, 231);
    border-color: rgb(3, 171, 231);
    border-width: 10px;
}
.se_cta .le_content a {
    color: rgb(25, 25, 26);
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
    font-size: 20px;
}
.se_cta:hover {
    border-color: rgb(230, 225, 218);
}
.se_footer {
    background-color: rgb(25, 25, 26);
}
.se_footer a {
    color: rgb(255, 255, 255);
}
.se_footer a:hover {
    color: rgb(3, 171, 231);
}
.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(255, 255, 255);
}
.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-size: 16px;
    color: rgb(25, 25, 26);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(3, 171, 231);
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(25, 25, 26);
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
    font-size: 40px;
    font-weight: normal;
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(3, 171, 231);
    font-size: 26px;
}
.se_social a:hover {
    color: rgb(4, 108, 145);
}
.se_tagline {
    color: rgb(255, 255, 255);
}
.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(3, 171, 231);
}
a:hover {
    color: rgb(4, 108, 145);
}
blockquote {
    font-size: 22px;
    font-style: italic;
}
body .navicon {
    color: rgb(3, 171, 231);
}
h1, h1 a, .title1, .title1 a {
    font-size: px;
    font-weight: bold;
    font-style: normal;
}
h2, h2 a, .title2, .title2 a {
    font-size: px;
    color: rgb(25, 25, 26);
    font-weight: normal;
}
h3, h3 a, .title3, .title3 a {
    font-size: px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}
h4, h4 a, .title4, .title4 a {
    font-size: px;
    color: rgb(0, 0, 0);
}
h5, h5 a, .title5, .title5 a {
    font-size: 20px;
    color: rgb(63, 64, 64);
}
h6, h6 a, .title6, .title6 a {
    font-size: px;
    color: rgb(25, 25, 26);
}
hr {
    background-color: rgba(70, 70, 70, 0.17);
}
p, ul, ol, dl {
    font-size: 18px;
    color: rgb(25, 25, 26);
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area3 {
    }
}
@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) {
    .aurora_3-v-3-series #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_3-v-3-series #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_3-v-3-series #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_3-v-3-series #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_3-v-3-series #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_3-v-3-series #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_3-v-3-series #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_3-v-3-series #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_3-v-3-series #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_3-v-3-series #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_3-v-3-series #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-eight-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-eleven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-six-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-six-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-six-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_combines #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-five-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_experience-pyramid #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-five-area6 {
    }
}
@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-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-nine-area1 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-six-area2 {
    }
}
@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 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-three-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-five-area2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-five-area3 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-four-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-eleven-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 50px;
    padding-bottom: 10%;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-six-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-six-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-six-area2 {
    padding-top: 10%;
    padding-right: 50px;
    padding-bottom: 10%;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-six-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-ten-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-ten-area2 {
    padding-top: 10%;
    padding-right: 50px;
    padding-bottom: 10%;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-twelve-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foundations-program #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_goaltender-training #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_featureContainer {
    padding-top: 50px;
    padding-bottom: 75px;
    }
}
@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-four-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-gym-facility-bike.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area1 {
    padding-top: 225px;
    padding-bottom: 225px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-eight-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lessons #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-eight-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-six-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-six-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-eight-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-nine-area1 {
    padding-top: 225px;
    padding-bottom: 225px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-six-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-six-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-six-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-hockey #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-one-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-eleven-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 50px;
    padding-bottom: 10%;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-six-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-six-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-six-area2 {
    padding-top: 10%;
    padding-right: 50px;
    padding-bottom: 10%;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-six-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-ten-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-ten-area2 {
    padding-top: 10%;
    padding-right: 50px;
    padding-bottom: 10%;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Off-Ice-Training #le_section-twelve-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-rapid-shot-facility-area.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-three-area12 {
    padding-top: 0px;
    padding-bottom: 5%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-three-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-three-area14 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-ice-clinics #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-six-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_progression-programs #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-eight-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-four-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_smallareagames #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-eleven-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 50px;
    padding-bottom: 10%;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-six-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-six-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-six-area2 {
    padding-top: 10%;
    padding-right: 50px;
    padding-bottom: 10%;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-six-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-ten-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-ten-area2 {
    padding-top: 10%;
    padding-right: 50px;
    padding-bottom: 10%;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-twelve-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sports-performance-training #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-team #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms--conditions #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms--conditions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms--conditions #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-nine-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-nine-area2 {
    padding-top: 10%;
    padding-bottom: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-one {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visual-cognition #le_section-six-area3 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@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) {
    .aurora_3-v-3-series #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_3-v-3-series #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_3-v-3-series #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_3-v-3-series #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_3-v-3-series #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_3-v-3-series #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_3-v-3-series #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_3-v-3-series #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_3-v-3-series #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_3-v-3-series #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_3-v-3-series #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-eight-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-eleven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-six-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-six-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-six-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_combines #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-five-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_experience-pyramid #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-five-area6 {
    }
}
@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-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-nine-area1 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-six-area2 {
    }
}
@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 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-three-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-three-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-five-area2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-five-area3 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-four-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-eleven-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-six-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-six-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-six-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-six-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-ten-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-ten-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-twelve-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foundations-program #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_goaltender-training #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_featureContainer {
    padding-top: 0px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    margin-top: 100px;
    }
}
@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-four-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area1 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area2 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    padding-right: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-eight-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-three-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lessons #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-eight-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-six-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-six-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-eight-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-five-area10 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-five-area8 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-five-area9 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-four {
    background-color: rgb(2, 18, 45);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-nine-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-six {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-six-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-six-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-six-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-three {
    margin-top: 75px;
    margin-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-hockey #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-one-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_method-mini-methods-2017-and-younger-birth-years #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-eleven-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-six-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-six-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-six-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-six-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-ten-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-ten-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Off-Ice-Training #le_section-twelve-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/methodicehockey/header/method-hockey-rapid-shot-facility-area.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-nine-area2 {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-three {
    margin-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-three-area12 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-three-area13 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-three-area14 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-ice-clinics #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-six-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_progression-programs #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-eight-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-five {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-four {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-four-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-one {
    background-position: center left;
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_smallareagames #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-eleven-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-six-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-six-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-six-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-six-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-ten-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-ten-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-twelve-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sports-performance-training #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-team #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms--conditions #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms--conditions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms--conditions #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-eight-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-nine-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-nine-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-bottom: 10%;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visual-cognition #le_section-six-area3 {
    }
}

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