/* @override 
	http://newc3cc.genchange.org/wp-content/themes/c4cc/style.css?ver=3.6
	http://newc3cc.genchange.org/wp-content/themes/c4cc/style.css?ver=3.6.1
	http://www.communitychange.org/wp-content/themes/c4cc/style.css?ver=3.7.1 */

/*
Theme Name: Center for Community Change
Theme URI: http://communitychange.org/
Author: John Chandler
Author URI: http://byjohnchandler.com/
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;
}


/* =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,b
select,
textarea {
	color: #66686A;
	font: 14px/21px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.container {
	width: 1080px;
	margin: 0 auto;
}
/* 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;
}

/* =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 48px;
}
.navigation-main a {
color: #fff;
display: block;
padding: 0 10px;
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 li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
background: #d7d7d7;
}
.navigation-main ul li:hover > ul {
display: block;
}


.navigation-main li:hover > a {
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}
/* =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 {
	position: absolute;
	left: 0;
}
.site-credit {
	position: absolute;
	right: 0;
	top: 20px;
}
.site-partners {
	position: absolute;
	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;*/
	font-size: 10px;
	text-align: left;
	margin: ;
}
.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;
	padding-right: 10px;
}
.best-orgs { /* styling added 4-21-15 by tf */ 
	display: block;
	width: 69px;
	height: 52px;
	background: url(images/bestorgs2015.jpg) bottom no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 15px 0 10px;
}
.watch {
	display: block;
	width: 73px;
	height: 70px;
	background: url(images/charity_watch.png) bottom no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.sister { 
	display: block;
	width: 162px;
	height: 45px;
	background: url(images/CCCA_mini_logo.png) bottom;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* =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;
}
.entry-header .menu li {
	float: left;
	margin: 38px 30px 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;
}
/* =Home
----------------------------------------------- */
#slider {
	position: relative;
	height: 420px;
	overflow-y: hidden;
}
#slider ul {
	list-style: none;
	margin: 0;
}
#slider .slide {
	display: block;
	width: 1080px;
	height: 420px;
	background-size: 100%;
	color: #fff;
	//font: 27px/50px 'GnuolaneFree';;
	font-size: 27px;
	line-height:  50px;
	position: relative;
}
#slider .orange-line {
	background: #F8A435;
	background: rgba(248,164,53,0.8);
	padding: 0 10px;
	position: absolute;
	top:  250px;
	left: 55px;
	z-index: 2000;
}
#slider .grey-line {
	background: #848486;
	background: rgba(120,120,120,0.8);
	padding: 0 10px;
	position: absolute;
	top:  305px;
	left: 55px;
}
.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;
}
.flex-direction-nav .flex-next {
	width: 63px;
	height: 63px;
	position: absolute;
	top: 280px;
	left: 995px;
	background-position: -71px 0;
}
.flex-prev:hover {
	background-position: 0 -63px !important;
}
.flex-next:hover {
	background-position: -70px -63px !important;
}
#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;
}
#home-blog li {
	float: left;
	display: block;
	width: 346px;
	height: 373px;
	background-color: #F3F3F4 !important;
	background-position: 19px 20px !important;
	margin-right: 21px;
	position: relative;
}
#home-blog .block3 {
	margin-right: 0;
}
#home-blog .date {
	position: absolute;
	right: 17px;
	top: 50px;
	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: 295px 20px 10px;
}
#home-blog a:hover {
	background: url(images/read_more_orng.png) 18px 19px no-repeat ; 
	color: #777 !important;
}

#social-widgets {
	clear: left;
	width: 350px;
	margin: 35px 35px 35px 0;
	float: left;
}
#social-widgets .twitter-timeline {
	margin-bottom: 20px;
}
.fb-like-box iframe {
	border-radius: 10px;
	border: 1px solid #E8E8E8 !important;
}
#features {
	margin-top: 35px;
	float: left;
}
#features .larger {
	display: block;
	width: 460px;
	height: 445px;
	float: left;
	margin-right: 15px;
}
#features .smaller {
	float: left;
	list-style: none;
	margin: 0;
}
#features li {
	display: block;
	width: 220px;
	height: 140px;
	margin-bottom: 12px;
}
#features a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
	display: block;
	height: 100%;
}
#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;
	clear: both;
	display: block;
	width: 605px;
	height: 190px;
	padding: 40px 45px;
	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: 270px;
}
#email {
	width: 300px;
}
#zip {
	width: 105px;
}
#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;
	//position: relative;
	//top: 22px;
	padding: 12px 20px 13px;
	float: right;
}
#signup .submit:hover {
	background: #FBB236;
}
/* =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;
}

/* =Blog
----------------------------------------------- */
#blog,
#blog .entry-header {
	position: relative;
	margin-bottom: 20px;
}
/* left: 325px;  modified by tf 11-26-13 */
#blog .entry-header #searchform {
	position: absolute;
	left: 265px;
	top: 12px;
}
#blog .entry-header #s {
	padding: 9px 10px 6px ;
	width: 190px;
	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	
}
#blog .menu-item-127 a {
	background: url(images/nav_active.png) center bottom no-repeat;
}

.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;
}
#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 .date {
	position: absolute;
	right: 530px;
	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 ; 
}
/* =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;
	padding: 30px 30px 60px;
	background: #fff;
	border: 9px solid #D5D6D8;
	position: relative;
	right: 4px;
}
.do-something #extended h2,
.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-content img {
}
.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;
}

/* =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;
	float: left;
	padding: 15px 15px 0 0;
}
.contact-us .employment {
	width: 360px;
	float: left;
	padding: 15px 15px 0 35px;
	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;
	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;
}
/* =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: 975px;
	list-style: none;
	position: relative;
	padding: 0 0 0 105px;
	margin: 20px 0 0 0;
	clear: both;
	right: 105px;;
}
.fellowship .team ul {
	padding: 0 0 0 35px;
	right: 35px;;
}
.team li {
	display: block;
	float: left;
	width: 205px;
	height: 205px;
	margin: 0 36px 45px 0;
}
.team .last {
	margin-right: 0;
}
.team li .name-overlay {
	color: transparent;
	line-height: 1;
	font: 26px/26px 'GnuolaneFree';
	text-align: center;
	padding: 89px 0 90px;
	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;
}
.team li .name-overlay:hover {
	text-indent: 0;
	color: #fff;
	background: #F8A435;
	background: rgba(248,164,53,0.8);
	cursor: pointer;
}
.staff-bio {
	width: 0;
	background: #E0E1E3;
	position: absolute;
	left: 0; 
	margin: -205px 0 0; 
	overflow: hidden;
	z-index: 500;
	min-height: 460px;
}
.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; 
	margin: -205px 0 0; 
	overflow: hidden;
	z-index: 500;
	min-height: 380px;
}

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

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

