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

:root {
    --bg-main: #464646;
    --bg-purple: #4A498B;
    --bg-blue: #2F387A;
    --bg-gray: #292929;
    --bg-dark-purple: #262155;
}

body {
    background: #fff;
    margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
	color: var(--bg-main);
	font-family: 'Open Sans', sans-serif;
}

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


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

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	color: var(--bg-main);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
	margin:0 0 .2em 0;
	font-size: 50px;
	line-height: 1.4;
	font-weight: normal;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Open Sans', sans-serif;
    color: var(--bg-purple);
	margin:0 0 .2em 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
	margin:0 0 .2em 0;
	line-height: 1.2;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Open Sans', sans-serif;
	margin:0 0 .2em 0;
	line-height: 1.4;
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Open Sans', sans-serif;
	margin:0 0 .2em 0;
	line-height: 1.4;
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Open Sans', sans-serif;
    color: var(--bg-purple);
    font-size: 18px;
    font-weight: 400;
	margin:0 0 .2em 0;
	line-height: 1.4;
	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 {
    font-family: 'Open Sans', sans-serif;
	padding: 8px 15px;
	border: 0px solid transparent;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
    font-family: 'Open Sans', sans-serif;
	padding: 10px;
	background-color: #fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(210,210,210);
	box-shadow: none !important;
	margin: 0;
}

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

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

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

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


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

.se_button a, a.se_button {
    background-color: var(--bg-purple);
    padding: 10px 18px;
    color: #fff;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 20px;
	border: 0px solid transparent;
	font-family: 'Open Sans', sans-serif;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: var(--bg-dark-purple);
}
.se_button.button1 a, a.se_button.button1 {
    border: 1px solid #fff;
    padding: 10px 15px;
    margin-top: 10px;
    text-transform: uppercase;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: #fff;
    color: #000;
}
.se_button.button2 a, a.se_button.button2 {
    background-color: var(--bg-purple);
    padding: 10px 18px;
    color: #fff;
    margin-top: 10px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: var(--bg-dark-purple);
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 20px 35px;
}

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

#le_plugin_gallery_container {
    min-height: 570px !important;
}
#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;
}

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

.whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p, .whiteText ul, .whiteText li, .whiteText blockquote, .whiteText a {
    color: #fff;
}
.whiteText a:hover {
    color: rgba(255, 255, 255, .8);
}
.whiteText .title1, .whiteText .title2, .whiteText .title3, .whiteText .title4, .whiteText .title5, .whiteText .title6 {
    color: #fff;
}

.banner h1 {
    font-size: 80px;
    line-height: 1;
    margin: 0;
    font-weight: 500;
}
.banner h6 {
    font-style: italic;
    font-size: 40px;
    font-weight: 400;
    margin: 15px 0 15px 0;
}
.cta {
    padding: 125px 20px 20px 20px;
    margin-bottom: 25px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.cta h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.cta .se_button.button1 a, .cta a.se_button.button1 {
    padding: 5px 10px !important;
}
.cta:hover {
    background: rgba(0,0,0,.7);
}
.cta2 {
    padding: 70px 20px 70px 20px;
    margin-bottom: 25px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.cta2 h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.cta2 .se_button.button1 a, .cta a.se_button.button1 {
    padding: 5px 10px !important;
}
.cta2:hover {
    background: rgba(0,0,0,.7);
}
.purple-box {
    background-color: var(--bg-purple);
    padding: 25px 20px;
    margin-bottom: 20px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    
}
.purple-box p {
    /*display: inline-block;
    vertical-align: middle;
    line-height: normal;*/
    color: #fff;
    font-style: italic;
}
.press-box {
    background: #4b498b;
    padding: 20px;
    margin-bottom: 30px;
}
/*.slider_gallery {*/
/*    max-height: 315px;*/
/*    width: auto;*/
/*    overflow: hidden;*/
/*}*/
/*.anythingSlider {*/
/*    position: relative !important;*/
/*}*/
/*.anythingControls {*/
/*    position: absolute !important;*/
/*    bottom: 0 !important;*/
/*    z-index: 100 !important;*/
/*}*/
.slider img {
    max-height: 315px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: bottom center !important;
}
/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin-bottom: 10px;
}
.expand h2 {
    position: relative; 
    top: 0;
    font-size: 18px;
    background-color: rgb(74, 73, 139);
    color: #fff;
    padding: 5px 15px;
    display: block;
    line-height: 30px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
}
.expand h2:after {
    content: '+';
    right: 15px;
    float: right;
    font-size: 18px;
    color: #fff;
    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 h2.active {
    background-color: rgb(43, 52, 124);
    margin-bottom: 10px !important;
}
.expand h2.active:after {
    content: '-';
    padding-left: 4px;
}
.expand h2:hover {
    cursor: pointer;
    background-color: rgb(43, 52, 124);
}

.expand1 h3 {
    position: relative; 
    top: 0;
    font-size: 18px;
    background-color: rgb(74, 73, 139);
    color: #fff;
    padding: 5px 15px;
    display: block;
    line-height: 30px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
}
.expand1 h3:after {
    content: '+';
    right: 15px;
    float: right;
    font-size: 18px;
    color: #fff;
    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;
}
.expand1 h3.active {
    background-color: rgb(43, 52, 124);
    margin-bottom: 10px !important;
}
.expand1 h3.active:after {
    content: '-';
    padding-left: 4px;
}
.expand1 h3:hover {
    cursor: pointer;
    background-color: rgb(43, 52, 124);
}
/* Tabs
----------------------------------------------------------------------------------------------------*/
.tabs-btn li {
    display: inline-block;
}
.tabs-btn ul {
    padding: 0;
    margin: 0;
}
.tabs-btn ul li a {
    display: inline-block;
    color: var(--bg-blue);
    padding: 15px 50px;
    list-style: none;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.tabs-btn ul li a:hover {
    text-decoration: none;
    background-color: var(--bg-blue);
    color: #fff;
}
.tabs-btn ul li a.active {
    background-color: var(--bg-blue);
    color: #fff;
}
.le-edit-open .tabs > div {
    display: block !important;
}
.tabs > div:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tabContent {
    display: none;
}
.tabContent.expanded {
    display: block !important;
}
.bknd-color {
    background-color: var(--bg-blue);
    padding: 50px 0;
}
.tabContent h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

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

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

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

/* Header
----------------------------------------------------------------------------------------------------*/
.top-header {
    background-color: var(--bg-dark-purple);
    padding: 15px 100px;
}
.left-header {
    padding-top: 1px;
}
.se_social {
    text-align: right;
}
.se_social a {
    margin: 0 .25em;
    color: #fff;
    font-size: 16px;
}
.se_social a:hover {
    color: #e5e5e5;
}
.white-text {
    padding-left: 25px;
    font-weight: 700;
    font-size: 14px !important;
}
.white-text a {
    color: #fff;
}
.white-text a:hover {
    color: #e5e5e5;
}
.header {
	padding: 10px 100px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.se_siteBranding {
    line-height:1;
    padding: 0;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
    padding-top: 10px;
}
.staytop {
    position: fixed;
    top: 0;
    margin: 0 auto;
    background-color: var(--bg-dark-purple);
    width: 100%;
    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

/* 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 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    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 {
}
.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: 5px 0 !important;
    text-align: left;
    height: auto;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
    font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 8px 12px !important;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 210px;
	line-height: 1em;
	font-size: 12px !important;
}
.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;
    color: #fff;
}
.OpenMobileMenu .navicon:after {
    content: '\f00d';
}
.navicon:hover {
    cursor: pointer;
}
@media (max-width: 991px) { 
    .OpenMobileMenu .wrapper {
        right:240px;
    }
    .se_menu {
        background-color: var(--bg-purple);
        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 {
        color: #fff;
    }
    .MainMenu li.le_menuitem_level_0:hover a {
        color: #cfd1d3;
    }
    .MainMenu ul.le_menu_level_1 {
        padding: 0;
    }
    .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;*/
        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;
        /*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: 50px;
}
.footer p {
    color: var(--bg-gray);
}
.footer a {
    color: var(--bg-gray);
    font-size: 12px;
}
.footer a:hover {
    color: var(--bg-color);
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .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;
    }
    .cta {
        padding: 200px 20px 20px 20px;
        margin-bottom: 25px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    .banner h1 {
        font-size: 40px;
    }
    .banner h6 {
        font-size: 20px;
    }
    .tabs-btn li {
        text-align: center;
        background-color: var(--bg-purple);
        display: block;
    }
    .tabs-btn ul li a {
        display: block;
        border-bottom: 1px solid #8e8e8e;
        color: #fff;
        padding: 15px 10px;
    }
    .tabs-btn ul li a:after {
        content: '\f103';
        font-family: 'FontAwesome';
        text-align: right;
        right: 0;
        padding-left: 5px;
        font-size: 16px !important;
        position: relative;
        top: 1px;
        line-height: 1;
        color: #fff;
        display: inline-block;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
    .feature_blog_image {
        width: 100%;
        height: auto;
    }
    .feature_blog_image img {
        width: 100%;
        height: auto;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .form-inline {
        padding: 0 10%;
    }
    .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="password"], .form-inline textarea {
        margin-bottom: -17px;
    }
    .tabs-btn ul li a {
        font-size: 12px;
        padding: 15px 25px;
    }
    .feature_blog_image {
        width: 250px;
        height: auto;
        padding-right: 25px;
    }
    .feature_blog_image img {
        width: 250px;
        height: auto;
    }
}
@media (max-width: 991px) {
    .se_siteBranding img {
        max-width: 250px;
    }
    .header {
        padding: 10px 20px;
    }
    .tabContent img {
        margin-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;
    }
    .se_siteBranding img {
        padding-top: 15px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 9px;
        font-size: 14px;
    }
    .tabs-btn ul li a {
        font-size: 14px;
        padding: 15px 45px;
    }
    .row-same-height {
        display:table;
        width: 100%;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    
    .row-same-height.sh-va-middle [class^="col-"],
    .row-same-height.sh-va-middle [class*="col-"]{
        vertical-align: middle;
    }
    .row-same-height.sh-va-bottom [class^="col-"],
    .row-same-height.sh-va-bottom [class*="col-"]{
        vertical-align: middle;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .se_siteBranding img {
        padding-top: 10px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 25px;
    }
    .tabs-btn ul li a {
        font-size: 16px;
        padding: 15px 50px;
    }
}


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

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

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

/* - List Classes - */
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
}

/* ========================================== Theme Speficic UI Styles ========================================== */
.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}

/* --- Helper Instructions when in edit mode --- */
.edit-instructions {
    display: none;
}
.le-edit-open .edit-instructions {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}
.le-edit-open .header {
    position: relative;
    background-color: #000;
}
.le-edit-open .tabContent {
    display: block !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_footer-area1 {
    background-color: rgb(43, 36, 124);
    padding-top: 25px;
}
#le_footer-area2 {
    padding-top: 25px;
}
#le_footer-area3 {
    padding-top: 25px;
}
#le_footer-area4 {
    padding-top: 25px;
}
#le_footer-area5 {
    padding-top: 1px;
}
#le_footer-area6 {
    padding-top: 25px;
}
#le_footer-area7 {
    padding-top: 35px;
    padding-left: 10px;
}
.aurora_book-an-appointment #le_section-five {
    padding-top: 25px;
}
.aurora_book-an-appointment #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_book-an-appointment #le_section-three {
    background-color: rgb(43, 52, 124);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_book-an-appointment #le_section-three-area5-lower {
    padding-top: 25px;
}
.aurora_book-an-appointment #le_section-three-area6-lower {
    padding-top: 25px;
}
.aurora_book-an-appointment #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_craniosacral-therapy #le_section-five {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_craniosacral-therapy #le_section-five-area27 {
    background-color: rgb(255, 255, 255);
    padding-top: 25px;
}
.aurora_craniosacral-therapy #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-colored-brain.png);
    background-size: cover;
    background-position: center center;
    padding-top: 600px;
}
.aurora_craniosacral-therapy #le_section-four-area2 {
}
.aurora_craniosacral-therapy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_craniosacral-therapy #le_section-seven {
    background-color: rgb(255, 255, 255);
}
.aurora_craniosacral-therapy #le_section-seven-area1 {
    background-color: rgb(255, 255, 255);
}
.aurora_craniosacral-therapy #le_section-seven-area11 {
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center center;
}
.aurora_craniosacral-therapy #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_craniosacral-therapy #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_craniosacral-therapy #le_section-two-area10 {
    background-color: rgb(255, 255, 255);
}
.aurora_craniosacral-therapy #le_section-two-area8 {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}
.aurora_craniosacral-therapy #le_section-two-area9 {
    background-color: rgb(255, 255, 255);
}
.aurora_disclaimer #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_disclaimer #le_section-two {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_emotional-integration #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_emotional-integration #le_section-five-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_emotional-integration #le_section-five-area11 {
}
.aurora_emotional-integration #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/brain-connections-illustrated.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 600px;
}
.aurora_emotional-integration #le_section-four-area2 {
}
.aurora_emotional-integration #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_emotional-integration #le_section-seven-area1 {
    padding-top: 50px;
}
.aurora_emotional-integration #le_section-six-area1 {
}
.aurora_emotional-integration #le_section-three-area2 {
    background-color: rgb(255, 255, 255);
}
.aurora_emotional-integration #le_section-three-area3 {
    background-color: rgb(255, 255, 255);
}
.aurora_emotional-integration #le_section-three-area4 {
    background-color: rgb(255, 255, 255);
}
.aurora_emotional-integration #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_emotional-integration #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_emotional-integration #le_section-two-area10 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    padding-bottom: 10px;
}
.aurora_emotional-integration #le_section-two-area8 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    padding-bottom: 10px;
}
.aurora_emotional-integration #le_section-two-area9 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    padding-bottom: 10px;
}
.aurora_faqs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_faqs #le_section-two {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_foam-rolling-how-to #le_section-five {
    margin-top: 50px;
}
.aurora_foam-rolling-how-to #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_foam-rolling-how-to #le_section-six {
    margin-top: 50px;
    padding-bottom: 75px;
}
.aurora_foam-rolling-how-to #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_foam-rolling-how-to #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_home #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 150px;
}
.aurora_home #le_section-two {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_home #le_section-two-area10 {
    padding-top: 100px;
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_home #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-lymphatic.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/stock-images/internal-organs-in-body.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/stock-images/neurons.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-colored-brain.png);
    background-size: cover;
    background-position: center center;
}
.aurora_julies-favorites #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_julies-favorites #le_section-three {
}
.aurora_julies-favorites #le_section-three-area10 {
}
.aurora_julies-favorites #le_section-three-area11 {
}
.aurora_julies-favorites #le_section-three-area12 {
}
.aurora_julies-favorites #le_section-three-area13 {
}
.aurora_julies-favorites #le_section-three-area14 {
}
.aurora_julies-favorites #le_section-three-area15 {
}
.aurora_julies-favorites #le_section-three-area8 {
}
.aurora_julies-favorites #le_section-three-area9 {
}
.aurora_julies-favorites #le_section-two {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_lymphatic-drainage-massage #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_lymphatic-drainage-massage #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-lymphatic_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 600px;
}
.aurora_lymphatic-drainage-massage #le_section-four-area2 {
}
.aurora_lymphatic-drainage-massage #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_lymphatic-drainage-massage #le_section-seven-area1 {
}
.aurora_lymphatic-drainage-massage #le_section-seven-area11 {
}
.aurora_lymphatic-drainage-massage #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_lymphatic-drainage-massage #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_lymphatic-drainage-massage #le_section-two-area10 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
}
.aurora_lymphatic-drainage-massage #le_section-two-area8 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
}
.aurora_lymphatic-drainage-massage #le_section-two-area9 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
}
.aurora_lymphatic-drainage-massage-copy #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_lymphatic-drainage-massage-copy #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-lymphatic_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 600px;
}
.aurora_lymphatic-drainage-massage-copy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_lymphatic-drainage-massage-copy #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_lymphatic-drainage-massage-copy #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_meet-julie #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_meet-julie #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_meet-julie #le_section-seven-area1 {
    background-color: rgb(74, 73, 139);
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_meet-julie #le_section-two {
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_meet-julie #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_meet-julie #le_section-two-area2 {
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-five-area1 {
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-five-area27 {
    margin-top: 25px;
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-five-area4 {
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/xray-head-image.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 600px;
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-four-area2 {
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-two-area10 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    padding-bottom: 10px;
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-two-area8 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    padding-bottom: 10px;
}
.aurora_mouth-work-and-tmj-dysfunction #le_section-two-area9 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    padding-bottom: 10px;
}
.aurora_posture-massage-waiver #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_posture-massage-waiver #le_section-two {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_press #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_press #le_section-three-area5 {
}
.aurora_press #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_press #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_press #le_section-two-area2 {
}
.aurora_press #le_section-two-area3 {
}
.aurora_pricing #le_headerRegion {
}
.aurora_pricing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_pricing #le_section-two {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_pricing #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_privacy-policy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_privacy-policy #le_section-two {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_schedule-an-appointment1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_schedule-an-appointment1 #le_section-three {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_schedule-an-appointment1 #le_section-three-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_schedule-an-appointment1 #le_section-two {
    padding-top: 25px;
    padding-bottom: 75px;
}
.aurora_schedule-an-appointment1 #le_section-two-area1 {
    padding-top: 90px;
    padding-bottom: 100px;
}
.aurora_services #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_services #le_section-five-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-colored-brain.png);
    background-size: cover;
}
.aurora_services #le_section-five-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-lymphatic.jpg);
    background-size: cover;
}
.aurora_services #le_section-five-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-tying-shoe.png);
    background-size: cover;
}
.aurora_services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_services #le_section-three {
    background-color: rgb(74, 73, 139);
    padding-top: 75px;
    padding-bottom: 75px;
    color: rgb(255, 255, 255);
}
.aurora_services #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_services #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_stamford #le_section-five {
    background-color: rgb(43, 52, 124);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_stamford #le_section-five-area8 {
}
.aurora_stamford #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_stamford #le_section-six {
}
.aurora_stamford #le_section-six-area1 {
}
.aurora_stamford #le_section-six-area3 {
}
.aurora_stamford #le_section-six-area7 {
    margin-top: 50px;
}
.aurora_stamford #le_section-six-area8 {
    margin-top: 50px;
    margin-left: 50px;
}
.aurora_stamford #le_section-three {
}
.aurora_stamford #le_section-three-area1 {
    margin-left: 0px;
    padding-top: 25px;
    padding-right: 15%;
    padding-bottom: 25px;
    padding-left: 15%;
}
.aurora_stamford #le_section-two {
    padding-top: 50px;
}
.aurora_stamford #le_section-two-area10 {
}
.aurora_stamford #le_section-two-area2 {
}
.aurora_stamford #le_section-two-area3 {
}
.aurora_stamford #le_section-two-area4 {
    background-color: rgba(245, 244, 244, 0.84);
}
.aurora_stamford #le_section-two-area8 {
}
.aurora_stamford #le_section-two-area9 {
}
.aurora_stamford-old #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_stamford-old #le_section-three {
    background-color: rgb(255, 255, 255);
    padding-top: 25px;
    padding-bottom: 50px;
}
.aurora_stamford-old #le_section-three-area1 {
    margin-left: 0px;
    padding-top: 25px;
    padding-right: 15%;
    padding-bottom: 25px;
    padding-left: 15%;
}
.aurora_stamford-old #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_stamford-old #le_section-two-area10 {
    background-color: rgb(43, 52, 124);
    margin-top: 25px;
}
.aurora_stamford-old #le_section-two-area2 {
    background-color: rgb(74, 73, 139);
}
.aurora_stamford-old #le_section-two-area3 {
    background-color: rgb(74, 73, 139);
}
.aurora_stamford-old #le_section-two-area4 {
    background-color: rgba(245, 244, 244, 0.84);
}
.aurora_stamford-old #le_section-two-area8 {
    background-color: rgb(43, 52, 124);
    margin-top: 25px;
}
.aurora_stamford-old #le_section-two-area9 {
    background-color: rgb(43, 52, 124);
    margin-top: 25px;
}
.aurora_terms-and-conditions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_terms-and-conditions #le_section-two {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_the-posture-store #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_the-posture-store #le_section-two {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_video-tutorials #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_video-tutorials #le_section-two {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_video-tutorials #le_section-two-area4 {
    margin-top: 30px;
}
.aurora_visceral-manipulation #le_section-five {
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_visceral-manipulation #le_section-five-area1 {
    background-color: rgb(74, 73, 139);
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_visceral-manipulation #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/anatomical-of-two-bodies.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 600px;
}
.aurora_visceral-manipulation #le_section-four-area2 {
}
.aurora_visceral-manipulation #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_visceral-manipulation #le_section-six {
    padding-top: 50px;
}
.aurora_visceral-manipulation #le_section-six-area1 {
}
.aurora_visceral-manipulation #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_visceral-manipulation #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_visceral-manipulation #le_section-two-area10 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    padding-bottom: 10px;
}
.aurora_visceral-manipulation #le_section-two-area8 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    padding-bottom: 10px;
}
.aurora_visceral-manipulation #le_section-two-area9 {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    padding-bottom: 10px;
}
.aurora_westport #le_section-five {
    background-color: rgb(43, 52, 124);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_westport #le_section-five-area8 {
}
.aurora_westport #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_westport #le_section-six {
}
.aurora_westport #le_section-six-area1 {
}
.aurora_westport #le_section-six-area3 {
}
.aurora_westport #le_section-six-area7 {
    margin-top: 50px;
}
.aurora_westport #le_section-six-area8 {
    margin-top: 50px;
    margin-left: 50px;
}
.aurora_westport #le_section-three {
}
.aurora_westport #le_section-three-area1 {
    margin-left: 0px;
    padding-top: 25px;
    padding-right: 15%;
    padding-bottom: 25px;
    padding-left: 15%;
}
.aurora_westport #le_section-two {
    padding-top: 50px;
}
.aurora_westport #le_section-two-area10 {
}
.aurora_westport #le_section-two-area2 {
}
.aurora_westport #le_section-two-area3 {
}
.aurora_westport #le_section-two-area4 {
    background-color: rgba(245, 244, 244, 0.84);
}
.aurora_westport #le_section-two-area8 {
}
.aurora_westport #le_section-two-area9 {
}
.aurora_westport-old #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_westport-old #le_section-three {
    background-color: rgb(74, 73, 139);
    padding-top: 25px;
    padding-bottom: 50px;
}
.aurora_westport-old #le_section-three-area1 {
    margin-left: 0px;
    padding-top: 25px;
    padding-right: 15%;
    padding-bottom: 25px;
    padding-left: 15%;
}
.aurora_westport-old #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_westport-old #le_section-two-area2 {
    margin-bottom: 30px;
}
.aurora_why-choose-posture #le_section-four {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_why-choose-posture #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/julie-s-images/posture-massage-office.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 600px;
}
.aurora_why-choose-posture #le_section-four-area2 {
    padding-right: 25px;
}
.aurora_why-choose-posture #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/posturemassageV2/img-brain.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_why-choose-posture #le_section-three {
}
.aurora_why-choose-posture #le_section-two {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_why-choose-posture #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(74, 73, 139);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
    color: rgb(104, 103, 165);
}
a:hover {
    color: rgb(43, 52, 124);
}
blockquote {
}
body .navicon {
}
h1, h1 a, .title1, .title1 a {
    font-weight: bold;
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
    font-size: 20px;
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-an-appointment #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-an-appointment #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-an-appointment #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-an-appointment #le_section-three-area5-lower {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-an-appointment #le_section-three-area6-lower {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-an-appointment #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-five-area27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_craniosacral-therapy #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_disclaimer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_disclaimer #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-five-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_emotional-integration #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foam-rolling-how-to #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foam-rolling-how-to #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foam-rolling-how-to #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foam-rolling-how-to #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_foam-rolling-how-to #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area10 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-three-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-three-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-three-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_julies-favorites #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage-copy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage-copy #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage-copy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage-massage-copy #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-julie #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-julie #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-julie #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-julie #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-julie #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-julie #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-five-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-five-area27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_posture-massage-waiver #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_posture-massage-waiver #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_press #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_press #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_press #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_press #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_press #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_press #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule-an-appointment1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule-an-appointment1 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule-an-appointment1 #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule-an-appointment1 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule-an-appointment1 #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford-old #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford-old #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford-old #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford-old #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford-old #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford-old #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford-old #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stamford-old #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms-and-conditions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms-and-conditions #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-posture-store #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-posture-store #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_video-tutorials #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_video-tutorials #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_video-tutorials #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-five-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_visceral-manipulation #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport-old #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport-old #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_westport-old #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-posture #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-posture #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-posture #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-posture #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-posture #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-posture #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-posture #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-an-appointment #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-an-appointment #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-an-appointment #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-an-appointment #le_section-three-area5-lower {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-an-appointment #le_section-three-area6-lower {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-an-appointment #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-five-area27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-four-area1 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-four-area2 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_craniosacral-therapy #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_disclaimer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_disclaimer #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-five-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-four-area1 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-four-area2 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_emotional-integration #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foam-rolling-how-to #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foam-rolling-how-to #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foam-rolling-how-to #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foam-rolling-how-to #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_foam-rolling-how-to #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    padding-top: 140px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area10 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-three-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-three-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-three-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-three-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-three-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_julies-favorites #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-four-area1 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-four-area2 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage-copy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage-copy #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage-copy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage-copy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage-massage-copy #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-julie #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-julie #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-julie #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-julie #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-julie #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-julie #le_section-two-area2 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-five-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-five-area27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-four-area1 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-four-area2 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mouth-work-and-tmj-dysfunction #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_posture-massage-waiver #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_posture-massage-waiver #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_press #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_press #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_press #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_press #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_press #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_press #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule-an-appointment1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule-an-appointment1 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule-an-appointment1 #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule-an-appointment1 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule-an-appointment1 #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-five-area8 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-six-area8 {
    margin-top: 25px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford-old #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford-old #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford-old #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford-old #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford-old #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford-old #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford-old #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stamford-old #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms-and-conditions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms-and-conditions #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-posture-store #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-posture-store #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_video-tutorials #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_video-tutorials #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_video-tutorials #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-five-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-four-area1 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-four-area2 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_visceral-manipulation #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-five-area8 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-six-area8 {
    margin-top: 25px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport-old #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport-old #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_westport-old #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-posture #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-posture #le_section-four-area1 {
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-posture #le_section-four-area2 {
    padding-top: 75px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-posture #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-posture #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-posture #le_section-two {
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-posture #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}

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