@import url("https://use.typekit.net/uvo4nip.css");

@font-face {
    font-family: 'Tropical_Sunlight_Co_-_BeautifulScarlet-Regular';
    src: url('/file/stmoritz/Tropical_Sunlight_Co_-_BeautifulScarlet-Regular.otf');
}
body {
    background: #fff;
    font-family: ivymode, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}

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

:root {
    --bg-main: #000000;
    --bg-gold: #e0b67e;
    --bg-brown: #986b58;
    --bg-red: #b95433;
    --bg-green: #d1d2ab;
}

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

a {
	text-decoration: none;
	color: var(--bg-red);
}
a:hover {
	text-decoration: none;
	color: var(--bg-brown);
}
p {
	margin: 0;
	color: var(--bg-main);
	font-family: ivymode, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
h1, h1 a, .title1, .title1 a {
    font-family: ivymode, sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 1.1;
	margin:0 0 .2em 0;
}
h2, h2 a, .title2, .title2 a {
    font-family: ivymode, sans-serif;
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-weight: 300;
	font-size: 36px;
}
h3, h3 a, .title3, .title3 a {
    font-family: ivymode, sans-serif;
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-weight: 300;
}
h4, h4 a, .title4, .title4 a {
    font-family: ivymode, sans-serif;
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-weight: 300;
}
h5, h5 a, .title5, .title5 a {
    font-family: ivymode, sans-serif;
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-weight: 300;
}
h6, h6 a, .title6, .title6 a {
    font-family: ivymode, sans-serif;
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-weight: 300;
}

ol  {
    font-size: 16px;
}
ol li  {
    margin-bottom: 10px;
}

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

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

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

/* -- Hide input placehoder text on focus --*/
input:focus::placeholder {color: transparent !important;}
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: -15px 0 !important;
}
#eapps-instagram-feed-1 {
    z-index: 1 !important;
}
#_form_38_, #_form_39_ {
    padding: 0 !important;
    margin: 0 !important;
}
#_form_38_ ._field-wrapper, #_form_39_ ._field-wrapper {
    line-height: 2 !important;
}
#_form_38_ ._form-title, #_form_39_ ._form-title {
    font-family: ivymode, sans-serif !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
}
#_form_38_ label, #_form_39_ label {
    margin-top: 15px !important;
}
#_form_38_ ._submit, #_form_39_ ._submit {
    font-family: ivymode, sans-serif !important;
    text-transform: uppercase !important;
}
/*#_form_38_ ._form_element select {*/
/*    background-color: #976b58 !important;*/
/*    color: #d0a088 !important;*/
/*    height: 40px !important;*/
/*    line-height: 40px !important;*/
/*    border: 0 !important;*/
/*    border-bottom: dotted 4px #fff !important;*/
/*}*/
#_form_38_ ._form_element select {
    /*-webkit-appearance:none !important;*/
}
#field[209] {
    line-height: 30px !important;
}
#_form_38_ ._form_element textarea:not(.g-recaptcha-response), #_form_39_ ._form_element textarea:not(.g-recaptcha-response) {
    line-height: 10px !important;
    margin-top: 15px !important;
}
#_form_39_._inline-form ._form-label, #_form_39_._inline-form ._form-checkbox-option-label, #_form_39_._inline-form ._form-checkbox-option-description {
    font-family: ivymode, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: bold !important;
}
#_form_39_ ._x35669416 {
    margin-top: 10px !important;
}
#_form_39_ ._html-code {
    margin: 10px 0 0 0 !important;
}
._field1 {
    
}
#_form_39_  ._form_element select {
    padding: 8px 4px !important;
}
._html-code p {
    color: #fff !important;
}
.bottom-form {
    width: 100% !important;
}
.bottom-form ._full_width {
    width: 50% !important;
    float: left !important;
    padding-right: 30px !important;
}
.bottom-form ._clear {
    width: 100% !important;
}
#_form_38_, #_form_39_ {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
._form_element select {
    margin-top: -6px !important;
    background-color: rgba(255,255,255,0) !important;
    background: rgba(255,255,255,0) !important;
    -webkit-appearance: none;
}
#_form_39_._inline-form ._submit {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0) !important;
    border: 1px solid #fff !important;
    -moz-border-radius: 500px !important;
    -webkit-border-radius: 500px !important;
    border-radius: 500px !important;
    color: #fff !important;
    padding: 20px !important;
}

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

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 15px 40px;
	border: 1px solid var(--bg-red);
    color: var(--bg-red);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 20px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.se_button a:hover, a:hover.se_button {
    background-color: var(--bg-red);
    color: #fff;
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    border: 1px solid var(--bg-red);
    color: var(--bg-red);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 20px;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: var(--bg-red);
    color: #fff;
}
.se_button.button2 a, a.se_button.button2 {
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 10px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #fff;
    color: #000;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 10px 35px;
	margin-top: 10px;
}

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

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


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

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

.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.whitebox2, .whitebox-offer {
    background-color: #fff;
    padding-top: 60px;
    margin: 50px 0 40px 0;
    position: relative;
}
.whitebox2 h6, .whitebox-offer h6 {
    font-family: 'Tropical_Sunlight_Co_-_BeautifulScarlet-Regular';
    font-weight: 300;
    color: var(--bg-red);
    font-size: 150px;
    line-height: .5;
    padding: 0 10px;
    top: -30px;
    position: absolute;
}
.whitebox2 h2, .whitebox-offer h2  {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding-left: 20px;
}
.whitebox2 h2  {
    padding-top: 10px;
}
.whitebox2 p, .whitebox-offer p {
    padding: 10px 20px 20px 20px;
    margin-top: 10px;
}
.whitebox2 p  {
    padding: 20px;
    border-top: 2px solid var(--bg-red); 
}
.whitebox-offer h2  {
    border-bottom: 2px solid var(--bg-red); 
    padding: 20px;
}
.whitebox-offer p.bbutton  {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.whitebox3 {
    background-color: #fff;
    padding: 80px 30px 30px 30px;
    margin: 50px 0 60px 0;
    position: relative;
}
.whitebox3 {
    background-color: #fff;
    padding: 80px 30px 30px 30px;
    margin: 50px 0 60px 0;
    position: relative;
}
.whitebox3 h2 {
    font-family: 'Tropical_Sunlight_Co_-_BeautifulScarlet-Regular';
    font-weight: 300;
    color: var(--bg-red);
    font-size: 125px;
    line-height: .5;
    top: -30px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.whitebox3 h2:after {
    content: '';
    background-color: var(--bg-red);
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -25px;
}
.whitebox3 td {
    font-family: ivymode, sans-serif;
}
.whitebox3 .se_button.button1 a, .whitebox3 a.se_button.button1 {
    text-align: right;
    float: right;
    right: 0;
}
.whitebox4 {
    background-color: #fff;
    padding: 35px 0 20px 0;
    margin: 0 0 40px 0;
    position: relative;
    min-height: 425px;
}
.whitebox4 h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0 20px 20px 20px;
    border-bottom: 2px solid var(--bg-red);
}
.whitebox4 p {
    padding: 0 20px;
}
.whitebox4 .se_button.button1 a, .whitebox4 a.se_button.button1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.whitebox5 {
    background-color: #fff;
    padding: 80px 30px 30px 30px;
    margin: 50px 0 60px 0;
    position: relative;
}
.whitebox5 h2 {
    font-family: 'Tropical_Sunlight_Co_-_BeautifulScarlet-Regular';
    font-weight: 300;
    color: var(--bg-red);
    font-size: 125px;
    line-height: .5;
    top: -30px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.whitebox5 h2:after {
    content: '';
    background-color: var(--bg-red);
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -25px;
}
.whitebox5 h3 {
    font-size: 22px;
    padding: 0 5px;
    margin-top: 40px;
}
.whitebox5 h6 {
    font-size: 24px;
}
.whitebox5 hr {
    background-color: var(--bg-red);
    margin: 10px 0;
}
.whitebox5 .se_button.button1 a, .whitebox5 a.se_button.button1 {
    margin: 10px 0 0 0;
    padding: 10px 30px;
}
.price-text {
    text-align: right;
    float: right;
    right: 0;
}
.mt15 {
    margin-top: 15px;
}
.cursive p {
    font-family: 'Tropical_Sunlight_Co_-_BeautifulScarlet-Regular';
}
.video {
    margin-bottom: -7px;
}
.expandable-content .le_form label, .contact-form .le_form label {
    font-family: ivymode, sans-serif;
    font-size: 20px;
}
.expandable-content input[type="text"], .expandable-content input[type="email"], .expandable-content input[type="password"], .expandable-content textarea {
    background-color: var(--bg-red);
    border: 0;
    border-bottom: dotted 4px #fff;
    padding: 0 !important;
    color: #fff;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form textarea {
    background: rgba(255,255,255,0) !important;
    border: 0;
    border-bottom: dotted 4px #fff;
    padding: 0 !important;
    color: #fff;
}
.expandable-content ::-webkit-input-placeholder, .contact-form ::-webkit-input-placeholder, #_form_38_ ::-webkit-input-placeholder, #_form_39_ ::-webkit-input-placeholder {
    color: #d0a088 !important;
}
.expandable-content ::-moz-placeholder, .contact-form ::-moz-placeholder, #_form_38_ ::-moz-placeholder, #_form_39_ ::-moz-placeholder { /* older Firefox*/
    color: #d0a088 !important;
}
.expandable-content ::-moz-placeholder, .contact-form ::-moz-placeholder, #_form_38 ::-moz-placeholder, #_form_39 ::-moz-placeholder { /* Firefox 19+ */ 
    color: #d0a088 !important;
} 
.expandable-content ::-ms-input-placeholder, .contact-form ::-ms-input-placeholder, #_form_38 ::-ms-input-placeholder, #_form_39 ::-ms-input-placeholder { 
    color: #d0a088 !important;
}
.expandable-content .form-group, .contact-form .form-group {
    padding: 0 25px 25px 25px;
}
.expandable-content input[type="submit"].seFormButton {
    border: 2px solid #fff;
    background: rgba(255,255,255,0) !important;
    font-family: ivymode, sans-serif;
    font-size: 16px;
    border-radius: 50px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
    position: absolute;
}
.expandable-content input[type="submit"].seFormButton:hover, .contact-form input[type="submit"].seFormButton:hover {
    background: rgba(255,255,255,1) !important;
    color: var(--bg-main);
}

.clinics-form .le_form label, .contact-form .le_form label {
    font-family: ivymode, sans-serif;
    font-size: 20px;
    color: #fff;
}
.clinics-form input[type="text"], .clinics-form input[type="email"], .clinics-form input[type="password"], .clinics-form textarea {
    background-color: var(--bg-red);
    border: 0;
    border-bottom: dotted 4px #fff;
    padding: 0 !important;
    color: #fff;
}
.clinics-form input[type="text"], .clinics-form input[type="email"], .clinics-form input[type="password"], .clinics-form textarea {
    background: rgba(255,255,255,0) !important;
    border: 0;
    border-bottom: dotted 4px #fff;
    padding: 0 !important;
    color: #fff;
}
.clinics-form ::-webkit-input-placeholder {
    color: #d0a088 !important;
}
.clinics-form ::-moz-placeholder { /* older Firefox*/
    color: #d0a088 !important;
}
.clinics-form ::-moz-placeholder { /* Firefox 19+ */ 
    color: #d0a088 !important;
} 
.clinics-form ::-ms-input-placeholder { 
    color: #d0a088 !important;
}
.clinics-form .form-group {
    padding: 0 0 25px 0;
}
.clinics-form input[type="submit"].seFormButton {
    border: 2px solid #fff;
    background: rgba(255,255,255,0) !important;
    font-family: ivymode, sans-serif;
    color: #fff !important;
    font-size: 16px;
    border-radius: 50px;
    padding: 20px;
    text-align: center;
    display: block;
    width: 250px;
    position: relative;
}
.clinics-form input[type="submit"].seFormButton:hover, .clinics-form input[type="submit"].seFormButton:hover {
    background: rgba(255,255,255,1) !important;
    color: var(--bg-main);
}
.clinics-form .recaptcha-terms {
    color: #fff;
}
.clinics-form .recaptcha-terms a {
    color: #d6d6d6;
}
#_form_38_ ._form-label, #_form_38_ ._form_element ._form-label, #_form_39_ ._form-label, #_form_39_ ._form_element ._form-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    font-family: ivymode, sans-serif;
    font-size: 20px;
}
#_form_38_._inline-form, #_form_39_._inline-form {
    background: rgba(255,255,255, 0) !important;
}
#_form_38_ ._submit, #_form_39_ ._submit {
    background: rgba(255,255,255,0) !important;
    background-color: rgba(255,255,255,0) !important;
    border: 2px solid #fff !important;
    font-size: 16px;
    border-radius: 500px !important;
    color: #fff !important;
    padding: 20px !important;
    width: 260px;
}
#_form_38_ ._submit, #_form_39_ ._submit {
    border: 2px solid #fff !important;
}
._submit {
    border: 2px solid #fff !important;
    background: rgba(255,255,255,0) !important;
    background-color: rgba(255,255,255,0) !important;
    font-size: 16px;
    border-radius: 500px !important;
    color: #fff !important;
    padding: 20px !important;
    width: 260px;
}
#_form_38_ ._form_element input[type="text"], #_form_38_ ._form_element input[type="date"], #_form_38_ ._form_element select, #_form_38_ ._form_element textarea:not(.g-recaptcha-response) {
    padding: 4px;
    height: auto !important;
    border: 0;
    border-bottom: dotted 4px #fff;
    color: #d0a088 !important;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0) !important;
}
#_form_39_ ._form_element input[type="text"], #_form_39_ ._form_element input[type="date"], #_form_39_ ._form_element select, #_form_39_ ._form_element textarea:not(.g-recaptcha-response) {
    padding: 4px;
    height: auto !important;
    border: 0;
    border-bottom: dotted 4px #fff;
    color: #d0a088 !important;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0) !important;
}
/*.expandable-content ._x16120427 {*/
/*    margin-top: -12px !important;*/
/*}*/
.contact-form .recaptcha-terms a {
    color: #fff !important;
}
.contact-form input[type="submit"].seFormButton {
    border: 2px solid #fff;
    background: rgba(255,255,255,0) !important;
    font-family: ivymode, sans-serif;
    font-size: 16px;
    border-radius: 50px;
    padding: 20px;
    margin: -15px auto 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    width: 260px;
}
.le-edit-open .expandable-content {
    display: block !important;
} /* forces visible state of expandables when edit mode is open */


/* -- Expandable Effect -- */
.expandable-trigger {
    cursor: pointer;
    font-family: ivymode, sans-serif;
    color: var(--bg-red);
    padding: 20px 30px;
    border-bottom: 2px solid var(--bg-red);
}
.expandable-trigger p {
    font-size: 24px;
}
.expandable-trigger p:after {
    content:'+';
    position: relative;
    left: 25px;
    line-height: 32px;
    font-weight: 600;
    border: 2px solid var(--bg-red);
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expandable-trigger.active p:after  {
    content:'-';
    line-height: 28px;
    font-size: 30px;
}
.expandable-trigger p:hover {
    cursor: pointer;
    color: var(--bg-hover);
}
.expandable-content {
    display: none;
}
.expandable-content {
    background-color: var(--bg-red);
    color: #fff;
}
.expandable-content ._button-wrapper {
    width: 100% !important;
    display: block !important;
}
.le-edit-open .expandable-content {
    display: block !important;
}
.grad-form .le_form label {
    font-size: 20px !important;
    font-weight: 300 !important;
}
.grad-form #form-2-control-field_10, .grad-form #form-2-control-field_11, .grad-form #form-2-control-field_12, .grad-form #form-2-control-field_13, .grad-form #form-2-control-field_14, .grad-form #form-2-control-field_15 {
    background-color: var(--bg-red) !important;
    border-radius: 0 !important;
    border: 0;
    border-bottom: dotted 4px #fff;
    padding: 5px 0 5px 0 !important;
    color: #d0a088;
}
.grad-form textarea {
    padding: 15px !important;
}
.grad-form .target-p-element, .grad-form .recaptcha-terms a {
    color: #fff;
    text-align: center;
}
.grad-form .recaptcha-terms {
    text-align: center;
    top: -30px;
    position: relative;
}
.grad-form input[type="submit"].seFormButton {
    margin-top: -50px !important;
}
.grad-form .form-control {
    /*color: #d0a088 !important;*/
}
.certification img {
    float: left;
}
.certification h2 {
    float: left;
    font-size: 70px;
    line-height: 1;
    margin: 125px 0 0 -50px;
}
.certification h3 {
    clear: both;
    font-family: 'Tropical_Sunlight_Co_-_BeautifulScarlet-Regular';
    color: var(--bg-gold);
    font-size: 120px;
    top: -50px;
    font-weight: 400;
    display: block;
    position: relative;
}
.certification h4 {
    clear: both;
    font-family: 'Tropical_Sunlight_Co_-_BeautifulScarlet-Regular';
    color: var(--bg-gold);
    font-size: 90px;
    padding-left: 25px;
    top: -75px;
    font-weight: 400;
    display: block;
    position: relative;
}
.certification .se_button.button2 a, .certification a.se_button.button2 {
    top: -75px;
    padding: 15px 40px;
}
.title-text h6 {
    font-family: 'Tropical_Sunlight_Co_-_BeautifulScarlet-Regular';
    color: var(--bg-gold);
    font-size: 75px;
    font-weight: 400;
    position: relative;
    margin: 0;
    line-height: .8;
}
.title-text h1 {
    color: #fff;
}
.yellow-circle h2 {
    background-color: var(--bg-gold);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 25px;
}
.top-bottom-lines {
    border-top: 4px solid var(--bg-red);
    border-bottom: 4px solid var(--bg-red);
    padding: 30px 0 10px 0;
}
.top-bottom-lines h3 {
    font-size: 28px;
    padding-bottom: 15px;
}
.top-bottom-lines h4 {
    padding-top: 15px;
    color: var(--bg-red);
    font-size: 18px;
}
.top-bottom-lines h5 {
    color: var(--bg-red);
    font-size: 24px;
    padding-top: 10px;
}
.top-bottom-lines hr {
    height: 1px;
    background-color: var(--bg-red);
}
.green-circle h2 {
    background-color: var(--bg-green);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 25px;
}
.p-spacing p {
    margin-bottom: 10px;
}
.offer h2, .offer3 h2 {
    color: #fff;
}
.offer h3, .offer3 h3   {
    color: #ffffff;
    font-size: 26px;
}
.offer h5, .offer3 h5  {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}
.offer hr, .offer3 hr {
    background-color: #fff;
    margin: 20px 0;
    width: 30%;
    height: 2px;
}
.offer p, .offer3 p   {
    color: #ffffff;
}
.smalltext p {
    font-size: 14px;
}
.a-text {
    display: inline-block;
    padding: 0 5px 0 15px;
}
.offer2 h5 {
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
}
.footer-button a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #976b58;
    border-left: 1px solid #976b58;
    border-right: 1px solid #976b58;
    background-color: #fff;
    color: #976b58;
    padding: 12px 30px 10px 20px !important;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 1;
}
.footer-button a:after {
    display:inline-block;
    position: relative;
    left: 10px;
    font-family: "FontAwesome";
    content: '\f078';
    font-size: 14px;
    color: #976b58;
}
.footer-button a:hover {
    background-color: #b85433;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.footer-button a:hover:after {
    color: #fff;
}
/* Pop Up
----------------------------------------------------------------------------------------------------*/
.close-git-form a {
    font-family: "Open Sans", serif;
    display: block;
    right: 0;
    font-size: 30px;
    line-height: 30px;
    top: 0;
    z-index: 0;
    padding: 1px 13px;
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #976B58;
    color: #ffffff;
    font-weight: bold;
    width: 40px;
    height: 40px;
}
.close-git-form a:hover {
    background-color: #B85433;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.git-form {
    padding-bottom: 80px;
    position: fixed !important;
    z-index: 1001;
    bottom: 0;
    padding: 50px 50px 40px 50px;
    right: 0;
    width: 450px;
    background-color: #fff;
    border-top-left-radius: 10px;
    opacity: 0;
    transform: translateX(100%);
    transition: all .2s ease;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    transition: box-shadow .3s ease;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.git-form input[type="submit"] {
    margin: -10px 0 0px 0 !important;
    position: relative;
}
.open-git-form a {
    background-color: var(--bg-brown);
    color: var(--bg-black);
    /*width: 50px;*/
    /*height: 50px;*/
    bottom: 0;
    padding: 10px 28px 10px 20px;
    right: 10px;
    z-index: 200;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: fixed;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
}
.open-git-form a:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mancusoconsulting/black-arrows.svg);
    display: inline-block;
    width: 12px;
    height: auto;
    left: 7px;
    top: 1px;
    position: relative;
}
.open-git-form a:hover {
    /*content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mancusoconsulting/white-arrows.svg);*/
    background-color: var(--bg-blue);
    color: #fff;
    cursor: pointer;
    /*padding: 12px;*/
    /*-webkit-transition: all .3s ease;*/
    /*-moz-transition: all .3s ease;*/
    /*transition: all .3s ease;*/
}
.open-git-form a:hover:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mancusoconsulting/white-arrows.svg);
}
.open-git-form a {
    opacity: 1 !important;
}
.git-form.gitFormOpen {
    opacity: 1;
    transform: translateX(0);
}
.git-form h6 {
    padding: 15px 40px 15px 20px;
    background-color: var(--bg-brown);
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    margin-top: -25px !important;
}
.git-form h6:hover {
    background-color: var(--bg-brown);
}
.git-form .le_form_name {
    margin-bottom: -60px;
}
.le_form_name {
    font-family: 'Rubik', sans-serif;
    margin-bottom: -10px;
    font-size: 22px;
    font-weight: 500;
}
.git-form .recaptcha-terms {
    margin: -10px 0 !important;
}
@media (max-width: 767px) {
    .close-git-form {
        margin: -52px 0 30px 0px;
    }
    .git-form.gitFormOpen {
        position: fixed;
        z-index: 1001;
        width: 90%;
        height: auto;
        bottom: 0px;
        right: 0;
        margin: auto;
        margin-top: 40px;
    }
    .git-form div{
        width: 100% !important;
    }
    .git-form:before {
        display: none;
    }
    .le-logged-in .git-form.gitFormOpen {
        top: 40px;
    }
}
.le-edit-open .git-form {
    position: relative !important;
    opacity: 1 !important;
}

/* Tabs
----------------------------------------------------------------------------------------------------*/
.tabs-btn li {
    display: inline-block;
}
.tabs-btn ul {
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
}
.tabs-btn ul li a {
    display: inline-block;
    color: #fff;
    margin: 10px 20px 10px 0;
    padding-bottom: 5px;
    list-style: none;
    text-transform: uppercase;
    position: relative;
}
.tabs-btn ul li a:hover {
    text-decoration: none;
    color: var(--bg-gold);
}
/*.tabs-btn ul li a:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    transform: scaleX(0);*/
/*    height: 2px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-color: var(--bg-color);*/
/*    transform-origin: bottom right;*/
/*    transition: transform 0.25s ease-out;*/
/*}*/
/*.tabs-btn ul li a:hover:after {*/
/*  transform: scaleX(1);*/
/*  transform-origin: bottom left;*/
/*}*/
.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;
}

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

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

/* Header
----------------------------------------------------------------------------------------------------*/
.header-top {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 1000;
    top: 0;
}
.header {
	padding: 0 30px;
	background-color: var(--bg-brown);
	border-bottom: 1px solid #fff;
	position: fixed;
	top: 0;
	height: 60px;
	width: 100%;
	z-index: 1000;
}

/* Menu
----------------------------------------------------------------------------------------------------*/
/* 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: 7px 0;
}
.MainMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 15px;
    line-height: 15px;
    color: #fff;
    font-size: 16px;
    font-family: ivymode, sans-serif;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
}
.Menu1 a {
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 12px 20px !important;
}
.Menu1 li.le_menuitem_level_1 a {
    display: block;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
}
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
}
.MainMenu ul.le_menu_level_1 {
    position: relative;
    left: 0;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 13px 0 0 0;
    text-align: left;
    height: auto;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
    background-color: #986b58;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	min-width: 160px;
	line-height: 1em;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    background-image: none;
    background-color: #b95433;
}
.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;
    padding: 0 20px 0 0;
    margin-top: 15px;
    text-transform: uppercase;
    background: transparent !important;
    color: var(--bg-gold);
}
.navicon:after {
    position: absolute;
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/navicon.svg);
    top: 0;
    right: 0px;
    width: 35px;
    height: auto;
}
.OpenMobileMenu .navicon:after {
    color: #000;
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/navicon-close.svg);
    width: 30px;
    height: auto;
    margin-top: 0 !important;
    /*margin-left: 235px;*/
    /*left: 235px;*/
}
.navicon:hover {
    cursor: pointer;
}
@media (max-width: 767px) { 
    .MainMenu {
        background-color: var(--bg-brown);
        padding: 0;
        right: -300px;
        position: fixed;
        height: 100vh;
        width: 240px;
        padding: 30px 30px 0 30px;
        top: 0;
        transition: right .3s ease;
    }
    .OpenMobileMenu .MainMenu {
        height: 100%;
        width: 100%;
        top: 65px;
        left: 0;
        opacity: 1;
        transition: left .3s ease;
        z-index: 5;
    }
    .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 ul {
        padding: 0;
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	display: block;
    	padding: 15px 0;
        font-family: ivymode, sans-serif;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 2px solid #fff;
    	font-size: 28px !important;
    	line-height: 1em;
    	text-decoration: none;
        word-break:break-word;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        
    }
    .MainMenu ul.le_menu_level_1 {
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 10px;
    	margin-left:12px;
        font-family: ivymode, sans-serif;
        color: #fff;
    	font-size: 16px !important;
    	line-height: 25px;
    	text-decoration: none;
        text-transform: none;
    	background-image: none;
    }
    .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: #fff;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.hasChild > a.active-mobile-parent:after {
        content:"-";
    }
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2 {
        /*height: 0;*/
        visibility: hidden;
        /*opacity:0;*/
        display: none;
        transition: all .3s ease;
    }
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.open-mobile-sub {
        height: auto;
        visibility: visible;
        display: block;
        /*opacity: 1;*/
    }
    .MainMenu .le_menu_level_1_container {
        position: relative;
    }
    .MainMenu .le_menu_level_2_container {
    	left: 0;
    	margin-top: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: relative;
    	left: 0;
    }
    .MainMenu .se_social {
        text-align: center;
        margin: 40px auto 0 auto;
        display: block;
    }
    .MainMenu .se_social a {
        color: #fff;
        font-size: 36px;
        margin: 0 20px;
    }
    .MainMenu .se_social a:hover {
        color: var(--bg-gold);
    }
    .Menu1 {
        margin-top: 15px;
    }
}

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

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

.footer-top {
    background-color: var(--bg-brown);
    padding: 60px 0;
}
.footer {
    clear: both;
    background-color: var(--bg-green);
	padding: 0 0 50px 0;
}
.footer h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer p {
    margin-bottom: 10px;
}
.footer p a, .footer p {
    color: var(--bg-red);
}
.se_social {
    margin-bottom: 25px;
}
.se_social a {
    margin: 0 10px 0 0;
    font-size: 20px;
    color: var(--bg-red);
}
.se_social a:hover {
    color: var(--bg-brown);
}
.footer-text {
    margin-top: 25px;
}
.footer-text p {
    color: var(--bg-main);
    font-size: 10px;
}
.bottom-footer {
    padding-top: 30px;
}

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

@media (max-width: 390px) {
    .expandable-trigger p:after {
        top: 0;
    }
}
@media (max-width: 767px) {
    .desktop-break {
        display: none;
    }
    .header {
        padding: 0 15px;
    }
    .se_siteBranding img {
        max-width: 200px;
    }
    .navicon {
        margin-top: 20px;
    }
    .OpenMobileMenu .navicon {
        margin-top: 17px;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 36px;
    }
    .MainMenu .button2 {
        display: block !important;
        width: 100% !important;
        margin-top: 50px !important;
        padding: 17px 30px 20px 30px !important;
        font-size: 18px;
    }
    .header {
    	height: 65px;
    }
    .footer img {
        padding: 40px 0;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .footerMid {
        padding-left: 25px;
    }
    .footer-top {
        padding: 0 0 60px 0;
    }
    .se_mainContent {
        margin-top: 65px;
    }
    .expandable-trigger {
        border-top: 2px solid var(--bg-red);
        margin: 0 15px;
        padding: 10px 30px;
    }
    .expandable-trigger p:after {
        float: right;
        margin-right: 10px;
        top: -20px;
        text-align: center;
    }
    .expandable-content {
        padding: 50px 0 10px 0;
        margin-top: -2px;
    }
    .expandable-content input[type="submit"].seFormButton {
        position: relative;
        width: 300px;
    }
    .expandable-trigger p {
        font-size: 22px;
    }
    .certification img {
        width: 150px;
        height: auto;
    }
    .certification2 h1 {
        font-size: 24px;
        margin: 70px 0 0 20px !important;
        display: inline-block;
    }
    .certification h2 {
        font-size: 30px;
        margin: 75px 0 0 20px;
    }
    .certification h3 {
        font-size: 75px;
    }
    .certification h4 {
        font-size: 60px;
        line-height: 1;
        top: -30px;
    }
    .boxes2 {
        padding: 0 25px;
    }
    #_form_38_ {
        padding: 50px 20px !important;
    }
    #_form_39_ {
        padding: 50px 20px !important;
    }
    .bottom-form ._full_width {
        width: 100% !important;
        float: left !important;
        padding-right: 0 !important;
    }
    .whitebox-offer {
        min-height: 515px;
    }
    #le_689b50d3bcf71  {
        min-height: 600px;
    }
    .whitebox3 h2 {
        font-size: 90px;
    }
    .whitebox3 {
        text-align: center;
    }
    .whitebox3 .se_button.button1 a, .whitebox3 a.se_button.button1 {
        text-align: center;
        float: none;
        right: 0;
        left: 0;
        margin: 0 0 30px 0;
    }
    .whitebox3 table {
        margin-top: 20px;
    }
    .whitebox3 td {
        padding: 0;
        border: 0 !important;
        width: 100% !important;
    }
    .whitebox3 td:nth-child(2) {
        font-size: 30px;
        padding: 5px 0;
    }
    .whitebox3 td, .whitebox3 th {
        display: block;
        clear: both;
    }
    .whitebox3 td[data-th]:before {
        content: attr(data-th);
        float: left;
    }
}



@media screen and (min-width: 768px) and (max-width: 992px) {
    #le_689b50d3bcf71  {
        min-height: 800px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navicon {
        display: none;
    }
    .MainMenu {
        text-align: right;
    }
    .bigtext p {
        font-size: 18px;
    }
    .bigger-text p {
        font-size: 22px;
    }
    .bigger-text2 p {
        font-size: 18px;
    }
    .bigger-text3 p {
        font-size: 20px;
    }
    .mobile-break {
        display: none;
    }
    /*.slider3 {*/
    /*    margin: 0 -100px 0 50px;*/
    /*}*/
    /*.slider3 img {*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    padding: 0 15px;*/
    /*}*/
    /*.slider3 .bx-viewport {*/
    /*    overflow: visible !important;*/
    /*}*/
    /*.slider3 .bx-viewport .htmlSlide {*/
    /*    margin-left: 0 !important;*/
    /*    margin-right: 0 !important;*/
    /*}*/
    /*.slider3 .bx-wrapper {*/
    /*    width: 33% !important;*/
    /*    height: auto !important;*/
    /*}*/
    /*.MainMenu li.le_menuitem_level_0:first-of-type a {*/
    /*    border-top: 2px solid #fff;*/
    /*}*/
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 8px;
        font-size: 13px;
    }
    .MainMenu .se_social:before {
        content: 'FOLLOW US';
        font-family: ivymode, sans-serif;
        display: block;
        position: relative;
        width: 100%;
        color: #fff;
        margin-bottom: 10px;
        text-align: left;
        font-size: 15px;
    }
    .MainMenu .se_social {
        position: absolute;
        bottom: 75px;
    }
    .MainMenu li.le_menuitem_level_0 > a:after {
        display: inline-block;
        position: relative;
        left: 6px;
        margin-right: 15px;
        top: -2px;
        font-family: "FontAwesome";
        content: '\f078';
        font-size: 10px;
        color: #fff;
        height: 0;
        width: 0;
    }
    .MainMenu .se_social a {
        font-size: 20px;
        margin: 0 5px;
    }
    .se_mainContent {
        margin-top: 60px;
    }
    .expandable-content {
        padding: 40px 10% 80px 10%;
    }
    .expandable-trigger {
        text-align: center;
    }
    .expandable-content #le_form_1 {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .expandable-content input[type="submit"].seFormButton {
        width: 250px;
        right: -125px;
    }
    .certification img {
        width: 250px;
        height: auto;
    }
    /*.grad-form .form-group:first-of-type, .grad-form .form-group:nth-of-type(2), .grad-form .form-group:nth-of-type(3), .grad-form .form-group:nth-of-type(4) {*/
    /*    width: 50% !important;*/
    /*    float: left;*/
    /*}*/
    /*.grad-form .form-group:nth-of-type(7), .grad-form .form-group:nth-of-type(8), .grad-form .form-group:nth-of-type(9) {*/
    /*    width: 33% !important;*/
    /*    float: left;*/
    /*}*/
    /*.grad-form .form-group:nth-of-type(10), .grad-form .form-group:nth-of-type(11) {*/
    /*    width: 50% !important;*/
    /*    float: left;*/
    /*}*/
    .half-width-form-control {
        display: inline-block;
        width: calc(50% - 2px);
    }
    .third-width-form-control {
        display: inline-block;
        width: calc(33% - 0px);
    }
    .certification2 h1 {
        font-size: 50px !important;
        margin: 125px 0 0 20px !important;
        display: inline-block;
    }
    .certification2 h2 {
        font-size: 70px !important;
        margin: 125px 0 0 20px !important;
    }
    .boxes2 {
        padding: 0 25px;
    }
    .whitebox-offer {
        min-height: 745px;
    }
    .whitebox-offer h2  {
        min-height: 190px;
    }
    .offer, .offer3 {
        padding: 0 10px;
    }
    .offer2 {
        padding: 0 10px;
    }
    .offer-left {
        border-right: 1px solid #fff;
    }
    .desktop-buttons .button2 {
        margin-right: 15px;
    }
    .whitebox3 h2 {
        font-size: 90px;
    }
    .whitebox2  {
        min-height: 350px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .certification img {
        width: 200px;
        height: auto;
    }
    .certification h2 {
        font-size: 60px;
        margin: 100px 0 0 -50px;
    }
    .certification h3 {
        font-size: 100px;
    }
    .certification2 h1 {
        font-size: 30px !important;
        margin: 150px 0 0 20px !important;
    }
    .certification2 h2 {
        font-size: 45px !important;
        margin: 100px 0 0 20px !important;
    }
    .certification h4 {
        font-size: 75px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 10px;
        font-size: 15px;
    }
    .row-same-height {
        display:table;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0;
        margin: 0;
    }
    .offer {
        padding: 50px 50px;
    }
    .offer2 {
        padding: 75px 20px;
    }
    .offer3  {
        padding: 10px 50px;
    }
    .whitebox3 h2 {
        font-size: 125px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .boxes2 {
        padding: 0 15%;
    }
    .certification img {
        width: 250px;
        height: auto;
    }
    .certification2 h1 {
        font-size: 36px !important;
        margin: 250px 0 0 20px !important;
    }
    .certification h2 {
        font-size: 70px;
        margin: 125px 0 0 -50px;
    }
    .certification h3 {
        font-size: 120px;
    }
    .certification2 h2 {
        font-size: 50px !important;
        margin: 125px 0 0 20px !important;
    }
    .certification h4 {
        font-size: 90px;
    }
    .expandable-content {
        padding: 40px 20% 80px 20%;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 15px;
        font-size: 16px;
    }
}
@media (min-width: 1300px) {
    .certification2 h1 {
        font-size: 36px !important;
        margin: 250px 0 0 20px !important;
    }
    .certification2 h2 {
        font-size: 65px !important;
        margin: 125px 0 0 20px !important;
    }
}


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

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

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

/* - 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-logged-in .header {
	position: relative !important;
}
.le-logged-in .se_mainContent {
	margin-top: 0 !important;
}
.le-edit-open .header-top {
    position: relative;
}
.le-logged-in .footer-button a {
    bottom: 40px !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-top-area1 {
}
.aurora_about #le_section-eight-content1 {
    padding-top: 75px;
    padding-right: 20%;
    padding-bottom: 75px;
    padding-left: 20%;
}
.aurora_about #le_section-one {
    background-color: rgb(209, 210, 171);
}
.aurora_about #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritzdev/cliffs-canyons-sky.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_about #le_section-one-content2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_about #le_section-three {
    background-color: rgb(185, 84, 51);
}
.aurora_about #le_section-three-content1 {
    background-image: linear-gradient(rgba(184, 84, 51, 0.6), rgba(184, 84, 51, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/woman-hands-up-hiking.jpg);
    background-position: center left;
    padding-top: 130px;
    padding-right: 10%;
    padding-bottom: 130px;
    padding-left: 10%;
}
.aurora_about #le_section-three-content2 {
    padding-right: 10%;
    padding-bottom: 0px;
    padding-left: 10%;
}
.aurora_contact #le_section-one {
    background-color: rgb(152, 107, 88);
}
.aurora_contact #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritzdev/rock-mountains.jpg);
    background-size: cover;
    background-position: top left;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_contact #le_section-one-content2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_contact #le_section-three {
    background-color: rgb(152, 107, 88);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_contact #le_section-three-content1 {
    padding-top: 50px;
    padding-right: 10%;
    padding-bottom: 30px;
    padding-left: 10%;
}
.aurora_contact #le_section-three-content2 {
    background-color: rgb(185, 84, 51);
    padding-top: 250px;
    padding-right: 10%;
    padding-bottom: 300px;
    padding-left: 10%;
}
.aurora_contact-massage-clinic #le_section-one {
    background-color: rgb(152, 107, 88);
}
.aurora_contact-massage-clinic #le_section-one-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/rock-mountains.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 175px;
    padding-right: 10%;
    padding-bottom: 175px;
    padding-left: 10%;
}
.aurora_contact-massage-clinic #le_section-one-content2 {
    padding-top: 40px;
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_contact-students #le_section-one {
    background-color: rgb(152, 107, 88);
}
.aurora_contact-students #le_section-one-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/rock-mountains.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-right: 10%;
    padding-bottom: 500px;
    padding-left: 10%;
}
.aurora_contact-students #le_section-one-content2 {
    padding-top: 50px;
    padding-right: 10%;
    padding-bottom: 25px;
    padding-left: 10%;
}
.aurora_employers #le_section-one {
    background-color: rgb(209, 210, 171);
}
.aurora_employers #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/student-raising-hand-in-class.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_employers #le_section-one-content2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_employers #le_section-two {
    background-color: rgb(185, 84, 51);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_faqs #le_section-one {
    background-color: rgb(185, 84, 51);
}
.aurora_faqs #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/woman-back-massage-tattoo.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_faqs #le_section-one-content2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_faqs #le_section-three {
    background-color: rgb(152, 107, 88);
}
.aurora_faqs #le_section-three-content1 {
}
.aurora_faqs #le_section-three-content2 {
}
.aurora_faqs #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_faqs #le_section-two-area1 {
}
.aurora_faqs #le_section-two-area5 {
    padding-right: 20%;
    padding-left: 20%;
}
.aurora_hire-a-grad #le_section-one {
    background-color: rgb(209, 210, 171);
}
.aurora_hire-a-grad #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritzdev/student-raising-hand-in-class.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_hire-a-grad #le_section-one-content2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_hire-a-grad #le_section-two {
    background-color: rgb(185, 84, 51);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home #le_footer-top-area1 {
    padding-bottom: 60px;
}
.aurora_home #le_section-banner {
    background-color: rgb(209, 210, 171);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_home #le_section-five {
    background-color: rgb(185, 84, 51);
    padding-top: 70px;
    padding-bottom: 70px;
}
.aurora_home #le_section-five-area1 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_home #le_section-five-area2 {
}
.aurora_home #le_section-four {
    background-color: rgb(209, 210, 171);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home #le_section-four-area1 {
}
.aurora_home #le_section-four-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_home #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/home-slider/saint-moritz-massage-academy-woman-arms-crossed.jpg);
    background-size: cover;
    background-position: center center;
    padding-left: 30px;
}
.aurora_home #le_section-one-area1 {
}
.aurora_home #le_section-one-area2 {
    background-color: rgba(184, 84, 51, 0.85);
    padding-top: 75px;
    padding-right: 40px;
    padding-bottom: 75px;
    padding-left: 40px;
}
.aurora_home #le_section-text-banner {
}
.aurora_home #le_section-three {
}
.aurora_home #le_section-two {
    background-color: rgb(224, 182, 126);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home-old #le_footer-top-area1 {
    padding-bottom: 60px;
}
.aurora_home-old #le_section-four {
    background-color: rgb(209, 210, 171);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_home-old #le_section-four-area1 {
}
.aurora_home-old #le_section-four-area2 {
    padding-top: 10px;
}
.aurora_home-old #le_section-three {
}
.aurora_home-old #le_section-two {
    background-color: rgb(224, 182, 126);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home-old-old #le_footer-top-area1 {
    padding-bottom: 60px;
}
.aurora_home-old-old #le_section-banner {
    background-color: rgb(209, 210, 171);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_home-old-old #le_section-five {
    background-color: rgb(185, 84, 51);
    padding-top: 70px;
    padding-bottom: 70px;
}
.aurora_home-old-old #le_section-five-area1 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_home-old-old #le_section-five-area2 {
}
.aurora_home-old-old #le_section-four {
    background-color: rgb(209, 210, 171);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home-old-old #le_section-four-area1 {
}
.aurora_home-old-old #le_section-four-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_home-old-old #le_section-text-banner {
}
.aurora_home-old-old #le_section-three {
}
.aurora_home-old-old #le_section-two {
    background-color: rgb(224, 182, 126);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home-test #le_footer-top-area1 {
    padding-bottom: 60px;
}
.aurora_home-test #le_section-banner {
    background-color: rgb(209, 210, 171);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_home-test #le_section-five {
    background-color: rgb(185, 84, 51);
    padding-top: 70px;
    padding-bottom: 70px;
}
.aurora_home-test #le_section-five-area1 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_home-test #le_section-five-area2 {
}
.aurora_home-test #le_section-four {
    background-color: rgb(209, 210, 171);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home-test #le_section-four-area1 {
}
.aurora_home-test #le_section-four-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_home-test #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/home-slider/saint-moritz-massage-academy-woman-arms-crossed.jpg);
    background-size: cover;
    background-position: center center;
    padding-left: 30px;
}
.aurora_home-test #le_section-one-area1 {
}
.aurora_home-test #le_section-one-area2 {
    background-color: rgba(184, 84, 51, 0.85);
    padding-top: 75px;
    padding-right: 40px;
    padding-bottom: 75px;
    padding-left: 40px;
}
.aurora_home-test #le_section-text-banner {
}
.aurora_home-test #le_section-three {
}
.aurora_home-test #le_section-two {
    background-color: rgb(224, 182, 126);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_location #le_section-one {
    background-color: rgb(223, 182, 125);
}
.aurora_location #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/massage-school-building.jpg);
    background-size: cover;
    background-position: top left;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_location #le_section-one-content2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_location #le_section-three {
    background-color: rgb(152, 107, 88);
}
.aurora_location #le_section-three-content1 {
}
.aurora_location #le_section-three-content2 {
}
.aurora_massage-clinic-faqs #le_section-five {
}
.aurora_massage-clinic-faqs #le_section-four-content1 {
    padding-top: 75px;
    padding-right: 20%;
    padding-bottom: 75px;
    padding-left: 20%;
}
.aurora_massage-clinic-faqs #le_section-one {
    background-color: rgb(184, 84, 51);
}
.aurora_massage-clinic-faqs #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/woman-back-massage-tattoo.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_massage-clinic-faqs #le_section-one-content2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_massage-clinic-faqs #le_section-six {
    background-color: rgb(184, 84, 51);
}
.aurora_massage-clinic-faqs #le_section-six-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritzdev/smiling-students/smiling-students_1000x495.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 500px;
}
.aurora_massage-clinic-faqs #le_section-six-content2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_massage-clinic-offers #le_section-two {
    background-color: rgb(184, 84, 51);
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_memberships #le_section-eight-content1 {
    padding-top: 75px;
    padding-right: 20%;
    padding-bottom: 75px;
    padding-left: 20%;
}
.aurora_memberships #le_section-two {
    background-color: rgb(224, 182, 126);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_privacy-policy #le_section-one {
    background-color: rgb(223, 182, 125);
}
.aurora_privacy-policy #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/woman-arms-up-hiking/woman-arms-up-hiking_1000x1078.jpg);
    background-size: cover;
    background-position: top left;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_privacy-policy #le_section-one-content2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_privacy-policy #le_section-three {
    background-color: rgb(152, 107, 88);
}
.aurora_privacy-policy #le_section-three-content1 {
}
.aurora_privacy-policy #le_section-three-content2 {
}
.aurora_privacy-policy #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_program #le_section-eight-content1 {
    padding-top: 75px;
    padding-right: 20%;
    padding-bottom: 75px;
    padding-left: 20%;
}
.aurora_program #le_section-five {
    background-color: rgb(224, 182, 126);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_program #le_section-four {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritzdev/hands-in-circle.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_program #le_section-one {
}
.aurora_program #le_section-one-content1 {
}
.aurora_program #le_section-one-content2 {
}
.aurora_program #le_section-one-content3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritzdev/smiling-students.jpg);
    background-size: cover;
    background-position: top center;
    margin-bottom: 50px;
    padding-top: 50px;
}
.aurora_program #le_section-two {
    padding-top: 40px;
    padding-bottom: 26px;
}
.aurora_program #le_section-two-area2 {
    padding-right: 25px;
}
.aurora_program #le_section-two-area3 {
    padding-left: 25px;
}
.aurora_student-offers #le_section-five {
    background-color: rgb(224, 182, 126);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_student-offers #le_section-one-content3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/hands-in-circle.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_student-offers-old #le_section-two {
    background-color: rgb(184, 84, 51);
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_student-open-house #le_section-eight-content1 {
    padding-top: 75px;
    padding-right: 20%;
    padding-bottom: 75px;
    padding-left: 20%;
}
.aurora_student-open-house #le_section-one {
    padding-top: 75px;
}
.aurora_student-open-house #le_section-one-content3 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_student-open-house #le_section-one-content4 {
    background-color: rgb(184, 84, 51);
}
.aurora_student-open-house #le_section-two {
    background-color: rgb(184, 84, 51);
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_test #le_section-four {
    background-color: rgb(209, 210, 171);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_test #le_section-four-area2 {
    padding-top: 10px;
}
.aurora_test #le_section-four-area3 {
    padding-top: 10px;
}
.aurora_thank-you #le_section-two {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_treatments #le_section-eight-content1 {
    padding-top: 75px;
    padding-right: 20%;
    padding-bottom: 75px;
    padding-left: 20%;
}
.aurora_treatments #le_section-one {
    background-color: rgb(209, 210, 171);
}
.aurora_treatments #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritzdev/woman-giving-back-massage.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_treatments #le_section-one-content2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_treatments #le_section-two {
    background-color: rgb(184, 84, 51);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_tuition-and-pay #le_section-eight-content1 {
    padding-top: 75px;
    padding-right: 20%;
    padding-bottom: 75px;
    padding-left: 20%;
}
.aurora_tuition-and-pay #le_section-five {
    background-color: rgb(224, 182, 126);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_tuition-and-pay #le_section-four {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritzdev/hands-in-circle.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_tuition-and-pay #le_section-four-content1 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_tuition-and-pay #le_section-one {
    background-image: linear-gradient(rgba(185, 84, 51, 0.25), rgba(185, 84, 51, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/cliffs-canyons.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_tuition-and-pay #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_tuition-and-pay #le_section-two-area10 {
    padding-left: 10px;
}
.aurora_tuition-and-pay #le_section-two-area7 {
    padding-top: 25px;
    padding-left: 10px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer-top-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-eight-content1 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one-content1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one-content2 {
    padding-top: 75px;
    padding-right: 5%;
    padding-bottom: 75px;
    padding-left: 5%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-content1 {
    padding-right: 5%;
    padding-left: 5%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-content2 {
    padding-top: 75px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one-content2 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-content1 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-massage-clinic #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-massage-clinic #le_section-one-content1 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-massage-clinic #le_section-one-content2 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-students #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-students #le_section-one-content1 {
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-students #le_section-one-content2 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_employers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_employers #le_section-one-content1 {
    padding-top: 275px;
    padding-bottom: 275px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_employers #le_section-one-content2 {
    padding-top: 75px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_employers #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-one-content2 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-three-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-three-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faqs #le_section-two-area5 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hire-a-grad #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hire-a-grad #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hire-a-grad #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hire-a-grad #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_footer-top-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area1 {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area2 {
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    padding-top: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/home-slider/saint-moritz-massage-academy-woman-arms-crossed.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area2 {
    background-color: rgb(184, 84, 51);
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-text-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_footer-top-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_footer-top-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_section-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_section-text-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_footer-top-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-five-area1 {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-five-area2 {
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-one {
    padding-top: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-one-area1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/home-slider/saint-moritz-massage-academy-woman-arms-crossed.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-one-area2 {
    background-color: rgb(184, 84, 51);
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-text-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-test #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_location #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_location #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_location #le_section-one-content2 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_location #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_location #le_section-three-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_location #le_section-three-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-clinic-faqs #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-clinic-faqs #le_section-four-content1 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-clinic-faqs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-clinic-faqs #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-clinic-faqs #le_section-one-content2 {
    padding-top: 60px;
    padding-right: 25px;
    padding-bottom: 60px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-clinic-faqs #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-clinic-faqs #le_section-six-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-clinic-faqs #le_section-six-content2 {
    padding-top: 60px;
    padding-right: 25px;
    padding-bottom: 60px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-clinic-offers #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-eight-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-two {
    }
}
@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-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-one-content2 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-three-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-three-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_program #le_section-eight-content1 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_program #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_program #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_program #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_program #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_program #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_program #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_program #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_program #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_program #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_student-offers #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_student-offers #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_student-offers-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_student-open-house #le_section-eight-content1 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_student-open-house #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_student-open-house #le_section-one-content3 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_student-open-house #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_student-open-house #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test #le_section-four-area3 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_treatments #le_section-eight-content1 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_treatments #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_treatments #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_treatments #le_section-one-content2 {
    padding-top: 60px;
    padding-right: 25px;
    padding-bottom: 60px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_treatments #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tuition-and-pay #le_section-eight-content1 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tuition-and-pay #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tuition-and-pay #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tuition-and-pay #le_section-four-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tuition-and-pay #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tuition-and-pay #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tuition-and-pay #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tuition-and-pay #le_section-two-area7 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-top-area1 {
    padding-top: 50px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-eight-content1 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one-content1 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one-content2 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-content1 {
    padding-top: 40px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-content2 {
    padding-top: 100px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one-content1 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one-content2 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-content1 {
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 75px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-content2 {
    padding-top: 100px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-massage-clinic #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-massage-clinic #le_section-one-content1 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-massage-clinic #le_section-one-content2 {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-students #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-students #le_section-one-content1 {
    padding-top: 75px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-students #le_section-one-content2 {
    padding-top: 10px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_employers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_employers #le_section-one-content1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_employers #le_section-one-content2 {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_employers #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-one-content1 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-one-content2 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-three-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-three-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faqs #le_section-two-area5 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hire-a-grad #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hire-a-grad #le_section-one-content1 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hire-a-grad #le_section-one-content2 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hire-a-grad #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_footer-top-area1 {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area2 {
    padding-top: 25px;
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    padding-top: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/home-slider/saint-moritz-massage-academy-woman-arms-crossed.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area2 {
    background-color: rgb(184, 84, 51);
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-text-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_footer-top-area1 {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_footer-top-area1 {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_section-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_section-five-area2 {
    padding-top: 25px;
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_section-four {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_section-four-area2 {
    padding-top: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_section-text-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_footer-top-area1 {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-five-area2 {
    padding-top: 25px;
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-four {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-four-area2 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-one {
    padding-top: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-one-area1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stmoritz/home-slider/saint-moritz-massage-academy-woman-arms-crossed.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-one-area2 {
    background-color: rgb(184, 84, 51);
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-text-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-test #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_location #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_location #le_section-one-content1 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_location #le_section-one-content2 {
    padding-top: 30px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_location #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_location #le_section-three-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_location #le_section-three-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-clinic-faqs #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-clinic-faqs #le_section-four-content1 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-clinic-faqs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-clinic-faqs #le_section-one-content1 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-clinic-faqs #le_section-one-content2 {
    padding-top: 60px;
    padding-right: 25px;
    padding-bottom: 60px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-clinic-faqs #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-clinic-faqs #le_section-six-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-clinic-faqs #le_section-six-content2 {
    padding-top: 60px;
    padding-right: 25px;
    padding-bottom: 60px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-clinic-offers #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-eight-content1 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-two {
    }
}
@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-one-content1 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-one-content2 {
    padding-top: 30px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-three-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-three-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_program #le_section-eight-content1 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_program #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_program #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_program #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_program #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_program #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_program #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_program #le_section-two {
    padding-top: 40px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_program #le_section-two-area2 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_program #le_section-two-area3 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_student-offers #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_student-offers #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_student-offers-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_student-open-house #le_section-eight-content1 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_student-open-house #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_student-open-house #le_section-one-content3 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_student-open-house #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_student-open-house #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_treatments #le_section-eight-content1 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_treatments #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_treatments #le_section-one-content1 {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_treatments #le_section-one-content2 {
    padding-top: 60px;
    padding-right: 25px;
    padding-bottom: 60px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_treatments #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tuition-and-pay #le_section-eight-content1 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tuition-and-pay #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tuition-and-pay #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tuition-and-pay #le_section-four-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tuition-and-pay #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tuition-and-pay #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tuition-and-pay #le_section-two-area10 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tuition-and-pay #le_section-two-area7 {
    padding-left: 0px;
    }
}

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