/*
* Theme Name: LC Theme
* Theme URI: https://www.learningcommunities.org
* Description: LC Theme
* Author: Wiredhat
* Author URI: http://wiredhat.com/
* Version: 1.0
* Text Domain: ed;
*/

body{
	font-size: 16px;
	line-height: 1.4;
	position: relative;
	margin: 0;
	overflow-x: hidden;
	max-width: 100%;
	font-family: 'Open Sans', sans-serif;
}
img{
	max-width: 100%;
	height: auto;
	border: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #92af65;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
}
p:empty {
	display: none;
}
.radio .radio-inline input[type=radio] {
	margin: 4px 0 0 -20px;
}
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}
.flex{
	display: flex;
}
.flex-row {
	flex-direction: row;
}
.flex-column {
	flex-direction: column;
}
.space-around {
	justify-content: space-around;
}
.space-between {
	justify-content: space-between;
}
.space-evenly {
	justify-content: space-evenly;
}
.stretch {
	justify-content: stretch;
}
.border-gold-full{
	border: 1px solid #cfcb9b;
}
.noPadTop{
	padding-top: 0 !important;
}
.noPadBottom{
	padding-bottom: 0 !important;
}
.smallPadBottom{
	padding-bottom: 20px !important;
}
.medPadBottom{
	padding-bottom: 50px !important;
}
.padTop{
	padding-top: 90px !important;
}
.smallPadTop{
	padding-top: 20px !important;
}
.medPadTop{
	padding-top: 50px !important;
}

.padBottom{
	padding-bottom: 90px;
}
.font400 {
	font-weight:400 !important;;
}
.noLinkStyle:hover,
.noLinkStyle:focus,
.noLinkStyle:active {
	text-decoration: none;
}
.section_common{
	position: relative;
	height: auto;
	width: 100%;
	display: block;
	overflow: hidden;
}
.section_golden{
	background: #f9f7e7; background: #f0f0f0;
}
.section_gray{
	background: #ededeb;
}
.section_white{
	background: #fff;
}
#header-top-section{
	background: #042942;
	padding: 10px 0;
}
.social_widget_top{
	float: right;
	margin-left: 10px;
	height: auto;
	position: relative;
}
.social_widget_top ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.social_widget_top ul li{
	float: left;
	margin: 0 5px;
}
.social_widget_top ul li:last-child{
	margin-right: 0;
}
.social_widget_top ul li a{
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.social_widget_top ul li a:hover{
	opacity: 0.5;
}
.social-logo {
	padding: 0 5px;
}
.social-logo img {
	max-width: 22px;
	max-height: 22px;
}
.top_nav_wrap{
	float: right;
	height: auto;
	position: relative;
}
#navMenu{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navMenu li{
	padding: 0;
	margin: 0;
	float: left;
}
#navMenu li a{
	color: #f3f2eb;
	font-weight: 600;
	font-size: 16px;
	padding: 3px 12px;
	font-family: 'Raleway', sans-serif;
}
#navMenu li a:hover{
	color: #8d8736;
	text-decoration: none;
}
#nav-wrap{
	display: none;
}
.slicknav_menu{
	background: none;
}

#header-section{
	padding: 30px 0;
	background: #f9f7e7; background: #f0f0f0;
	overflow: visible;
}
.navbar-default{
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand{
	height: auto;
	padding-bottom: 0;
	padding-top: 0;
}
#navigation_menu{
	padding-top: 55px;
}
.nav>li>a{
	font-weight: 500;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	color: #8d8736;
	text-transform: uppercase;
	padding: 0 15px;
}
.nav li a{
	position: relative;
}
.navbar-default .navbar-nav>li>a{
	color: #8d8736;
}
.navbar-default .navbar-nav>.active>a:before,
.navbar-default .navbar-nav li>a:hover:before{
	content: "[ ";
	color: #042942;
	position: absolute;
	left: 0;
	font-weight: 500;
	top: 50%;
	margin-top: -10px;
	display: block;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
}
.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav li>a:hover:after{
	content: " ]";
	color: #042942;
	position: absolute;
	right: 0;
	font-weight: 500;
	top: 50%;
	margin-top: -10px;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #042942;
}

#slider-section{

}
.flexslider .slides > li{
	position: relative;
}
.flex-caption{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16%;
	z-index: 1234;
	color: #fff;
}
.caption_content{
	max-width: 520px;
}
.caption_content h2{
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin: 0 0 15px 0;
}
.caption_content p{
	color: #fff;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 10px 0;
}

#intro-section{
	padding: 145px 0;
}
.intro_content{
	padding-left: 100px;
	height: auto;
	position: relative;
	max-width: 1040px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(assets/img/intro_bg.png) no-repeat left top;
}
.intro_content h1{
	color: #8d8736;
	font-weight: 400;
	font-size: 48px;
	line-height: 55px;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 25px 0;
}
.intro_content p{
	color: #424242;
	font-weight: 400;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	margin: 0 0 20px 0;
}
.intro_content p:last-child {
	margin-bottom: 0;
}
#about-section{
	padding: 65px 0;
	text-align: center;
}
.section-header{
	position: relative;
	height: auto;
	padding-bottom: 10px;
}
.section-header h1{
	color: #8d8736; color: #222;
	font-size: 48px;
	line-height: 55px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 25px 0;
}
.section-header p{
	margin: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
	color: #424242;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}
.boxed_row{
	position: relative;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.home .boxed_row{
	overflow: visible;
}
.boxed_stuff{
	background: #8d8736;
	width: 33.333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	margin: 0 15px 50px 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.boxed_stuff:first-child{
	margin-left: 0;
}
.boxed_stuff:last-child{
	margin-right: 0;
}
.boxed_stuff:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.boxed_stuff_content{
	padding: 10px 20px 30px 20px;
}
.boxed_stuff_content p{
	color: #f3f2eb;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.boxed_stuff_content a{
	color: #f3f2eb;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-style: italic;
	margin: 0 0 15px 0;
}
.boxed_stuff_content a:hover{
	color: #032037;
	text-decoration: none;
}
.label_type{
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	text-transform: uppercase;
	color: #dbd5a1;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}

#event-section{
	background: url(assets/img/event_bg.png) repeat-y center top;
}
.frm_wrap{
	background: #e3dcb1; background: #d0d0d0;
}
.frm_widget{
	padding: 50px 0;
	position: relative;
	height: auto;
	padding-right: 10px;
}
.frm_widget h3{
	color: #6e6815;
	font-weight: 600;
	font-size: 26px;
	margin: 0 0 15px 0;
	font-family: 'Raleway', sans-serif;
}
.frm_widget p{
	font-family: 'Open Sans', sans-serif;
	color: #424242;
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.form-control{
	padding: 10px 20px;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	color: #8d8736;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #8d8736;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #8d8736;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #8d8736;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #8d8736;
}
.btnBlock{
	padding: 10px 20px;
	background: #8d8736;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	text-transform: uppercase;
}
.btnBlock:focus,
.btnBlock:active,
.btnBlock:hover{
	background: #042942;
	color: #fff;
	text-decoration: none;
}
.event_heading{
	color: #6e6815; color: #222;
	text-align: center;
	font-weight: 400;
	font-size: 40px;
	padding-top: 45px;
	line-height: normal;
	margin: 0 0 30px 0;
}
.event_widget{
	position: relative;
	height: auto;
	display: block;
	text-align: center;
}
.event_widget h2{
	color: #032037;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.event_widget h2 a{
	color: #032037;
	font-style: normal;
	text-decoration: none;
	font-size: 24px;
	line-height: 24px;
}
.event_widget h3{
	color: #424242;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 10px 0;
}
.event_widget p{
	color: #424242;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 25px 0;
}
.event_widget a{
	color: #8d8736;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	font-family: 'Raleway', sans-serif;
	margin: 0;
}
.event_widget a:hover{
	text-decoration: none;
	color: #424242;
}
.event_row{
	position: relative;
	overflow: hidden;
}
.event_row::after{
	content: " ";
	width: 1px;
	background: #8d8736;
	position: absolute;
	left: 50%;
	height: 100%;
	display: block;
}
.home_calendar_link {
	float: right;
	margin-top: 20px;
}
#quote-section{
	padding: 50px 0 80px 0;
	background: url(assets/img/quote_bg.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.quote_wrap{
	height: auto;
	position: relative;
	max-width: 900px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 265px 0 0 400px;
	font-size: 30px;
	line-height: 1.5;
	color: #f3f2eb;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	background: url(assets/img/quote_img_1.png) no-repeat left top;
}
.quote_wrap blockquote{
	border: none;
	padding: 0;
	margin: 0;
}
/* Devin's Changes */
#content-section_2,
#content-section{
	padding: 50px 0;
}
#content-section .alternatingRow {
	padding: 50px 0;
}
#staff-members {
	padding-bottom: 50px;
}
#content-section .alternatingRow:first-child,
#content-section .alternatingRow:last-child,
#content-section .alternatingRow:only-child {
	padding: 0;
}
#content-section .fullwidth-content {
	padding-top: 25px;
}
#content-section_3 {
	font-size: 18px;
	line-height: 30px;
}
#content-section_3 h1,
#content-section_3 h2,
#content-section_3 h3,
#content-section_3 h4,
#content-section_3 h5,
#content-section_3 h6 {
	color: #8d8736;
}
/* End Devin's Changes */
.classes_row{
	position: relative;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.classes_col{
	width: 25%;
	margin: 0 15px 30px 15px;
	height: auto;
	background: #fff;
	padding: 25px;
	padding-bottom: 60px;
	text-align: center;
	position: relative;
}
.classes_col p img {
	height: 100px;
}
.classes_col:first-child{
	margin-left: 0;
}
.classes_col:last-child{
	margin-right: 0;
}

.learnMoreWrap{
	text-align: left;

}
.learnMoreWrap a{
	position: absolute;
	left: 25px;
	bottom: 20px;
	color: #8d8736;
	font-size: 18px;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
	border-bottom: 3px solid #5d6db6;
	padding-bottom: 10px;
}
.learnMoreWrap a:hover{
	border-color: #8d8736;
}
.duration{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #141a40;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.classes_col p{
	margin-bottom: 20px;
}
p.class_fee{
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 21px;
	color: #141a40;
	font-family: 'Open Sans', sans-serif;
}
.classes_col h3{
	color: #928939;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 20px 0;
}

#intro-content-section{
	padding-top: 20px;
	padding-bottom: 90px;
}
/* Devin's Changes*/
.page-id-1439 #intro-content-section {
	padding-bottom: 0;
}
.section_common:first-child {
	padding-bottom: 0;
}
.section_common:only-child {
	padding-bottom: 90px;
}
.section_common:last-child {
	padding-bottom: 90px;
}
#content-section_3 li {
	line-height: 31px;
	padding-bottom: 22px;
}
/* End Devin's Changes */
#breadcrub_wrap{
	position: relative;
	height: auto;
	margin-bottom: 80px;
}
.label_type_wrap{
	text-align: right;
}
.breadcrumb{
	margin-bottom: 0;
	margin-top: 25px;
	padding-left: 0;
	background: none;
}
.breadcrumb a{
	color: #042942;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}
.breadcrumb>.active{
	color: #042942;
	font-weight: 700;
}
.intro_post{
	padding-top: 38px;
}
.page-template-page-template-lunch-program .intro_post
{
padding-top: 0;	
}
.intro_post h2{
	color: #8d8736;
	font-weight: 400;
	font-size: 40px;
	line-height: 45px;
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
}
.intro_post p{
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #424242;
	margin: 0 0 20px 0;
}
.border_sm{
	overflow: hidden;
	position: relative;
	height: auto;
	margin-bottom: 50px;
}
.border_sm hr{
	border: none;
	float: left;
	height: 2px;
	width: 98px;
	margin: 30px 0 0 0;
	background: #5d6db6;
}
.btnBoxed{
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #8d8736;
	color: #8d8736;
	font-weight: 600;
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
.btnBoxed:hover{
	border-color: #5d6db6;
	color: #5d6db6;
	text-decoration: none;
}
.flex .btnBoxed {
	flex: 1;
	align-self: stretch;
}
#mission{
	margin-bottom: 80px;
}
#philosophy h2,
#mission h2{
	color: #8d8736;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 20px 0;
}
.heading_2{
	color: #8d8736;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 20px 0;
}
.heading_gold {
	color: #8d8736 !important;
}
.heading_blue {
	color: #5d6db6 !important;
}
.text_style_1{
	color: #424242;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 40px 0;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.text_style_1:last-child{
	margin-bottom: 0;
}
#philosophy p,
#inspiration p,
#mission p{
	color: #424242;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
}
#philosophy .border_sm hr,
#mission .border_sm hr{
	background: #65734a;
}
#philosophy .border_sm,
#mission .border_sm{
	margin-bottom: 0;
}
#inspiration ul{
	padding-left: 25px;
}
#inspiration ul li{
	color: #65734a;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
}
#inspiration{
	margin-bottom: 25px;
}
#inspiration_photo_grid .col-sm-4{
	margin-bottom: 40px;
}

#footer-section{
	background: #042942;
	padding: 50px 0;
	color: #898c8f;
}
.footer_widget_item{
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.footer_widget_item h3{
	text-transform: uppercase;
	color: #8d8736;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 15px 0;
}
.footer_widget_item ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_widget_item ul li{
	margin: 0 0 3px 0;
}
.footer_widget_item ul li a{
	color: #929394;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}
.footer_widget_item ul li a:hover{
	text-decoration: underline;
}
.footer_widget_item p{
	color: #929394;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 15px;
}
.achieve_item{
	padding: 10px 0;
}
.footer_widget_item p strong{
	font-weight: 800;
}
.copy{
	height: auto;
	position: relative;
}
.copy p{
	color: #898c8f;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	padding-top: 5px;
}
.copy a{
	color: #898c8f;
	text-decoration: underline;
	display: inline-block;
	padding: 0 5px;
}
.copy a:hover{
	color: #8d8736;
}
.not_found{
	text-align: center;
	padding: 20px 0;
}
.not_found img{
	max-width: 100%;
	height: auto;
	border: none;
}
.footer_widget_item .gallery-item{
	text-align: left !important;
}
.footer_widget_item .gallery-item img{
	border: none !important;
}
.post{
	position: relative;
	height: auto;
	margin-bottom: 45px;
}
.post h1{
	margin: 0 0 15px 0;
	line-height: normal;
}
.featured_img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.featured_img img{
	max-width: 100%;
	height: auto;
	border: none;
}
.single .featured_img img {
	max-width: 500px;
	float: left;
	padding: 0 20px 20px 0;
}
.date{
	display: block;
	margin-bottom: 20px;
	color: #666;
}
.post p{
	margin: 0 0 20px 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
.pageTitle{
	font-size: 36px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
.breadcrumb>li+li:before {
	padding: 0;
	color: #ccc;
	content: " ";
}
#breadcrumbs .separator{
	font-size:18px;
	font-weight:100;
	color:#ccc;
	padding: 0 5px;
}

.yamm .container {
	position: static;
}
.yamm .dropdown.yamm-fw .dropdown-menu{
	background: #f0f0f0;
	padding: 30px 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border-bottom: 5px solid #8d8736;
}
.hr_mm{
	border-top: 1px solid #8d8736;
	margin: 0 0 30px 0;
}
.border_left{
	position: relative;
}
.border_left:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #bfb74b;
}
.type_logo_wrap{
	height: auto;
	position: relative;
	display: block;
	margin-bottom: 45px;
}
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover{
	background: none;
	color: #042942;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
	background: none;
	color: #042942;
}
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.active>a:focus{
	color: #8d8736;
}
.mm_right_content{
	padding-left: 25px;
	height: auto;
	position: relative;
	overflow: hidden;
}
.single_mm_post{
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
}
.single_mm_post h2{
	font-size: 18px;
	color: #8d8736;
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.single_mm_post h3{
	color: #424242;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px 0;
	font-family: 'Open Sans', sans-serif;
}
.single_mm_post h3 a{
	color: #424242;
}
.single_mm_post h3 a:hover{
	color: #8d8736;
}
.single_mm_post p{
	color: #424242;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', sans-serif;
}
.single_mm_post a{
	font-size: 16px;
	color: #8d8736;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.single_mm_post a:hover{
	color: #424242;
}
#subMenu_row h2{
	color: #042942;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.subnavmenu{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.subnavmenu li{
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
}
.subnavmenu li a{
	display: block;
	padding: 3px 0;
	color: #8d8736;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
}
.subnavmenu li a:hover{
	color: #042942;
}
.navbar-nav .subnavmenu li a:hover:before{
	display: none;
	content: ' ';
}
.navbar-nav .subnavmenu li a:hover:after{
	display: none;
	content: ' ';
}
a.btnSubCta{
	display: inline-block;
	color: #8d8736;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	/*padding: 10px 70px;*/
	padding: 10px 25px;
	border: 1px solid #8d8736;
	margin-right: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
a.btnSubCta:hover{
	text-decoration: none;
	color: #042942;
	border: 1px solid #042942;
}

a.btnSubCta:last-child{
	margin-right: 0;
}

.intro_title_1{
	color: #8d8736;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 40px 0;
}
.intro_desc{
	margin-bottom: 50px;
}
.intro_desc_wrap p{
	font-size: 18px;
	line-height: 24px;
	color: #042942;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 25px 0;
}
.note_1{
	padding: 15px 0;
}
.intro_desc_wrap p{
	padding: 0;
}
.intro_desc p strong{
	font-weight: 800;
	text-transform: uppercase;
}
.intro_desc_wrap p,
.intro_desc_wrap{
	text-align: center;
}
.intro_desc p{
	text-align: left;
	margin-bottom: 0;
}
.announcement_box{
	background: #042942;
	padding: 15px;
	color: #fff;
}
.announcement_box p{
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	font-family: 'Raleway', sans-serif;
	margin: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#enrollment-section{
	padding: 100px 0;
}
.hr_green{
	border-top: 1px solid #8d8736;
}
.process_wrap{
	position: relative;
	height: auto;
	margin-bottom: 30px;
}
.process_wrap p{
	color: #424242;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.ep_contents.flex {
	flex-direction: row;
	align-items: stretch;
	margin-bottom: 30px;
}
.ep_info {
	padding-left:40px;
}
ul {
	padding-inline-start: 20px;
}
.ep_counter{
	position: relative;
	height: auto;
	margin-bottom: 25px;
}
.ep_counter span{
	display: inline-block;
	width: 50px;
	color: #042942;
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 10px;
	border-bottom: 3px solid #8d8736;
}
.process_step_item{
	margin-bottom: 10px;
	position: relative;
}
.process_step_item p{
	margin: 0 0 20px 0;
}
.form_container{
	margin-bottom: 35px;
	position: relative;
	height: auto;
	overflow: visible;
	display: block;
	border: 1px solid #dddab4;
	padding: 30px;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form_section_title{
	font-size: 24px;
	line-height: 30px;
	color: #8d8736;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 20px 0;
}
.form_section_sub_title{
	color: #424242;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: -15px 0 25px 0;
}
.form_container .form-control{
	padding: 6px 20px;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 2px solid #bebebe;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.form_container select.form-control{
	padding: 5px 20px;
}
.form_container label, .form_container .wpcf7-list-item-label {
	color: #424242;
	font-size: 14.5px;
	line-height: normal;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.wpcf7-form-control-wrap.mathquiz > label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.wpcf7-form-control-wrap.mathquiz > label > input {
	margin:  0 10px;
	width: 50px;
	padding: 6px 10px;
}
.form-group.quiz-group {
	display: flex;
	flex-direction: row;
}
.help-block{
	margin-bottom: 0;
	font-size: 13px;
}
.tips{
	color: #ed1c24;
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.form_sub_title{
	color: #424242;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
}
.inline_radio{
	display: inline-block;
}
.inline_radio label, .inline_radio .wpcf7-list-item-label {
	padding-right: 5px;
	font-weight: 400;
	color: #424242;
	font-size: 18px;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.checkbox label, .radio label, .radio .wpcf7-list-item-label {
	min-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.radio .wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-direction: row;
}
.radio .wpcf7-list-item input[type=radio] {
	margin-left:0;
}
input[type=date].form-control {
	height: 38px;
}
.form_container .table>tbody>tr>td,
.form_container .table>tbody>tr>th,
.form_container .table>tfoot>tr>td,
.form_container .table>tfoot>tr>th,
.form_container .table>thead>tr>td,
.form_container .table>thead>tr>th{
	border: none;
	font-weight: 400;
	padding: 5px;
	color: #424242;
	font-size: 18px;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}
.form_numbering{
	color: #8d8736;
	font-weight: 400;
	font-size: 24px;
}
.sm_col{
	width: 100px;
}
.btnSubmit{
	border: none;
	outline: none;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background: #8d8736;
	padding: 10px 120px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.btnSubmit:hover{
	background: #042942;
}
.note_2{}
.note_2 p{
	margin-bottom: 15px;
}
.short_notice{
	position: relative;
	height: auto;
	display: block;
	margin-bottom: 25px;
}
.short_notice h3{
	margin: 0 0 15px 0;
	color: #8d8736;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.short_notice p{
	margin: 0 0 15px 0;
	color: #424242;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

/* Devin's Changes */
.row-align-center {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.form_container .address {
	font-size:16px;
	line-height:1em;
	padding-bottom: 10px;
}
.form-group{
	margin-bottom: 18px;
}
.page-template-page-template-contact #breadcrub_wrap {
	margin-bottom: 0;
}
.page-template-page-template-contact .form_container {
	border: none;
}
/* CSS W3Schools Custom Select */
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-family: Arial;
}
.custom-select select {
	display: none; /*hide original SELECT element:*/
}
.select-selected {
	border: 2px solid #bebebe;
	background: #fff url("assets/images/left-border.png") no-repeat right 35px center;
}
/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 16px;
	right: 10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-color: #bebebe transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #bebebe transparent;
	top: 3px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
	font-size: 16px;
	color: #8d8736;
	padding: 6px 20px;
	border: 2px solid #bebebe;
	cursor: pointer;
}
.select-items div{
	border-color: transparent #bebebe #bebebe #bebebe;
}
/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
/* End Devin's Changes */

.modal-dialog{
	border-top: 5px solid #8d8736;
}
.modal-content{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.modal-header{
	border: none;
}
.modal-body{
	padding: 10px 50px 50px 50px
}
.btnPrint{
	border: none;
	outline: none;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background: #8d8736;
	padding: 10px 40px;
	text-transform: uppercase;
}
.btnPrint:hover{
	background: #042942;
}
.modal_logo{
	position: relative;
	height: auto;
	margin-bottom: 30px;
	text-align: center;
}
.modal_heading{
	text-align: center;
	position: relative;
	overflow: hidden;
	height: auto;
	display: block;
	margin-bottom: 30px;
}
.modal_heading h1{
	color: #8d8736;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 15px 0;
}
.modal_heading p{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #042942;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
}
ul.modal_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.modal_list>li{
	position: relative;
	height: auto;
	padding: 30px 0 30px 120px;
	border-top: 1px solid #8d8736;
	counter-increment: docList;
}
ul.modal_list>li:after{
	content: counter(docList);
	position: absolute;
	display: block;
	top: 25px;
	left: 0;
	border-bottom: 3px solid #8d8736;
	width: 50px;
	height: auto;
	color: #042942;
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 10px;
}
ul.modal_list li h1{
	color: #8d8736;
	font-weight: 500;
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 15px 0;
}
ul.modal_list li p{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #424242;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 25px 0;
}
.doc_wrap{
	position: relative;
	height: auto;
	padding-left: 30px;
}
.doc_wrap h2{
	color: #8d8736;
	font-weight: 600;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 15px 0;
}
.doc_wrap ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.doc_wrap ol li{
	height: auto;
	display: block;
	padding-left: 35px;
	margin-bottom: 15px;
	background: url(assets/img/bullet_1.png) no-repeat left 4px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #424242;
	font-family: 'Open Sans', sans-serif;
}
.doc_wrap ol li:last-child{
	margin-bottom: 0;
}
.text_and{
	position: relative;
	height: auto;
	padding: 15px 0;
	padding-left: 160px;
}
.text_and span{
	text-transform: uppercase;
	color: #8d8736;
	font-size: 22px;
	line-height: normal;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #8d8736;
}
.flex {
	display: flex
}
.sponsor-row {
	display: flex;
	flex-direction: column;
	justify-items: flex-start;
	justify-content: space-around;
}
.sponsor-list {
	flex-direction: column;
	justify-items: flex-start;
	justify-content: space-evenly;
	align-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex: 1 0 auto;
}

.sponsor-row {
	height: auto;
}
.sponsor-row * {
	align-items: center;
}
.sponsor-image{
	display: inline-block;
	max-height: 150px;
	padding: 30px 10px;
}
.font-gold {
	color: #8E8736;
}
.sponsor-row .font-gold {
	text-align: center;
	margin: 20px auto;
}
.border-gold-right {
	border-right: none;
}

/* New Added */

.fund_event_row{
	position: relative;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fund_event_box{
	border: 1px solid #cfcb9b;
	position: relative;
	height: auto;
	flex: 1;
	padding: 25px;
	padding-bottom: 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 15px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fund_event_box:hover{
	border: 1px solid #5d6db6;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
}
.fund_event_box:first-child{
	margin-left: 0;
}
.fund_event_box:last-child{
	margin-right: 0;
}
.fe_logo{
	text-align: center;
	position: relative;
	height: 127px;
	margin-bottom: 25px;
	vertical-align: middle;
}
.fe_logo img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fund_event_box p{
	color: #424242;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.fund_event_box h2{
	margin: 0 0 10px 0;
	color: #928939;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
.fund_event_box h2 a{
	color: #928939;
	text-decoration: none;
}
.fund_event_box h2 a:hover{
	color: #5d6db6;
	text-decoration: none;
}
.linkLearnMore{
	position: absolute;
	left: 25px;
	bottom: 30px;
	color: #8d8736;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-style: italic;
	border-bottom: 3px solid #5d6db6;
	padding-bottom: 15px;
	text-decoration: none;
}
.linkLearnMore:hover{
	text-decoration: none;
	color: #8d8736;
	border-bottom: 3px solid #8d8736;
}

.fund_feature_post{
	margin-bottom: 80px;
}
#csoportunity-section{
	padding: 100px 0;
}
.fe_post{}
.fe_post h1{
	color: #000;
	font-size: 38px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}
.fe_post h2{
	color: #f34a04;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.fe_post p{
	color: #424242;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
}
.sec_heading .border_sm hr,
.fe_post .border_sm hr{
	background: #8d8736;
}
.fe_post a.link{
	color: #8d8736;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
.fe_post a.link:hover{
	color: #042942;
}
.btnBlack{
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	background: #000;
	padding: 10px 50px;
	width: 100%;
	-webkit-transition: all 1300ms ease;
	-moz-transition: all 1300ms ease;
	-ms-transition: all 1300ms ease;
	-o-transition: all 1300ms ease;
	transition: all 1300ms ease;
}
.btnBlack:hover{
	background: #042942;
	color: #fff;
	text-decoration: none;
}
.sec_heading{}
.sec_heading h2{
	color: #8d8736;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	margin: 0 0 15px 0;
}
.sec_heading p{
	color: #424242;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.sponsor_boxes{
	overflow: hidden;
	position: relative;
	height: auto;
	display: block;
}
.sponsor_boxes ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sponsor_boxes ul li{
	display: block;
	overflow: hidden;
	margin-bottom: 50px;
}
.sponsor_boxes ul li .alignleft{
	float: left;
	margin: 0 20px 10px 0;
	display: inline-block;


}
.sponsor_boxes ul li h2{
	color: #8d8736;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.sponsor_boxes ul li h5{
	color: #424242;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 10px 0;
}
.sponsor_boxes ul li p{
	color: #424242;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

/* New styles */
.heading_style_2{
	color: #8d8736;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 50px 0;
}
.black_hr{
	border-top: 1px solid #042942;
	margin: 5px 0 30px 0;
}
.sidebarNav{
	overflow: hidden;
	position: relative;
	height: auto;
	display: block;
	margin-bottom: 35px;
}
.sidebarNav ul{
	margin: 0;
	padding: 0 40px 0 0;
	list-style: none;
}
.sidebarNav ul li{
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
}
.sidebarNav ul li a{
	color: #042942;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#menu-governance-menu .current-menu-item a,
.sidebarNav ul li.active a,
.sidebarNav ul li a:hover{
	color: #909090;
	text-decoration: none;
}
.section_heading_a{
	position: relative;
	height: auto;
	margin-bottom: 35px;
}
.section_heading_a h2{
	color: #8d8736;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 15px 0;
}
.section_heading_a p{
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.board_bios_item, .session-item, .student-item {
	position: relative;
	height: auto;
	margin-bottom: 35px;
}
.student-item:last-child {
	padding-right: 0;
}
.student-item:only-child {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.board_bios_item h3{
	color: #000;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
}
.board_bios_item h3 em{
	font-style: italic;
	color: #000;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
.board_bios_item p{
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 10px 0;
}
.board_bios_item .alignleft{
	float: left;
	margin: 0 10px 10px 0;
}
.student-item .student-excerpt {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	line-height: 26px;
}
/* Devin's Changes */
.pricing-row .schedule-heading {
	margin: 25px 0;
	font-size: 2em;
}
.pricing-row .schedule-row {
	margin: 25px 0;
}
.pricing-row .schedule-row p {
	font-size: 22px;
	line-height: 36px;
}
.pricing-row .schedule-row:first-child {
	margin: 0;
}
#staff-members .board_member_list, .session_list, .student_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
}
.student_list {
	width: 90%;
	margin: auto;
}
#staff-members .board_member_list > .member-block, .session-item {
	padding: 0 30px 0 0;
}
.member-excerpt, .session-excerpt, .student-excerpt {
	padding: 25px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.session-excerpt, .student-excerpt {
	display: flex;
	flex-direction: column;
	margin: 0 0 15px 0;
	width:100%;
	height: 100%;
}
.member-excerpt h3 {
	margin: 0;
}
.member-excerpt .position, .post .position {
	display: block;
	color: #5d6db6;
	margin: 0 0 15px 0;
}
.session-excerpt p {
	font-size: 18px;
	line-height: 20px;
}
.session-excerpt h3 {
	margin-bottom: 5px;
	font-size: 24px;
}
.session-excerpt h4 {
	margin-bottom: 10px;
	font-size: 20px;
}
.member-excerpt.board_bios_item p, .session-excerpt p, .student-excerpt p {
	flex: 0 0 auto;
}
.member-excerpt .border_sm{
	margin-bottom: 0;
}
.heading_enroll {
	font-size: 40px;
	padding-bottom: 30px;
}
#content-section_enrollment .intro_post strong {
	color: #042942;
}
.fancybox-iframe,
.fancybox-slide--iframe .fancybox-content
{
	background: transparent!important;
}
.fancybox-slide--iframe .fancybox-content
{
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
.modalPage header,
.modalPage footer,
.modalPage #splash,
.modalPage #crumbs
{
	visibility: hidden;
	display: none;
}

.modalPage #mClose
{
	visibility: visible;
	display: block;
	right: 15px;
	top: 15px;
	height: 20px;
	width: 20px;
	background: url(assets/images/close.png) no-repeat;
	background-size: 20px 20px;
	text-indent: -9999em;
	position: absolute;
}
#content-section.section_banner * {
	max-width: 100%;
}
/* Project Based Curriculum Video */
.video:hover {
	cursor: pointer;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page_gallery_post {
	margin-bottom: 30px;
}
.yt-thumbnail {
	width: 100%;
	max-height: 150px;
	margin-bottom: 10px;
	object-fit: cover;
	object-position: center;
}
.yt-play {
	position: absolute;
	width: 50px;
	height: auto;
	margin-top: -16px;
    margin-left: -25px;
	top: 75px;
	left: 50%;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 64;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.yt-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#camp-info {
	width: 90%;
	margin: 50px auto;
}
#camp-info .table {
	background-color: #fff;
	padding-right: 30px;
}
.registration-buttons {
	width: 90%;
	margin: 5px auto;
}
#camp-info td{
	padding-left:35px;
	font-weight: 600;
}
.border-gold-full.enroll-link{
	padding: 15px 40px;
	font-size: 18px;
}
.enroll-title{
	font-size: 36px;
	padding-bottom: 20px;
}
/* End Devin's Changes */
.intro_single_post{
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #424242;
	margin: 0 0 20px 0;
	padding: 20px 0;
}
.pro_meeting{
	position: relative;
	height: auto;
	overflow: hidden;
	background: #f6f6f6;
	border-bottom: 1px solid #b8b696;
	padding: 35px;
}
.pro_row{
	position: relative;
	height: auto;
	overflow: hidden;
}
.pro_col_1{
	float: left;
	width: 30%;
	margin-right: 5%;
	height: auto;
}
.pro_col_2{
	float: left;
	text-align: center;
	width: 65%;
	height: auto;
	border: 1px solid #b8b696;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	background: #fff;
}
.meeting_item{
	width: 33.3333%;
	background: #fff;
	padding: 20px;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-top: 50px;
}
.nxt_meeting{
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
}
.meeting_item:nth-child(2){
	background: #f3f3ed;
	border-left: 1px solid #b8b696;
	border-right: 1px solid #b8b696;
}
.meeting_item:hover{
	background: #f3f3ed;
}
.meeting_item h3{
	color: #8d8736;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 5px 0;
}
.meeting_item h4{
	color: #042942;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 20px 0;
}
.meeting_item p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #042942;
	margin: 0;
}
.pro_col_1 h3{
	color: #8d8736;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 20px 0;
}
.pro_col_1 p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #424242;
	margin: 0;
}
.sidebar_widget_01{
	position: relative;
	height: auto;
}
.a_title_3,
.sidebar_widget_title_3{
	color: #8d8736;
	font-weight: 400;
	font-size: 30px;
	line-height: 34px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 20px 0;
}
.board_member_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.board_member_list li{
	padding: 0;
	margin: 0 0 10px 0;
}
.board_member_list li h4{
	margin: 0 0 2px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #424242;
	font-family: 'Open Sans', sans-serif;
}
.board_member_list li p{
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #424242;
	font-family: 'Open Sans', sans-serif;
}
.download_section{
	position: relative;
	height: auto;
	background: #fff;
	border: 1px solid #c6c6c6;
	max-width: 264px;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.download_section h3{
	color: #042942;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 20px 0;
}
.download_section ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.download_section ul li{
	padding-left: 15px;
	background: url(assets/img/bullet_2.png) no-repeat left center;
	display: block;
	float: none;
	margin-bottom: 8px;
}
.download_section ul li a{
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #8d8736;
	font-family: 'Open Sans', sans-serif;
}
.download_section ul li a:hover{
	color: #042942;
}
.hr_blue{
	border-top: 1px solid #042942;
	margin: 35px 0;
}
.announcement_row{
	position: relative;
	height: auto;
	margin-bottom: 15px;
}
.ar_icon_wrap{
	float: left;
	width: 95px;
	height: auto;
	position: relative;
	text-align: center;
}
.pro_conts{
	padding-top: 10px;
}
.ar_icon_wrap img{
	margin-top: -10px;
}
.announcement_desc{
	margin-left: 95px;
	height: auto;
	position: relative;
}
.announcement_desc .flex .btnBoxed:first-of-type {
	margin-right: 5px;
}
.announcement_desc .flex .btnBoxed:last-of-type {
	margin-left: 5px;
}
.wr_list{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.wr_list li{
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
}
.wr_list li a{
	color: #042942;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.wr_list li a strong{
	font-weight: 600;
}
.wr_list li a:hover{
	color: #8d8736;
	text-decoration: none;
}
.d_title_2{
	color: #8d8736;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 10px 0;
}
.dress_up_intro{
	position: relative;
	margin-bottom: 35px;
}
.dress_up_intro p{
	color: #424242;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.dress_up_intro p strong{
	font-weight: 600;
}
.dress_up_row{
	position: relative;
	height: auto;
	margin-bottom: 50px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	columns: 2 auto;
}
.dress_up_item{
	position: relative;
	padding: 5px 10px 5px 0px;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: -2px;
	margin-right: -2px;
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid;           /* Theoretically FF 20+ */
	break-inside: avoid-column;         /* IE 11 */
	display:table;                      /* Actually FF 20+ */
}
.du_date{
	top: 0px;
	left: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.dress_up_item h2{
	color: #928939;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 0;
}
.dress_up_item p{
	color: #424242;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.grade_colors{
	color: #042942;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 20px 0;
}
.table_grade_color{
	background: #f6f6f3;
}
.table-bordered.table_grade_color>tbody>tr>td,
.table-bordered.table_grade_color>tbody>tr>th,
.table-bordered.table_grade_color>tfoot>tr>td,
.table-bordered.table_grade_color>tfoot>tr>th,
.table-bordered.table_grade_color>thead>tr>td,
.table-bordered.table_grade_color>thead>tr>th {
	border: 1px solid #aaa;
	color: #424242;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
#minutes-section{
	padding: 100px 0;
}
.minutes_heading{
	position: relative;
	background: #e5e9ec;
	height: auto;
	padding: 20px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.minutes_desc{
	max-width: 250px;
}
.minutes_heading h1{
	color: #042942;
	font-size: 34px;
	line-height: normal;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 5px 0;
}
.minutes_heading p{
	color: #424242;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.minutes_fw{
	margin-left: 285px;
	margin-top: -45px;
	position: relative;
	height: auto;
}
.minutes_row{
	position: relative;
	height: auto;
	width: 100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.minutes_item{
	width: 33.333%;
	padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	margin-bottom: 45px;
	padding-left: 90px;
	min-height: 71px;
	background: url(assets/img/icon_pdf.png) no-repeat left top;
}
.minutes_item a{
	text-decoration: underline;
	color: #042942;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
}
.minutes_item a:hover{
	text-decoration: none;
	color: #8d8736;
}
.tour_post p,
.style_1{
	margin-bottom: 20px;
	color: #424242;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
}
#tour_form_wrap{
	position: relative;
	height: auto;
	margin-bottom: 30px;
}
.tour_selection_row{
	position: relative;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ts_item{
	padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 30px;
}
.ts_item label{
	color: #928939;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
.ts_item .checkbox{
	margin: 0;
}
#tour_form_wrap .hr_blue{
	margin-top: 20px;
}
.ts_title_4{
	color: #8d8736;
	font-weight: 400;
	margin: 0 0 25px 0;
	font-size: 26px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
#tour_form_wrap .form-control,
#tour_form_wrap .form-control{
	border: 1px solid #aaa;
	color: #6d6d6d;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}
.btnSubmitTs{
	border: none;
	background: #8d8736;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	height: auto;
	padding: 8px 30px;
}
.btnSubmitTs:hover{
	color: #fff;
	background: #424242;
}
.required_txt{
	color: #ed1c24;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 30px 0 20px 0;
}
.grade_wrap{
	background: #f1f1f1;
	position: relative;
	height: auto;
	padding: 50px 30px 30px 30px;
	margin: 20px 0 35px 0;
}
.grade_wrap p{
	color: #424242;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}
.grade_row{
	position: relative;
	height: auto;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grade_item{
	padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.333%;
	margin-bottom: 25px;
}
.grade_item .checkbox{
	margin: 0;
}
.wpcf7-radio span.wpcf7-list-item{
	display: block !important;
	margin-bottom: 15px !important;
	margin-left: 0;
	position: relative;
}
.content_grid_container{
	position: relative;
	height: auto;
	overflow: hidden;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content_grid_item{
	width: 25%;
	height: auto;
	margin-bottom: 40px;
}
.content_grid_item a{
	display: block;
	height: auto;
	text-decoration: underline;
	outline: none;
}
.content_grid_item a:hover{
	text-decoration: none;
	outline: none;
}
.content_grid_item img{
	display: block;
}
.content_grid_item span{
	display: block;
	font-size: 14px;
	color: #424242;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding-left: 8px;
}
.md_title{
	margin: 0 0 15px 0;
	color: #042942;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
.md_list{
	margin: 0 0 35px 0;
	list-style: none;
	padding: 0;
}
.md_list li{
	margin-bottom: 15px;
	color: #424242;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
/* MailChimp Archive Styles */
#mailchimpNewsletter {
	padding-top: 38px;
}

.display_archive {
	color: #a0a0a0;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 0 0px;
	margin: 0;
	font-weight: normal;
	font-style: italic;
}

.display_archive > .campaign > a {
	display: block;
	font-size: 0.95em;
	line-height: 1.2em;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	padding: 0 0 5px;
	margin: 0;
	color: #8d8736;
	font-style: italic;
}

.display_archive > .campaign > h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 0 0 5px;
	margin: 0;
	color: #000;
	font-family: 'Raleway', sans-serif;
}

.display_archive > .campaign > h6 {
	color: #a0a0a0;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 0 0px;
	margin: 0;
	font-weight: normal;
	font-style: italic;
}

.campaign {
	line-height: 125%;
	margin: 5px;
}

.page-id-4365 #sectionLogo img {
  height: 72px;
  width: auto;
}
.ftCaption{
	text-align: center;
	padding: 5px 0;
}
.ftCaption p{
	font-size: 0.9em;
	line-height: 1.3em;
	color: #777;
}


/* alert bar basic styles */
section#alert
{
background: #d42132;
color: #fff;
}
section#alert .col-12
{
padding-top: 10px;
padding-bottom: 10px;
}
section#alert p
{
padding: 0 0 12px;
color: #fff;
font-size: 12px;
line-height: 17px;
margin: 0;
}
section#alert p:last-of-type{
	padding-bottom: 0;
}
section#alert p a
{
color: #fff;
text-decoration: underline;
font-weight: bold;
}


/* 20/21 lottery updates */
#enrollVideo
{
padding-bottom: 25px;
}
#enrollVideo h5
{
text-align: center;
padding-top: 10px;
}
#enrollReqDocsCallout
{
padding-bottom: 40px;
}
.page-template-page-enroll-form .intro_desc {
    margin-bottom: 0px;
}
.page-template-page-enroll-form .enrollmentSteps{
	font-weight: 700;
	font-size: 30px;
}


/* accordion basic styles */
.gridSectionWrap
{
	overflow: hidden;
}
.gridSectionWrap h4
{
	display: block;
	background: #8d8736;
	color:  #fff;
	cursor: pointer;
	padding: 5px 10px;
}
.gridSectionWrap h4:hover, .gridSectionWrap h4.accselected
{
	display: block;
	background: #042942;
	color:  #fff;
}

/* Language disclaimer */
#languageDisclaimer
{
padding: 15px 0;
background: #273b48;
text-align: center;	
}
#languageDisclaimer h5
{
color: #dad6b9;
font-size: 12px;
line-height: 17px;
padding: 0 0 10px 0;
margin: 0;	
}
#languageDisclaimer p
{
color: #dad6b9;
font-size: 11px;
line-height: 16px;
padding: 0 0 0px 0;
margin: 0;	
}
#languageDisclaimer p a
{
color: #fff;
text-decoration: underline;	
}

#staff-members .member-listItem{
	text-align: center;
}
#staff-members .img_thumb{
	margin-bottom: 10px;
}
#staff-members .heading_gold{
	margin-bottom: 10px;
}
#staff-members .position{
	margin-bottom: 0;
}

.fancybox-content .featured_img.wp-post-image{
	height: auto;
}
