/* @override 
	http://www.communitychange.org/wp-content/themes/c4cc/style.css?ver=4.5.2
	http://www.communitychange.org/wp-content/themes/c4cc/style.css?ver=4.5.3 */

/*
Theme Name: Center for Community Change
Theme URI: http://communitychange.org/
Author: CCC 
Author URI: communitychange.org
Description: A custom theme built on Underscores
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active,
#post-112 { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}


a img {
	border: 0;
}
input, textarea, select  {
    -webkit-border-radius:0 !important; 
    border-radius:0 !important;
    -webkit-appearance: none;
}

/* =Global
----------------------------------------------- */
@font-face {
    font-family: 'GnuolaneFree';
    src: url('webfonts/gnuolane_free-webfont.eot');
    src: url('webfonts/gnuolane_free-webfont.eot?#iefix') format('eot'),
         url('webfonts/gnuolane_free-webfont.woff') format('woff'),
         url('webfonts/gnuolane_free-webfont.ttf') format('truetype'),
         url('webfonts/gnuolane_free-webfont.svg#webfontsb5VB5eE') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('webfonts/BebasNeue-webfont.eot');
    src: url('webfonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/BebasNeue-webfont.woff') format('woff'),
         url('webfonts/BebasNeue-webfont.ttf') format('truetype'),
         url('webfonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
button,
input,
select,
textarea {
	color: #66686A;
	font: 14px/21px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 1%;
	width: 97%;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'bebas_neueregular';
}
h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #154B7D;
}
h5 {
	font-size: 18px;
	line-height: 36px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 18px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
/* Links */
a {
	color: #F9A435;
	text-decoration: none;
}
a:visited {
	color: #144D7D;
}
a:hover,
a:focus,
a:active {
	color: #FBB236;
	text-decoration: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}
br.clear,
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Header
----------------------------------------------- */
#masthead {
	background: #F5F5F8;
	border-bottom: 6px solid #E7E8E9;
	padding-top: 70px;
	margin-bottom: 30px;
}
.site-branding {
	clear: both;
	float: left;
}
.site-title a {
	display: block;
	background: url(images/c4cc_logo.png) no-repeat;
	width: 348px;
	height: 89px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	margin: 25px 0;
}
.top-social {
	float: right;
	text-align: right;
	margin-top: 30px;
	width: 350px;
	position: relative;
}
.top-social .twitter {
	background: url(images/twitter_top.png) no-repeat;
	display: block;
	position: absolute;
	left: 52px;
	top: 18px;
	width: 46px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 75px;
}
.top-social .facebook {
	background: url(images/facebook_top.png) no-repeat;
	display: block;
	position: absolute;
	top: 18px;
	width: 46px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 3px;
}
.top-social .twitter:hover {
	background-position: 0 -46px;
}
.top-social .facebook:hover {
	background-position: 0 -46px;
}
.top-social .donate {
	background: url(images/donate_top.png) 0 0 no-repeat ;
	display: inline-block;
	width: 124px;
	text-align: left;
	height: 36px;
	padding: 22px 0px 28px 50px;
	font: 36px/36px 'bebas_neueregular';
	color: #fff;
	text-decoration: none;
}
.top-social .donate:hover {
	background-position: 0 -88px;
}

@media screen and (max-width: 767px) {
	.top-social {
		margin-top: 35px;
		width: 140px;
	}
	.top-social .twitter {
		display: none;
		//left: 52px;
		//top: 12px;
	}
	.top-social .facebook {
		display: none;
		//top: 12px;
	}
	.top-social .twitter:hover {
		background-position: 0 -46px;
	}
	.top-social .facebook:hover {
		background-position: 0 -46px;
	}
	.top-social .donate {
		width: 100px;
		background-size: 100%;
		text-align: left;
		height: 28px;
		padding: 18px 0px 24px 40px;
		font: 30px/30px 'bebas_neueregular';
		color: #fff;
		text-decoration: none;
	}
	.top-social .donate:hover {
		background-position: 0 -71px;
	}
}
@media screen and (max-width: 499px) {
	.site-branding {
		//float: none;
	}
	.site-title a {
		display: block;
		background: url(images/c4cc_logo.png) no-repeat;
		width: 200px;
		height: 50px;
		background-size: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		float: left;
		margin: 25px 0;
	}
	
	.site-title a {
		float: none;
		margin: 15px auto 25px;
	}
	.top-social {
		position: relative;
		margin-top: 22px;
		width: 100px;
		
	}
	.top-social .donate {
		width: 70px;
		background-size: 100%;
		text-align: left;
		height: 20px;
		padding: 13px 0px 17px 30px;
		font: 21px/21px 'bebas_neueregular';
		color: #fff;
		text-decoration: none;
	}
	
}

/* =Menu
----------------------------------------------- */

#site-navigation {
background:  url(images/nav_back.png) repeat-x;;
position: fixed;
width: 100%;
z-index: 1000;
}
.navigation-main {
text-align: center;
}
.navigation-main ul {
list-style: none;
margin: 0;
padding-left: 0;
position: relative;
}
.navigation-main li {
display: inline-block;
margin: 0;
width: 18.0%;
}
.navigation-main .award-nav {
	width: 26.0%;
}
.navigation-main a {
color: #fff;
display: block;
padding: 0 0px;
text-decoration: none;
}
.navigation-main a:hover {
background: #144B7D;
}
.nav-title {
font: 30px/49px 'bebas_neueregular';
}
.navigation-main li .sub {
font-size: 14px;
line-height: 21px;
}
.navigation-main li li .sub {
display: none;
}

.navigation-main ul ul {
display: none;
float: left;
position: absolute;
width: 100%;
top: 70px;
right: 0;
background: rgba(231, 232, 233, 0.9);
z-index: 99999;
}
.navigation-main ul .contact ul {
//right: 28px;;
}
.navigation-main ul ul a {
padding: 10px 20px;
}
.navigation-main ul ul a .nav-title {
color: #144B7D;
font: 18px/24px 'GnuolaneFree' !important;

}
.navigation-main ul ul li {
margin: 0;
}
.navigation-main ul ul a:hover {
background: #d7d7d7;
}
.navigation-main ul li:hover > ul {
display: block;
}
li.drop-fb,
li.drop-twitter {
	display: none;
}


@media screen and (max-width: 899px) {
	#site-navigation {
		position: relative;
		background-image: none;
		background: #0f4a7f;
	}
	#masthead {
		padding-top: 0;
	}
	.slicknav_menu {
		padding: 0 !important;
		border-bottom: 4px solid #0f4a7f;
	}
	.slicknav_icon {
		font-size: 24px;
		padding: 5px 5px 0 0;
	}
	.slicknav_menu ul {
		background: #0f4a7f;
	}
	.slicknav_menu ul li {
		border-bottom: 3px solid #e6e6e6;
	}
	.slicknav_menu ul ul {
		background: #f1f1f3;
		margin: 0;
	}
	.slicknav_menu ul ul li {
		border: 0;
	}
	.slicknav_menu ul ul a {
		color: #0f4a81;
		padding: 3px 10px;
      	font: 16px/1.4 'GnuolaneFree' !important;
	}
	.slicknav_collapsed .slicknav_arrow {
		color: transparent;
		display: block;
		width: 19px;
		height: 37px;
		ext-indent: 100%;
		background: url(images/menu_right.png);
		position: relative;
		bottom: 24px;
	}
	.slicknav_open .slicknav_arrow {
		color: transparent;
		display: block;
		width: 37px;
		height: 19px;
		ext-indent: 100%;
		background: url(images/menu_down.png) no-repeat;
		position: relative;
		bottom: 12px;
	}
	
	.slicknav_row {
		padding: 12px 10px !important;
	}
    .nav-title {
      	font: 24px/30px 'bebas_neueregular';
      }
    .slicknav_menu ul ul a .nav-title {
      color: #144B7D;
      font: 16px/20px 'GnuolaneFree' !important;
      
      }  
	 .slicknav_menu ul ul a:hover {
     	background: #f1f1f3;
     	color: #0f4a7f;
     }
    .slicknav_nav .sub-menu {
    	padding: 8px 0;
    }
    li.drop-fb,
    li.drop-twitter {
    	display: inline-block;
    	background: #f1f1f3 !important;
    	width: 50%;
    	float: left;
    	border: none !important;
    }

    .post-443 #menu-item-2535 .sub-menu {
    	display: none;
    }
	.drop-twitter a {
    	background: url(images/twitter_top.png) no-repeat;
    	width: 40px;
    	height: 40px;
    	background-size: 100%;
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
    	margin: 10px;
    	
    }
    .drop-fb a {
    	float: right;
    	background: url(images/facebook_top.png) no-repeat;
    	width: 40px;
    	height: 40px;
    	background-size: 100%;
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
    	margin: 10px;
    }
    .slicknav_nav .drop-twitter a:hover{
    	-webkit-border-radius:0px;
    	-moz-border-radius:0px;
    	border-radius:0px;
    	background: url(images/twitter_top.png) 0 -40px no-repeat;
		width: 40px;
		height: 40px;
		background-size: 100%;
    }
	.slicknav_nav .drop-fb a:hover{
		-webkit-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		background: url(images/facebook_top.png) 0 -40px no-repeat;
		width: 40px;
		height: 40px;
		background-size: 100%;
	}
}


/* =Footer
----------------------------------------------- */
#pre-footer {
	background: #F3F3F4;
	border-top: 9px solid #114D7D;
	padding: 35px 0;
}
#sitemap a {
	color: #797A7D;
}
#sitemap a:hover {
	color: #4D4D4F;
}
#sitemap ul {
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
}
#sitemap ul li {
	float: left;
	width: 180px;
	margin-bottom: 15px;
}
#sitemap ul ul {
	font-size: 12px;
	text-transform: capitalize;
	margin-top: 15px;
	font-weight: normal;
	font-style: normal;
}
#colophon {
	background: #F3F3F4;
	border-top: 1px solid #D0D0D1;
	clear: both;
	color: #797A7D;
	font-size: 12px;
	padding: 35px 0;
	min-height: 80px;
}
#colophon .container {
	position: relative;

}
#colophon p {
	margin-bottom: 0;
}
#colophon a {
	color: #797A7D;
	font-weight: bold;
}
.site-info {
	width: 25%;
	margin-right: 2%;
	float: left;
}
.site-credit {
	position: relative;;
	top: 20px;
	float: left;
	width: 15%;
	margin-left: 2%;
}
.site-partners {
	//width: auto;
	//left: 350px; /* changed by tf 4-21-15 -- left: 420px; updated 12-7-15 -- left: 400px; */
	//width: 470px; /* changed by tf 4-21-15 -- width: 240px;*/
	width: 56%;
	float: left;
	font-size: 10px;
	text-align: left;
}
.site-partners ul {
	list-style: none;
}
.site-partners ul li {
	display: inline-block;
}
.charity-star { /* styling added 12-7-15 by tf */
	display: block;
	width: 100px;
	height: 50px;
	background: url(images/4Star2015.jpg) bottom no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 5px;
}
.best-orgs a { /* styling added 4-21-15 by tf */
	display: block;
	width: 69px;
	height: 52px;
	background: url(images/bestorgs2015.jpg) bottom center no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 5px;
}
.watch {
	display: block;
	width: 73px;
	height: 52px;
	background: url(images/charity_watch.png) bottom no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.sister a {
	display: block;
	width: 162px;
	height: 45px;
	background: url(images/CCCA_mini_logo.png) bottom;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.site-info,
	.site-credit,
	.site-partners {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		float: none;
		margin-bottom: 10px;
	}
	.site-credit {
		top: 0px;
	}
	.site-partners ul {
		margin-left: 0;
	}
	.site-partners ul li.sister {
		display: block;
		margin-bottom: 20px;
	}
	.best-orgs a {
		margin: 0 5px 0 0;
		
	}
	
}

/* =Pages
----------------------------------------------- */
.entry-header {
	background: #9D9FA2;
	display: block;
	height: 66px;
	border-bottom: 6px solid #DCDDDF;
	margin-bottom: 8px;
}
.entry-header h1 {
	color: #fff;
	font: 39px/36px 'bebas_neueregular';
	color: #fff;
	padding: 15px 20px;
	float: left;
}
.entry-header .menu {
	list-style: none;
	float: right;
	margin: 0;
	background: #66686A;
	height: 66px;
	width: 50%;
}
.mobile-menu {
	display: none;
}

.entry-header .menu li {
	float: left;
	width: 25%;
	text-align: center;
	margin: 38px 0px 0;
}
.entry-header .menu a {
	color: #fff;
	font: 18px/24px 'GnuolaneFree';
	padding-bottom: 5px;
}
.entry-header .current_page_item a,
.entry-header .current-page-ancestor a,
.entry-header .menu a:hover {
	background: url(images/nav_active.png) center bottom no-repeat;
}
.entry-content {
	padding: 45px;
	background: #F3F3F4;
	margin-bottom: 36px;
}
.entry-content .intro {
	color: #154B7D;
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 36px;
}
.entry-content h2 {
	color: #144B7D;
	font: 24px Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
}

.author-avatar {
	/*padding: 5px;*/
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 10px;
}

.author-avatar img {
	display: inline;
	  margin: 0 auto;
    height: 100%;
    width: auto;
}

/* =Home
----------------------------------------------- */
#slider {
	position: relative;
	//height: 384px;
	width: 100%;
	padding-bottom: 35.6%;
	height: 0;
	overflow-y: hidden;
}
#slider ul {
	list-style: none;
	margin: 0;
}
#slider .slide {
	display: block;
	width: 100%;
	padding-bottom: 35.6%;
	height: 0;
	color: #fff;
	font-size: 27px;
	line-height:  1.8;
	position: relative;
}
#slider .orange-line {
	background: #F8A435;
	background: rgba(248,164,53,0.8);
	padding: 0 10px;
	position: absolute;
	//top:  250px;
	//left: 55px;
	top:  65.1%;
	left: 5.1%;
	z-index: 2000;
}
#slider .grey-line {
	background: #848486;
	background: rgba(120,120,120,0.8);
	padding: 0 10px;
	position: absolute;
	//top:  305px;
	//left: 55px;
	top:  79.2%;
	left: 5.1%;
}

#slider .slide .grey-line {
	font-size: 20px;
}

.flex-control-nav {display: none; height: 0; }

.flex-direction-nav {
	//position: absolute;
	z-index: 2000;
	height: 40px;
	top: 0px;
}
.flex-direction-nav a {
	background: url(images/slider_nav.png) no-repeat;
	display: block;
	text-indent: -5000px;
}
.flex-direction-nav .flex-prev {
	width: 63px;
	height: 63px;
	position: absolute;
	//top: 280px;
	//left: 920px;
	top: 72.7%;
	left: 85.2%;
}
.flex-direction-nav .flex-next {
	width: 63px;
	height: 63px;
	position: absolute;
	//top: 280px;
	//left: 995px;
	top: 72.7%;
	left: 92.1%;
	background-position: -71px 0;
}
.flex-prev:hover {
	background-position: 0 -63px !important;
}
.flex-next:hover {
	background-position: -70px -63px !important;
}
@media screen and (max-width: 959px) {
	#slider .slide {
		font-size: 22px;
	}
	#slider .orange-line {
		top:  65.1%;
		left: 5.1%;
	}
	#slider .grey-line {
		top:  79.2%;
		left: 5.1%;
	}
	.flex-direction-nav {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#slider .slide {
		font-size: 16px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 419px) {
	#slider .slide {
		font-size: 12px;
	}
	#slider .orange-line {
		top:  60.1%;
	}
}

#welcome h2 {
	text-align: center;
	color: #67686A;
	font-size: 52px;
	line-height: 1;
	margin: 18px 0;
}
#welcome p {
	border-top: 1px solid #4E4F50;
	color: #67686A;
	font-size: 24px;
	padding: 18px 0;
	line-height: 36px;
	border-bottom: 1px solid #4E4F50;
}
#pre-blog h3,
#social-widgets h3 {
	color: #67686A;
	font-size: 36px;
	line-height: 1;
	float: left;
	margin-bottom: 10px;
}
#pre-blog .more {
	float: right;
	font: 16px/1 'GnuolaneFree';
	background: #F3F3F4 url(images/more_blog.png) 130px 11px no-repeat;
	padding: 15px 50px 15px 15px;
	position: relative;
	bottom: 7px;
	color: #114B7D;
}
#pre-blog .more:hover {
	color: #67686A;
	background-position: 130px -36px;
}
#home-blog {
	clear: both;
	list-style: none;
	margin:  0;
	position: relative;
}
#home-blog li {
	float: left;
	display: block;
	//width: 346px;
	width: 32%;
	//height: 373px;
	height: 0;
	padding-bottom: 36%;
	background-size: 89% !important;
	background-color: #F3F3F4 !important;
	background-position: 50% 10% !important;
	margin-right: 1.9%;
	position: relative;
	overflow: hidden;
}
#home-blog .block3 {
	margin-right: 0
}
#home-blog .date {
	position: absolute;
	//right: 17px;
	right: 5.5%;;
	//top: 50px;
	top: 13%;
	color: #fff;
	background: #F9A435 url('images/gray_indent.png') no-repeat right top;
	font: 21px/1 'bebas_neueregular';
	padding: 9px 30px 9px 10px;
}
#home-blog a {
	display: block;
	color: #4D4D4F;
	font-size: 19px;
	line-height: 32px;
	padding: 79.5% 5.78% 2.6%;
}
#home-blog a:hover {
	background: url(images/read_more_orng.png) 50% 9% no-repeat ;
	background-size: 90%;
	color: #777 !important;
}
@media screen and (max-width: 959px) {
	#home-blog .date {
		font: 16px/21px 'bebas_neueregular';
		padding: 9px 30px 9px 10px;
	}
	#home-blog a {
		display: block;
		color: #4D4D4F;
		font-size: 16px;
		line-height: 23px;
		padding: 79.5% 5.78% 2.6%;
	}
}
@media screen and (max-width: 599px) {
	#home-blog li {
		float: none;
		display: block;
		width: 346px;
		height: 373px;
		padding-bottom: 0;
		margin: 10px auto 10px;
		position: relative;
		overflow: hidden;
	}
	#home-blog .block3 {
		margin: 10px auto 10px;
	}
}
#social-widgets {
	clear: left;
	width: 350px;
	margin: 35px 35px 35px 0;
	float: left;
}
#social-widgets .twitter-timeline {
	margin-bottom: 30px !important;
}
.fb-like-box iframe {
	border-radius: 10px;
	border: 1px solid #E8E8E8 !important;
}
#features {
	width: 100%;
	margin-top: 35px;
	//float: left;
	margin-left: -385px;
	float: left;
	}
.cluster {
	margin-left: 380px; /* The size of the fixed block. */
}

#features .larger {
	display: block;
	//width: 460px;
	width: 66.2%;
	//height: 445px;
	//height: 0;
	//padding-bottom: 64.2%;
	float: left;
	margin-right: 2%;
	background-size: 100% !important;
}
#features .smaller {
	float: left;
	list-style: none;
	margin: 0;
	width: 31.6%;
}
#features li {
	display: block;
	//width: 220px;
	width: 100%;
	//height: 140px;
	height: 0;
	padding-bottom: 65%;
	margin-bottom: 12px;
	background-size: 100% !important;;
}
#features a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 0;
}
#features .larger a {
	padding-bottom: 98%;
}
#features .smaller a {
	padding-bottom: 70%;
}
#features a:hover {
	background: #F8A435;
	background: rgba(248,164,53,0.8) url(images/read_more.png) center center no-repeat;
}
#newsletter {
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	display: block;
	//width: 605px;
	width: 87%;
	//height: 190px;
	padding: 45px 5.7%;
	background: #F3F3F4;;
}
#newsletter h3 {
	color: #67686A;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 24px;
}
#signup {
	clear: both;
	margin-top: 15px;
}
#signup p {
	margin: 0 0 24px 0;
}
#signup label {
	display: none;
}
#signup input {
	color: #ccc;
	text-transform: uppercase;
	border: 0;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 15px 13px;
	border-bottom: 3px solid #DCDDDE;
}
#firstname, #lastname {
	width: 41%;
}
#email {
	width: 41%;
}
#zip {
	width: 15%;
}
#signup .submit {
	text-align: center;
	font: 36px/24px 'bebas_neueregular';
	color: #fff;
	border: none;
	box-shadow: 0px 3px 5px #444;
	background: #FFA300;
	box-shadow: 4px 4px 0 #DEE2E6;
	padding: 12px 20px 13px;
	float: right;
}
#signup .submit:hover {
	background: #FBB236;
}


@media screen and (max-width: 767px) {
	#features {
		width: 100%;
		clear: both;
		margin-top: 35px;
		margin-left: 0;
		float: none;
		}
	.cluster {
		margin-left: 0; /* The size of the fixed block. */
	}
	#signup {
		clear: both;
		margin-top: 15px;
	}
	#signup p {
		margin: 0 0 0 0;
	}
	#signup label {
		display: none;
	}
	#signup input {
		color: #ccc;
		text-transform: uppercase;
		border: 0;
		font-size: 16px;
		line-height: 24px;
		padding: 12px 15px 13px;
		border-bottom: 3px solid #DCDDDE;
	}
	#firstname, #lastname {
		width: 93%;
		margin-bottom: 24px;
	}
	#email {
		width: 93%;
		margin-bottom: 24px;
	}
	#zip {
		width: 35%;
	}
	#signup .submit {
		text-align: center;
		font: 36px/24px 'bebas_neueregular';
		color: #fff;
		border: none;
		box-shadow: 0px 3px 5px #444;
		background: #FFA300;
		box-shadow: 4px 4px 0 #DEE2E6;
		padding: 12px 20px 13px;
		float: right;
	}
	#signup .submit:hover {
		background: #FBB236;
	}
	
}
@media screen and (max-width: 480px) {
	#features .larger {
		display: block;
		width: 100%;
		padding-bottom: 95%;
		float: none;
		margin-bottom: 10px;
		margin-right: 0;
	}
	#features .smaller {
		float: none;
		list-style: none;
		margin: 0 auto;
		width: 220px;
	}
	
}


/* =Our Focus Pages
----------------------------------------------- */
.our-focus {
	position: relative;
}

.focus-sub {
	position: absolute;
	top: 125px;
}
.focus-sub ul {
	list-style: none;
	margin: 0;
	width: 120px;
}
.focus-sub li {
	margin-bottom: 12px;
}
.focus-sub a {
	display: block;
	padding: 10px 8px;
	background: #E2E3E4;
	color: #67686A;
	font: 21px/25px'GnuolaneFree';
}
.focus-sub .current_page_item a,
.focus-sub a:hover {
	background: #F8A435;
	color: #fff;
}
.our-focus .entry-content {
	padding-left: 150px;
}
.entry-content .attachment-featured {
	float: left;
	margin: 0 23px 5px 0;
}
.focus-extended {
	margin: 0;
}
.focus-extended li {
	display: block;
	float: left;
	width: 270px;
	height: 270px;
	margin: 0 35px 45px 0;
}
.focus-extended li.last {
	margin-right: 0;
}
.focus-extended li .name-overlay {
	color: transparent;
	line-height: 1;
	font: 26px/26px 'GnuolaneFree';
	text-align: center;
	padding: 122px 0 122px;
	display: block;
	background: none;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
	transition:  all 0.5s ease;
}
.focus-extended li .name-overlay:hover {
	text-indent: 0;
	color: #fff;
	background: #F8A435;
	background: rgba(248,164,53,0.8);
	cursor: pointer;
}

.sub-section {
	width: 0;
	background: #E0E1E3;
	position: absolute;
	left: 0;
	margin: -270px 0 0;
	overflow: hidden;
	z-index: 500;
	min-height: 460px;
}
.section-left {
	position: absolute;
	top: 35px;
	left: 35px;
}
.section-left img {
	display: block;
	width: 270px;
	background: #F3F3F4;
}
.section-right {
	margin: 40px 35px 35px 335px;
	max-width: 660px;;
}
.section-right h3 {
	color: #154B7D;
	font-size: 28px;
	margin-bottom: 12px;
}

@media screen and (max-width: 799px) {
	.site-content.our-focus .entry-content {
		padding: 25px;
	}
	.focus-sub {
		display: none;
	}
}


/* =Blog
----------------------------------------------- */
#blog,
#blog .entry-header {
	position: relative;
	margin-bottom: 20px;
}
#blog .entry-header #searchform {
	position: absolute;
	right: 50%;
	top: 12px;
}
@media screen and (max-width: 499px) {
	#blog .entry-header #searchform {
		display: none;
	}
}
#blog .entry-header #s {
	padding: 9px 10px 6px ;
	color: #9D9FA2;
	font: 18px/18px 'bebas_neueregular';
}
#blog .entry-header #searchsubmit {
	background: #fff url(images/mag-glass.png);
	border: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	width: 20px;
	height: 20px;
	position: relative;
	right: 36px
}
.entry-header .menu {
	width: 50%;
}
#blog .menu-item-127 a {
	background: url(images/nav_active.png) center bottom no-repeat;
}
#blog .mobile-menu .menu-item-127 a {
	background: none;
}
.blog-cats {
	position: absolute;
	top: 92px;
	list-style: none;
	margin: 0;
	width: 120px;
}
.blog-cats li {
	margin-bottom: 12px;
}
.blog-cats a {
	display: block;
	padding: 10px 8px;
	background: #E2E3E4;
	color: #67686A;
	font: 14px/25px'GnuolaneFree';
}
.blog-cats .current_cat a,
.blog-cats .current_page_item a,
.blog-cats a:hover {
	background: #F8A435;
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.entry-header {
		height: 106px;
	}
	.entry-header .menu {
		width: 100%;
		height: 40px;
	}
	.entry-header .menu li {
		margin-top: 12px;
	}
	#blog .entry-header #searchform {
		right: 0;
	}
	.blog-cats {
		top: 132px;
	}
}

@media screen and (max-width: 767px) {
	.entry-header {
		height: 130px;
	}
	.entry-header .menu {
		display: none;
	}
	.mobile-menu {
		background: #9d9ea2;
		margin: 10px 0;
		display: block;
		overflow: hidden;
		
	}
	.mobile-menu button {
		background: #fba619 url(images/sub_drop.png) right center no-repeat;
		border: none;
		margin: 0;
		font: 21px/25px'GnuolaneFree';
		color: #fff;	
		text-align: left;
		padding: 14px 20px;
		width: 100%;
	}
	.mobile-menu .menu_dropdown {
		list-style: none;
		margin: 0;
		height: 0;
		
	}
	.mobile-menu li {
		padding: 10px 20px;
	}
	.mobile-menu li a {
		font: 21px/25px'GnuolaneFree';
		color: #fff;
	}
	.mobile-menu li.current_page_item a {
		color: 	#bbbdbc;		
	}
	.mobile-menu li.current_page_item .sub-menu a {
		color: 	#fff;		
	}
	
	.mobile-menu .sub-menu {
		margin: 10px 0 0 ;
		list-style: none;
	}
	.mobile-menu .sub-menu li {
		padding: 4px 10px;
	}
}
#blog article {
	margin: 0  0 20px 150px;
	background: #F3F3F4;
	padding: 35px 35px 20px 430px;
	position: relative;
	min-height: 245px;
}
#blog .entry-title a {
	color: #154B7D;
	font: 24px/36px Helvetica, Arial, sans-serif ;
}
#blog .entry-title a:hover {
	color: #4D4D4F
}
#blog article .featured-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 300px;
	background-color: #DCDDDF !important;
}
.single #blog article {
	padding: 35px 35px 20px 35px;
	position: relative;
	margin-bottom: 0;
}
.single #blog article .featured-thumb {
	position: relative;
	float: left;
	top:  -35px;
	left: -35px;
}
.single #blog h1 {
	clear: none;
}
#blog article .date {
	position: absolute;
	left: 255px;
	width: 105px;
	top: 23px;
	z-index: 50;
	color: #fff;
	background: #F9A435 url('images/gray_indent.png') no-repeat right top;
	font: 21px/1 'bebas_neueregular';
	padding: 9px 30px 9px 10px;
}
#blog .byline {
	margin: 4px 0 10px;
}
#blog .more {
	color: #FFA400;
	font-weight: bold;
	text-transform: uppercase;
}
#blog .more:hover {
	color: #FBB236;
}
#blog .share {
	text-align: right;
	display: block;
	height: 30px;
	position: relative;
	padding-right: 80px;
	margin-bottom: 0;
	color: #66686A;
	font: 21px/30px 'bebas_neueregular';
}
.single #blog .share {
	margin-left: 150px;
	background: #E2E3E4;
	padding: 20px 115px 8px ;
}
#blog .share .fb-share {
	background: url(images/share-icons.png) top left;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: 40px;
}
.single #blog .share .fb-share {
	right: 75px;
}
#blog .share .t-share {
	background: url(images/share-icons.png) top right;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: 0px;
}
.single #blog .share .t-share {
	right: 35px;
}
#blog .share a:hover {
	opacity: 0.8;
}
#related {
	clear: both;
	list-style: none;
	margin: 0 0 35px 150px;
}
#related h3 {
	font-size: 28px;
	color: #66686A;
	padding: 35px 0 20px;
}
#related ul {
	margin: 0;
}
#related li {
	float: left;
	display: block;
	width: 300px;
	height: 320px;
	background-color: #F3F3F4 !important;
	background-position: 17px 18px !important;
	margin-right: 15px;
	position: relative;
}
#related .block3 {
	margin-right: 0;
}
#related .date {
	position: absolute;
	right: 15px;
	top: 50px;
	color: #fff;
	background: #F9A435 url('images/gray_indent.png') no-repeat right top;
	font: 18px/1 'bebas_neueregular';
	padding: 9px 28px 10px 10px;
}
#related a {
	display: block;
	color: #4D4D4F;
	font-size: 16px;
	line-height: 28px;
	padding: 255px 20px 10px;
}
#related a:hover {
	background: url(images/read_more_related.png) 17px 18px no-repeat ;
}

@media screen and (max-width: 767px) {
	#blog .entry-header {
		margin-bottom: 10px;
	}
	#blog .entry-header .menu a {
		font-size: 16px;
		line-height: 28px;
	}

	.blog-cats {
		display: none;
	}
	#blog article {
		margin: 0  0 20px 0px;
		padding: 0 !important;
		min-height: 245px;
		position: relative;
	}
	#blog article .featured-thumb,
	.single #blog article .featured-thumb {
		position: relative;
		left: 0;
		top: 0;
		background-size: 100% !important;
		width: 100%;
		height: 0;
		padding-bottom: 75%;
		background-color: #f3f3f4 !important;
		margin-bottom: 20px;

	}
	#blog article .date {
		position: absolute;
		width: ;
		left: 100%;
		right: 0;
		margin-left: -145px;
	}
	#blog article h1 {
		padding: 0 20px;
	}
	#blog .byline {
		margin: 4px 0 0px 20px;
	}
	#blog .entry-summary {
		padding: 20px;
	}
	#blog .more {
		color: #FFA400;
		font-weight: bold;
		text-transform: uppercase;
	}
	#blog .more:hover {
		color: #FBB236;
	}
	#blog .share {
		padding-bottom: 20px;
		margin-right: 20px;
	}
	.single #blog .share {
		margin-left: 0px;
		background: #E2E3E4;
		padding: 20px 115px 8px ;
	}
	#related {
		clear: both;
		list-style: none;
		margin: 0 0 35px 0px;
	}
	#related h3 {
		font-size: 28px;
		color: #66686A;
		padding: 35px 0 20px;
	}
	#related ul {
		margin: 0;
	}
	#related li {
		float: left;
		display: block;
		width: 32.2%;
		height: auto;
		background-position: 50% 17px!important;
		background-size: 88% !important;
		margin-right: 1%;
	}
	#related .block3 {
		margin-right: 0;
	}
	#related .date {
		position: absolute;
		right: 5.9%;
		font: 16px/18px 'bebas_neueregular';
		padding: 11px 24px 9px 8px;
	}
	#related a {
		display: block;
		color: #4D4D4F;
		font-size: 16px;
		line-height: 24px;
		padding: 85% 20px 10px;
	}
	#related a:hover {
		background: url(images/read_more_related.png) 50% 17px no-repeat ;
		background-size: 88% !important;
	}
}


@media screen and (max-width: 599px) {
	#related li {
		float: left;
		display: block;
		width: 100%;
		height: auto;
		background-position: 50% 17px!important;
		background-size: 88% !important;
		margin-right: 1%;
	}
	
	#related .date {
		position: absolute;
		right: 5px !important;
		top: 40px;
		//right: .9%;
		font: 18px/18px 'bebas_neueregular';
		padding: 11px 24px 9px 8px;
	}
	
}


/* =Press Releases
----------------------------------------------- */
.single #press-release article {
	padding: 35px 35px 35px;
	background: #F3F3F4;
}
.single #press-release .release-title {
	clear: none;
	color: #154B7D;
	font: 24px/36px Helvetica, Arial, sans-serif ;
}
#press-release .entry-content {
	padding: 0;
	background: #F3F3F4;
}
.release-list {
	font-size: 14px;
	line-height: 14px;
}
.release-list a {
	font-size: 18px;
	line-height: 28px;
	color: #9D9FA2;
}
.release-list a:hover {
	color: #F9A435;
}
.release-list p {
	margin-bottom: 32px;
}
/* =Do Something
----------------------------------------------- */
.do-something {
	padding: 30px;
}
.do-something .attachment-post-thumbnail {
	float: left;
	position: relative;
	right: 30px;
	top: 8px;
	margin-bottom: 40px;
}
.do-something #extended {
	//width: 950px;
	width: 93.2%;
	padding: 30px 30px 60px;
	background: #fff;
	border: 9px solid #D5D6D8;
	position: relative;
	right: 4px;
}
.do-something #extended h2 {
	font-size: 48px;
	color: #004682;
	line-height: 1;
	text-align: center;
	margin-bottom: 18px;
	font: 40px 'bebas_neueregular';
}

.do-something #extended h3 {
	font-size: 28px;
	color: #66686A;
	margin-bottom: 12px;
}
.do-something .lower-left,
.do-something .lower-mid {
	width: 220px;
	padding: 25px;
	background: #F3F3F4;
	float: left;
	margin-right: 35px;
	height: 750px;
	position: relative;
}
.do-something .lower-button {
	position: absolute;
	bottom: -15px;
	width: 100%;
	left: 0;
	text-align: center;
	font: 36px/36px 'bebas_neueregular';
	color: #fff;
}
.lower-button span {
	background: #FFA300;
	padding: 10px 14px;
	box-shadow: 4px 4px 0 #DEE2E6;
}
.lower-button span:hover {
	background: #FBB236;
}
.do-something .lower-connect {
	float: left;
	width: 340px;
}

@media screen and (max-width: 1099px) {
	.do-something {
		padding: 30px;
	}
	.do-something #extended {
		padding: 30px 20px 60px;
	}
	.do-something .lower-left {
		width: 43%;
		padding: 25px 2.5%;
		margin-right: 4%;
	}
	.do-something .lower-mid {
		width: 43%;
		padding: 25px 2.5%;
		margin-right: 0;
	}
	.do-something .lower-connect {
		clear: both;
		float: none;
		padding-top: 80px;
		margin: 80px auto;
		width: 340px;
	}
}
@media screen and (max-width: 767px) {
	.do-something {
		padding: 30px;
	}
	.do-something #extended {
		width: 90%;
		padding: 20px 4% 30px;
		background: #fff;
		border: 9px solid #D5D6D8;
		position: relative;
		right: 4px;
		}
	.do-something .lower-left {
		width: 95%;
		padding: 25px 2.5%;
		height: auto;
		margin-right: 0%;
		
	}
	.do-something .lower-mid {
		width: 95%;
		height: auto;
		margin-top: 40px;;
		padding: 25px 2.5%;
		margin-right: 0;
	}
	.do-something .intro {
		clear: both;
	}
	
}
@media screen and (max-width: 499px) {
	.do-something .lower-connect iframe {
		max-width: 85% !important;
	}
}
/* =Contact Us
----------------------------------------------- */
.contact-us .extended {
	padding: 25px;
	font-size: 18px;
	line-height: 24px;
}
.contact-us .extended p {
	margin-bottom: 12px;
}
.contact-us .address {
	//width: 265px;
	width: 24.5%;
	float: left;
	padding: 15px 1.3% 0 0;
}
.contact-us .employment {
	//width: 360px;
	width: 33.3%;
	float: left;
	padding: 15px 1.5% 0 3.2%;
	border-right: 1px dashed #C3C4C6;
	border-left: 1px dashed #C3C4C6;
}
.contact-us .employment a {
	font-weight: bold;
}
.contact-us .extended .social{
	text-align: center;
}

.contact-us .extended ul {
	list-style: none;
	margin: 30px 0 0 0;
}
.contact-us .extended li {
	display: inline-block;
}
.contact-us .social a {
	display: block;
	width: 53px;
	height: 53px;
	background: url(images/contact-social.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 2px;
}
.contact-us .social a:hover {
	opacity: 0.7;
}
.contact-us .social .twitter {
	background-position: -62px 0;
}
.contact-us .social .youtube {
	background-position: -124px 0;
}
.contact-us .social .flickr {
	background-position: -186px 0;
}
.contact-form {
	padding-bottom: 0;
	margin-bottom: 60px;
}
.contact-form .intro {
	font: 28px/28px 'bebas_neueregular';
}
.contact-form p {
	font-size: 18px;
}
.contact-us #input_1_5_1_container,
.contact-us #input_1_5_5_container,
#input_1_5_4_label {
	display: none;
}
.contact-us .ginput_container select {
	display: block;
	width: 129px;
	height: 57px;
	background: transparent url(images/st_drop.png) no-repeat;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
    -moz-appearance:none;
	-webkit-appearance: none;
}
#gform_1 ul {
	list-style: none;
	margin: 0;
}
#input_1_1_3,
#input_1_1_6 {
	width: 455px;
	margin-right: 10px;
	float: left;
}
#input_1_5_3 {
	width: 315px;
	margin-right: 10px;
	float: left;
}
#input_1_5 {
	float: left;
	width: 491px;
	margin-right: 2px;
}
#input_1_2 {
	width: 455px;
}
#input_1_4 {
	//width: 950px;
	width: 88%;
	margin-bottom: 0;
}
.contact-us .ginput_container input,
.contact-us textarea {
	color: #ccc !important;
	text-transform: uppercase;
	border: 0;
	font-size: 18px !important;
	padding: 15px 15px 16px !important;
	margin-bottom: 20px;
	border-bottom: 3px solid #DCDDDE;
}
#gform_submit_button_1 {
	left: 0;
	border: none;
	text-align: center;
	font: 36px/36px 'bebas_neueregular';
	color: #fff;
	background: #FFA300;
	padding: 10px 14px;
	box-shadow: 4px 4px 0 #DEE2E6;
	position: relative;
	top: 30px;
	float: right;
}
#gform_submit_button_1:hover {
	background: #FBB236;
}


@media screen and (max-width: 799px) {
	.contact-us .address {
		//width: 265px;
		width: 50%;
		padding: 15px 0 0 0;
	}
	.contact-us .employment {
		//width: 360px;
		width: 45%;
		padding: 15px 0 0 3%;
		border-right: none;
	}
	.contact-us .extended .social{
		text-align: center;
		clear: both;
		padding-top: 20px;
	}
	.contact-us .ginput_container select {
		display: block;
		width: 29%;
		height: 57px;
		background: transparent url(images/st_drop.png) no-repeat;
		font-size: 16px;
		line-height: 1;
		border: 0;
		border-radius: 0;
	    -moz-appearance:none;
		-webkit-appearance: none;
	}
	#input_1_1_3,
	#input_1_1_6 {
		width: 41.1%;
		margin-right: 10px;
		float: left;
	}
	#input_1_5_3 {
		width: 61.5%;
		margin-right: 10px;
		float: left;
	}
	#input_1_5 {
		float: left;
		width: 100%;
		margin-right: 2px;
	}
	#input_1_2 {
		width: 88%;
	}
	#input_1_4 {
		width: 88%;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 599px) {
	.contact-us .address {
		//width: 265px;
		width: 100%;
		padding: 15px 0 0 0;
	}
	.contact-us .employment {
		//width: 360px;
		width: 100%;
		padding: 15px 0 0 0;
		border-left: none;
	}
	.contact-us .ginput_container select {
		display: block;
		width: 20%;
		height: 57px;
		background: transparent url(images/st_drop.png) no-repeat;
		font-size: 16px;
		line-height: 1;
		border: 0;
		border-radius: 0;
	    -moz-appearance:none;
		-webkit-appearance: none;
	}
	#input_1_1_3,
	#input_1_1_6 {
		width: 90%;
		margin-right: 10px;
		float: left;
	}
	#input_1_5_3 {
		width: 45%;
		margin-right: 3%;
		float: left;
		padding-right: 5%;
		padding-left: 5%;
	}
	#input_1_5_4 {
		float: right;
		width: 33%;
		margin-right: 0;
		padding-right: 5%;
		padding-left: 5%;
	}
	#input_1_2 {
		width: 90%;
	}
	#input_1_4 {
		width: 90%;
		margin-bottom: 0;
	}
	.contact-form {
		padding: 20px;
	}
	.contact-form td {
		display:block;
		width:99.9%;
		clear:both;
		padding-bottom: 5px;
	}	
	.contact-form tr {
		padding-bottom: 20px !important;
		
	}
}


/* =Staff/Board/Advisory Council
----------------------------------------------- */
.site-content.people {
	position: relative;
}
.site-content.people .entry-content {
	padding-left: 105px;
	position: relative;
	margin-bottom: 60px;
}
.site-content.people.fellowship .entry-content {
	padding-left: 35px;
}

#people-nav {
	position: absolute;
	top: 130px;
	list-style: none;
	margin: 0;
	width: 80px;
	z-index: 50;
}
#people-nav li {
	margin-bottom: 12px;
}

/* added by tf 10-8-15 */
#people-nav .council {
	margin-top: 108px;
}

#people-nav a {
	display: block;
	padding: 10px 8px;
	background: #E2E3E4;
	color: #67686A;
	font: 21px/25px'GnuolaneFree';
}
#people-nav .current a,
#people-nav a:hover {
	background: #F8A435;
	color: #fff;
}
.team {
	clear: both;
}

.team-nav,
.team-nav:visited {
	width: 205px;
	display: block;
	float: left;
	font: 18px/18px 'GnuolaneFree';
	text-align: center;
	background: #E1E2E3;
	color: #66686A;
	padding: 10px 0 8px;
	margin: 0 35px 25px 0;
}
.team-nav.last {
	margin-right: 0;
}
.team-nav:hover,
.team-nav:active {
	color: #fff;
	background: #F6A244;
}
.team h2 {
	color: #66686A;
	font: 28px 'bebas_neueregular';
	margin: 48px 0 12px;
	display: inline;;
}
.team .back-top {
	font: 18px/18px 'GnuolaneFree';
	color: #fff;
	background: #FFA300;
	padding: 8px 12px;
	text-align: center;
	float: right;
}
.team .back-top:hover {
	background: #5D5E61;
}
.team ul {
	width: 100%;
	list-style: none;
	position: relative;
	padding: 0 45px 0 105px;
	margin: 20px 0 0 0;
	clear: both;
	right: 105px;;
	text-align: center;
}
.fellowship .team ul {
	padding: 0 0 0 35px;
	right: 35px;
}
.team li {
	display: inline-block;
	//float: left;
	width: 205px;
	height: 205px !important;
	max-height: 205px !important;
	margin: 0 24px 36px 0;
}
.team .last {
	//margin-right: 0;
}
.team li .name-overlay {
	color: transparent;
	font: 26px/26px 'GnuolaneFree';
	text-align: center;
	padding: 102px 0 103px;
	height: 0px;
	overflow: visible;
	display: block;
	background: none;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
	transition:  all 0.5s ease;
	position: relative;
}
.team li .name-overlay:hover {
	text-indent: 0;
	color: #fff;
	background: #F8A435;
	background: rgba(248,164,53,0.8);
	cursor: pointer;
}
.team li .name-overlay span {
	position: absolute;
	top: 89px;
	width: 205px;
	left: 0;
}
.staff-bio {
	width: 0;
	background: #E0E1E3;
	position: absolute;
	left: 0;
	margin: -205px 0 0;
	overflow: hidden;
	z-index: 500;
	min-height: 460px;
	text-align: left;
}
.staff-left {
	position: absolute;
	top: 35px;
	left: 35px;
}
.staff-left .img-block {
	display: block;
	width: 205px;
	height: 205px;
	margin-bottom: 5px;
	background: #F3F3F4;
}
.staff-left a {
	display: block;
	font-size: 11px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	background: #F8A535;
	text-align: center;
}
.staff-right {
	margin: 40px 35px 35px 275px;
	max-width: 750px;;
}
.staff-right h3 {
	color: #154B7D;
	font-size: 28px;
	margin-bottom: 12px;
}
.staff-right .email {
	font-size: 18px;
	font-style: italic;
	margin: 12px 0;
}
.staff-right .email a {
	color: #67686A;
}
.staff-right .email a:hover {
	color: #4D4D4F;
}
.close-btn {
	position: absolute;
	right: 30px; top: 20px;
	padding-right: 42px;
	background: #E0E1E3;
	border: none;
	font: 22px Helvetica;
	text-transform: uppercase;
	color: #67686A;
	cursor: pointer;
}
.close-btn:before, .close-btn:after{ content: ''; position: absolute; right: 0; 	top: 11px; width: 30px; height: 1px; background: #67686A; }
.close-btn:before{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.close-btn:after{-webkit-transform: rotate(315deg); -moz-transform: rotate(315deg); -ms-transform: rotate(315deg); -o-transform: rotate(315deg); }

/* section added by tf 8-25-15 for advisory council social buttons */
.ac-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.ac-social a:hover {
	opacity: 0.7;
}
.ac-social .twitter {
	background: url(images/ac-twitter-icon.jpg) no-repeat;
	background-position: 0 0;
	margin-right: 10px;
}
.ac-social .facebook {
	background: url(images/ac-facebook-icon.jpg) no-repeat;
	background-position: 0 0;
	margin-right: 10px;
}
.ac-social .instagram {
	background: url(images/ac-instagram-icon.jpg) no-repeat;
	background-position: 0 0;
}
.ac-bio {
	width: 0;
	background: #E0E1E3;
	position: absolute;
	left: 0;
	text-align: left;
	margin: -205px 0 0;
	overflow: hidden;
	z-index: 500;
	min-height: 460px;
}
.team .mobile-dropper {
	display: none;
}
@media screen and (max-width: 799px) {
	.site-content.people {
		position: relative;
	}
	.site-content.people .entry-content {
		padding: 25px;
	}
	.site-content.people.fellowship .entry-content {
		padding-left: 35px;
	}

	#people-nav {
		display: none;
	}
	.team-nav,
	.team-nav:visited {
		width: auto;
		padding: 10px 10px 8px;
		margin: 0 25px 15px 0;
	}
	.team ul {
		width: 100%;
		padding: 0 25px 0 25px;
		margin: 20px 0 0 0;
		clear: both;
		right: 25px;;
	}
	.fellowship .team ul {
		padding: 0 0 0 35px;
		right: 35px;;
	}
	.staff-left {
		top: 60px;
	}
	.staff-right {
		margin: 60px 35px 35px 275px;
	}
	.staff-right h3 {
		line-height: 28px;
	}
}
@media screen and (max-width: 767px) {
	.staff-team .mobile-dropper {
		background: #66686a url(images/sub_drop.png) right center no-repeat;
		display: block;
		border: none;
		margin: 0;
		font: 21px/25px 'GnuolaneFree';
		color: #fff;	
		text-align: left;
		padding: 14px 20px;
		width: 100%;
	}	
	.staff-team .team-list {
		height: 0;
		overflow: hidden;
    	-webkit-transition: height 2s; /* Safari */
    	transition: height 2s;
    	
	}
	.staff-team .team-list.show {
	  height: auto;
	}
	.team-nav,
	.team h2,
 	.team .back-top {
		display: none;	
	}
	
}
@media screen and (max-width: 599px) {
	.staff-left {
		position: relative;
		top: 0;
		left: 0;
		margin: 35px;
	}
	.staff-left .img-block,
	.staff-left img {
		width: 150px;
		height: 150px;
	}
	.staff-right {
		clear: both;
		margin: 0 35px;
		position: relative;
	}
	.staff-bio {
		width: 0;
		background: #E0E1E3;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		margin: 0 0;
		overflow: hidden;
		z-index: 500;
		min-height: 460px;
		text-align: left;
	}
}

/* =Donate
----------------------------------------------- */
.donate_buttons {
	list-style: none;
	margin: 0;
}
.donate_buttons li {
	text-align: center;
	width: 212px;
	display: inline-block;
	margin: 0 43px 35px 0;
	font: 36px/36px 'bebas_neueregular';
	color: #fff;
	background: #FFA300;
	box-shadow: 4px 4px 0 #DEE2E6;
	padding: 14px 0;
}
.donate_buttons a {
	color: #fff;
}
.donate_buttons .button3 {
	font-size: 28px;
	line-height: 1;
	padding: 4px 0 4px;
	position: relative;
	top: 11px;
}
.donate_buttons .button4 {
	font-size: 28px;
	margin-right: 0;
	line-height: 36px;
	position: relative;
	bottom: 4px;
}
.donate_buttons li:hover {
	background: #FBB236;
}
.daf-intro {
	float: left;
	padding-right: 270px;
}
.page-id-229 .entry-content {
	position: relative;
	min-height: 400px;
}
.daf-box {
	position: absolute;
	right: 44px;
	top: 24px;
}
@media screen and (max-width: 599px) {
	.daf-intro {
		float: left;
		padding-right: 0px;
	}
	.daf-box {
		position: relative;
		clear: both;
		right: 0;
		top: 0;
		text-align: center;	
	}
	
}
/* =Special Styles
----------------------------------------------- */

/* Careers */
#post-22 .entry-content a {
	color: #9D9FA2;
	font-size: 18px;
	line-height: 14px;
}
#post-22 .entry-content a:hover {
	color: #FFA300;
}
#post-22 p {
	margin-bottom: 14px;
}
#post-22 h2 {
	margin-bottom: 20px;
}

/* =Media
----------------------------------------------- */
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

@media screen and (max-width: 599px) {

	#post-4841 .entry-title {
		font-size: 24px;
	}
}



/*fix author page padding issue for few posts */
article#post-6100 {
  /*padding-bottom: 300px;*/
}


/* Deepak-DTW- Newsleter Pages April 2017 */


#post-6483 p, #post-6499 p { margin-bottom: 1em; }
#post-6483 header.entry-header, #post-6499 header.entry-header {
	background: #B4436C;
}

#post-6483 .alignleft { margin-right: 10px;}

#post-6483 .entry-content, #post-6499 .entry-content { 
	background: #fff;
	margin-bottom: 1.135em;
	font-size: 1.35em;
	line-height: 1.6em;
}

@media screen and (max-width: 767px) {

	#post-6483 .entry-content, #post-6499 .entry-content { 
		background: #fff;
		margin-bottom: .85em;
		font-size: 1.235em;
		line-height: 1.35em;
	}
}

@media screen and (max-width: 599px) {
	#post-6483 .entry-title, #post-6499 .entry-content {
	    font-size: 2em;
	    line-height: 1.6em;
	}
}

article#post-6556 .byline{
display: none;
}


