@import url(//fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(//fonts.googleapis.com/css?family=Josefin+Slab:400,700);
@import url(//fonts.googleapis.com/css?family=Pacifico);
@import url(//fonts.googleapis.com/css?family=Oxygen);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,300italic,700,700italic);

body {
	background-color: #ffffff;
	color: #373838;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:normal;
	margin: 0 auto;
	min-width: 1000px;
}

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

a {
	color: #ef8230;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:normal;
	letter-spacing:1px;
	line-height: 20px;
	margin: 0;
}
h1, h1 a {
	color: #2c2c2c;
	font-family: 'Quicksand', san-serif;
	font-size: 48px;
	font-weight: normal;
	letter-spacing:1px;
	line-height:52px;
	margin: 0;
}
h2, h2 a {
	color: #66989d;
	font-family: 'Quicksand', sans-serif;
	font-size: 48px;
	font-weight: normal;
	letter-spacing:1px;
	line-height:52px;
	margin: 0;
}
h3, h3 a {
	color: #2c2c2c;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing:1px;
	line-height:34px;
	margin: 0;
}
h4, h4 a {
	color: #66989d;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height:34px;
	margin: 0;
}
h5, h5 a {
	color: #726f6e;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing:1px;
	line-height:22px;
	margin: 0;
}
h6, h6 a {
	color: #66989d;
	font-family: 'Pacifico', cursive;
	font-size: 36px;
	font-weight: normal;
	letter-spacing:1px;
	line-height:40px;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

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


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

.le_form {
	color: #373838;
	/*font-family: 'Josefin Slab', serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.le_form_name {
	color: #2c2c2c;
	font-family: 'Quicksand', sans-serif;
	font-size: 26px;
	line-height:30px;
	margin: 0 0 10px 0;
}
.wrapper input[type="submit"] {
	background-color: #85d4da;
	border: 0px solid #cccccc;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	text-transform:uppercase;
}
.wrapper input[type="submit"]:hover {
	background-color: #66989d;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #373838;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	margin: 0;
	line-height: 20px;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}

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


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

hr {

}
.account-button a {
	background-color: #85d4da;
	border: 0px solid #cccccc;
	color: #ffffff;
	/*font-family: 'Josefin Slab', serif;*/
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 7px 15px 5px 15px;
	text-align: center;
	text-decoration:none;
	text-transform:uppercase;
}
.account-button a:hover {
	background-color: #66989d;
	cursor: pointer;
	text-decoration:none;
}
.cta-hover {
	height:300px;
}
.cta-hover a {
	background-color:rgba(79,86,82,0);
	border:solid 10px rgba(55,56,56,0);
	color:rgba(255,255,255,0);
	display:block;
	font-size:2px;
	height:110px;
	padding:160px 20px 10px;
	position:relative;
	top:-300px;
	z-index:2;
	-webkit-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
}
.cta-hover a:hover {
	background-color:rgba(79,86,82,0.66);
	border:solid 10px rgba(55,56,56,1);
	color:rgba(255,255,255,1);
	display:block;
	font-size:48px;
	height:110px;
	padding:160px 20px 10px;
	position:relative;
	top:-300px;
	z-index:2;
}
.blue-area {
	background-color:#85d4da;
	border:solid 8px #93d7dc;
	color:#ffffff;
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:300;
	margin:7px;
	padding:25px 15px;
	-moz-box-shadow:0px 0 0px 7px #aadce0;
	-webkit-box-shadow:0px 0 0px 7px #aadce0;
	box-shadow:0px 0 0px 7px #aadce0;
}
.blue-area p {
	color:#ffffff;
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:300;
}
.blue-area h1, .blue-area h2, .blue-area h3, .blue-area h4, .blue-area h5, .blue-area h6 {
	color:#ffffff;
	/*font-family: 'Josefin Slab', serif;*/
	font-family: 'Quicksand', sans-serif;
}
.blue-area hr {
	border-bottom:solid 1px #ffffff;
	border-left:solid 0px #ffffff;
	border-right:solid 0px #ffffff;
	border-top:solid 0px #ffffff;
}
.pad-content {
	padding:0px 25px;
}
h2 .mb_listview_date, h2 .enrollments_date_range {
    font-size:30px !important;
}
.le_metro_silver_button {
    background:#85d4da !important;
	border: 0px solid #cccccc !important;
	color: #ffffff !important;
	/*font-family: 'Josefin Slab', serif !important;*/
	font-family: 'Quicksand', sans-serif !important;
	font-size: 16px;
	letter-spacing:1px !important;
	line-height: 20px;
	margin: 0;
	padding: 7px 15px 5px 15px !important;
	text-align: center;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff !important;
	text-transform:uppercase;
	-webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.le_metro_silver_button:hover {
    background:#66989d !important;
	cursor: pointer;
	text-decoration:none;
}
.mb_schedule a {
    text-decoration:none;
}
.mb_schedule tr {
    height:40px;
    /*padding-bottom:10px !important;*/
}
.mb_schedule .row_date, .mb_schedule .row_class, .mb_schedule .row_staff, .mb_schedule .row_button {
    padding:13px 0px !important;
}
.mb_schedule .row_date {
    padding-left:10px !important;
}
.mb_schedule tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}
.specEnroll .start_end {
    display:none;
}
.specEnroll .description {
    display:inline !important;
}
.specEnroll a.morelink {
    display:none !important;
}
.specBlog h1.blog_post_listing_title a, h1.blog_post_listing_title a, .blog_post_title_section h1.blog_post_title {
    color: #66989d;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height:34px;
	margin: 0;
}
.blog_post_content img {
    float:left;
    padding:0px 15px 15px 0px;
}
.hreview {
    display:block;
    padding:20px 0px 0px 0px;
}
.description {
    display:block !important;
    padding:0px 0px 0px 0px;
    margin-top: 10px !important;
}
a#reviews-link {
    display:block;
    padding:20px 0px 0px 0px;
}

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

.wrapper {
	width: 100%;
}

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

.logoCircle {
	position:absolute;
	z-index:100;
}
.headerwide {
	width: 100%;
}
.header {
	margin: auto;
	min-height:70px;
	padding:15px 0px;
	width: 960px;
}
.logo {
	float:left;
	padding: 0 10px;
	width:460px;
}
.header1 {
	float:left;
	padding: 0 10px;
	width:460px;
}

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


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

.navigationwide {
	background-color:#a4a7a4;
	width: 100%;
}
.MainMenu {
	color:#ffffff;
	margin: auto;
	padding: 10px 10px;
	position:relative;
	text-align:right;
	width: 940px;
	z-index:100;
}
.MainMenu ul {
	margin: 0;
	padding: 0;
}
.MainMenu li {
	list-style: none;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 10px 20px;
	color: #ffffff;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-transform:uppercase;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #ffffff;
}

/*--------1ST LEVEL SUBMENU-------*/

.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	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: 10px 20px;
	color: #000000;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #cccccc;
	min-width: 160px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #ffffff;
	background-color: #ff0000;
}

/*----------2ND LEVEL SUBMENU-----*/

.MainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}

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


/*-------------------------CONTENT START---------------------------*/

.contentwide {
	background-color:#e9e9e9;
	width: 100%;
}
.content {
	margin: auto;
	padding:30px 0px;
	width: 960px;
}
.cta1 {
	float:left;
	padding:0px 10px;
	width:300px;
}
.cta2 {
	float:left;
	padding:0px 10px;
	width:300px;
}
.cta3 {
	float:left;
	padding:0px 10px;
	width:300px;
}
.content1 {
	padding: 0 10px;
}
.content2 {
	float:left;
	padding: 0 10px;
	width:220px;
}
.content3 {
	float:left;
	padding: 0 10px;
	width:700px;
}
.content4 {
	float:left;
	padding: 0 10px;
	width:700px;
}
.content5 {
	float:left;
	padding: 0 10px;
	width:220px;
}
.content6 {
	margin:auto;
	padding: 0 10px;
	width:620px;
}
.content7 {
	padding: 0 10px;
}
.content8 {
	float:left;
	padding: 0 10px;
	width:300px;
}
.content9 {
	float:left;
	padding: 0 10px;
	width:300px;
}
.content10 {
	float:left;
	padding: 0 10px;
	width:300px;
}
.content11 {
	padding: 0 10px;
}
.content12 {
	float:left;
	padding: 0 10px;
	width:460px;
}
.content13 {
	float:left;
	padding: 0 10px;
	width:460px;
}
.content14 {
	float:left;
	padding: 0 10px;
	width:300px;
}
.content15 {
	float:left;
	padding: 0 10px;
	width:620px;
}
.content16 {
	float:left;
	padding: 0 10px;
	width:620px;
}
.content17 {
	float:left;
	padding: 0 10px;
	width:300px;
}
.content18 {
	padding: 0 10px;
}
.content19 {
	float:left;
	padding: 0 10px;
	width:220px;
}
.content20 {
	float:left;
	padding: 0 10px;
	width:220px;
}
.content21 {
	float:left;
	padding: 0 10px;
	width:220px;
}
.content22 {
	float:left;
	padding: 0 10px;
	width:220px;
}
.content23 {
	padding: 0 10px;
}

/*-------------------------PAGE WRAPPER START----------------------*/

.pwrapperwide {
	width: 100%;
}
.pwrapper {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.pwrapper1 {
	padding: 0 10px;
}

/*-------------------------CONTENT END-----------------------------*/


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

.bluebarone {
	background-color:#a5dbdf;
	height:6px;
	width:100%;
}
.bluebartwo {
	background-color:#8fd6dc;
	height:8px;
	width:100%;
}
.bluebarWide {
	background-color:#85d4da;
	width:100%;
}
.bluebar {
	margin:auto;
	padding:10px 0px;
	width:960px;
}
.bluebar h1, .bluebar h2, .bluebar h3, .bluebar h4, .bluebar h5, .bluebar h6 {
	color:#;
}
.footerwide {
	background-color:#373838;
	border-bottom:solid 5px #434343;
	width: 100%;
}
.footerwideBottom {
	background-color:#373838;
	width: 100%;
}
.footer {
	color: #ffffff;
	margin: auto;
	padding:20px 0px;
	width: 960px;
}
.footer a, .footer p, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color: #ffffff;
}
.le_view_mobile {
	padding: 0px;
}

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


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

.FooterMenu {
	padding: 0 10px;
}
.FooterMenu ul {
	margin: 0;
	padding: 0;
}
.FooterMenu li {
	list-style: none;
}
.FooterMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.FooterMenu ul li a {
	display: block;
	padding: 0 10px;
	color: #000000;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
}
.FooterMenu ul li a:hover {
	text-decoration: underline;
}
/*--------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 MENU END-------------------------*/


/*-------------------------RESETS START----------------------------*/

.anythingSlider-default {
	padding: 0 !important;
}
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;
}

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


/*-------------------------CLEAR START-----------------------------*/

/* 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;
}
.start_end {
    display: none;
}
.bold_date {
    display: none !important;
}
.morelink {
    display:none !important;
}
.right {
  float: left;
}
.specEnroll .description {
  float: left;
}
.mb_enrollment_dates{
    display: none !important;
}
/*-------------------------CLEAR END-------------------------------*/