/******

Template information:

black: #000;
dark-green: #003E34;
mid-green: #007B7C;
light-green: #4FA252;
white: #ffffff;

font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-weight: 600;
font-weight: 700;

*******/




/***** General Styles *****/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	overflow-x: hidden;
	position: relative;
}



h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.25em;
	margin: 0 0 .5em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}
h1 {font-size: 2.5em;}
h2 {font-size: 2em;}
h3 {
	font-size: 1.75em;
	margin-top: 1em;
margin-bottom: 0em;
	}
h4 {font-size: 1.5em;}
h5 {font-size: 1.25em;}
h6 {font-size: 1.15em;}


p, ul, ol, dd, pre, hr, table, form, select, address, embed {
	margin: 0;
	line-height: 1.4em;
	font-size: 1.0em;
}


b, strong {font-weight: 700;}


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




a,
a:link,
a:visited {
	color: #003E34;
	text-decoration: none;
}

a:active,
a:focus {
	outline: none;
	border: none;
	-moz-outline-style: none;
}

a:hover,
a:active {opacity: .7;}







/*** Header & Footer ***/


.footer a {color: #fff;}




/*** Home Page ***/






/*** Subpages ***/

#page,
.wrap {
	position: relative;
	margin: 0 auto;
	max-width: 1150px;
}
.alignnone {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}
.aligncenter {
	max-width: 675;
	margin: 0 auto;
	position: relative;
}
.alignwide {
	max-width: 1350px;
	margin: 0 auto;
	position: relative;
}
.alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	position: relative;
}

.clear {
	position: relative;
	display: block;
	clear: both;
}


.page-content, 
.entry-content, 
.entry-summary,
.hentry {margin: 0;}


.subheader {
	position: relative;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
h1.entry-title {
	position: absolute;
	color: #fff;
	font-weight: 600;
	bottom: 80px;
	left: 50px;
	line-height: 1.15;
	margin: 0;
	width: 30%;
}
h1.entry-title:after {
	content: "";
	display: block;
	width: 45px;
	height: 5px;
	background: #fff;
	margin-top: .5em;
}


.single .subheader {height: 250px;}

.single article {
	margin: 50px 0 0;
	position: relative;
	overflow: hidden;
}
.single .entry-content {
	float: right;
	width: 66%;
}

.entry-sidebar {
	background: #F3FAF9;
	padding: 30px 20px;
	float: left;
	width: 30%;
}
.sidebar-submenu-item
{
	padding-left: 0.5em;
}
.single-questions {margin: 100px 0;}

img.alignleft,
img.alignright {
	max-width: 50%!important;
}

#main-content img {padding: 0 !important;}



.mailing-list {
	background: #EBECED;
    border: none!important;
    padding: 0.5em;
    float: left;
    width: 50%;
    margin: 0;
    height: 36px;
}



.wp-container-6238ba91b7021,
.wp-container-6238ba8f747ca
{
	text-align: center;
}


/* Responsive */

.mobile {display: none;}


@media only screen and (max-width: 768px)
{
	.entry-sidebar {
		float: none;
		width: 100%;
	}
	.single-post .entry-content {
		width: 100%;
		float: none;
	}

	h1.entry-title {
	
		width: 50%;
	}
}



/* Internet Explorer */

@supports (-ms-ime-align:auto) { /* Edge / IE 12+ */
   
 
 
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /** IE 10 & 11 **/
 
 
 
}



@media screen and (min-width:0\0) { /* IE 9 */
 
 
 
}

