@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    background: #ffffff;
    margin: 0 auto;
	font-size: 16px;
	line-height: 1.4;
	font-family: "Montserrat", sans-serif;
}

hr {
    height: 1px;
    color: #000000;
    background: #000000;
    font-size: 0;
    border: 0;
    margin-bottom: 20px;
}



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

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 20px 0;
}
h1, h1 a, .title1, .title1 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-weight: 100;
	font-family: "libre-baskerville-regular", serif;
}
h2, h2 a, .title2, .title2 a {
	margin:0 0 .2em 0;
	line-height: 1.1;
	font-weight: normal;
	font-family: "libre-baskerville-regular", serif;
}
h3, h3 a, .title3, .title3 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
}
h4, h4 a, .title4, .title4 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
}
h5, h5 a, .title5, .title5 a {
	margin:0 0 .75em 0;
	line-height: 1.4;
	font-family: "libre-baskerville-regular", serif;
    letter-spacing: 1px;
    font-weight: 600;
}
h6, h6 a, .title6, .title6 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	letter-spacing: 2px;
}


.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 200;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}


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

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

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

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

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

/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}
.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}
.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.recaptcha-terms {
    padding: 0 !important;
    margin: 0 !important;
}

/* TripleSeat Form
----------------------------------------------------------------------------------------------------*/
#tripleseat_embed_form h2 {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0;
}

#tripleseat_embed_form > table {
    width: 100%;
}

#tripleseat_embed_form input[type="text"], #tripleseat_embed_form input[type="email"], #tripleseat_embed_form input[type="password"], #tripleseat_embed_form textarea {
    width: 100%;
}
#tripleseat_embed_form #lead_phone_number_extension, #tripleseat_embed_form #lead_phone_number  {
    width: 100%!important;
} 
#tripleseat_embed_form button, #tripleseat_embed_form input, #tripleseat_embed_form select, #tripleseat_embed_form textarea  {
    height: 45px;
}
#tripleseat_embed_form input, #tripleseat_embed_form button, #tripleseat_embed_form textarea  {
    height: 45px;
}
#tripleseat_embed_form .button {
    background-color: #000000;
    color: #ffffff;
    padding: 0 20px;
    border-radius: 2px;
}
#tripleseat_embed_form .button:hover  {
    background-color: #ffffff;
    color: #000000;
}
#tripleseat_embed_form input.timeselect_input  {
    padding-left: 23px;
}

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

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 14px 30px 10px 20px;
	border: 0px solid transparent;
    border-radius: 2px;
    text-decoration: none;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    margin-top: 10px;
}
.se_button.button2 a, a.se_button.button2 {
    background-color: #fff;
    color: #000;
    margin-top: 10px;
    border: 1px solid #000000;
    border-radius: 2px;
    text-decoration: none;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 20px 35px;
}
button > a.se_button.button1:after, .se_button.button1:after, button > a.se_button.button2:after, .se_button.button2:after  {
    /*display: inline-block;*/
    /*position: relative;*/
    /*left: 10px;*/
    /*font-family: FontAwesome;*/
    /*content: "\2192";*/
    /*height: 0;*/
    /*width: 0;*/
    /*font-size: 14px;*/
    
    content: '';
    background:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/icons/the-foundry-arrow.svg');
    background-size:cover;
    position: absolute;
    width: 40px;
    height: 20px;
    margin-left: 10px;
    top: 10px;
    
}
#le_672bcd4ed1011  {
    margin-top: -100px;
    margin-left: 8px;
}

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

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


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

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

.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.fullwidth img {
    width: 100%;
    height: auto;
}

/*.picimg {*/
/*    display: block;*/
/*    position: relative;*/
/*    padding-top: 100%;*/
/*    margin: 0 auto 20px auto !important;*/
/*}*/

/*.picimg img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*}*/
.white-box {
    border: 1px solid #dbdbdb;
    padding: 30px 20px;
    margin: -7px 0 25px 0;
    text-align: center;
}
.white-box h2 {
    font-size: 24px;
}

.line-bk  {
    content: "";
    display: block;
    width: 200px;
    border-top: 1px solid #000000;
    margin: 0 auto
}
.line-wt  {
    content: "";
    display: block;
    width: 200px;
    border-top: 1px solid #ffffff;
    margin: 0 auto
}

.swiper-pagination  {
  text-align: right!important;  
}
.pin-button {
    position: relative;
    top: -55px;
    left: 10px;
    display: block;
    z-index: 100;
}
.pin-button2 {
    position: relative;
    top: -100px;
    left: 10px;
    display: block;
    z-index: 100;
}

/* HomeMenu
----------------------------------------------------------------------------------------------------*/

.HomeMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.HomeMenu li.le_menuitem_level_0 {
	display: inline-block;
	padding: 20px 0;
}
.HomeMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 20px;
    line-height: 15px;
    color: #fff;
    font-size: 16px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.HomeMenu li.le_menuitem_level_0 a:hover {
}

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



/* Animations
----------------------------------------------------------------------------------------------------*/

.left-reveal {
    position: relative;
    opacity: 0;
}
.left-reveal.active {
    opacity: 1;
    animation: 1s ease 1 fade-left;
}
@keyframes fade-left {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.right-reveal {
    position: relative;
    opacity: 0;
}
.right-reveal.active {
    opacity: 1;
    animation: 1s ease 1 fade-right;
}
@keyframes fade-right {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.top-reveal {
    position: relative;
    opacity: 0;
}
.top-reveal.active {
    opacity: 1;
    animation: 1s ease 1 fade-top;
}
@keyframes fade-top {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.bottom-reveal {
    position: relative;
    opacity: 0;
}
.bottom-reveal.active {
    opacity: 1;
    animation: 1s ease 1 fade-bottom;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
}
.expand h6 {
    position: relative; 
    font-size: 20px;
    padding: 15px 45px 15px 20px;
    line-height: 30px !important;
    font-weight: 400;
    border: 1px solid #000000;
    background-color: #ffffff;
    border-radius: 2px;
    margin-bottom: 15px;
}
.expand h6:after {
    font-family: FontAwesome;
    content: "\f107";
    color: #363636;
    top: 25px;
    right: 15px;
    float: right;
    font-size: 16px !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: '-';*/
    font-family: FontAwesome;
    content: "\f106";
    padding-left: 4px;
}
.expand h6:hover {
    cursor: pointer;
}
.expand p {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 1.5;
}
.expand ul  {
    font-size: 16px;
    margin-bottom: 30px;
}

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

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

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
	padding: 10px 0 0 0;
}
.se_header {
    padding: 10px 0;
}
.left-header {
    padding-top: 1px;
}
#le_header-details p, #le_header-details p a {
    font-size: 14px;
    margin-bottom: 0px;
}

/* Menu
----------------------------------------------------------------------------------------------------*/
.MainMenu {
    display: block;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
    padding: 12px 0;
}
.MainMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 10px;
    /*line-height: 15px;*/
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
    text-decoration: underline;
}
.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: 13px 0 0 0;
    text-align: left;
    height: auto;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 160px;
	line-height: 1em;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    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;
	left: 160px;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.navicon {
    position: relative;
    line-height: 45px;
    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;
}
.OpenMobileMenu .navicon:after {
    content: '\f00d';
}
.navicon:hover {
    cursor: pointer;
}
@media (max-width: 991px) { 
    .OpenMobileMenu .wrapper {
        right:240px;
    }
    .se_menu {
        position: fixed;
        height: 100vh;
        width: 240px;
        padding: 30px 0 0 20px;
        top: 0;
        right:-240px;
        transition: right .3s ease;
    }
    .MainMenu {
        padding: 0;
    }
    .OpenMobileMenu .se_menu {
        right:0;
    }
    .le_menu_level_container {
    	position: relative;
    }
    .MainMenu li {
        display: block;
        text-align: left;
        width: 100%;
    }
    .MainMenu li.le_menuitem_level_0 {
        padding: 0;
        list-style: none !important;
	    list-style-type: none !important;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 2px 10px;
    }
    .MainMenu ul.le_menu_level_1 {
        padding: 0 0 0 10px;
    }
    .MainMenu li.le_menuitem_level_0.hasChild > a:after, .MainMenu li.le_menuitem_level_1.hasChild > a:after {
        display:inline-block;
        position: relative;
        left: 5px;
        content: "+";
        color: #999;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.hasChild > a.active-mobile-parent:after {
        content:"-";
    }
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2 {
        /*height: 0;*/
        visibility: hidden;
        /*opacity:0;*/
        display: none;
        transition: all .3s ease;
    }
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.open-mobile-sub {
        height: auto;
        visibility: visible;
        display: block;
        /*opacity: 1;*/
    }
    .MainMenu .le_menu_level_1_container {
        position: relative;
    }
    .MainMenu .le_menu_level_2_container {
    	left: 0;
    	margin-top: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: relative;
    	left: 0;
    }
}

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

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

.footer {
    clear: both;
	padding: 30px 0 50px 0;
    text-align: center;
}
/*#le_section-eight-area8 ul li, #le_section-eight-area8 p, #le_section-eight-area8 p a {*/
/*    font-size: 16px;*/
/*}*/
address  {
    font-size: 18px;
}
.se_social {
    text-align: left;
    margin-top: -15px;
    padding-bottom: 50px;
}
.se_social a {
    margin: 0 .15em;
}
.fa-facebook:before {
    content: '';
    background:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/icons/the-foundry-oswego-NY-facebook.svg');
    background-size:cover;
    position:absolute;
    width:20px;
    height:20px;
    margin-left:-5px;
}
.fa-tiktok:before {
    content: '';
    background:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/icons/the-foundry-oswego-NY-TikTok.svg');
    background-size:cover;
    position:absolute;
    width:20px;
    height:20px;
    margin-left: 12px;
}
.fa-pinterest:before {
    content: '';
    background:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/icons/the-foundry-oswego-NY-pinterest.svg');
    background-size:cover;
    position:absolute;
    width:20px;
    height:20px;
    margin-left: 30px;
}
.fa-instagram:before {
    content: '';
    background:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/icons/the-foundry-oswego-NY-Instagram.svg');
    background-size:cover;
    position:absolute;
    width:20px;
    height:20px;
    margin-left: 50px;
}





small {
    font-size: 12px;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .header {
        padding: 10px 0;
    }
    .desktop-only {
        display: none;
    }
        .feature_blog_image {
        width: 100% !important;
        height: auto;
        float: none;
    }
    .feature_blog_image img {
        width: 100% !important;
        height: auto;
    }
    .blog_post_listing_title_section {
        text-align: center;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
        float: none;
    }
    #blog_post_listing a.read_more_link {
        display: table !important;
        margin: 15px auto 15px auto;
    }
    #blog_sidebar {
        float: left !important;
        width: 100% !important;
    }
    .blog_post_listing_sidebar {
        width: 100% !important;
    }
    #le_67191b8f3fd5f {
        text-align: center;
    }
    .se_social  {
        text-align: center;
        margin: 0px 0px 0px -60px;
    }
    h1  {
        font-size: 40px!important;
    }
    h2  {
        font-size: 48px!important;
    }
    #tripleseat_embed_form h2  {
        font-size: 24px!important;
    }
    .se_button a, a.se_button  {
        font-size: 14px!important;
    }
    .overlay-img-right, .overlay-img-left  {
        max-width: 50%;
        margin-left: -15px;
    }
    .col-sm-pull-5  {
        padding: 0 45px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    /*.Menu1 a {*/
    /*    background-color:#000000;*/
    /*    padding: 11px 25px 9px 20px !important;*/
    /*    -webkit-border-radius: 2px;*/
    /*    -moz-border-radius: 2px;*/
    /*    border-radius: 2px;*/
    /*    position: relative;*/
    /*    margin: 0 !important;*/
    /*    -webkit-transition: all .4s ease;*/
    /*    -moz-transition: all .4s ease;*/
    /*    transition: all .4s ease;*/
    /*}*/
    .form-inline {
        padding: 0 10%;
    }
    .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="password"], .form-inline textarea {
        margin-bottom: -17px;
    }
    .banner {
        width: 75%;
        margin: 0 auto;
    }
    .banner h1 {
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: 2px;
    }
    .banner h2 {
        font-size: 42px;
        line-height: 1.3;
        font-family: "Montserrat", sans-serif;
    }
    .testimonial-box p {
        font-size: 22px;
    }
    .row-same-height {
        display:table;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .feature-container .row-same-height  {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0px;
    }
    .overlay-img-right  {
        margin-left: -75px;
    }
    .overlay-img-left  {
        margin-right: -75px;
    }
    .overlay-text-right  {
        margin-right: 25px;
        padding-left: 25%;
    }
    .overlay-text-left   {
        margin-left: 25px;
        padding-right: 25%;
    }
    .col-sm-pull-5 {
        right: 52%;
    }
    .button-row a  {
        margin-right: 20px;
    }
}
@media (max-width: 991px) {
    .border-left {
        padding-top: 30px;
        text-align: center;
    }
    .se_social {
        text-align: center;
        margin-left: -65px;
    }
    .list  {
        padding-bottom: 25px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navicon {
        display: none;
    }
    .MainMenu {
        text-align: right;
    }
    .MainMenu li.le_menuitem_level_0 a:last-of-type {
        padding-right: 0 !important;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 18px 8px 18px;
        font-size: 13px;
    }
    .MainMenu li.le_menuitem_level_0.hasChild > a:after {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        top: -2px;
        font-family: "FontAwesome";
        content: '\f078';
        font-size: 11px;
        color: #363636;
    }
    .MainMenu li.le_menuitem_level_1 a {
        min-width: 260px;
        padding: 15px 10px 10px 10px !important;
        font-size: 14px !important;
        border-bottom: 1px solid #f4f4f4;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        padding: 0px;
    }
    .border-left  {
        border-left: 1px solid #000000;
        padding-left: 40px;
    }
    .se_social {
        padding-left: 40px;
    }
    .overlay-text-right  {
        margin-right: 25px;
        padding-left: 18%;
    }
    .overlay-text-left  {
        margin-left: 25px;
        padding-right: 18%;
    }
    .col-sm-pull-5  {
        /*padding-right: 8% !important;*/
        /*right: 48%;*/
    }
    .list  {
        padding-left: 20px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 25px 8px 25px;
        font-size: 15px;
    }
    .overlay-text-left  {
        margin-left: 20%;
        padding-right: 18%;
    }
    .overlay-text-right  {
        margin-right: 20%;
        padding-left: 18%;
    }
    .col-sm-pull-5  {
        padding-right: 8% !important;
        right: 48%;
    }
    .title-box {
        padding-left: 35%;
    }
    .title-box2 {
        padding-left: 30%;
    }
}


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

ul, ol  {
    list-style-type: none;
    padding: 0px;
    font-size: .9em;
}
li  {
    margin-bottom: 8px;
}

/* - List Classes - */
.checklist ul { 
    padding-left:50px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:10px; 
    text-indent: -0.2em;
    font-size: 17px;
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0px 12px 0 -15px;
    font-size: 12px;
}

.pluslist ul { 
    padding-left:50px; 
    list-style:none; 
}
.pluslist ul li { 
    margin-bottom: 14px; 
    text-indent: -0.5em;
    font-size: 17px;
}
.pluslist ul li:before {    
    font-family: 'FontAwesome';
    content: '\2b';
    margin: 0px 12px 0 -15px;
    font-size: 12px;
}

.list ul li {
    font-size: 16px;
    margin-bottom:10px;
}

/* ========================================== 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 .pin-button {
    top: 0;
    left: 0;
}
.le-edit-open .edit-instructions {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}

/* -- Hide Options in Color in Design Tab -- */
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(4) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(9) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(18) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(19) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(20) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(21) {
    display: none !important;
}
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(35) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(36) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(37) {*/
/*    display: none !important;*/
/*}*/
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(40) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(41) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(42) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(43) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(44) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(45) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(46) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(47) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(48) {
    display: none !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_header-left {
}
#le_section-eight-area1 {
    margin-bottom: 50px;
}
#le_section-eight-area10 {
}
#le_section-eight-area12 {
}
#le_section-eight-area6 {
    margin-top: 10px;
    margin-bottom: 35px;
}
#le_section-eight-area7 {
}
#le_section-eight-area8 {
}
.aurora_about #le_feature-section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Syracuse_Wedding_Venue_Meet_The_Team_Tour_Guide_Event_Manager.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_about #le_feature-section-one-content4 {
}
.aurora_about #le_section-five {
    background-color: rgb(244, 242, 242);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about #le_section-five-area1 {
    margin-bottom: 50px;
}
.aurora_about #le_section-five-area10 {
}
.aurora_about #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about #le_section-one-content2 {
}
.aurora_about #le_section-seven {
    background-color: rgb(244, 242, 242);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about #le_section-seven-area5 {
}
.aurora_about #le_section-seven-area6 {
    padding-left: 50px;
}
.aurora_about #le_section-six {
}
.aurora_about #le_section-six-area1 {
}
.aurora_about #le_section-six-area11 {
}
.aurora_about #le_section-six-area9 {
}
.aurora_about #le_section-ten {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about #le_section-ten-area1 {
    margin-bottom: 25px;
}
.aurora_about #le_section-ten-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Reception_Space_4.jpg);
}
.aurora_about #le_section-three {
}
.aurora_about #le_section-three-area1 {
}
.aurora_about #le_section-three-area5 {
}
.aurora_about #le_section-three-area6 {
}
.aurora_about #le_section-two {
}
.aurora_about #le_section-two-area1 {
}
.aurora_about #le_section-two-area11 {
}
.aurora_available-dates #le_feature-section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Reception_Space_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 100px;
}
.aurora_available-dates #le_feature-section-one-content10 {
}
.aurora_available-dates #le_section-eight {
}
.aurora_available-dates #le_section-five {
    background-color: rgb(244, 242, 242);
}
.aurora_available-dates #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/the-foundry/the-foundry-vt-wedding-groom-bride.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_available-dates #le_section-five-area10 {
    margin-bottom: 25px;
}
.aurora_available-dates #le_section-five-area12 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_available-dates #le_section-five-area2 {
}
.aurora_available-dates #le_section-five-area3 {
}
.aurora_available-dates #le_section-five-area4 {
    margin-bottom: 25px;
}
.aurora_available-dates #le_section-five-area6 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_available-dates #le_section-five-area7 {
    margin-bottom: 25px;
}
.aurora_available-dates #le_section-five-area9 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_available-dates #le_section-four {
    background-color: rgb(244, 242, 242);
    padding-bottom: 50px;
}
.aurora_available-dates #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/the-foundry/the-foundry-vt-wedding-venue-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_available-dates #le_section-four-area2 {
}
.aurora_available-dates #le_section-nine {
}
.aurora_available-dates #le_section-nine-area1 {
}
.aurora_available-dates #le_section-one {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_available-dates #le_section-one-content1 {
}
.aurora_available-dates #le_section-one-content11 {
}
.aurora_available-dates #le_section-one-content12 {
    margin-bottom: 50px;
}
.aurora_available-dates #le_section-one-content2 {
}
.aurora_available-dates #le_section-one-content3 {
}
.aurora_available-dates #le_section-one-content4 {
}
.aurora_available-dates #le_section-one-content8 {
    padding-left: 20%;
}
.aurora_available-dates #le_section-seven {
}
.aurora_available-dates #le_section-seven-area1 {
    margin-bottom: 50px;
}
.aurora_available-dates #le_section-seven-area12 {
    margin-bottom: 50px;
}
.aurora_available-dates #le_section-six {
    background-color: rgb(244, 242, 242);
}
.aurora_available-dates #le_section-six-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/the-foundry/the-foundry-vt-wedding-venue-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_available-dates #le_section-six-area2 {
    padding-top: 5%;
}
.aurora_available-dates #le_section-six-area3 {
}
.aurora_available-dates #le_section-ten {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_available-dates #le_section-ten-area1 {
    margin-bottom: 25px;
}
.aurora_available-dates #le_section-ten-area2 {
}
.aurora_available-dates #le_section-ten-area4 {
}
.aurora_available-dates #le_section-ten-area5 {
}
.aurora_available-dates #le_section-three {
    background-color: rgb(244, 242, 242);
}
.aurora_available-dates #le_section-three-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Reception_Space_14.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_available-dates #le_section-three-area2 {
}
.aurora_available-dates #le_section-three-area5 {
}
.aurora_available-dates #le_section-three-area6 {
}
.aurora_available-dates #le_section-two {
    background-color: rgb(244, 242, 242);
}
.aurora_available-dates #le_section-two-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/the-foundry/the-foundry-vt-bridal-party-outdoor-space-bw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_available-dates #le_section-two-area11 {
    margin-top: 25px;
}
.aurora_available-dates #le_section-two-area2 {
}
.aurora_available-dates #le_section-two-area3 {
}
.aurora_available-dates #le_section-two-area4 {
}
.aurora_available-dates #le_section-two-area5 {
}
.aurora_available-dates #le_section-two-area6 {
}
.aurora_available-dates #le_section-two-area7 {
}
.aurora_available-dates-old #le_feature-section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/background/the-foundry-hero-wedding-venue-3.jpg);
    padding-top: 150px;
    padding-bottom: 100px;
}
.aurora_available-dates-old #le_feature-section-one-content10 {
}
.aurora_available-dates-old #le_section-eight {
}
.aurora_available-dates-old #le_section-five {
    background-color: rgb(244, 242, 242);
}
.aurora_available-dates-old #le_section-five-area1 {
}
.aurora_available-dates-old #le_section-five-area10 {
    margin-bottom: 25px;
}
.aurora_available-dates-old #le_section-five-area12 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_available-dates-old #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/the-foundry/the-foundry-vt-wedding-groom-bride.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_available-dates-old #le_section-five-area3 {
}
.aurora_available-dates-old #le_section-five-area4 {
    margin-bottom: 25px;
}
.aurora_available-dates-old #le_section-five-area6 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_available-dates-old #le_section-five-area7 {
    margin-bottom: 25px;
}
.aurora_available-dates-old #le_section-five-area9 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_available-dates-old #le_section-four {
    background-color: rgb(244, 242, 242);
}
.aurora_available-dates-old #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/the-foundry/the-foundry-vt-wedding-venue-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_available-dates-old #le_section-four-area2 {
}
.aurora_available-dates-old #le_section-nine {
}
.aurora_available-dates-old #le_section-nine-area1 {
}
.aurora_available-dates-old #le_section-one {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_available-dates-old #le_section-one-content1 {
}
.aurora_available-dates-old #le_section-one-content11 {
}
.aurora_available-dates-old #le_section-one-content12 {
    margin-bottom: 50px;
}
.aurora_available-dates-old #le_section-one-content2 {
}
.aurora_available-dates-old #le_section-one-content3 {
}
.aurora_available-dates-old #le_section-one-content4 {
}
.aurora_available-dates-old #le_section-one-content8 {
    padding-left: 20%;
}
.aurora_available-dates-old #le_section-seven {
}
.aurora_available-dates-old #le_section-seven-area1 {
    margin-bottom: 50px;
}
.aurora_available-dates-old #le_section-seven-area12 {
    margin-bottom: 50px;
}
.aurora_available-dates-old #le_section-six {
    background-color: rgb(244, 242, 242);
}
.aurora_available-dates-old #le_section-six-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/the-foundry/the-foundry-vt-wedding-venue-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_available-dates-old #le_section-six-area2 {
    padding-top: 5%;
}
.aurora_available-dates-old #le_section-six-area3 {
}
.aurora_available-dates-old #le_section-ten {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_available-dates-old #le_section-ten-area1 {
    margin-bottom: 25px;
}
.aurora_available-dates-old #le_section-ten-area2 {
}
.aurora_available-dates-old #le_section-ten-area4 {
}
.aurora_available-dates-old #le_section-ten-area5 {
}
.aurora_available-dates-old #le_section-three {
    background-color: rgb(244, 242, 242);
}
.aurora_available-dates-old #le_section-three-area1 {
}
.aurora_available-dates-old #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/renderings/the-foundry-vt-wedding-venue-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_available-dates-old #le_section-three-area5 {
}
.aurora_available-dates-old #le_section-three-area6 {
}
.aurora_available-dates-old #le_section-two {
    background-color: rgb(244, 242, 242);
}
.aurora_available-dates-old #le_section-two-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/the-foundry/the-foundry-vt-bridal-party-outdoor-space-bw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_available-dates-old #le_section-two-area11 {
    margin-top: 25px;
}
.aurora_available-dates-old #le_section-two-area2 {
}
.aurora_available-dates-old #le_section-two-area3 {
}
.aurora_available-dates-old #le_section-two-area4 {
}
.aurora_available-dates-old #le_section-two-area5 {
}
.aurora_available-dates-old #le_section-two-area6 {
}
.aurora_available-dates-old #le_section-two-area7 {
}
.aurora_bride-groom-suites #le_feature-section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Private_Bridal_Suite_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_bride-groom-suites #le_section-eight {
}
.aurora_bride-groom-suites #le_section-eleven {
    background-color: rgb(244, 242, 242);
}
.aurora_bride-groom-suites #le_section-eleven-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Private_Bridal_Suite_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_bride-groom-suites #le_section-eleven-area2 {
}
.aurora_bride-groom-suites #le_section-five {
}
.aurora_bride-groom-suites #le_section-five-area1 {
}
.aurora_bride-groom-suites #le_section-five-area10 {
    margin-bottom: 25px;
}
.aurora_bride-groom-suites #le_section-five-area12 {
}
.aurora_bride-groom-suites #le_section-five-area3 {
}
.aurora_bride-groom-suites #le_section-five-area4 {
}
.aurora_bride-groom-suites #le_section-five-area6 {
}
.aurora_bride-groom-suites #le_section-five-area7 {
    margin-bottom: 25px;
}
.aurora_bride-groom-suites #le_section-five-area9 {
}
.aurora_bride-groom-suites #le_section-four {
}
.aurora_bride-groom-suites #le_section-four-area5 {
}
.aurora_bride-groom-suites #le_section-four-area6 {
}
.aurora_bride-groom-suites #le_section-nine {
}
.aurora_bride-groom-suites #le_section-nine-area1 {
}
.aurora_bride-groom-suites #le_section-one {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_bride-groom-suites #le_section-one-content1 {
    background-color: rgb(244, 242, 242);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_bride-groom-suites #le_section-one-content13 {
    margin-top: 50px;
}
.aurora_bride-groom-suites #le_section-one-content2 {
}
.aurora_bride-groom-suites #le_section-one-content3 {
}
.aurora_bride-groom-suites #le_section-one-content4 {
}
.aurora_bride-groom-suites #le_section-one-content8 {
}
.aurora_bride-groom-suites #le_section-seven {
}
.aurora_bride-groom-suites #le_section-seven-area1 {
}
.aurora_bride-groom-suites #le_section-seven-area11 {
}
.aurora_bride-groom-suites #le_section-seven-area12 {
}
.aurora_bride-groom-suites #le_section-seven-area5 {
}
.aurora_bride-groom-suites #le_section-seven-area6 {
}
.aurora_bride-groom-suites #le_section-six {
}
.aurora_bride-groom-suites #le_section-six-area11 {
}
.aurora_bride-groom-suites #le_section-six-area2 {
}
.aurora_bride-groom-suites #le_section-six-area3 {
}
.aurora_bride-groom-suites #le_section-ten {
    margin-top: 125px;
    margin-bottom: 125px;
}
.aurora_bride-groom-suites #le_section-ten-area1 {
    margin-bottom: 25px;
}
.aurora_bride-groom-suites #le_section-ten-area2 {
}
.aurora_bride-groom-suites #le_section-ten-area4 {
}
.aurora_bride-groom-suites #le_section-ten-area5 {
}
.aurora_bride-groom-suites #le_section-three {
    margin-bottom: 50px;
}
.aurora_bride-groom-suites #le_section-three-area5 {
}
.aurora_bride-groom-suites #le_section-three-area6 {
}
.aurora_bride-groom-suites #le_section-three-area7 {
}
.aurora_bride-groom-suites #le_section-twelve {
    background-color: rgb(244, 242, 242);
}
.aurora_bride-groom-suites #le_section-twelve-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Private_Groom_Suite_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_bride-groom-suites #le_section-two {
    margin-top: 40px;
    margin-bottom: 50px;
}
.aurora_bride-groom-suites #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_bride-groom-suites #le_section-two-area11 {
}
.aurora_bride-groom-suites #le_section-two-area4 {
}
.aurora_bride-groom-suites #le_section-two-area7 {
    padding-left: 25px;
}
.aurora_camps #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/baseball-laying-on-the-grass.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_camps #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_class-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/overhead-of-baseball-game.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_class-schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_coaching #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/overhead-of-baseball-game.jpg);
    background-size: cover;
    background-position: bottom right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_coaching #le_section-three {
    background-image: linear-gradient(rgba(10, 10, 10, 0.35), rgba(10, 10, 10, 0.35)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/close-up-of-baseball-diamond.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_coaching #le_section-three-area1 {
    background-color: rgba(255, 255, 255, 0.55);
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 75px;
    padding-right: 100px;
    padding-bottom: 75px;
    padding-left: 100px;
}
.aurora_coaching #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/pile-of-baseballs.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact #le_section-three {
    background-image: linear-gradient(rgba(10, 10, 10, 0.35), rgba(10, 10, 10, 0.35)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/close-up-of-baseball-diamond.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-three-area1 {
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 75px;
    padding-right: 100px;
    padding-bottom: 75px;
    padding-left: 100px;
}
.aurora_contact #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_header-left {
    padding-top: 1px;
}
.aurora_home #le_headerTop {
}
.aurora_home #le_section-five {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home #le_section-five-area1 {
    margin-bottom: 50px;
}
.aurora_home #le_section-five-area11 {
}
.aurora_home #le_section-five-area12 {
    margin-left: 50px;
}
.aurora_home #le_section-five-area7 {
}
.aurora_home #le_section-four {
    background-color: rgb(244, 242, 242);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-four-area1 {
    padding-right: 20%;
}
.aurora_home #le_section-four-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/background/the-foundry-hero-venue-celebrate-bw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_home #le_section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Reception_Space_2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_home #le_section-three {
    margin-bottom: 100px;
    padding-top: 25px;
}
.aurora_home #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_home #le_section-three-area10 {
}
.aurora_home #le_section-three-area3 {
    margin-right: 25px;
    margin-left: 25px;
}
.aurora_home #le_section-three-area4 {
    margin-bottom: 25px;
}
.aurora_home #le_section-three-area6 {
    margin-right: 25px;
    margin-left: 25px;
}
.aurora_home #le_section-three-area7 {
    margin-bottom: 50px;
}
.aurora_home #le_section-three-area8 {
}
.aurora_home #le_section-three-area9 {
    margin-right: 25px;
    margin-left: 25px;
}
.aurora_home #le_section-two {
    padding-top: 100px;
    padding-bottom: 125px;
}
.aurora_home #le_section-two-area1 {
    margin-bottom: 75px;
}
.aurora_home #le_section-two-area10 {
}
.aurora_home #le_section-two-area2 {
    margin-right: 50px;
    margin-left: 50px;
}
.aurora_home #le_section-two-area8 {
}
.aurora_home #le_section-two-area9 {
}
.aurora_investment-details #le_feature-section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.4), rgba(10, 10, 10, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Reception_Space_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 100px;
}
.aurora_investment-details #le_section-eight {
}
.aurora_investment-details #le_section-five {
    background-color: rgb(244, 242, 242);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_investment-details #le_section-five-area1 {
}
.aurora_investment-details #le_section-five-area10 {
    margin-bottom: 25px;
}
.aurora_investment-details #le_section-five-area12 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_investment-details #le_section-five-area3 {
    margin-left: 25px;
    padding-top: 10%;
}
.aurora_investment-details #le_section-five-area4 {
    margin-bottom: 25px;
}
.aurora_investment-details #le_section-five-area6 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_investment-details #le_section-five-area7 {
    margin-bottom: 25px;
}
.aurora_investment-details #le_section-five-area9 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_investment-details #le_section-four {
    margin-bottom: 100px;
}
.aurora_investment-details #le_section-four-area5 {
}
.aurora_investment-details #le_section-four-area6 {
    padding-top: 5px;
}
.aurora_investment-details #le_section-nine {
    margin-top: 75px;
    margin-bottom: 75px;
}
.aurora_investment-details #le_section-nine-area1 {
    margin-bottom: 50px;
}
.aurora_investment-details #le_section-one {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_investment-details #le_section-one-content1 {
}
.aurora_investment-details #le_section-one-content2 {
}
.aurora_investment-details #le_section-one-content3 {
}
.aurora_investment-details #le_section-one-content4 {
    margin-bottom: 50px;
}
.aurora_investment-details #le_section-one-content8 {
}
.aurora_investment-details #le_section-seven {
    background-color: rgb(244, 242, 242);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_investment-details #le_section-seven-area1 {
    margin-bottom: 50px;
}
.aurora_investment-details #le_section-seven-area11 {
    margin-top: 75px;
}
.aurora_investment-details #le_section-seven-area12 {
    margin-bottom: 50px;
}
.aurora_investment-details #le_section-seven-area2 {
    margin-bottom: 40px;
}
.aurora_investment-details #le_section-seven-area3 {
    margin-bottom: 40px;
}
.aurora_investment-details #le_section-seven-area4 {
    margin-bottom: 40px;
}
.aurora_investment-details #le_section-seven-area5 {
    margin-bottom: 50px;
}
.aurora_investment-details #le_section-seven-area6 {
    margin-bottom: 50px;
}
.aurora_investment-details #le_section-six {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_investment-details #le_section-six-area2 {
    padding-top: 5%;
}
.aurora_investment-details #le_section-six-area3 {
}
.aurora_investment-details #le_section-ten {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_investment-details #le_section-ten-area1 {
    margin-bottom: 25px;
}
.aurora_investment-details #le_section-ten-area2 {
}
.aurora_investment-details #le_section-ten-area4 {
}
.aurora_investment-details #le_section-ten-area5 {
}
.aurora_investment-details #le_section-three {
    background-color: rgb(244, 242, 242);
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_investment-details #le_section-three-area6 {
    margin-left: 50px;
    padding-top: 5%;
}
.aurora_investment-details #le_section-two {
    margin-top: 50px;
    margin-bottom: 125px;
}
.aurora_investment-details #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_investment-details #le_section-two-area11 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 25px;
}
.aurora_investment-details #le_section-two-area7 {
    padding-left: 25px;
}
.aurora_investment-details-test #le_feature-section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.4), rgba(10, 10, 10, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/wedding-tables.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 100px;
}
.aurora_investment-details-test #le_section-eight {
}
.aurora_investment-details-test #le_section-five {
    background-color: rgb(244, 242, 242);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_investment-details-test #le_section-five-area1 {
}
.aurora_investment-details-test #le_section-five-area10 {
    margin-bottom: 25px;
}
.aurora_investment-details-test #le_section-five-area12 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_investment-details-test #le_section-five-area3 {
    margin-left: 25px;
    padding-top: 10%;
}
.aurora_investment-details-test #le_section-five-area4 {
    margin-bottom: 25px;
}
.aurora_investment-details-test #le_section-five-area6 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_investment-details-test #le_section-five-area7 {
    margin-bottom: 25px;
}
.aurora_investment-details-test #le_section-five-area9 {
    margin-left: 25px;
    padding-top: 8%;
}
.aurora_investment-details-test #le_section-four {
}
.aurora_investment-details-test #le_section-nine {
    margin-top: 75px;
    margin-bottom: 75px;
}
.aurora_investment-details-test #le_section-nine-area1 {
    margin-bottom: 50px;
}
.aurora_investment-details-test #le_section-one {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_investment-details-test #le_section-one-content1 {
}
.aurora_investment-details-test #le_section-one-content2 {
}
.aurora_investment-details-test #le_section-one-content3 {
}
.aurora_investment-details-test #le_section-one-content4 {
    margin-bottom: 50px;
}
.aurora_investment-details-test #le_section-one-content8 {
}
.aurora_investment-details-test #le_section-seven {
    background-color: rgb(244, 242, 242);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_investment-details-test #le_section-seven-area1 {
    margin-bottom: 50px;
}
.aurora_investment-details-test #le_section-seven-area11 {
    margin-bottom: 75px;
}
.aurora_investment-details-test #le_section-seven-area12 {
}
.aurora_investment-details-test #le_section-seven-area2 {
    margin-bottom: 40px;
}
.aurora_investment-details-test #le_section-seven-area3 {
    margin-bottom: 40px;
}
.aurora_investment-details-test #le_section-seven-area4 {
    margin-bottom: 40px;
}
.aurora_investment-details-test #le_section-seven-area5 {
}
.aurora_investment-details-test #le_section-seven-area6 {
}
.aurora_investment-details-test #le_section-six {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_investment-details-test #le_section-six-area2 {
    margin-right: 50px;
}
.aurora_investment-details-test #le_section-six-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/renderings/the-foundry-vt-wedding-venue-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_investment-details-test #le_section-ten {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_investment-details-test #le_section-ten-area1 {
    margin-bottom: 25px;
}
.aurora_investment-details-test #le_section-ten-area2 {
}
.aurora_investment-details-test #le_section-ten-area4 {
}
.aurora_investment-details-test #le_section-ten-area5 {
}
.aurora_investment-details-test #le_section-three {
    margin-bottom: 100px;
}
.aurora_investment-details-test #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/renderings/the-foundry-vt-wedding-venue-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_investment-details-test #le_section-three-area6 {
    margin-left: 100px;
    padding-top: 5%;
}
.aurora_investment-details-test #le_section-two {
    margin-top: 50px;
    margin-bottom: 125px;
}
.aurora_investment-details-test #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_investment-details-test #le_section-two-area11 {
    margin-top: 25px;
}
.aurora_investment-details-test #le_section-two-area6 {
    margin-right: 50px;
}
.aurora_investment-details-test #le_section-two-area7 {
}
.aurora_outdoor-ceremony-area #le_feature-section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/wedding-venue_outdoor_view_3_R01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_outdoor-ceremony-area #le_section-eight {
}
.aurora_outdoor-ceremony-area #le_section-five {
}
.aurora_outdoor-ceremony-area #le_section-five-area1 {
}
.aurora_outdoor-ceremony-area #le_section-five-area10 {
    margin-bottom: 25px;
}
.aurora_outdoor-ceremony-area #le_section-five-area12 {
}
.aurora_outdoor-ceremony-area #le_section-five-area3 {
}
.aurora_outdoor-ceremony-area #le_section-five-area4 {
}
.aurora_outdoor-ceremony-area #le_section-five-area6 {
}
.aurora_outdoor-ceremony-area #le_section-five-area7 {
    margin-bottom: 25px;
}
.aurora_outdoor-ceremony-area #le_section-five-area9 {
}
.aurora_outdoor-ceremony-area #le_section-four {
}
.aurora_outdoor-ceremony-area #le_section-four-area5 {
}
.aurora_outdoor-ceremony-area #le_section-four-area6 {
}
.aurora_outdoor-ceremony-area #le_section-nine {
}
.aurora_outdoor-ceremony-area #le_section-nine-area1 {
}
.aurora_outdoor-ceremony-area #le_section-one {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_outdoor-ceremony-area #le_section-one-content1 {
    background-color: rgb(244, 242, 242);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_outdoor-ceremony-area #le_section-one-content13 {
    margin-top: 50px;
}
.aurora_outdoor-ceremony-area #le_section-one-content2 {
}
.aurora_outdoor-ceremony-area #le_section-one-content3 {
}
.aurora_outdoor-ceremony-area #le_section-one-content4 {
}
.aurora_outdoor-ceremony-area #le_section-one-content8 {
}
.aurora_outdoor-ceremony-area #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_outdoor-ceremony-area #le_section-seven-area1 {
    margin-bottom: 50px;
}
.aurora_outdoor-ceremony-area #le_section-seven-area11 {
    margin-top: 50px;
}
.aurora_outdoor-ceremony-area #le_section-seven-area12 {
}
.aurora_outdoor-ceremony-area #le_section-seven-area5 {
    padding-right: 25px;
}
.aurora_outdoor-ceremony-area #le_section-six {
    background-color: rgb(244, 242, 242);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_outdoor-ceremony-area #le_section-six-area11 {
}
.aurora_outdoor-ceremony-area #le_section-six-area2 {
    padding-top: 5%;
}
.aurora_outdoor-ceremony-area #le_section-six-area3 {
}
.aurora_outdoor-ceremony-area #le_section-ten {
    margin-top: 50px;
    margin-bottom: 125px;
}
.aurora_outdoor-ceremony-area #le_section-ten-area1 {
    margin-bottom: 25px;
}
.aurora_outdoor-ceremony-area #le_section-ten-area2 {
}
.aurora_outdoor-ceremony-area #le_section-ten-area4 {
}
.aurora_outdoor-ceremony-area #le_section-ten-area5 {
}
.aurora_outdoor-ceremony-area #le_section-three {
    margin-bottom: 50px;
}
.aurora_outdoor-ceremony-area #le_section-three-area6 {
}
.aurora_outdoor-ceremony-area #le_section-three-area7 {
    margin-bottom: 75px;
}
.aurora_outdoor-ceremony-area #le_section-two {
    margin-top: 40px;
    margin-bottom: 25px;
}
.aurora_outdoor-ceremony-area #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_outdoor-ceremony-area #le_section-two-area11 {
}
.aurora_outdoor-ceremony-area #le_section-two-area4 {
}
.aurora_outdoor-ceremony-area #le_section-two-area7 {
    padding-left: 25px;
}
.aurora_reception-area #le_feature-section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Reception_Space_14.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 100px;
}
.aurora_reception-area #le_section-one {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_reception-area #le_section-one-content1 {
    background-color: rgb(244, 242, 242);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_reception-area #le_section-one-content13 {
    margin-top: 50px;
}
.aurora_reception-area #le_section-one-content4 {
    margin-top: 65px;
}
.aurora_reception-area #le_section-ten {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_reception-area #le_section-ten-area2 {
    margin-bottom: 25px;
}
.aurora_reception-area #le_section-two {
    background-color: rgb(244, 242, 242);
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_reception-area #le_section-two-area2 {
    padding-right: 50px;
}
.aurora_schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/overhead-of-baseball-game.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_self-serve-beverage-wall #le_feature-section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Self_Serve_Beer_Tap_Wall_6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_self-serve-beverage-wall #le_section-eight {
}
.aurora_self-serve-beverage-wall #le_section-five {
}
.aurora_self-serve-beverage-wall #le_section-five-area1 {
}
.aurora_self-serve-beverage-wall #le_section-five-area10 {
    margin-bottom: 25px;
}
.aurora_self-serve-beverage-wall #le_section-five-area12 {
}
.aurora_self-serve-beverage-wall #le_section-five-area3 {
}
.aurora_self-serve-beverage-wall #le_section-five-area4 {
}
.aurora_self-serve-beverage-wall #le_section-five-area6 {
}
.aurora_self-serve-beverage-wall #le_section-five-area7 {
    margin-bottom: 25px;
}
.aurora_self-serve-beverage-wall #le_section-five-area9 {
}
.aurora_self-serve-beverage-wall #le_section-four {
}
.aurora_self-serve-beverage-wall #le_section-four-area5 {
}
.aurora_self-serve-beverage-wall #le_section-four-area6 {
}
.aurora_self-serve-beverage-wall #le_section-nine {
}
.aurora_self-serve-beverage-wall #le_section-nine-area1 {
}
.aurora_self-serve-beverage-wall #le_section-one {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_self-serve-beverage-wall #le_section-one-content1 {
    background-color: rgb(244, 242, 242);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_self-serve-beverage-wall #le_section-one-content13 {
    margin-top: 50px;
}
.aurora_self-serve-beverage-wall #le_section-one-content2 {
}
.aurora_self-serve-beverage-wall #le_section-one-content3 {
}
.aurora_self-serve-beverage-wall #le_section-one-content4 {
}
.aurora_self-serve-beverage-wall #le_section-one-content8 {
}
.aurora_self-serve-beverage-wall #le_section-seven {
}
.aurora_self-serve-beverage-wall #le_section-seven-area1 {
}
.aurora_self-serve-beverage-wall #le_section-seven-area11 {
}
.aurora_self-serve-beverage-wall #le_section-seven-area12 {
}
.aurora_self-serve-beverage-wall #le_section-seven-area5 {
}
.aurora_self-serve-beverage-wall #le_section-six {
    background-color: rgb(244, 242, 242);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_self-serve-beverage-wall #le_section-six-area11 {
    margin-bottom: 75px;
}
.aurora_self-serve-beverage-wall #le_section-six-area12 {
}
.aurora_self-serve-beverage-wall #le_section-six-area13 {
}
.aurora_self-serve-beverage-wall #le_section-six-area14 {
}
.aurora_self-serve-beverage-wall #le_section-six-area2 {
    padding-top: 5%;
}
.aurora_self-serve-beverage-wall #le_section-six-area3 {
}
.aurora_self-serve-beverage-wall #le_section-ten {
    margin-bottom: 100px;
}
.aurora_self-serve-beverage-wall #le_section-ten-area1 {
    margin-bottom: 25px;
}
.aurora_self-serve-beverage-wall #le_section-ten-area2 {
}
.aurora_self-serve-beverage-wall #le_section-ten-area4 {
}
.aurora_self-serve-beverage-wall #le_section-ten-area5 {
}
.aurora_self-serve-beverage-wall #le_section-three {
    margin-bottom: 50px;
}
.aurora_self-serve-beverage-wall #le_section-three-area6 {
}
.aurora_self-serve-beverage-wall #le_section-three-area7 {
    margin-bottom: 75px;
}
.aurora_self-serve-beverage-wall #le_section-twelve {
    margin-top: 100px;
    margin-bottom: 125px;
}
.aurora_self-serve-beverage-wall #le_section-twelve-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/the-foundry/the-foundry-vt-wedding-venue-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_self-serve-beverage-wall #le_section-two {
    margin-top: 40px;
    margin-bottom: 50px;
}
.aurora_self-serve-beverage-wall #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_self-serve-beverage-wall #le_section-two-area11 {
}
.aurora_self-serve-beverage-wall #le_section-two-area4 {
}
.aurora_self-serve-beverage-wall #le_section-two-area7 {
    padding-left: 25px;
}
.aurora_social-media-worthy-picture-locations #le_feature-section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/background/the-foundry-hero-wedding-bride-groom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_social-media-worthy-picture-locations #le_section-eight {
}
.aurora_social-media-worthy-picture-locations #le_section-five {
}
.aurora_social-media-worthy-picture-locations #le_section-five-area1 {
}
.aurora_social-media-worthy-picture-locations #le_section-five-area10 {
}
.aurora_social-media-worthy-picture-locations #le_section-five-area12 {
}
.aurora_social-media-worthy-picture-locations #le_section-five-area3 {
}
.aurora_social-media-worthy-picture-locations #le_section-five-area4 {
    margin-bottom: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-five-area6 {
}
.aurora_social-media-worthy-picture-locations #le_section-five-area7 {
    margin-bottom: 25px;
}
.aurora_social-media-worthy-picture-locations #le_section-five-area9 {
}
.aurora_social-media-worthy-picture-locations #le_section-four {
}
.aurora_social-media-worthy-picture-locations #le_section-four-area5 {
    margin-bottom: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-four-area6 {
}
.aurora_social-media-worthy-picture-locations #le_section-nine {
    background-color: rgb(244, 242, 242);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_social-media-worthy-picture-locations #le_section-nine-area1 {
}
.aurora_social-media-worthy-picture-locations #le_section-nine-area2 {
    margin-bottom: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-one {
    margin-bottom: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-one-content1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.aurora_social-media-worthy-picture-locations #le_section-one-content13 {
    margin-top: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-one-content2 {
}
.aurora_social-media-worthy-picture-locations #le_section-one-content3 {
}
.aurora_social-media-worthy-picture-locations #le_section-one-content4 {
    background-color: rgb(243, 242, 239);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_social-media-worthy-picture-locations #le_section-one-content8 {
}
.aurora_social-media-worthy-picture-locations #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_social-media-worthy-picture-locations #le_section-seven-area1 {
    margin-bottom: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-seven-area11 {
    margin-top: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-seven-area12 {
}
.aurora_social-media-worthy-picture-locations #le_section-seven-area5 {
    padding-right: 25px;
}
.aurora_social-media-worthy-picture-locations #le_section-six {
    background-color: rgb(244, 242, 242);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_social-media-worthy-picture-locations #le_section-six-area11 {
}
.aurora_social-media-worthy-picture-locations #le_section-six-area2 {
    margin-bottom: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-six-area3 {
}
.aurora_social-media-worthy-picture-locations #le_section-ten {
    margin-top: 125px;
    margin-bottom: 125px;
}
.aurora_social-media-worthy-picture-locations #le_section-ten-area1 {
}
.aurora_social-media-worthy-picture-locations #le_section-ten-area11 {
}
.aurora_social-media-worthy-picture-locations #le_section-ten-area2 {
}
.aurora_social-media-worthy-picture-locations #le_section-ten-area4 {
}
.aurora_social-media-worthy-picture-locations #le_section-ten-area5 {
}
.aurora_social-media-worthy-picture-locations #le_section-ten-area7 {
    margin-bottom: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-three {
}
.aurora_social-media-worthy-picture-locations #le_section-three-area1 {
}
.aurora_social-media-worthy-picture-locations #le_section-three-area6 {
}
.aurora_social-media-worthy-picture-locations #le_section-three-area7 {
}
.aurora_social-media-worthy-picture-locations #le_section-two {
    margin-top: 40px;
    margin-bottom: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_social-media-worthy-picture-locations #le_section-two-area11 {
}
.aurora_social-media-worthy-picture-locations #le_section-two-area4 {
}
.aurora_social-media-worthy-picture-locations #le_section-two-area7 {
    padding-left: 25px;
}
.aurora_the-facility #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/large-overhead-shot-of-baseball-diamond.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_the-facility #le_section-two {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_the-trainers #le_section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.18), rgba(10, 10, 10, 0.18)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate6/sports-training/back-of-man-overlooking-baseball-diamond.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_the-trainers #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_the-trainers #le_section-two-area10 {
}
.aurora_the-trainers #le_section-two-area8 {
}
.aurora_the-trainers #le_section-two-area9 {
}
.aurora_visit-the-foundry #le_feature-section-one {
    background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thefoundry/Foundry_Oswego_NY_Wedding_Event_Venue_Reception_Space_8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_visit-the-foundry #le_section-eight {
}
.aurora_visit-the-foundry #le_section-five {
}
.aurora_visit-the-foundry #le_section-five-area1 {
}
.aurora_visit-the-foundry #le_section-five-area10 {
}
.aurora_visit-the-foundry #le_section-five-area12 {
}
.aurora_visit-the-foundry #le_section-five-area3 {
}
.aurora_visit-the-foundry #le_section-five-area4 {
}
.aurora_visit-the-foundry #le_section-five-area6 {
}
.aurora_visit-the-foundry #le_section-five-area7 {
}
.aurora_visit-the-foundry #le_section-five-area9 {
}
.aurora_visit-the-foundry #le_section-four {
}
.aurora_visit-the-foundry #le_section-nine {
}
.aurora_visit-the-foundry #le_section-nine-area1 {
}
.aurora_visit-the-foundry #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_visit-the-foundry #le_section-one-content1 {
    margin-bottom: 50px;
}
.aurora_visit-the-foundry #le_section-one-content10 {
    margin-bottom: 40px;
}
.aurora_visit-the-foundry #le_section-one-content2 {
}
.aurora_visit-the-foundry #le_section-one-content3 {
}
.aurora_visit-the-foundry #le_section-one-content4 {
}
.aurora_visit-the-foundry #le_section-one-content8 {
}
.aurora_visit-the-foundry #le_section-seven {
}
.aurora_visit-the-foundry #le_section-seven-area1 {
}
.aurora_visit-the-foundry #le_section-seven-area12 {
}
.aurora_visit-the-foundry #le_section-six {
}
.aurora_visit-the-foundry #le_section-six-area2 {
    padding-top: 5%;
}
.aurora_visit-the-foundry #le_section-six-area3 {
}
.aurora_visit-the-foundry #le_section-ten {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_visit-the-foundry #le_section-ten-area1 {
    margin-bottom: 25px;
}
.aurora_visit-the-foundry #le_section-ten-area2 {
}
.aurora_visit-the-foundry #le_section-ten-area4 {
}
.aurora_visit-the-foundry #le_section-ten-area5 {
}
.aurora_visit-the-foundry #le_section-three {
    margin-top: 125px;
    margin-bottom: 75px;
}
.aurora_visit-the-foundry #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_visit-the-foundry #le_section-three-area6 {
}
.aurora_visit-the-foundry #le_section-two {
    background-color: rgb(244, 242, 242);
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_visit-the-foundry #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_visit-the-foundry #le_section-two-area11 {
}
.aurora_visit-the-foundry #le_section-two-area7 {
    padding-left: 25px;
}
.seFormButton {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(54, 54, 54);
    color: rgb(255, 255, 255);
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
    background-color: rgb(0, 0, 0);
}
.se_footer a {
    color: rgb(244, 242, 242);
}
.se_footer a:hover {
    color: rgb(255, 255, 255);
}
.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(244, 242, 242);
}
.se_header a {
    color: rgb(0, 0, 0);
}
.se_header a:hover {
    color: rgb(0, 0, 0);
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
    color: rgb(0, 0, 0);
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Montserrat';
    font-size: px;
    color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(54, 54, 54);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
.se_siteBranding a {
    font-size: 35px;
    color: rgb(0, 0, 0);
}
.se_siteBranding:hover, .se_siteBranding a:hover {
    color: rgb(54, 54, 54);
}
.se_social a {
    color: rgb(0, 0, 0);
    font-size: 16px;
}
.se_social a:hover {
    color: rgb(54, 54, 54);
}
.se_tagline {
    color: rgb(0, 0, 0);
}
.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(0, 0, 0);
}
a:hover {
    color: rgb(54, 54, 54);
}
blockquote {
}
body .navicon {
    color: rgb(0, 0, 0);
}
h1, h1 a, .title1, .title1 a {
    font-size: 60px;
    color: rgb(0, 0, 0);
}
h2, h2 a, .title2, .title2 a {
    font-size: 68px;
    color: rgb(0, 0, 0);
}
h3, h3 a, .title3, .title3 a {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}
h4, h4 a, .title4, .title4 a {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}
h5, h5 a, .title5, .title5 a {
    font-size: 24px;
    color: rgb(0, 0, 0);
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Montserrat';
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}
hr {
    background-color: rgb(0, 0, 0);
}
p, ul, ol, dl {
    font-size: 18px;
    color: rgb(54, 54, 54);
    line-height: 1.4;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_header-left {
    }
}
@media screen and (max-width: 991.98px) {
    #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_section-eight-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_section-eight-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_section-eight-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_section-eight-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_section-eight-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven-area6 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-six-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-ten-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_feature-section-one-content10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-one-content11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-one-content12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-seven-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-ten-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-ten-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-three-area2 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_feature-section-one-content10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-one-content11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-one-content12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-seven-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-ten-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-ten-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-dates-old #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-eleven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-one-content13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-seven-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-seven-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-ten-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-ten-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-twelve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bride-groom-suites #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_camps #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_coaching #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_coaching #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_coaching #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_coaching #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_header-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerTop {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area12 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area7 {
    }
}
@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 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@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 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area10 {
    }
}
@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-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area9 {
    }
}
@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 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area2 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-seven-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-seven-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-seven-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-ten-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-ten-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-seven-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-seven-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-seven-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-ten-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-ten-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_investment-details-test #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-seven-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-ten-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-ten-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_outdoor-ceremony-area #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reception-area #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reception-area #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reception-area #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reception-area #le_section-one-content13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reception-area #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reception-area #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reception-area #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reception-area #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reception-area #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-seven-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-ten-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-ten-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-twelve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-serve-beverage-wall #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-seven-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-facility #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-facility #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-trainers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-trainers #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-trainers #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-trainers #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-trainers #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_feature-section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-one-content10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-seven-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-ten-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-ten-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visit-the-foundry #le_section-two-area7 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_header-left {
    }
}
@media screen and (max-width: 767.98px) {
    #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_section-eight-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_section-eight-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_section-eight-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_section-eight-area7 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    #le_section-eight-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-section-one {
    padding-top: 25px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five {
    padding-top: 50px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area10 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven-area5 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven-area6 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-six-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-ten {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-ten-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_feature-section-one {
    background-position: center center;
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_feature-section-one-content10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-five {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-five-area1 {
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-five-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-four-area1 {
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-four-area2 {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-one-content11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-one-content12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-seven-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-six-area1 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-six-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-ten {
    margin-top: 0px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-ten-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-ten-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-three-area1 {
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-two-area1 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-two-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_feature-section-one {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_feature-section-one-content10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-five {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-five-area1 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-five-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-four-area1 {
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-four-area2 {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-one-content11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-one-content12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-seven-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-six-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-ten {
    margin-top: 0px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-ten-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-ten-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-three {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-three-area1 {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-two-area1 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-two-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-dates-old #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_feature-section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-eleven {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-eleven-area1 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-eleven-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-five-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-four-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-one {
    margin-top: 25px;
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-one-content13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-seven-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-seven-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-seven-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-ten {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-ten-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-ten-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-three-area5 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-twelve {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-twelve-area1 {
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-two {
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bride-groom-suites #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_camps #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_coaching #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_coaching #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_coaching #le_section-three-area1 {
    border-radius: 10px;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_coaching #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_header-left {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerTop {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    padding-top: 75px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area12 {
    margin-left: 0%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area7 {
    }
}
@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 {
    padding-right: 5%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area3 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area6 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area9 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_feature-section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-five {
    padding-top: 50px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-five-area12 {
    margin-left: 0px;
    padding-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-five-area3 {
    margin-left: 0px;
    padding-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-five-area6 {
    margin-left: 0px;
    padding-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-five-area9 {
    margin-left: 0px;
    padding-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-four-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-nine {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-one {
    margin-top: 75px;
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-seven {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-seven-area12 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-seven-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-seven-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-seven-area5 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-seven-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-six {
    margin-top: 25px;
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-six-area2 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-ten {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-ten-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-ten-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-three {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-three-area6 {
    margin-left: 0%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-two {
    margin-top: 25px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details #le_section-two-area7 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_feature-section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-five {
    padding-top: 50px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-five-area12 {
    margin-left: 0px;
    padding-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-five-area3 {
    margin-left: 0px;
    padding-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-five-area6 {
    margin-left: 0px;
    padding-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-five-area9 {
    margin-left: 0px;
    padding-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-nine {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-one {
    margin-top: 75px;
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-seven {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-seven-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-seven-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-seven-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-seven-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-seven-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-six {
    margin-top: 25px;
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-six-area2 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-ten {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-ten-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-ten-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-three {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-three-area6 {
    margin-left: 0%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-two {
    margin-top: 25px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_investment-details-test #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_feature-section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-four-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-one {
    margin-top: 25px;
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-seven {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-seven-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-seven-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-six-area2 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-ten {
    margin-top: 0px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-ten-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-ten-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-three {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_outdoor-ceremony-area #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reception-area #le_feature-section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reception-area #le_section-one {
    margin-top: 0px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reception-area #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reception-area #le_section-one-content13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reception-area #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reception-area #le_section-ten {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reception-area #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reception-area #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reception-area #le_section-two-area2 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_feature-section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-four-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-one {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-seven-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-seven-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-six {
    padding-top: 50px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area12 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area13 {
    margin-bottom: 90px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area14 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-ten {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-ten-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-ten-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-twelve-area1 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-serve-beverage-wall #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_feature-section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area4 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-four-area5 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-nine {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-seven {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-seven-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-seven-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-ten-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-two {
    margin-top: 0px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_social-media-worthy-picture-locations #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-facility #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-facility #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-trainers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-trainers #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-trainers #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-trainers #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-trainers #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_feature-section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-five-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-one {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-one-content10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-seven-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-ten {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-ten-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-ten-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-three {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-two {
    padding-top: 25px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visit-the-foundry #le_section-two-area7 {
    }
}

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