@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(//fonts.googleapis.com/css?family=Raleway:400,700);
body {
    margin: 0 auto;
    min-width: 1000px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

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

a {
	color: #ed1f24;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	margin: 0;
}
h1, h1 a {
	color: #ed1f24;
	font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
	margin: 0;
}
h2, h2 a {
	color: #ed1f24;
	font-family: 'Raleway', sans-serif;
    font-size: 33px;
    font-weight: 700;
	margin: 0;
}
h3, h3 a {
	color: #000000;
	font-family: 'Raleway', sans-serif;
    font-size: 58px;
    font-weight: 400;
	margin: 0;
}
h4, h4 a {
	color: #000000;
	font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
	margin: 0;
}
h5, h5 a {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
	margin: 0;
}
h6, h6 a {
	color: #000000;
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
	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: #000000;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	margin: 0;
}
.le_form_name {
	color: #000000;
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
	margin: 0 0 10px 0;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	background-color: #ed1f24;
	border: 0;
	text-align: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	margin: 0;
}
.wrapper input[type="submit"]:hover {
	color: #000000;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	margin: 0;
}
.form-control {
    height: inherit !important;
    border-radius: 0 !important;
}
.form-group {
    margin-bottom: 10px !important;
}
.login {
    margin-top: 2px;
}
.login label, .login .mb_loginelement_newaccount {
    display: none;
}
.login .mb_loginelement_existingaccount {
    display: block !important;
}
.password_info {
    color: #ed1f24;
}


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


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

hr {
	border: 0;
	border-bottom: 1px solid #000000;
}
.blackbox {
	padding: 20px;
	background-color: #000000; /* Old Browsers */
}
.blog_post_listing_title, .blog_post_listing_title_link, .blog_post_title, #layout_name { 
    color: #ed1f24;
    font-family: 'Raleway', sans-serif;
    font-size: 33px;
    font-weight: 700;
    margin: 0;
    line-height: 37px;
}
.button a, a.button {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ed1f24;
    color: #ffffff;
}
.button a:hover, a:hover.button {
    color: #000000;
    text-decoration: none;
}
#class_details {
	color: #000000;
	font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
	margin: 0;
}
.cta {
	padding: 10px 15px;
	background-color: #ed1f24; /* Old Browsers */
	background: rgba(237,31,36,.75);
    -webkit-border-radius: 25px 0 0 0 / 20px 0 0 0;
    -moz-border-radius: 25px 0 0 0 / 20px 0 0 0;
    border-radius: 25px 0 0 0 / 20px 0 0 0;
}
.cta p, .cta a {
	color: #ffffff;
}
.cta h6 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding-left: 25px;
}
.cta h6:before {
    position: absolute;
    content: '+';
    font-family: 'Arial', 'sans-serif';
    font-size: 25px;
    top: -2px;
    left: 0;
}
.cta h6.active:before {
    top: -1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.cta h6:hover {
    cursor: pointer;
}
.cta .button a, .cta a.button {
    background-color: #ffffff;
    color: #000000;
}
.cta .button a:hover, .cta a:hover.button {
    color: #ed1f24;
}
#grid {
    width: 810px;
    margin: 20px auto;
}
.mb_le_staff_lastname {
    display: none;
}
.red-top {
	height: 30px;
    margin-bottom: 10px;
	background-color: #ed1f24; /* Old Browsers */
	background: rgba(237,31,36,.75);
    -webkit-border-radius: 25px 0 0 0 / 20px 0 0 0;
    -moz-border-radius: 25px 0 0 0 / 20px 0 0 0;
    border-radius: 25px 0 0 0 / 20px 0 0 0;
}
.red-bottom {
	height: 30px;
    margin-top: 10px;
	background-color: #ed1f24; /* Old Browsers */
	background: rgba(237,31,36,.75);
    -webkit-border-radius: 0 0 25px 0 / 0 0 20px 0;
    -moz-border-radius: 0 0 25px 0 / 0 0 20px 0;
    border-radius: 0 0 25px 0 / 0 0 20px 0;
}
.shadow {
	text-shadow: 2px 2px 2px rgba(0,0,0,.75);
}
.whitetransbox {
	padding: 20px;
	background-color: #ffffff; /* Old Browsers */
	background: rgba(255,255,255,.85);
}

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

.wrapper {
	width: 100%;
}

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

.headertopwide {
	width: 100%;
	margin: 20px 0 0 0;
	background-color: #ffffff; /* Old Browsers */
	background: rgba(255,255,255,.5);
}
.headertop {
	margin: auto;
	width: 960px;
	padding: 10px 0;
}
.headertop a {
    color: #ffffff;
}
.headertop a:hover {
    color: #000000;
    text-decoration: none;
}
.headertop p {
    color: #ffffff;
}
.header1 {
	float: left;
	width: 500px;
	padding: 0 10px;
}
.header2 {
	float: left;
	width: 420px;
	padding: 0 10px;
}
.headerbottom {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.logo {
    position: relative;
    z-index: 10;
	float: left;
	width: 380px;
	padding: 0 10px;
}

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


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

.MainMenu {
    position: relative;
	float: left;
	width: 540px;
	padding: 0 10px;
	background-color: #ffffff; /* Old Browsers */
	background: rgba(255,255,255,.5);
    text-align: right;
}
.MainMenu:before {
    position: absolute;
    content: '';
    left: -80px;
    top: 0;
    width: 80px;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */
}
.MainMenu:after {
    position: absolute;
    content: '';
    right: -80px;
    top: 0;
    width: 80px;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.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 6px;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
	text-decoration: bold;
	text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #000000;
}
.MainMenu li.le_menuitem_level_0:last-of-type a {
    padding-right: 0;
}

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

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

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

.content {
	margin: auto;
	width: 960px;
    padding-bottom: 300px;
}
.content1 {
	padding: 0 10px;
	margin-top: -10px;
}
.content2 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.content3 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.content4 {
	padding: 0 10px;
}

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

.subcontent {
	margin: 0 auto 20px auto;
	width: 960px;
	padding: 20px 10px;
    background-color: #ffffff; /* Old Browsers */
    background: rgba(255,255,255,.85);
}
.subcontent1 {
	padding: 0 10px;
}
.subcontent2 {
    float: left;
    width: 700px;
	padding: 0 10px;
}
.subcontent3 {
    float: left;
    width: 220px;
	padding: 0 10px;
}
.subcontent4 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent5 {
    float: left;
    width: 700px;
    padding: 0 10px;
}
.subcontent6 {
	padding: 0 10px;
}
.subcontent7 {
    float: left;
    width: 460px;
    padding: 0 10px;
}
.subcontent8 {
    float: left;
    width: 460px;
    padding: 0 10px;
}
.subcontent9 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent10 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent11 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent12 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent13 {
    padding: 0 10px;
}
.subcontent14 {
    float: left;
    width: 300px;
    padding: 0 10px;
}
.subcontent15 {
    float: left;
    width: 300px;
    padding: 0 10px;
}
.subcontent16 {
    float: left;
    width: 300px;
    padding: 0 10px;
}
.subcontent17 {
	padding: 0 10px;
}
.subcontent18 {
    float: left;
    width: 460px;
    padding: 0 10px;
}
.subcontent19 {
    float: left;
    width: 460px;
    padding: 0 10px;
}
.subcontent20 {
	padding: 0 10px;
}

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

.pwrapper {
    margin: 0 auto 20px auto;
	width: 960px;
	padding: 20px 10px;
    background-color: #ffffff; /* Old Browsers */
    background: rgba(255,255,255,.85);
}
.pwrapper1 {
    padding: 0 10px;
}

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


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

.footerwide {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}
.footertop {
    position: relative;
    margin: auto;
	width: 960px;
}
.content5 {
    position: absolute;
    bottom: 0;
    left: 0;
	width: 300px;
	padding: 0 10px;
}
.content6 {
	position: absolute;
    bottom: 0;
    left: 320px;
	width: 300px;
	padding: 0 10px;
}
.content7 {
	position: absolute;
    bottom: 0;
    left: 640px;
	width: 300px;
	padding: 0 10px;
}
.footerbottomwide {
	width: 100%;
	background-color: #ffffff; /* Old Browsers */
	background: rgba(255,255,255,.5);
}
.footerbottom {
	margin: auto;
	width: 960px;
	padding: 10px 0;
}
.footerbottom a {
    color: #000000;
}
.footerbottom a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footerbottom p {
    color: #000000;
    font-size: 12px;
    line-height: 20px;
}
.footerbottomleft {
	float: left;
	width: 320px;
}
.footer1 {
	padding: 0 10px;
}
.le_view_mobile {
    padding: 0 10px;
}
.footerbottommid {
	float: left;
	width: 320px;
}
.footerbottomright {
	float: left;
	width: 320px;
	text-align: right;
}
.footer2 {
	padding: 0 10px;
}

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


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

.FooterMenu {
    padding: 0 10px;
	text-align: center;
}
.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: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.FooterMenu ul li a:hover {
	color: #ffffff;
	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 MENU END-------------------------*/


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

.wrapper table {
	border-spacing: 0 !important;
}
.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;
}

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

.fontchange {
    color: #000000 !important;
    font-family: 'Helvectia', sans-serif !important;
    font-size: 20px !important;
}

.footerbottom a {
    color: #000000;
    display: none;
}
/*-------------------------CLEAR END-------------------------------*/

/*-------------------------Start Stations Styling Overrides-------------------------------*/


/*-------------------------END Stations Styling Overrides-------------------------------*/

#blog_post_listing_content_45867 .feature_blog_image {
    display: none !important;
}