@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

body {
    margin: 0 auto;
    color: #5c5c5c;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

a {
	color: #346799;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #353434;
}
a img {
	border: 0;
}
p {
	color: #5c5c5c;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-size: 38px;
	line-height: 50px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
}
h2, h2 a, h2 a:hover {
	color: #346799;
	font-family: 'PT Sans', sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
}
h3, h3 a, h3 a:hover {
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h4, h4 a, h4 a:hover {
	color: #346799;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h5, h5 a, h5 a:hover {
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
}
h6, h6 a, h6 a:hover {
	color: #346799;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

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

.le_form {
	color: #323232;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #346799;
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    cursor: pointer;
	background-color: #353434;
	color: #ffffff;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #346799;
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #353434;
	color: #ffffff;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 5px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid #797979;
	box-shadow: none !important;
	color: #323232;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */
.form-control {
}

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

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

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

.le_form label {
    font-weight: normal;
}


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

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


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

/* Consult Form
----------------------------------------------------------------------------------------------------*/

.consultform h2 {
    font-size: 35px;
    line-height: 40px;
    color: #545454;
}
.consultform input[type="text"], .consultform input[type="password"], .consultform textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #f6f7f7 !important;
	border: 2px solid #545454 !important;
	font-size: 14px;
	margin: 10px 10px 10px 0;
	text-align: center;
	width: 350px !important;
	line-height: 30px !important;
	height: 40px;
}
.consultform #form-1-control-field_1 {
    float: left !important;
}
.consultform #form-1-control-field_2 {
    float: left !important;
}
.consultform #form-1-control-field_3 {
    float: left !important;
}
.consultform #form-1-control-field_4 {
    border: 2px solid #545454 !important;
    border-radius: 0 !important;
    height: 40px;
    float: left !important;
    background-color: #f6f7f7 !important;
    margin-right: 12px;
}
.consultform #form-1-control-field_5 {
    border: 2px solid #545454 !important;
    border-radius: 0 !important;
    height: 40px;
    float: left !important;
    background-color: #f6f7f7 !important;
}
.consultform input[type="submit"] {
	padding: 15px 20px !important;
	background-color: #8d8c8c !important;
	border: 0;
	text-align: center;
	color: #ffffff !important;
	font-size: 24px !important;
	line-height: 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	display: block;
	width: 100%;
	margin-right: 30px !important;
}
.consultform input[type="submit"]:hover {
	background-color: #346799 !important;
	color: #ffffff;
	cursor: pointer;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: #346799;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#346799;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: #346799 !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: #353434 !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#353434;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #346799;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #353434;
}
.se_button.button1 a, a.se_button.button1 {
    padding: 7px 15px;
    color: #ffffff;
    margin-top: 10px;
    background-color: #346799;
    border: 1px solid #346799;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: #ffffff;
    color: #346799;
}
.se_button.button2 a, a.se_button.button2 {
    padding: 10px 30px;
    color: #ffffff;
    margin-top: 10px;
    background-color: #346799;
    border: 1px solid #346799;
    color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #ffffff;
    color: #346799;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}


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

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

hr {
    border: 0;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 10px;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.banner-text h2 {
    margin-bottom: 5px;
    text-shadow: 0px 2px 2px rgba(0,0,0,.85);
}
.banner {
    margin-top: -10px !important;
}
.cta {
    margin-bottom: 25px;
}
.cta a {
    padding: 100px 25px !important;
    background: rgba(52,103,153,0);
    display: block;
    color: #ffffff !important;
    font-size: 30px !important;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, .85);
    line-height: 35px;
}
.cta a:hover {
    background: rgba(52,103,153,1);
    transition:all ease .3s;
    -moz-transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
.cta a:hover:after {
    transition:all ease .3s;
    -moz-transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -ms-transition:all ease .3s;
    position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	top: 0px;
    left: 0;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/triangle.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	z-index: 1000 !important;
}
.cta a:after {
    transition:all ease .3s;
    -moz-transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
.cta2 {
    border: 6px solid #346799;
    margin-bottom: 25px;
}
.cta2 a {
    padding: 94px 25px !important;
    background: rgba(52,103,153,0);
    display: block;
    color: #ffffff !important;
    font-size: 30px !important;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, .85);
    line-height: 35px;
    opacity: 0;
}
.cta2 a:hover {
    background: rgba(52,103,153,1);
    transition:all ease .3s;
    -moz-transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -ms-transition:all ease .3s;
    opacity: 1;
}
.cta2 a:hover:after {
    transition:all ease .3s;
    -moz-transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -ms-transition:all ease .3s;
    position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	top: 0px;
    left: 0;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/triangle.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	z-index: 1000 !important;
}
.cta2 a:after {
    transition:all ease .3s;
    -moz-transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
.bluebox a {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #346799;
  padding: 15px 15px !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
  margin-bottom: 25px;
}
.bluebox a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #346799;
  background: #ffffff;
  color: #346799 !important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bluebox a:hover, .bluebox a:focus, .bluebox a:active {
  color: #ffffff !important;
}
.bluebox a:hover:before, .bluebox a:focus:before, .bluebox a:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.staff {
    position: relative;
    margin-bottom: 25px;
    background-color: #346799;
}
.staff img {
    width: 100%;
    height: auto;
    opacity: 1;
}
.staff:hover img {
    opacity: 0;
}
.staff > .staff-bio {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    text-decoration: none;
    padding: 15px;
    cursor: pointer;
    border-bottom: 18px solid #ccf600;
}
.staff:hover > .staff-bio {
    opacity: 1;
}
.whitebox {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 30px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
    margin-bottom: 25px;
}
.whitebox hr {
    margin: 10px 0 !important;
}
.whitebox:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}
.mb_calendar_header {
    margin-bottom: 25px;
}
.bluebox2 {
    border: 3px solid #346799;
    padding: 25px;
    margin-bottom: 25px;
}
.staffbox h2 {
    color: #ffffff !important;
    font-size: 16px !important;
    background-color: #346799;
    padding: 7px 12px;
    margin-bottom: 25px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: -50px;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:95%;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/

.expand {
    position: relative;
    margin-bottom: 10px
}
.expand h2 {
    position: relative; 
    color: #ffffff !important;
    font-size: 18px !important;
    background-color: #346799;
    padding: 7px 12px;
    margin-bottom: 10px;
}
.expand h2:before {
    content: "+";
    margin-right: 10px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2.active {
    background-color: #000000;
}
.expand h2.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h2:hover {
    cursor: pointer;
    background-color: #000000;
}

.expand2 {
    margin-bottom: 15px;
}
.expand2 dt {
    position: relative; 
    color: #ffffff !important;
    font-size: 18px !important;
    background-color: #346799;
    padding: 9px 12px;
    margin-bottom: 10px;
    font-weight: 400 !important;
}
.expand2 dd {
    margin-top: 15px;
}
.expand2 dt:before {
    content: "+";
    margin-right: 10px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand2 dt.active {
    background-color: #000000;
}
.expand2 dt.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand2 dt:hover {
    cursor: pointer;
    background-color: #000000;
}


/* Testimonials tabs Start ----------------------------------------------------------------------------------------------------*/

.testimonial h4 {
    padding-top: 25px;
    padding-bottom: 40px;
    color: #605f54;
    font-size: 28px;
}
.tab-image {
    margin-left: -5px;
    margin-right: -5px;
}
.tab-image img {
    opacity: .7;
    padding: 0 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.tab-image img:hover {
    opacity: 1;
}
.tab-image2 {
    text-align: center !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.tab-image2 img {
    width: 100px !important;
    height: 100px !important;
}
.tabs-btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.tabs-btn li{
    display: inline-block;
}
.tabs-btn li a.active {
    color: #d01c1d;
}
.tabs-btn li a {
    position: relative;
}
.tabs-btn li a:hover {
    position: relative;
    color: #d01c1d;
}
.tabs-btn li a:hover:after {
	height: 16px;
	width: 40px;
	content:"";
	left: 40%;
	right: 40%;
	margin-top: 0 !important;
	z-index: 100 !important;
	position: absolute;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.tabs > div {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
}
.le-edit-open .tabs > div {
    display: block !important;
}

.tabs > div:after {
    clear: both;
    content:' ';
    display: block !important;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.tabs > div.expanded {
    display: block !important;
    padding-top: 50px;
}
.tabs > div > img {
    max-width: 100%;
}
.tabs > div > a {
    display: inline-block;
    padding: 10px 20px 10px 25px;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #3bc0ee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.tabs > div > a:hover {
    text-decoration: none;
    background-color: #494949;
}
#tab1 {
    position: relative !important;
}
.tabs h4 {
    font-size: 18px;
    color: #346799 !important;
}
.tabs p {
    color: #707070 !important;
    font-size: 15px;
    line-height: 23px !important;
    font-weight: 300 !important;
}

/* MB Login
----------------------------------------------------------------------------------------------------*/

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #346799 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients h3 {
    background-color: #346799 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 120px !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
.mb_login_existing_input {
    width: 100% !important;
    margin-left: -5px !important;
    margin-top: 10px !important;
}
.mb_login_new_label {
    width: 100% !important;
    text-align: left !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input {
    width: 100% !important;
}
.wrapper input[type="text"], .wrapper input[type="email"], .wrapper input[type="password"], .wrapper textarea {
    width: 100% !important;
}
.mb_login_new_row {
    width: 100% !important;
}
.password_info {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
#i_agree_row {
    width: 100% !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}
#signup_submit {
    margin-left: 0 !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: #346799 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: #346799 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
        margin-bottom: -25px !important;
    }
    #mb_login_question input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #login_form {
        margin-bottom: 40px !important;
    }
    #le_mb_loginsignup h2 {
        font-size: 18px !important;
    }
    #login_submit {
        width: 100px !important;
    }
    .seFormButton, .wrapper input[type="submit"].seFormButton {
        padding: 12px 15px !important;
    }
    #login_form .seFormButton, .wrapper input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
}
.promo_code_area {
    display: none;
}

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

#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #eeeeee !important;
}
#le_mb_list_schedule .row_date, #le_mb_list_schedule .row_class, #le_mb_list_schedule .row_staff, #le_mb_list_schedule .row_button {
    vertical-align: top;
    padding-top: 10px;
}
#le_mb_list_schedule .le_metro_silver_button {
    display: inline-block;
}
.title_class {
    padding-left: 8% !important;
}
.title_staff {
    padding-left: 9% !important;
}
#date_filter {
    width: 75px !important;
}
.schedule_filters {
    width: 115% !important;
}
.week_calendar th, .week_calendar td {
    max-width: 100% !important;
    min-width: 100% !important;
    text-align: center !important;
}
.master_date {
    background-color: #346799 !important;
    color: #ffffff !important;
    height: 40px !important;
    padding-top: 8px !important;
}
@media (max-width: 768px) {
    .schedule_date_range {
        background-color: #70be60;
        padding: 10px !important;
        color: #ffffff !important;
        font-size: 20px !important;
    }
    .mb_mobile_classname a {
        color: #7a73ae !important;
    }
    .mb_le_staff_firstname {
        color: #7a73ae !important;
    }
    .mb_le_staff_lastname {
        color: #7a73ae !important;
    }
    .dropdowns {
        width: 17% !important;
    }
    .schedule_date_range {
        background-color: #ffffff !important;
        color: #70be60 !important;
    }
    .master_date {
        font-size: 15px !important;
    }
}

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

.se_siteBranding {
    padding: 20px 0 10px 0;
}

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


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

.wrapper {
	width: 100%;
	position: relative;
}

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

.header-wrap {
    width: 100%;
    z-index: 300;
    padding: 5px 0;
}
.header {
    background-color: #ffffff;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/
.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
    background-color: #353434;
}
.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0 25px 0 0;
    text-transform: uppercase;
    background: transparent !important;
    margin-top: 10px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 25px;
    color: #346799;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.MainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

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

.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
	margin-left: -30px !important;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 0px !important;
}
.MainMenu .dropdown ul {
    display: none;
}

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

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

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

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

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
    font-family: 'PT Sans', sans-serif;
	font-size: 14px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #545454 !important;
	text-transform: uppercase;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: #346799 !important;
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:20px;
    font-family: 'PT Sans', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #545454 !important;
	text-transform: uppercase;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: #346799 !important;
}

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


.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #999;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    content:"-";
    color: #57b7df;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild2 > a:after {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #999;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild2 > a.active-mobile-parent2:after {
    content:"-";
    color: #57b7df;
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild2 ul.le_menu_level_2 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild2 ul.le_menu_level_2.open-mobile-sub2 {
    height: auto;
    visibility: visible;
    opacity: 1;
}

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

/* ---- Top Menu ---- */

.TopMenu {
    display: block;
    text-align: right;
    padding: 0 !important;
    z-index: 1000 !important;
    margin-top: 10px;
}
.TopMenu ul {
    margin: 0;
    padding: 0;
}
.TopMenu li {
	list-style: none;
}
.TopMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0;
}
.TopMenu li.le_menuitem_level_0 {
	display: inline-block;
    padding: 0;
}
.TopMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    margin: 0 7px;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    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;
    text-transform: uppercase;
}
.BlueMenu a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #346799 !important;
    color: #ffffff !important;
    padding: 5px 15px 3px 15px !important;
    border: 2px solid #346799;
}
.BlueMenu a:hover {
    background-color: #ffffff !important;
    color: #346799 !important;
}
.BlueMenu a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 12px;
}
.WhiteMenu a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff !important;
    color: #346799 !important;
    padding: 5px 15px 3px 15px !important;
    border: 2px solid #346799;
}
.WhiteMenu a:hover {
    background-color: #346799 !important;
    color: #ffffff !important;
}
.WhiteMenu a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 12px;
}
.TopMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
    background-color: #ffffff !important;
    width: 250px !important;
}
.TopMenu ul.le_menu_level_1 {
	position: relative;
	left: 0;
	margin: 0 !important;
	z-index: 1000 !important;
	display: none;
	text-align: left;
}
.TopMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.TopMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 10px !important;
	color: #727274;
    font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 200px;
	background-color: #ffffff !important;
	margin: 0 !important;
}
.TopMenu li.le_menuitem_level_1 a:hover {
	background-color: #ab886f !important;
	color: #ffffff;
	border-bottom: 4px solid transparent;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
.footer-top {
    background-color: #F6F7F7;
    border-top: 1px solid #d3d5d5;
    padding: 70px 0;
}
.footer {
	padding: 60px 0 40px 0 !important;
    font-size: 14px;
    color: #ffffff;
    background-color: #353434;
}
.footer h6 {
    color: #ffffff;
    margin-bottom: 10px;
}
.footer a {
    color: #ffffff;
    line-height: 35px;
}
.footer .se_button.button1 a, .footer a.se_button.button1 {
    padding: 0px 12px !important;
    color: #ffffff;
    margin-top: 10px;
    background-color: #346799;
}
.footer .se_button.button1 a:hover, .footer a.se_button.button1:hover {
    color: #346799;
    background-color: #ffffff;
}
.se_social a {
    background-color: #ffffff;
    border-radius: 50%;
    color: #346799;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    line-height: 26px !important;
    margin: 0 2px 10px 2px !important;
}
.se_social a:hover {
    background-color: #346799;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	transition: all .3s ease;
}
.smallertext {
    line-height: 25px !important;
}
.smallertext a {
    line-height: 25px !important;
}
.footerbottom {
    padding: 20px 0;
}

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

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

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .TopMenu {
        text-align: left !important;
        margin-bottom: 15px;
    }
    .banner-text h2 {
        font-size: 24px !important;
        line-height: 35px !important;
        margin-bottom: 0 !important;
    }
    .consultform h2 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin-bottom: 10px;
    }
    .consultform #form-1-control-field_1 {
        width: 100% !important;
    }
    .consultform #form-1-control-field_2 {
        width: 100% !important;
    }
    .consultform #form-1-control-field_3 {
        width: 100% !important;
    }
    .consultform #form-1-control-field_4 {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .consultform #form-1-control-field_5 {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .uppertext {
        position: relative !important;
        padding: 25px;
        text-align: center;
    }
    .uppertext h2 {
        color: #ffffff !important;
        font-size: 30px;
        line-height: 35px !important;
        text-shadow: 0px 2px 2px rgba(0,0,0,.85);
    }
    .aurora_home #le_section-one {
        padding: 60px 0px 75px 0 !important;
    }
    .video {
        display: none !important;
    }
    .consultform input[type="submit"] {
    	margin-top: 30px !important;
    }
}

@media (min-width: 768px) {
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding: 0 !important;
        z-index: 1000 !important;
        margin-left: -20px;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        padding: 15px 15px 13px 15px;
        font-family: 'PT Sans', sans-serif;
        font-size: 12px;
        color: #ffffff;
        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 {
        background-color: #346799;
        color: #ffffff;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        background-color: #ffffff !important;
        width: 250px !important;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	margin: 0 !important;
    	z-index: 1000 !important;
    	display: none;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 7px 10px !important;
    	color: #545454;
        font-family: 'PT Sans', sans-serif;
    	font-size: 12px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 200px;
    	background-color: #ffffff !important;
    	margin: 0 !important;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	background-color: #346799 !important;
    	color: #ffffff;
    }
    .MainMenu .le_menu_level_2_container {
    	float: left;
    	left: 100%;
    	margin-top: -30px;
    	padding: 0;
    	margin-left: 201px;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	border: 1px solid #e9eaea;
    	background-color: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        dipslay: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .consultform #form-1-control-field_1 {
        width: 230px !important;
    }
    .consultform #form-1-control-field_2 {
        width: 230px !important;
    }
    .consultform #form-1-control-field_3 {
        width: 230px !important;
    }
    .consultform #form-1-control-field_4 {
        width: 354px !important;
        margin-bottom: 10px;
    }
    .consultform #form-1-control-field_6 {
        width: 354px !important;
        margin-bottom: 10px;
    }
    .consultform h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .banner-text h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .header-wrap {
        position: fixed;
        height: 120px;
    }
    .banner {
        padding-top: 120px !important;
    }
    .se_mainContent {
        padding-top: 160px !important;
        padding-bottom: 40px !important;
    }
    .text-sm-right {
        padding-top: 3px !important;
    }
    .uppertext {
        position: absolute;
        top: 40%;
        text-align: center;
        left: 0;
        right: 0;
    }
    .uppertext h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 5px;
        text-shadow: 0px 2px 2px rgba(0,0,0,.85);
        color: #ffffff !important;
    }
    .consultform input[type="submit"] {
    	margin-top: -25px !important;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .consultform #form-1-control-field_1 {
        width: 303px !important;
    }
    .consultform #form-1-control-field_2 {
        width: 303px !important;
    }
    .consultform #form-1-control-field_3 {
        width: 303px !important;
    }
    .consultform #form-1-control-field_4 {
        width: 460px !important;
    }
    .consultform #form-1-control-field_6 {
        width: 460px !important;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 15px 20px 13px 20px;
        font-size: 14px;
    }
    .consultform h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .banner-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .consultform #form-1-control-field_1 {
        width: 370px !important;
    }
    .consultform #form-1-control-field_2 {
        width: 370px !important;
    }
    .consultform #form-1-control-field_3 {
        width: 370px !important;
    }
    .consultform #form-1-control-field_4 {
        width: 559px !important;
        margin-bottom: 10px;
    }
    .consultform #form-1-control-field_6 {
        width: 559px !important;
        margin-bottom: 10px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 15px 30px 13px 30px;
        font-size: 14px;
    }
}


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

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

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

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

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

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

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

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

/* Blog
----------------------------------------------------------------------------------------------------*/

.blogs .blog_post_listing_title_link {
    line-height: 20px !important;
    font-size: 16px !important;
}
.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
}
.feature_blog_image {
    float: left !important;
    margin-right: 20px;
}
.blog_post_listing_title_link {
    font-size: 20px !important;
    color: #74c083 !important;
    text-transform: uppercase;
}
.blog_post_listing h1 {
    line-height: 20px !important;
    margin-bottom: 0px !important;
    color: #74c083 !important;
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    background-color: #74c083;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin-top: 10px;
}
.a.read_more_link {
    display: table !important;
}
a.read_more_link {
    display: table;
    border: 1px solid #74c083;
    color: #5c5c5c;
    padding: 7px 10px;
    background-color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.read_more_link:hover {
    background-color: #ab886f;
    color: #ffffff;
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .blog_post_listing_sidebar {
        width: 500px !important;
    }
}

/* ------ Edit Region ------- */

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

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

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

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

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

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

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}
/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/

.le-logged-in .header-wrap {
    position: relative !important;
}
.le-logged-in .banner {
    padding-top: 0 !important;
}
.le-logged-in .se_mainContent {
    padding-top: 0 !important;
}
.le-edit-open .banner  {
    padding-top: 120px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_appointments #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/massage-neck.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_appointments #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_campus-security #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/male-head-massage.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_campus-security #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_class-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/should-stretch.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_class-schedule #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_complaint-procedures-and-reporting #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/fast-pace-massage.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_complaint-procedures-and-reporting #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/older-man-massage/older-man-massage_2000x1334.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact #le_section-two {
    padding-top: 50px;
    padding-bottom: 20px;
}
.aurora_continuing-education #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/eye-shadow.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_continuing-education #le_section-two {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_current-classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/head-massage.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_esthetics-programs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/facial/facial_2000x3010.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_esthetics-programs #le_section-two {
    border-width: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_esthetics-programs #le_section-two-area6 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_esthetics-programs #le_section-two-area7 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_esthetics-programs #le_section-two-area8 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_esthetics-sign-up #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/man-facial.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_esthetics-sign-up #le_section-two {
    padding-top: 50px;
    padding-bottom: 20px;
}
.aurora_esthetics-tuition #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/eye-shadow/eye-shadow_2000x1330.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_esthetics-tuition #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_esthetics-tuition #le_section-two-area9 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 6px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_financial-aid #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/women-massage.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_financial-aid #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_financial-aid #le_section-two-area9 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_gainful-employment-disclosure #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/leg-massage.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_gainful-employment-disclosure #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_general-school-policies #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/sugar-scrub.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_general-school-policies #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home #le_headerRegion {
}
.aurora_home #le_section-one {
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-one-area2 {
}
.aurora_home #le_section-three {
    background-color: rgb(222, 222, 222);
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 3px;
    padding-top: 80px;
    padding-bottom: 60px;
}
.aurora_home #le_section-two {
    padding-top: 80px;
    padding-bottom: 60px;
}
.aurora_home #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/WEBSITEiStock-Esti.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/WEBSITE_iStock-Esthetics.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/WEBSITE_CE.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/SpaLogoSupreme.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.aurora_home-test #le_section-two {
    padding-top: 80px;
    padding-bottom: 100px;
}
.aurora_home-test #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/man-massage_copy.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home-test #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/woman-head-massage.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home-test #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/eye-makup.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home-test #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/thespa.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: center center;
}
.aurora_jean-cleary-act-report #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_jean-cleary-act-report #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/man-massage_copy1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_jean-cleary-act-report #le_section-three {
    background-color: rgb(246, 247, 247);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_jean-cleary-act-report #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_locations #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/back-scrub.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_locations #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_locations #le_section-two-area6 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_massage-programs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/relaxing-massage.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_massage-programs #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_massage-programs #le_section-two-area10 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_massage-programs #le_section-two-area9 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_massage-sign-up #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/asain-man-massage.jpg);
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_massage-sign-up #le_section-two {
    padding-top: 50px;
    padding-bottom: 20px;
}
.aurora_massage-tuition #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/massage-spa-woman_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_massage-tuition #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_massage-tuition #le_section-two-area9 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_new-student-faqs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/man-relaxing-massage.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_new-student-faqs #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_on-site-classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/foot-massage.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_on-site-classes #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_on-site-classes #le_section-two-area1 {
}
.aurora_professional-recognition #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/neck-massage-women.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_professional-recognition #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_programs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/massage-neck.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_programs #le_section-two {
    padding-top: 50px;
    padding-bottom: 25px;
}
.aurora_programs #le_section-two-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/man-massage_copy.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_programs #le_section-two-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/woman-head-massage.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_programs #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/eye-makup.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_requirements #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/back-scrub.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_requirements #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_requirements #le_section-two-area10 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_requirements #le_section-two-area9 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_sign-up #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/asain-man-massage.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_sign-up #le_section-two {
    padding-top: 50px;
    padding-bottom: 20px;
}
.aurora_staff #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_staff #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/massage-hands.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_staff #le_section-three {
    background-color: rgb(246, 247, 247);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_staff #le_section-three-area3 {
}
.aurora_staff #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_start-dates #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/older-woman-massage.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_start-dates #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_start-dates-and-schedules #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/head-massage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_start-dates-and-schedules #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_start-dates-and-schedules #le_section-two-area4 {
}
.aurora_start-datesandschedules #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/head-massage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_start-datesandschedules #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_student-catalog #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/head-massage.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_student-catalog #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_tuition #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/massage-spa-woman_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_tuition #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_tuition #le_section-two-area9 {
    border-style: solid;
    border-color: rgb(52, 103, 153);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_Veterans #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/leg-massage.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_Veterans #le_section-two {
    padding-top: 50px;
    padding-left: 50px;
}
.aurora_welcome-letter #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/stomach-pressure.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_welcome-letter #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_welcome-letter #le_section-two-area12 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyschools/CSNPassport.jpg);
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-site-classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_start-dates-and-schedules #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_start-dates-and-schedules #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_welcome-letter #le_section-two-area12 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-site-classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_start-dates-and-schedules #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_start-dates-and-schedules #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_welcome-letter #le_section-two-area12 {
    }
}

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