@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);

body {
    margin: 0 auto;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    background-color: #E6F4D6;
    /*background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/jade-lady/mobile-site-background.png");*/
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/mobile-site-background-edit.png");
    background-repeat: repeat-x;
    color: #691d43;
    background-size: contain;
}

/*-------------------------FONT STYLING START----------------------*/

a {
    text-decoration: none;
    color: #bb768b;
}
a:hover {
    text-decoration: underline;
    color: #bb768b;
}
a img {
    border: 0;
}
p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	color: #691d43;
	margin: 0;
	line-height: 22px;
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Kaushan Script', cursive;
	font-size: 26px;
	color: #497a56;
	font-weight: normal;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Kaushan Script', cursive;
	font-size: 28px;
	color: #691d43;
	font-weight: normal;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Julius Sans One', sans-serif;
	font-size: 20px;
	color: #497a56;
	font-weight: normal;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Julius Sans One', sans-serif;
	font-size: 20px;
	color: #691d43;
	font-weight: normal;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Kaushan Script', cursive;
	font-size: 20px;
	color: #497a56;
	font-weight: normal;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	color: #691d43;
	font-weight: normal;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}
blockquote {
    border: 0 !important;
    padding: 0 !important;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
    color: #fff;
}


/*-------------------------FONT STYLING END------------------------*/


/*-------------------------Schedule Page END------------------------*/

.row_date, .row_class, .row_staff, .row_button {
    padding-bottom:10px !important;
}

/*-------------------------Schedule Page END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
	color: #691d43;
	line-height: 22px;
}
.le_form_name {
    font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	color: #691d43;
	font-weight: normal;
	margin: 0;
}
.container input[type="submit"] {
    margin: 0;
    padding: 6px 11px 5px;
    background:none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    -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: #777;
}
.container input[type="submit"]:hover {
    background:none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #999;
    border-radius: 5px;
    color: #777;
    cursor: pointer;
}
.container input[type="text"], .container input[type="password"], .container textarea, #search_form_value {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    border-radius: 4px;
}
.form-control {
    height: inherit !important;
    border-radius: 0 !important;
}
.form-header p {
    color: #000;
    font-size: 16px;
}
.mb_loginelement_existingaccount {
    display: inline-block;
    width:100%;
    margin: auto;
}
.mb_loginelement_existing_input {
    display: inline-block;
}

/*-------------------------LE FORM STYLE END-----------------------*/




/*-------------------------SITE CLASSES START----------------------*/

hr {
    border-bottom: 0 solid #CDCDCD;
    border-left: 0 solid #CDCDCD;
    border-right: 0 solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    margin: 5px 0 8px !important;
}
.panel {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
blockquote {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
}
.se_button a, a.se_button {
    margin-bottom: 1px;
    padding: 15px;
    font-size: 14px;
    font-weight: none;
    font-style: inherit;
    text-decoration: none;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
    background-color: #2C56C3;
    color: #00467f;
}
.se_button a:hover, a.se_button:hover {
    background-color: #ccc;
    text-decoration: none;
    color: #00467f;
}
.se_cta, .se_cta a {
    background-color: #2C56C3;
    border: 0 solid transparent;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: #00467f;
}
.se_cta:hover, .se_cta a:hover {
    background-color: #ccc;
    color: #00467f;
}
.se_social a {
    font-size: 30px;
    text-decoration: none;
    color: #2C56C3;
}
.se_social a:hover {
    text-decoration: none;
    color: #ccc;
}
.button a, a.button {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #2C56C3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #013056;
}
.button a:after, a.button:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #013056;
    border-bottom: 7px solid transparent;
}
.button a:hover, a:hover.button {
    text-decoration: none;
    color: #fff;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.content.insidepage .row > div {
    min-height: 0;
}
.le-edit-open .content.insidepage .row > div {
    min-height: 0;
}
.margin-top10 {
    margin-top: 10px;
}
.margin-top20 {
    margin-top: 20px;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}
.desktop {
    display: none;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.le-edit-open .desktop, .le-edit-open .mobile {
    display: block !important;
}
img {
    max-width: 100%;
    height: auto;
}

/*-------------------------SITE CLASSES END------------------------*/


/*-------------------------HEADER START----------------------------*/

.header {
    padding-bottom: 15px;   
}
.main-logo {
    padding-top: 120px;
}
.main-logo .le_logo_main-logo {
    display: block;
    width: 73px;
    height: 63px;
    margin: 0 auto;
}
.main-logo img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.social-icons {
    text-align: right;
}
.social-icons a {
    display: inline-block;
    padding: 7px;
}
.social-icons a:hover {
    background-color: #1E3021;
}
.header2 {
    padding-top: 120px;
    padding-right: 0;
}
.mobile-title h1 {
    line-height: 1.2;
}
.purple-mobile a {
    font-weight: bold;
    color: #fff;
}
.purple-mobile img {
    vertical-align: bottom;
}
.ltgreen-mobile a {
    font-weight: bold;
    color: #6a1d41;
}
.green-mobile {
	background-color:#446d4a;
	padding:10px;
}
.green-mobile a {
    color: #fff;
}

/*-------------------------HEADER END------------------------------*/


/*-------------------------MAIN MENU START-------------------------*/

.main-nav {
    background-color: #446D4A;
}
.navigation {
    text-align: center;
}
.navicon {
    height: 38px;
    padding: 10px 0;
    position: relative;
    color: #000;
}
.navicon:after {
    content: '\2630    Menu';
    position: absolute;
    top: 0;
    right: 0;
    left: 10px;
    padding: 8px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #fff;
}
.navicon:hover:after {
    color: #294831;
}
.navicon:hover {
    cursor: pointer;
}
.main-menu {
    display: none;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #000;
}
.main-menu ul.le_menu_level_0 {
    width: 250px;
    margin: 0;
    padding: 10px;
    background-color: #1E3021;
}
.main-menu li {
    list-style-type: none;
    text-decoration: none;
}
.main-menu li.le_menuitem_level_0 > a {
    display: block;
    padding: 5px 15px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #fcfde7;
}
.main-menu li.le_menuitem_level_0 > a:hover, .main-menu li.le_menuitem_level_0 > a.le_current_link {
    color: #294831;
}
.main-menu li.le_menuitem_level_1 > a {
    display: block;
    padding: 5px 15px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #fcfde7;
}
.main-menu li.le_menuitem_level_1 > a:hover, .main-menu li.le_menuitem_level_1 > a.le_current_link {
    color: #294831;
}
.dropdown ul {
    display: none;
}

/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------MAIN START------------------------------*/

.basic-btn a {
    display: inline-block;
    padding: 10px;
    background-color: #000;
    -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;
}
.basic-btn a:hover {
    text-decoration: none;
    background-color: #aaa;
}
.green-btn a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/sitegreen_button_bg_off.png');
    border-bottom: 5px solid #17806d;
    color: #fcfde7;
    display: inline-block;
    font-family: "Julius Sans One",sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    width:100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.green-btn a:hover {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/sitegreen_button_bg_on.png');
    color: #fcfde7;
    text-decoration: none;
}
.burgundy-btn a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/siteburgundy_button_bg_off.png');
    border-bottom: 5px solid #800080;
    color: #fcfde7;
    display: inline-block;
    font-family: "Julius Sans One",sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    width:100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.burgundy-btn a:hover {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/siteburgundy_button_bg_on.png');
    color: #fcfde7;
    text-decoration: none;
}
.red-btn a {
    display: inline-block;
    width: 140px;
    margin: 0 5px;
    font-family: "Kaushan Script",cursive;
    font-size: 20px;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/red_button_bg_off.png');
	border-bottom: 5px solid #691d43;
	padding: 5px 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fcfde7;
	text-decoration: none;
}
.red-btn a:hover {
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/red_button_bg_on.png');
	color: #fcfde7;
	text-decoration: none;
}
.homepage .area1 {
    padding-left: 0;
    padding-right: 0;
}
.homepage .area2 {
    padding-left: 0;
    padding-right: 0;
}
.toughts p {
    padding: 10px;
}
.le_plugin_map > iframe {
    width: 90%;
}
.punchcards table {
    width: 100% !important;
}
.holly table {
    width: 100%;
}
.dawn-kelly img {
    max-width: none;
}

/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footer {
    padding: 10px 0 30px 0;
    background-color: #1E3021;
}
.footer p {
    color: #DDEED2;
    font-size: 12px;
}
.topscroll {
    display: none;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

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

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {
        background-repeat: repeat-x;
        background-position: 50% 50%;
        background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/bkrd_grnmountain.png");
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .button a, a.button {
        border: 2px solid #ffffff;
    }
    .header {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .header:before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        width: 100%;
        height: 122px;
        background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/site_green_top.png");
        background-repeat: repeat-x;
        background-position: 50% 0%;
    }
    .header .container {
        background-color: #FCFDE7;
    }
    .content .container {
        padding-left: 0;
        padding-right: 0;
        background: transparent linear-gradient(to bottom, #FCFDE7 0%, #E6F4D6 100%) repeat scroll 0% 0%;
    }
    .content .container1 {
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/graphic_creamtriangle.png');
    }
    .content .container2 {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
    .content.homepage .container2 {
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/bkrd_mountain_inside.png");
        background-repeat: no-repeat;
    }
    .main-logo {
        padding-top: 0;
        padding-left: 10px;
    }
    .main-logo .le_logo_main-logo {
        display: inline;
        position: relative;
        top: -5px;
    }
    .navigation {
        margin-top: 0;
        text-align: center;
    }
    .navicon {
        display: none;
    }
    .main-nav {
        background-color: transparent;
    }
    .main-menu.mobile {
        display: none !important;
    }
    .main-menu {
        display: block !important;
    }
    .main-menu ul {
        margin: 0;
        padding: 0;
    }
    .main-menu ul.le_menu_level_0 {
        width: 100%;
        margin: 0px;
        padding: 0;
        background-color: transparent;
    }
    .main-menu li {
        list-style: none;
    }
    .main-menu li.le_menuitem_level_0 {
        display: inline-block;
    }
    .main-menu li.le_menuitem_level_0 > a {
        display: block;
        padding: 0 8px;
        font-family: "Julius Sans One",sans-serif;
        font-size: 16px;
        font-weight: 300;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #294831;
    }
    .main-menu li.le_menuitem_level_0 > a:hover, .main-menu li.le_menuitem_level_0 > a.le_current_link {
        text-decoration: none;
        color: #fcfde7;
    }
    .main-menu ul.le_menu_level_1 {
        display: none;
        margin: 0;
        padding: 2px 0 0 0;
        position: absolute;
        text-align: left;
        white-space: nowrap;
        z-index: 100;
    }
    .main-menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        display: block;
    }
    .main-menu li.le_menuitem_level_1 > a {
        display: block;
    	font-family: 'Julius Sans One', sans-serif;
    	font-size: 16px;
    	color: #294831;
    	padding: 5px 12px;
    	text-decoration: none;
        background-color: #669972;
    	-webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }
    .main-menu li.le_menuitem_level_1 > a:hover, .main-menu li.le_menuitem_level_1 > a.le_current_link {
        color: #fcfde7;
	    background-color: #294831;
    }
    .main-menu .le_menu_level_2_container {
        float: right;
        margin-top: -28px;
        padding: 0;
    }
    .main-menu ul.le_menu_level_2 {
        position: absolute;
        z-index: 100;
        display: none;
        margin: 0;
        padding: 0;
        background-color: #777777;
        text-align: left;
    }
    .main-menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
        display: block;
    }
    .main-menu li.le_menuitem_level_2 a {
        display: block;
        font-family: 'Julius Sans One', sans-serif;
    	font-size: 16px;
    	color: #294831;
    	padding: 5px 12px;
    	text-decoration: none;
        background-color: #669972;
    	min-width: 140px;
    }
    .main-menu li.le_menuitem_level_2 > a:hover,
    .main-menu li.le_menuitem_level_2 > a.le_current_link {
        color: #fcfde7;
    	background-color: #294831;
    }
    .dropdown ul {
        display: block;
    }
    .header2-container {
        padding-top: 0;
        padding-right: 15px;
    }
    .header2 {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .header3 {
        padding:0 10px;
        /*padding-right: 0;*/
    }
    .header4, .header5 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .social-icons a {
        padding: 0;
        margin: 7px;
    }
    .social-icons a:hover {
        background-color: transparent;
    }
    .header-links {
        padding-top: 10px;
    }
    .line-btn {
        margin-top: 10px;
    }
    .header-links h4 a {
        font-size: 17px;
    }
    .homepage .area1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-img {
        text-align: left;
        padding: 70px;
    }

    .main-img p {
        font-size: 11px;
    }
    .homepage .area4 {
        text-align: center;
        padding-top: 55px;
    }
    .homepage .area3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .FooterMenu {
    	padding: 0 10px;
    	text-align: center;
    }
    .FooterMenu ul {
    	display: inline-block;
    	margin: 0;
    	padding: 0;
    }
    .FooterMenu ul li {
    	display: block;
    	float: left;
    }
    .FooterMenu ul li a {
    	display: block;
    	font-family: 'Julius Sans One', sans-serif;
    	font-size: 12px;
    	color: #fcfde7;
    	padding: 0 10px;
    }
    .FooterMenu ul li a:hover {
    	color: #691d43;
    	text-decoration: none;
    }
    /*--------1st level submenu-------*/
    .FooterMenu li.le_menuitem_level_1 a {
    	display: none;
    }
    /*--------2nd level submenu-------*/
    .FooterMenu li.le_menuitem_level_2 a {
    	display: none;
    }
    .footer {
        padding: 20px 0;
        background-color: #BBA5CF;
    }
    .le_plugin_map > iframe {
        width: 425px;
    }
    .content.insidepage .container,
    .content.wrapperpage .container{
        padding-top: 30px;
    }
    .topscroll {
        display: block;
        position: fixed;
        bottom: -10px;
        right: 20px;
        width: 60px;
        background-color: #98ba98;
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        font-family: 'Julius Sans One', sans-serif;
    	font-size: 16px;
    	color: #294831;
    	font-weight: normal;
    	-webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        text-align: center;
    }
    .topscroll:hover {
        bottom: 0;
    }
    .topscroll a {
        display: block;
        padding: 4px 10px 13px 10px;
        -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: #294831;
    }
    .topscroll a:hover {
        text-decoration: none;
    }
    .punchcards table {
        width: 439px !important;
    }
    .holly table {
        width: 600px;
    }
    .dawn-kelly .special-table {
        width: 420px;
    }
    .mb_loginelement_existingaccount {
        display: inline-block;
        width:600px;
        margin: auto;
        margin-left: 8%;
    }
.mb_loginelement_existing_input {
    display: inline-block;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .main-menu li.le_menuitem_level_0 > a {
        padding: 0 10px;
        font-size: 20px;
    }
    .social-icons {
        padding-right: 15px;
    }
    .header-links h4 a {
        font-size: 20px;
    }
    .header4, .header5 {
        /*width: 140px;*/
    }
    .header4 {
        /*margin-left: -35px;*/
    }
    .content.homepage .container2:before {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 972px;
        bottom: 0;
        left: 0;
        content: " ";
        background-position: 100% 0;
        /*background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/graphic_triangle.png");*/
        background-repeat: no-repeat;
    }
    .homepage .area8 {
        padding-right: 0;
    }
    .right-area {
        text-align: center;
    }
    .right-area p {
        color: #fff;
    }
    .right-area img + p {
        padding-top: 250px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .header3 {
        /*padding-left: 85px;*/
    }
    .right-area {
        padding-left: 45px;
    }
    .right-area img + p {
        padding-top: 200px;
    }
}

/*-------------------------MEDIA QUERIES END-----------------------*/


/*-------------------------RESETS START----------------------------*/
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;
}
.wrapper img {
    vertical-align: middle;
}
.wrapper table {
    border-spacing: 0 !important;
}
#auroraContentContainer .relative-eater {
    height: 40px;
}

/*-------------------------RESETS END------------------------------*/


/*-------------------------CLEAR START-----------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-------------------------IE 8 Fixes-------------------------------*/
.lt-ie9 .col-md-1, .lt-ie9 .col-md-2, .lt-ie9 .col-md-3, .lt-ie9 .col-md-4, .lt-ie9 .col-md-5, .lt-ie9 .col-md-6, 
.lt-ie9 .col-md-7, .lt-ie9 .col-md-8, .lt-ie9 .col-md-9, .lt-ie9 .col-md-10, .lt-ie9 .col-md-11, .lt-ie9 .col-md-12,
.lt-ie9 .col-lg-1, .lt-ie9 .col-lg-2, .lt-ie9 .col-lg-3, .lt-ie9 .col-lg-4, .lt-ie9 .col-lg-5, .lt-ie9 .col-lg-6, 
.lt-ie9 .col-lg-7, .lt-ie9 .col-lg-8, .lt-ie9 .col-lg-9, .lt-ie9 .col-lg-10, .lt-ie9 .col-lg-11, .lt-ie9 .col-lg-12 {
    float: left;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}
.lt-ie9 .col-md-12 {
    width: 100%;
}
.lt-ie9 .col-md-11 {
    width: 91.66666667%;
}
.lt-ie9 .col-md-10 {
    width: 83.33333333%;
}
.lt-ie9 .col-md-9 {
    width: 75%;
}
.lt-ie9 .col-md-8 {
    width: 66.66666667%;
}
.lt-ie9 .col-md-7 {
    width: 58.33333333%;
}
.lt-ie9 .col-md-6 {
    width: 50%;
}
.lt-ie9 .col-md-5 {
    width: 41.66666667%;
}
.lt-ie9 .col-md-4 {
    width: 33.33333333%;
}
.lt-ie9 .col-md-3 {
    width: 25%;
}
.lt-ie9 .col-md-2 {
    width: 16.66666667%;
}
.lt-ie9 .col-md-1 {
    width: 8.33333333%;
}
.lt-ie9 .col-lg-12 {
    width: 100%;
}
.lt-ie9 .col-lg-11 {
    width: 91.66666667%;
}
.lt-ie9 .col-lg-10 {
    width: 83.33333333%;
}
.lt-ie9 .col-lg-9 {
    width: 75%;
}
.lt-ie9 .col-lg-8 {
    width: 66.66666667%;
}
.lt-ie9 .col-lg-7 {
    width: 58.33333333%;
}
.lt-ie9 .col-lg-6 {
    width: 50%;
}
.lt-ie9 .col-lg-5 {
    width: 41.66666667%;
}
.lt-ie9 .col-lg-4 {
    width: 33.33333333%;
}
.lt-ie9 .col-lg-3 {
    width: 25%;
}
.lt-ie9 .col-lg-2 {
    width: 16.66666667%;
}
.lt-ie9 .col-lg-1 {
    width: 8.33333333%;
}
.lt-ie9 .col-sm-6 {
    float: left;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    width: 50%;
}

.lt-ie9 body {
    background-repeat: repeat-x;
    background-position: 50% 50%;
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/bkrd_grnmountain.png");
}
.lt-ie9 .desktop {
    display: block;
}
.lt-ie9 .mobile {
    display: none;
}
.lt-ie9 .button a, .lt-ie9 a.button {
    border: 2px solid #ffffff;
}
.lt-ie9 .header {
    padding-top: 10px;
    padding-bottom: 0;
}
.lt-ie9 .header:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 122px;
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/site_green_top.png");
    background-repeat: repeat-x;
    background-position: 50% 0%;
}
.lt-ie9 .header .container {
    background-color: #FCFDE7;
}
.lt-ie9 .content .container {
    padding-left: 0;
    padding-right: 0;
    
    background: rgb(252,253,231); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmRlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmY0ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(252,253,231,1) 0%, rgba(230,244,214,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,253,231,1)), color-stop(100%,rgba(230,244,214,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,253,231,1) 0%,rgba(230,244,214,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,253,231,1) 0%,rgba(230,244,214,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,253,231,1) 0%,rgba(230,244,214,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,253,231,1) 0%,rgba(230,244,214,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfde7', endColorstr='#e6f4d6',GradientType=0 ); /* IE6-8 */

}
.lt-ie9 .content .container1 {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/graphic_creamtriangle.png');
}
.lt-ie9 .content .container2 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.lt-ie9 .content.homepage .container2 {
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/bkrd_mountain_inside.png");
    background-repeat: no-repeat;
}
.lt-ie9 .main-logo {
    padding-top: 0;
    padding-left: 10px;
}
.lt-ie9 .main-logo .le_logo_main-logo {
    display: inline;
    position: relative;
    top: -5px;
}
.lt-ie9 .navigation {
    margin-top: 0;
    text-align: center;
}
.lt-ie9 .navicon {
    display: none;
}
.lt-ie9 .main-nav {
    background-color: transparent;
}
.lt-ie9 .main-menu.mobile {
    display: none !important;
}
.lt-ie9 .main-menu {
    display: block !important;
}
.lt-ie9 .main-menu ul {
    margin: 0;
    padding: 0;
}
.lt-ie9 .main-menu ul.le_menu_level_0 {
    width: 100%;
    margin: 0px;
    padding: 0;
    background-color: transparent;
}
.lt-ie9 .main-menu li {
    list-style: none;
}
.lt-ie9 .main-menu li.le_menuitem_level_0 {
    display: inline-block;
}
.lt-ie9 .main-menu li.le_menuitem_level_0 > a {
    display: block;
    padding: 0 10px;
    font-size: 20px;
    font-family: "Julius Sans One",sans-serif;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #294831;
}
.lt-ie9 .main-menu li.le_menuitem_level_0 > a:hover,
.lt-ie9 .main-menu li.le_menuitem_level_0 > a.le_current_link {
    text-decoration: none;
    color: #fcfde7;
}
.lt-ie9 .main-menu ul.le_menu_level_1 {
    display: none;
    margin: 0;
    padding: 2px 0 0 0;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    z-index: 100;
}
.lt-ie9 .main-menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    display: block;
}
.lt-ie9 .main-menu li.le_menuitem_level_1 > a {
    display: block;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	color: #294831;
	padding: 5px 12px;
	text-decoration: none;
    background-color: #669972;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.lt-ie9 .main-menu li.le_menuitem_level_1 > a:hover,
.lt-ie9 .main-menu li.le_menuitem_level_1 > a.le_current_link {
    color: #fcfde7;
    background-color: #294831;
}
.lt-ie9 .main-menu .le_menu_level_2_container {
    float: right;
    margin-top: -28px;
    padding: 0;
}
.lt-ie9 .main-menu ul.le_menu_level_2 {
    position: absolute;
    z-index: 100;
    display: none;
    margin: 0;
    padding: 0;
    background-color: #777777;
    text-align: left;
}
.lt-ie9 .main-menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    display: block;
}
.lt-ie9 .main-menu li.le_menuitem_level_2 a {
    display: block;
    font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	color: #294831;
	padding: 5px 12px;
	text-decoration: none;
    background-color: #669972;
	min-width: 140px;
}
.lt-ie9 .main-menu li.le_menuitem_level_2 > a:hover,
.lt-ie9 .main-menu li.le_menuitem_level_2 > a.le_current_link {
    color: #fcfde7;
	background-color: #294831;
}
.lt-ie9 .dropdown ul {
    display: block;
}
.lt-ie9 .header2-container {
    padding-top: 0;
    padding-right: 15px;
}
.lt-ie9 .header2 {
    padding-top: 0;
    padding-bottom: 15px;
}
.lt-ie9 .header3 {
    padding-right: 0;
    padding-left: 85px;
}
.lt-ie9 .header4, .lt-ie9 .header5 {
    padding-left: 10px;
    padding-right: 10px;
    width: 140px;
}
.lt-ie9 .social-icons {
    padding-right: 15px;
}
.lt-ie9 .social-icons a {
    padding: 0;
    margin: 7px;
}
.lt-ie9 .social-icons a:hover {
    background-color: transparent;
}
.lt-ie9 .header-links {
    padding-top: 40px;
}
.lt-ie9 .line-btn {
    margin-top: 10px;
}
.lt-ie9 .header-links h4 a {
    font-size: 20px;
}
.lt-ie9 .homepage .area1 {
    padding-left: 15px;
    padding-right: 15px;
}
.lt-ie9 .main-img {
    text-align: left;
    padding: 70px;
}
.lt-ie9 .main-img p {
    font-size: 11px;
}
.lt-ie9 .homepage .area4 {
    text-align: center;
    padding-top: 55px;
}
.lt-ie9 .homepage .area3 {
    padding-left: 10px;
    padding-right: 10px;
}
.lt-ie9 .FooterMenu {
	padding: 0 10px;
	text-align: center;
}
.lt-ie9 .FooterMenu ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.lt-ie9 .FooterMenu ul li {
	display: block;
	float: left;
}
.lt-ie9 .FooterMenu ul li a {
	display: block;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 12px;
	color: #fcfde7;
	padding: 0 10px;
}
.lt-ie9 .FooterMenu ul li a:hover {
	color: #691d43;
	text-decoration: none;
}
/*--------1st level submenu-------*/
.lt-ie9 .FooterMenu li.le_menuitem_level_1 a {
	display: none;
}
/*--------2nd level submenu-------*/
.lt-ie9 .FooterMenu li.le_menuitem_level_2 a {
	display: none;
}
.lt-ie9 .footer {
    padding: 20px 0;
    background-color: #BBA5CF;
}
.lt-ie9 .le_plugin_map > iframe {
    width: 425px;
}
.lt-ie9 .content.insidepage .container,
.lt-ie9 .content.wrapperpage .container{
    padding-top: 30px;
}
.lt-ie9 .topscroll {
    display: block;
    position: fixed;
    bottom: -10px;
    right: 20px;
    width: 60px;
    background-color: #98ba98;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	color: #294831;
	font-weight: normal;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.lt-ie9 .topscroll:hover {
    bottom: 0;
}
.lt-ie9 .topscroll a {
    display: block;
    padding: 4px 10px 13px 10px;
    -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: #294831;
}
.lt-ie9 .topscroll a:hover {
    text-decoration: none;
}
.lt-ie9 .punchcards table {
    width: 439px !important;
}
.lt-ie9 .holly table {
    width: 600px;
}
.lt-ie9 .dawn-kelly .special-table {
    width: 420px;
}
.header4 {
    /*margin-left: -35px;*/
}
.lt-ie9 .content.homepage .container2:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 972px;
    bottom: 0;
    left: 0;
    content: " ";
    background-position: 100% 0;
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/jadelady/graphic_triangle.png");
    background-repeat: no-repeat;
}
.lt-ie9 .homepage .area8 {
    padding-right: 0;
}
.lt-ie9 .right-area {
    text-align: center;
    padding-left: 45px;
}
.lt-ie9 .right-area p {
    color: #fff;
}
.lt-ie9 .right-area img + p {
    padding-top: 200px;
}
/*-------------------------IE 8 Fixes END-------------------------------*/

/*-------------------------CLEAR END-------------------------------*/

/*MB Schedule Fix*/
.mb_mobilebar, .mb_mobilebar a {
    font-size: 12px !important;
}
.mb_mobilebar_schedulebar_classname {
    width: 150px !important;
}
#le_mb_week_schedule .week_view_signup {
    display: inline-block !important;
    margin-top: 5px;
}
#le_mb_week_schedule .week_calendar td {
    padding: 5px !important;
}
#le_mb_week_schedule {
    font-size: 13px !important;
}
.cal-block .capacity-info, .cal-block .cal-resource, #cal-modals-div .capacity-info, #cal-modals-div .cal-resource {
    display: none !important;
}

.biggertext p{
    font-size: 45px !important
}