/*
Theme Name: Media Education Foundation
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for Media Education Foundation
Version: 1.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: Media Education Foundation
Tags: 
*/

/* Import the necessary Bootstrap WP CSS additions */
/* @import url( includes/css/bootstrap-wp.css ); */

/* Minimal WordPress Styling */
@import url( includes/css/wordpress_min.css );

/* set container width tablet and above */
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.container {
	width: 1200px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.container {
	width: 1200px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.container {
	width: 1200px;
}
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	background: #FFF;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
}
#skipnav {
	display: none;
}
/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */



h1, h2, h3, h4, h5, h6 {
	color: #4D4A46;
	margin: 0;
	padding: 0;
	font-family: 'Sintony', sans-serif;
	font-style: normal;
	font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #444444;
	text-decoration: none !important;
}

h1 {
	font-size: 40px;
	line-height: 46px;
	margin: 0 0 6px 0;
	
}
h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight:400;
	margin: 0 0 6px 0;
	color: #575E6F;
}
h3 {
	font-size: 28px;
	line-height: 34px;
	margin: 0 0 6px 0;
}
h4, h5, h6 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 6px 0;
}

@media (max-width: 767px) {

}



p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-weight: 400;
	margin: 0 0 26px 0;
}
p img {
	margin: 0;
}

em, i {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 60%;
	line-height: inherit;
}
ul {
	margin: 0 0 20px 60px;
	padding: 0;
}
ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
ul ul {
	margin: 10px 0 10px 50px;
	padding: 0;
}
ol {
	margin: 0 0 20px 60px;
	padding: 0;
}
ol li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
ol ol {
	margin: 10px 0 10px 50px;
	padding: 0;
}
blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 16px;
	line-height: 22px;
}
blockquote p {
	padding: 0 0 0 45px;
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 22px;
	border: none;
}
p.wp-caption-text {
	font-size: 12px !important;
	line-height: 16px !important;
	text-align: center !important;
	padding: 0 10px 0 0;
	color: #666;
	font-style:normal;
	margin:0 0 20px 0;
}


/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
	color: #9D2406;
	line-height: inherit;
	text-decoration: none;
	word-wrap: break-word;
	font-weight: 600;
}
a:visited {
	color: #9D2406;
}
a:hover {
	color: #7A8396;
	font-weight: 600;
	text-decoration: underline;
}
a:focus {
	color: #9D2406;
	outline: none;
	text-decoration:none;
}
p a, p a:visited {
	line-height: inherit;
	color: #9D2406;
}

a.box {
	display:inline-block;
	margin: 0;
	padding: 0;
	font-size:16px;
	line-height:24px;
	color:#9D2406;
	text-decoration:none;
	text-transform: uppercase;
	font-style: normal !important;
	font-weight: 400 !important;
	border-bottom: 5px solid #9D2406;
}
a.box:visited {
	color:#9D2406;
	text-decoration:none;
}
a.box:hover {
	color: #7A8396;
	border-color: #7A8396;
}


a.arrow {
	font-size:16px;
	line-height:26px;
	color:#F4992E;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	display:inline-block;
	background: url(images/icon_arrow_right.png) right 0 no-repeat;
	padding-right:18px;
}

a.arrow:visited {
	color:#F4992E;
	text-decoration:none;
}
a.arrow.right {
	float:right;
	margin-top:-46px;
}
a.arrow:hover {
	background-position:right -26px;
	color:#444;
	text-decoration:none;
}

p.linkwrap {
	margin-top:-10px;
}


/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
.clearfloats {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
.clearfloats.spacer {
	height: 20px;
}
.no-pad {
	padding:0;
}
.gallery-item {
	margin: 0;
	padding: 0;
}
.alignleft {
	float: left;
	margin: 0 20px 16px 0;
	display: block;
}
.alignright {
	float: right;
	margin: 0 0 16px 20px;
	display: block;
}
.attachment-thumbnail {
}

.widget {
	margin-bottom:0;
	margin-top:0;
}

.wp-caption {
	padding:0;
	border:none;
}

@media handheld, only screen and (max-width: 767px) {
.alignleft {
	max-width: 40% !important;
}
.alignright {
	max-width: 40% !important;
}
}

@media (max-width: 767px) {
.attachment-thumbnail {
	max-width: 80% !important;
	height: auto !important;
}
}



/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
	
#masthead {
	margin: 0;
	padding: 0;
	border-top: 5px solid #7A8396;
}
#masthead .pad {
	height: 200px;
	position: relative;
}

.site-branding {
	width: 530px;
	margin: 30px 0 0 20px;
	padding: 0;
	float: left;
}
h1.site-title {
	width: 530px;
	height: 50px;
	margin: 0;
	padding: 0;
}
h1.site-title a {
	width: 530px;
	height: 50px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -4000px;
	background: url(images/logo.png) no-repeat;
}
.tagline {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Sintony', sans-serif;
	font-weight: 400;
	color: #464D59;
	margin: 8px 0 0 0;
	text-align: right;
}

/* Mobile */
@media (max-width: 767px) {

	#masthead {
		margin: 0;
		padding: 0;
		border-top: none;
	}
	#masthead .pad {
		height: 180px;
		position: relative;
		text-align: center;
	}

	.site-branding {
		width: 260px;
		margin: 50px auto 0 auto;
		padding: 0;
		float: none;
	}
	h1.site-title {
		width: 260px;
		height: 90px;
		margin: 0;
		padding: 0;
	}
	h1.site-title a {
		width: 260px;
		height: 90px;
		display: block;
		margin: 0;
		padding: 0;
		text-indent: -4000px;
		background: url(images/logo_mob.png) no-repeat;
	}
	.tagline {
		font-size: 13px;
		line-height: 20px;
		font-family: 'Sintony', sans-serif;
		font-weight: 400;
		color: #464D59;
		margin: 8px 0 0 0;
		text-align: right;
	}
}

.toolbar {
	float: right;
	margin: 43px 0 0 0;
	width: auto;
}

/* Mobile */
@media (max-width: 767px) {
.toolbar {
	display: none;
}	
}


.links {
	margin-bottom: 23px;
	float: right;
}

.links a.box {
	float: left;
	margin: -4px 0 0 10px;
}
a.social, span.st_sharethis_custom {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-indent: -4000px;
	margin: 0 5px 0 0;
	text-decoration: none;
}
	a.social.facebook {
		background: url(images/icon_facebook.png) no-repeat;
	}
	a.social.twitter {
		background: url(images/icon_twitter.png) no-repeat;
	}
	span.st_sharethis_custom {
		background: url(images/icon_share.png) no-repeat;
	}
	a.social.contact {
		background: url(images/icon_contact.png) no-repeat;
	}
	a.social:hover, span.st_sharethis_custom:hover {
		background-position: 0 -25px;
		cursor: pointer;
	}

.links.mob {
	margin-bottom: 23px;
	margin-left: 10px;
	float: left;
}
.links.mob a.box {
	color: #FFF;
	border-color: #FFF;
}


.carttools {
	position: absolute;
	right: 0;
	bottom: 10px;
}
	.carttools a.viewcart {
		display: inline-block;
		float: left;
		font-size: 14px;
		line-height: 30px;
		color: #9CA3B1;
		padding: 0 24px 0 0;
		background: url(images/icon_cart.png) right top no-repeat;
		text-decoration: none;
	}
	.carttools a.viewcart:hover {
		color: #464D59;
		background-position: right -30px;
		text-decoration: none;
	}

/* Mobile */
@media (max-width: 767px) {
.carttools {
	display: inline-block;
	position:static;
	margin: 20px 0 0 0;
	width: auto;
}
}

#searchcart {
	float: left;
	margin: 0 0 0 20px;
}
#searchcart .q {
	display: block;
	float: left;
	width: 154px;
	height: 30px;
	border: 1px solid #9CA3B1;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 5px 5px 26px;
	box-sizing: border-box;
	background: url(images/back_q.png) no-repeat;
	background-color: #FFF;
}
#searchcart .submit {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	text-indent: -4000px;
	box-sizing: border-box;
	border: none;
	background: url(images/back_submit.png) no-repeat;
	background-color: #9CA3B1;
}
#searchcart .submit:hover {
	background-color: #464D59;
}


/* Mobile */
@media (max-width: 767px) {
#searchcart .q {
	width: 120px;
}
}



/*	--------------------------------------------------
   	Tool Nav Bar
	-------------------------------------------------- */
	
.tool-navigation {
	clear: both;
}
#tool-menu {
	margin: 0 0 0 0;
	height: 50px;
	width: auto;
	padding: 0;
	z-index: 9999;
}
#tool-menu > li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	border-left: 1px solid #9CA3B1;
}
#tool-menu > li > a {
	font-size: 14px;
	line-height:16px;
	padding: 0 6px;
	display: block;
	text-decoration: none;
	color: #464D59;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#tool-menu > li:first-child {
	border: none;
}
#tool-menu > li:last-child > a {
	padding-right: 0;
}
#tool-menu > li:hover > a, 
#tool-menu > li.current-menu-item > a, 
#tool-menu > li.current-category-ancestor > a, 
#tool-menu > li.current-page-ancestor > a, 
#tool-menu > li.current-post-ancestor > a {
	color: #9D2406;
}
#tool-menu > li > ul {
	display: none;
}


@media (max-width: 767px) {
	
.tool-navigation {
	display:none;
}
	
}



/*	--------------------------------------------------
   	Nav Bar
	-------------------------------------------------- */
	
.site-navigation {
	position: absolute;
	left: 0;
	bottom: 0;
	width:auto;
}
#main-menu {
	margin: 0 0 0 0;
	height: 48px;
	width: auto;
	padding: 0;
	z-index: 9999;
	border-top: 1px solid #CDD1D8;
}
#main-menu > li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
#main-menu > li > a {
	font-size: 18px;
	line-height:48px;
	font-family: 'Sintony', sans-serif;
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #464D59;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	border-left: 1px solid #CDD1D8;
}
#main-menu > li:last-child > a {
	border-right: 1px solid #CDD1D8;
}
#main-menu > li.menu-item-has-children > a {
	padding: 0 40px 0 14px;
	background: url(images/dropdown_arrow.png) right top no-repeat;
}
#main-menu > li:hover > a,  #main-menu > li.current-menu-item > a,  #main-menu > li.current-category-ancestor > a,  #main-menu > li.current-page-ancestor > a,  #main-menu > li.current-post-ancestor > a {
	background-color: #E6E8EB;
}
#main-menu ul.sub-menu {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 6px 0;
	z-index: 99999;
	background: #CDD1D8;
	min-width: 260px;
}
/*.menu-desk > ul > li:hover > ul { display:block; }*/
#main-menu ul.sub-menu > li {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
}
#main-menu ul.sub-menu > li > a {
	font-size: 14px !important;
	line-height: 20px;
	font-family: 'Sintony', sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 4px 15px;
	display: block;
	text-decoration: none;
	color: #464D59;
	white-space: nowrap;
}
#main-menu ul.sub-menu > li > a:hover,  
#main-menu ul.sub-menu > li.current-menu-item > a {
	color:#FFF;
}


@media (max-width: 767px) {
	
.site-navigation {
	display:none;
}
	
}



/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */


#menuLink { display:none; width:30px; height:30px; position:fixed; right:10px; top:10px; z-index:999999; }

#menuLink a.mainmenu { background:#464D59 url(images/mob.png) right 0 no-repeat !important; display:block; width:30px; height:30px; padding:0; padding:0; text-indent:-4000px; }
#menuLink a.mainmenu.open { background:#471654 url(images/mob.png) right -36px no-repeat !important; }

.menuwrap { display:none; background:#464D59; color:#FFF; padding:0; clear:both; margin:0; position:fixed; top:40px; height:100%; overflow:auto; z-index:999999; border-top:20px solid #464D59; border-bottom:20px solid #464D59; }
.menuwrap a { color:#FFFFFF;}	


.secondary-mob-nav-container {
	margin:0;
	padding:0;
}

.secondary-mob-nav-menu {
	margin:0 !important;
	width: auto;
	padding: 0!important;
}
.secondary-mob-nav-menu > li {
	float: left;
	display: block;
	box-sizing:border-box;
	padding: 0 10px;
	margin: 0 0 10px 0;
	width:50%;
}
.secondary-mob-nav-menu > li > a {
	font-size: 14px;
	line-height: 20px;
	padding:0;
	display: block;
	text-decoration: none;
	color: #FFF;
	margin:0;
	font-weight: normal;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	white-space:nowrap;
}
.secondary-mob-nav-menu > li > ul {
	display:none;
}



.primary-mob-nav-container {
	margin:0;
	padding:0;
}
#primary-mob-menu {
	margin:30px 0 0 0;
	width: auto;
	padding: 0;
}
	
#primary-mob-menu > li {
	float: left;
	display: block;
	box-sizing:border-box;
	padding: 0 10px;
	margin: 0 0 20px 0;
	width:50%;
}
#primary-mob-menu > li:nth-child(odd) {
	clear: both;
}

#primary-mob-menu > li > a, .mob-headline {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 4px 0;
	display: block;
	text-decoration: none;
	color: #FFF;
	margin: 0 0 4px 0;
	font-weight: bold;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #FFF;
}

#primary-mob-menu > li > ul {
	margin:0;
	padding:0;
}
#primary-mob-menu ul.sub-menu > li {
	padding: 0;
	margin: 0;
	list-style:none;
}
#primary-mob-menu ul.sub-menu > li > a {
	font-size: 14px !important;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	padding:4px 0;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight:normal;
	white-space:normal;
}
#primary-mob-menu ul.sub-menu > li > a:hover {
	color:#efefef;
}

	

.mob-headline {
	margin:10px 10px 8px 10px;
}
	
	
	@media (max-width: 767px) {
	#menuLink { display:block; }
	
	}
	
	
	
	
/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */	


.slider1wrap { 
	height:500px;
	z-index:25;
	position: relative;
	background: #9D2406;
}

	.bx-wrapper {
		background:none !important;
	}
	#slider1 {
		z-index:50;
		width:100%;
		height:500px;
		margin:0 !important;
		padding:0 !important;
		background:none;
		display:none;
	}
	#slider1 li {
		width:100%;
		height:500px;
		margin:0;
		padding:0;
		list-style:none;
		background:none;
		position:relative;
	}
	#slider1 li img {
		display:block;
		height:500px;
		width:100%;
	}

	#slider1 li .linkbox {
		display:block;
		margin:0;
		width:auto;
		z-index:100;
		position:absolute;
		bottom:10px;
		left:10px;
		display:none;
		text-decoration: none;
	}

	#slider1 h2 {
		display: inline-block;
		background: #9D2406;
		font-size: 50px;
		line-height: 70px;
		color: #FFF;
		padding: 0 20px;
		width: auto;
		margin: 0 0 10px 0;
		text-transform: uppercase;
	}

	#slider1 li .wrap {
		width: auto;
		display: table;
		max-width: 1000px;
	}
	#slider1 li .txt {
		display: table-cell;
		padding: 20px;
		background-color: rgba(0,0,0,0.7);
		transition: background-color 0.5s ease;
	}
	#slider1 li .more {
		display: table-cell;
		width: 64px;
		background-image: url(images/slide_more_arrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-color: rgba(0,0,0,0.9);
	}
	#slider1 li .linkbox:hover .txt {
		background-color: rgba(0,0,0,0.9);
	}
	#slider1 h3 {
		color:#FFF;
		font-size:22px;
		line-height:28px;
		font-weight:700;
		background:none;
		margin:0 0 6px 0;
	}
	#slider1 p {
		color:#FFF;
		font-size:18px;
		line-height:28px;
		font-weight:400;
		background:none;
		margin:0 0 10px 0;
	}
	#slider1 .by {
		color:#FFF;
		font-size:14px;
		line-height:18px;
		font-weight:400;
		background:none;
		margin:0 0 10px 0;
	}
	
	
/* small screen - hide on ipad */
@media (max-width: 1240px) {
	.bx-controls-direction {
		display: none !important;
	}
}

/* Mobile */
@media (max-width: 767px) {
	
.bx-controls-direction {
		display: none !important;
	}
.slider1wrap { 
	height:auto;
	z-index:25;
	position: relative;
	background: #FFF;
	width: 100%;
}
.slider1wrap .container {
	margin: 0;
	padding: 0 5px;
}
	.bx-wrapper {
		background:none !important;
	}
	#slider1 {
		z-index:50;
		width:100%;
		height:auto;
		margin:0 !important;
		padding:0 !important;
		background:none;
		display:none;
	}
	#slider1 li {
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		list-style:none;
		background:none;
		position:relative;
	}
	#slider1 li img {
		display:block;
		width:100%;
		height:auto;
	}
	
	#slider1 li .linkbox {
		display:block;
		margin:0;
		width:auto;
		z-index:100;
		position:static;
		text-decoration: none;
		background: #FFF;
	}
	
	
	#slider1 h2 {
		display: inline-block;
		background: #9D2406;
		font-size: 28px;
		line-height: 32px;
		color: #FFF;
		padding: 5px 10px;
		width: auto;
		margin: 5px 0 5px 0;
		text-transform: uppercase;
	}
	#slider1 h3 {
		color:#FFF;
		font-size:16px;
		line-height:24px;
		font-weight:700;
		background:none;
		margin:0 0 6px 0;
	}
	
	#slider1 li .txt {
		display: table-cell;
		padding: 10px;
		background-color: rgba(0,0,0,0.7);
		transition: background-color 0.5s ease;
	}
	#slider1 p {
		color:#FFF;
		font-size:14px;
		line-height:22px;
		font-weight:400;
		background:none;
		margin:0 0 10px 0;
	}
	#slider1 .by {
		color:#FFF;
		font-size:12px;
		line-height:16px;
		font-weight:400;
		background:none;
		margin:0 0 10px 0;
	}
	
	
	#slider1 li .more {
		display: table-cell;
		width: 32px;
		background-size: 50%;
	}

}



/* Mission */
.mission {
		padding:60px 0 40px 0;
	}
	.mission h1 {
		font-size:44px;
		line-height:64px;
		margin:0;
		padding:0;
	}
	.mission p {
		font-size:18px;
		line-height:28px;
	}

/* Mobile */
@media (max-width: 767px) {
.mission {
		padding:60px 0 40px 0;
	}
	.mission h1 {
		font-size:30px;
		line-height:38px;
		margin:0;
		padding:0;
	}
}

/* Featured Videos */

.slider2wrap { 
	width:100%;
	height:auto;
	margin-bottom:60px;
}

	#slider2 {
		width:100%;
		height:auto;
		margin:0 !important;
		padding:0 !important;
	}
	#slider2 li {
		width:100%;
		height:auto;
		margin:0 !important;
		padding:0 !important;
		list-style: none;
	}
	#slider2 li .pad {
		margin:40px 0 0 0;
	}
	#slider2 li a {
		text-decoration: none;
	}
	#slider2 li a:hover {
		text-decoration: none;
	}
	#slider2 li img {
		display:block;
		margin:0 0 14px 0;
		width:100%;
		height:auto;

	}
	#slider2 li a .type {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0 0 10px 0;
		padding: 0 4px;
		color: #212121 !important;
		font-weight: 400;
	}
	#slider2 li h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
		color: #798396 !important;
		font-weight: 700;
		padding: 0 4px;
		text-transform: uppercase;
	}
	#slider2 li a:hover h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
		color: #9D2406 !important;
		font-weight: 700;
		text-decoration: none;
		padding: 0 4px;
	}
	#slider2 li a .sub {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 0;
		color: #212121 !important;
		padding: 0 4px;
		font-weight: 400;
	}
	
	#bx-pager {
			text-align:left;
			position: relative;
			z-index:9990;
			margin:0;
		}
		#bx-pager .pad {
			padding:0;
			display:inline-block;
		}
		#bx-pager a {
			display:block;
			float:left;
			margin:0 20px 0 0;
			color: #7A8396;
			border-color: #7A8396;
		}
		#bx-pager a.active,
		#bx-pager a:hover {
			color: #9D2406;
			border-color: #9D2406;
		}


/* Mobile */
@media (max-width: 767px) {
	
#slider2 li .pad {
		margin:30px auto 0 auto;
	   max-width: 240px;
	}
	
	#slider2 li h3 {
		font-size: 20px;
		line-height: 26px;
	}
	#slider2 li a:hover h3 {
		font-size: 20px;
		line-height: 26px;
	}
	#slider2 li a .sub {
		font-size: 16px;
		line-height: 22px;
	}
}


/* Learn More */
.learn_more_box {
	border-top: 5px solid #FF9224;
	padding: 70px 0;
	background: #FF9224 url(images/back_learn_more.jpg) center top no-repeat;
}

.learn_more_box img {
	float: left;
	width: 160px;
	height: 160px;
	display: block;
}
.learn_more_box .text {
	float: left;
	width: 100%;
	margin-left: -160px;
	padding-left: 190px;
	box-sizing: border-box;
}

.learn_more_box h2 {
	color: #FFF;
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	margin: 10px 0 10px 0;
}
.learn_more_box p {
	color: #FFF;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}
.learn_more_box a.box {
	color: #FFF;
	border-color: #FFF;
}
.learn_more_box a.box:hover {
	color: #333;
	border-color: #333;
}
.learn_more_box .left {
	float: left;
	width: 100%;
	margin-right: -120px;
	padding-right: 140px;
	box-sizing: border-box;
}
.learn_more_box .right {
	float:right;
	width: 120px;
	text-align: right;
}


/* Mobile */
@media (max-width: 767px) {

.learn_more_box {
	padding: 40px 0;
	background: #FF9224 url(images/back_learn_more.jpg) center top repeat;
}
.learn_more_box img {
	float: none;
	width: 140px;
	height: 140px;
	display: block;
	margin-bottom: 10px;
}
.learn_more_box .text {
	float: none;
	width: 100%;
	margin-left: 0;
	padding-left:0;
	box-sizing: border-box;
}

.learn_more_box h2 {
	color: #FFF;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin: 10px 0 10px 0;
}
.learn_more_box p {
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.learn_more_box .left {
	float: none;
	width: 100%;
	margin-right: 0;
	padding-right: 0;
	box-sizing: border-box;
}
.learn_more_box .right {
	float:none;
	width: auto;
	text-align: left;
}
}



/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */	

.main-content {
	background: #FFF;
}
#content {
}

.main-content-inner .entry-content {
	width: 800px;
	min-height: 600px;
	margin: 30px 0 70px 0;
}

/* Mobile */
@media (max-width: 767px) {
.main-content-inner .entry-content {
	width: 100%;
	min-height: 200px;
	margin: 30px 0 70px 0;
}
}

.page-header {
	margin:0;
	padding:0;
	border:none;
	height: 250px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center top;
}
.page-header h1 {
	display: inline-block;
	background: #9D2406;
	font-size: 50px;
	line-height: 70px;
	color: #FFF;
	padding: 0 20px;
	width: auto;
	margin: 90px 0 0 0;
	text-transform: uppercase;
}

/* Mobile */
@media (max-width: 767px) {
.page-header {
	margin:0;
	padding:0;
	border:none;
	height: 125px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	position:relative;
}
.page-header h1 {
	position: absolute;
	display: inline-block;
	background: #9D2406;
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	padding: 10px 10px;
	width: auto;
	margin: 0;
	text-transform: uppercase;
	bottom:10px;
	left: 10px;
	max-width: 260px;
	box-sizing: border-box;
}	
}

.intro {
	font-size:18px;
	line-height:26px;
}
	.intro p {
		font-size:18px;
		line-height:26px;
	}

	

#content ul {
	margin: 0 0 26px 40px;
}
#content ol {
	margin: 0 0 26px 40px;
}
	#content ul li {
		list-style-image:url(images/bullet_gray.png);
	}

#content img {
	display:block;
}

article {
	padding:0;
	margin:0;
}
.entry-content {
	padding:0;
	margin:0;
}


/*	News listing */

.newslisting { margin-top: 30px; }

	.newslisting h3 {
		font-weight:700;
		margin-bottom:10px;
		font-size: 24px;
		line-height: 36px;
		color: #798396;
		font-family: 'Sintony', sans-serif;
	}
	.newslisting h3 a {
		display: inline-block;
		color: #798396;
		text-decoration: none;
	}
	.newslisting h3 a:hover {
		color: #9D2406;
		text-decoration: none;
	}
	.newslisting p {
		margin: 0 0 10px 0;
	}
	.newslisting img {
		display:block;
		margin: 0 0 10px 0;
	}
	.newslisting .text {
		padding:0 4px 40px 4px;
	}

	.meta {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 2px;
	}
	.meta.pad {
		margin-bottom: 10px;
	}



/*	--------------------------------------------------
   	Flexible Content
	-------------------------------------------------- */	


/* Accordion */

.accordianwrap { 
	margin:0 0 26px 0;
	background: url(images/accordion_back.png) 0 0 repeat-x; 
}
.accordianwrap.add { 
	margin:-27px 0 26px 0; 
}
	.accordiantitle { 
		background: url(images/accordion_back.png) 0 bottom repeat-x;
	}
	.accordiantitle.open { 
		background: none;
	}
	.accordiantitle h2 { 
		line-height:30px;
		font-size:22px;
		color:#444;
		font-weight:400;
		padding:10px 50px 10px 10px; 
		background: url(images/accordion_show.png) right center no-repeat; 
		margin:0;
	}
	.accordiantitle:hover h2 { 
		cursor:pointer; 
		background: url(images/accordion_show_hover.png) right center no-repeat;
	}
	.accordiantitle.open h2 {
		background: url(images/accordion_hide.png) right center no-repeat;
	}
	.accordiantitle.open:hover h2 { 
		cursor:pointer; 
		background: url(images/accordion_hide_hover.png) right center no-repeat;
	}
	.accordiancontent {
		display:none;
		padding:6px 10px 1px 10px;
		margin: 0;
	}


/* Quote */

.quoteblock {
	padding:10px 0 26px 50px;
	margin-left: 50px;
	background: url(images/icon_quote.png) 0 14px no-repeat;
}
.col-sm-6.custom-left .quoteblock, .col-sm-6.custom-right .quoteblock {
	padding-top:0;
	margin: 0;
	background: url(images/icon_quote.png) 0 4px no-repeat;
}
.quoteblock .by {
	font-weight:600;
	margin:-16px 0 0 0;
	font-size: 14px;
	line-height: 20px;
}
.quoteblock .by p {
	font-weight:bold;
	margin:0;
	font-size: 14px;
	line-height: 20px;
}
/* Mobile */
@media (max-width: 767px) {
.quoteblock {
	margin-left: 0;
}
}

/* promo box */

.promobox {
	margin-bottom: 10px;
}
.promobox img {
	display: block;
	margin: 0 0 10px 0;
}
.promobox h3 {
	padding-left: 2px;
}
.promobox .pad {
	margin: 0 2px;
}
.promobox p {
	margin: 0 0 6px 0;
}

/* biobox */

.biorow .biobox:nth-child(odd) {
	clear: both;
}
.biobox {
	margin-bottom: 36px;
}
.biobox img {
	display: block;
	float: left;
}
.biobox .pad {
	float: left;
	margin: 0 0 0 -100px;
	padding: 0 0 0 120px;
	width: 100%;
	box-sizing: border-box;
}
.biobox p {
	margin-bottom: 10px;
}

/*	--------------------------------------  */


/*	Pager */	
		
ul.pager { margin:0 0 50px 0 !important; padding:14px 0;height: 54px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
	ul.pager li { margin:0; padding:0; list-style:none !important; }
	ul.pager li.previous {
		float:left;
		margin-left: 10px;
	}
	ul.pager li.next {
		float:right;
		margin-right: 10px;
	}
	ul.pager a {
		font-size:14px;
		line-height:26px;
		color: #9D2406;
		font-weight: 700;
		text-decoration:none;
		display:inline-block;
	}
	ul.pager .next a {
		background: url(images/icon_arrow_right.png) right 0 no-repeat;
		padding-right:14px;
	}
	ul.pager .previous a {
		background: url(images/icon_arrow_left.png) left 0 no-repeat;
		padding-left:14px;
	}
	ul.pager .next a:hover {
		background-position:right -26px;
		color:#333;
	}
	ul.pager .previous a:hover {
		background-position:left -26px;
		color:#444;
	}





/*	--------------------------------------------------
   	Sidebar
	-------------------------------------------------- */	

.sidebar {
	width: 300px;
	float: right;
	margin: -60px 15px 50px 0;
	padding: 0;
	min-height: 300px;
}
/* Mobile */
@media (max-width: 767px) {
.sidebar {
	width: 300px;
	float: none;
	margin: 0 auto 50px auto;
	padding: 0;
	min-height: 0;
}	
}

#subpages {
	background: #575E6F;
	margin-bottom: 20px;
}
#subpages h3 {
	color: #FFF;
	font-size: 28px;
	line-height: 60px;
	background: #9CA3B1;
	padding: 0 20px;
	margin: 0;
	text-transform: uppercase;
}
#subpages ul {
	display: block;
	margin: 0;
	padding: 14px 0;
}
#subpages ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#subpages ul li a {
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 20px;
	font-weight: 600;
	text-decoration: none;
}
#subpages ul li.current_page_item a,
#subpages ul li a:hover {
	color: #9CA3B1;
	font-weight: 600;
	text-decoration: none;
}



a.bannerlink {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	text-decoration: none;
}
a.bannerlink img {
	display: block;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #9CA3B1;
	width: 300px;
	height: 140px;
}
a.bannerlink h3 {
	display:inline-block;
	position:absolute;
	bottom: 10px;
	left: 10px;
	width: auto;
	padding: 0 24px 0 12px;
	margin: 0;
	font-size: 24px;
	line-height: 36px;
	color: #FFF;
	font-family: 'Sintony', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background: #9D2406 url(images/icon_arrow_banner.png) right 0 no-repeat;
}
a.bannerlink:hover h3 {
	background-color: #575E6F;
}

/* Latest News List */

.entry-meta {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	margin: 6px 0 0 0;
	padding: 0 20px;
}
#subpages h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #FFF;
	padding: 0;
	margin: 0 0 14px 0;
}
#subpages h4 a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #FFF;
	padding: 0;
	margin: 0;
}


.headlinelink {
	display: block;
	margin: 0 0 20px 0;
	width: 300px;
	height: 140px;
	box-sizing: border-box;
	border: 1px solid #9CA3B1;
	padding: 25px 0 0 20px;
}
.headlinelink h3 {
	padding: 0;
	margin: 0;
	font-size: 28px;
	line-height: 32px;
	color: #FFF;
	font-family: 'Sintony', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.headlinelink a {
	font-size:14px;
	line-height:26px;
	font-weight: 600;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	display:inline-block;
	background: url(images/icon_arrow_right.png) right -52px no-repeat;
	padding-right:14px;
}
.headlinelink a:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}


.sidetextblock {
	margin-bottom: 20px;

}
.sidetextblock a, .sidetextblock p {
	font-size:14px;
	line-height:20px;
	margin: 0 0 12px 0;
}
.sidetextblock img {
	border: 1px solid #9CA3B1;
}





/*	--------------------------------------------------
   	Footer Menu Columns
	-------------------------------------------------- */


#menucolumns {
	background: #666F82;
	padding: 30px 0 60px 0;
	border-top: 5px solid #7A8396;
}

#menucolumns .col-sm-4 .pad {
	padding: 0 5px;
	width: 300px;
	box-sizing: border-box;
}
#menucolumns h3 {
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
	border-bottom: 1px solid #FFF;
	margin: 30px 0 12px 0;
	padding: 0 0 5px 5px;
	max-width: 300px;
	text-transform: uppercase;
}
#menucolumns p {
	color: #FFF;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}
#menucolumns p a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}
#menucolumns p a:hover {
	opacity: 0.7;
	font-weight: 600;
    filter: alpha(opacity=70);
	text-decoration: none;
}

a.adlink{
	display: block;
	margin-top: 40px;
}
a.adlink.left {
	float: left;
}
a.adlink.right {
	float: right;
}
a.adlink:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}




/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */	


#colophon {
	background:#464D59;
	padding:70px 0 100px 0;
	color:#fff;
}

@media (max-width: 767px) {
#colophon {
	padding:50px 0 100px 0;
}

}

.footerlogo {
	display:block;
	width:240px;
	height:130px;
	text-indent:-4000px;
	background:url(images/footerlogo.png) no-repeat;
	margin-bottom:30px;
}
.footerlogo:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}



.footcoltxt {
	height: 140px;
	width: 270px;
	padding: 0 0 0 30px;
	margin-bottom: 30px;
}
.footcoltxt.border {
	border-right: 1px solid #666F82;
}

/* Mobile */
@media (max-width: 767px) {
.footcoltxt {
	height: auto;
	width: auto;
	padding: 0 15px;
	margin-bottom: 20px;
}
.footcoltxt.border {
	border-right:none;
}	
}

.footcoltxt p {
	color:#fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 12px 0;
	font-family: 'Open Sans', sans-serif;
}
.footcoltxt h4 {
	color:#fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 4px 0;
	font-family: 'Open Sans', sans-serif;
}
.footcoltxt a {
	font-size:14px;
	line-height:26px;
	font-weight: 600;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	display:inline-block;
	background: url(images/icon_arrow_right.png) right -52px no-repeat;
	padding-right:14px;
}
.footcoltxt a:visited {
	font-size:14px;
	line-height:26px;
	font-weight: 600;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	display:inline-block;
	background: url(images/icon_arrow_right.png) right -52px no-repeat;
	padding-right:14px;
}
.footcoltxt a:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}






/*	Footer Nav Bar  */
	
.footer-navigation {
	float: left;
}
/* Mobile */
@media (max-width: 767px) {
.footer-navigation {
	float: none;
	margin-bottom: 20px;
}
}
#footer-menu {
	margin: 8px 0 0 0;
	width: auto;
	padding: 0;
	z-index: 9999;
}
#footer-menu > li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	border-left: 1px solid #666F82;
}
#footer-menu > li > a {
	font-size: 14px;
	line-height:16px;
	padding: 0 6px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#footer-menu > li:first-child {
	border: none;
}
#footer-menu > li:last-child > a {
}
#footer-menu > li:hover > a, 
#footer-menu > li.current-menu-item > a, 
#footer-menu > li.current-category-ancestor > a, 
#footer-menu > li.current-page-ancestor > a, 
#footer-menu > li.current-post-ancestor > a {
	color: #afafaf;
}
#footer-menu > li > ul {
	display: none;
}

/* Mobile */
@media (max-width: 767px) {
#footer-menu > li:first-child > a {
	padding-left: 0;
}
}

/* Social Links and Share */
.info {
	float:right;
}
/* Mobile */
@media (max-width: 767px) {
.info {
	float:none;
	padding-top: 50px;
}
}
.info .txt {
	display:block;
	width:auto;
	float:left;
	margin:0 10px 0 10px;
	font-weight: 400;
	font-size:14px;
	line-height:25px;
	color:#FFF;
	font-family: 'Sintony', sans-serif;
}
@media (max-width: 767px) {
.info .txt {
	margin:0 10px 20px 0;
	clear: both;
}
}

.info a.social, .info span.st_sharethis_custom {
	background-position: 0 -50px;
}

.info a.social:hover, .info span.st_sharethis_custom:hover {
	background-position: 0 0;
}


/* Copyright */

.site-info {
	padding:40px 0 0 0;
}
@media (max-width: 767px) {
.site-info {
	padding:20px 0 0 0;
	clear:both;
}
}
	.site-info p {
		font-size:12px;
		line-height:16px;
		color:#A3A6AC;
		margin:0 0 30px 0;
	}
	.site-info p a {
		font-size:12px;
		line-height:16px;
		color:#A3A6AC;
		font-weight:normal;
	}
	.site-info a:hover {
		color:#FFF;
		text-decoration:none;
	}
	
	


/*	--------------------------------------------------
   	Form
	-------------------------------------------------- */	

.smalltext p {
	font-size:14px;
	font-weight:22px;
	margin:0 0 16px 0;
}


.ifield {
	margin-bottom:20px;
}

.ifield input, .ifield select, .ifield textarea, .ifield select {
	width:100% !important;
	box-sizing:border-box !important;
	padding:8px !important;
	border:1px solid #D4D4D4 !important;
	font-size:14px;
	line-height:20px;
	color:#444 !important;
}

img.wpcf7-captchac {
	width:100%;
	height:38px;
	margin:0;
}

.wpcf7-submit {
	display:inline-block;
	margin: 0 12px 0 0;
	padding:0 30px 0 20px;
	font-size:18px;
	line-height:34px;
	color:#FFF;
	background: url(images/back_diag.png) right 0 no-repeat;
	text-decoration:none;
	font-style: normal !important;
	font-weight: 300 !important;
	border:none;
}
.wpcf7-submit:hover {
	background-position:right -68px;
	text-decoration:none;
	cursor:pointer;
}
@media (max-width: 767px) {
	
	.wpcf7-submit {
		margin-top:20px;
	}
}

.wpcf7-not-valid-tip {
	position:absolute;
	top:26px;
	left:8px;
	font-size:12px !important;
}

.wpcf7-response-output {
	background:#fff !important;
	color:#444 !important;
	border:none !important;
}


::-webkit-input-placeholder {
   color:#92989E !important;
}

:-moz-placeholder { /* Firefox 18- */
   color:#92989E !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#92989E !important;
}

:-ms-input-placeholder {  
   color:#92989E !important;
}

.wpcf7 .ajax-loader { display:none !important; }

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
	border:inherit;
	box-shadow: none !important;
	outline: 0 none;
}