/*
 * Gill Foundation
 * Author: Vermilion
 */

/* Reset */
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, font, img, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html{
   overflow-y:scroll;
}

body {
	line-height: 1;
	color: black;
	background: none;
	font-family: arial, sans-serif;
}

ol, ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

p.footnote {
	font: italic 11px/14px arial, sans-serif;
	color: #999;
}

.alignleft {float: left;}
.alignright {float: right;}

img.alignright {margin: 10px 0 10px 20px;}
img.alignleft {margin: 10px 20px 10px 0;}

html, body {height: 100%;}

#background {
	background: url(../images/global/back.png) center top repeat-y;
}

a, a:visited {color: #0D65A8;}
a:active {color: #DE7203;}

.clr { clear:both; }
/* clearfix */
.clearfix:after { content:" ";display:block;height:0;clear:both;visibility:hidden;font-size:0; }

/* fonts */
@font-face {
  font-family: 'DukeFill';
  src: url('../fonts/duke_fill.eot');
  src: url('../fonts/duke_fill.eot?#iefix') format('embedded-opentype'),
       url('../fonts/duke_fill.woff') format('woff'),
       url('../fonts/duke_fill.ttf') format('truetype'),
       url('../fonts/duke_fill.svg#DukeFill') format('svg');
  font-weight: normal;
  font-style: normal;
}
#wrap {
	width: 925px;
	margin: 0 auto;
	background: #fff;
}
#header {
	margin-bottom: 20px;
	margin-top: 60px;
}
#header h1 {
  font-family: 'DukeFill', sans-serif;
  text-transform: uppercase;
  font-size: 70px;
  color: #FFF;
  text-align: center;
  line-height: 220px;
  background: #e0f4f7 url('../images/heading-bg-light.jpg') no-repeat center center;
  background-size: cover;
  margin: 0;
}

/*
 * Top Nav + Search Box
 */
#top-nav {
	float: right;
	padding-right: 20px;
}

#top-nav li {
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #00c0de;
	margin-right: 5px;
	padding-right: 5px;
}

#top-nav li.last {
	border: 0;
}

#top-nav a {
	color: #fff;
	text-decoration: none;
}

#top-nav a:hover, #top-nav a.current {color: #00FFFF;}

#header form {
	width: 200px;
	float: right;
	margin: 12px 24px 0 0;
	clear: right;
	display: inline;/*ie6*/
	border: 1px solid #9dc6e2;
	background: #fff;
	text-align: right;
}

#header input {
	float: left;
	border: 1px solid #82b4d5;
	width: 23px;
}

#header input.text {
	font-size: 11px;
	width: 169px;
	height: 13px;
	padding: 1px 2px;
	background: none;
	border: 1px solid #fff;
	color: #005590;
}

/*
 * Primary Nav
 */
#primary-nav {
	background: #707274 url(../images/global/nav.gif) repeat-x;
	font-family: georgia, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #ADD5F1;
	text-align: center;
	position: relative;
	z-index: 199;
}

#primary-nav li {
	padding: 0 4px;
	display: inline-block;
	background: url(../images/global/nav-lcurly.gif) 4px center no-repeat;
	position: relative;
}

#primary-nav a {
	text-decoration: none;
	color: #fff;
	padding: 9px 10px;
	background: url(../images/global/nav-rcurly.gif) right center no-repeat;
	display: inline-block;
}

#primary-nav li.hover a, #primary-nav a:hover {color: #6AE6FF;}
#primary-nav li.current_page_item a, #primary-nav li.current_page_ancestor a {color: #ffe168;}


/*dropdown*/

#primary-nav li ul {
	display: none;
	position: absolute;
	z-index: 999;
	background: #E6E7E8 url(../images/global/drop-down.png) repeat-x;
	border: 1px solid #9F9F9F;
	text-align: left;
	width: 175px;
	border-top: 0;
	padding: 5px 0;
}

#primary-nav li ul li ul {
	z-index: 9999;
	left: 175px;
	top: 0;
	border-top-width: 1px;
}

#primary-nav li li {
	padding: 0;
	display: block !important;
	background: none;
	line-height: 12px;
	border-top: 1px solid #9F9F9F;
}

#primary-nav li li:first-child {border: 0;}

#primary-nav li li a, #primary-nav li.hover li a {
	display: block;
	padding: 5px 10px;
	color: black;
	background: none;
	font-size: 10px;
	font-weight: bold;
	color: #595959;
	font-family: arial, sans-serif;
}

#primary-nav li li a:hover {
	background: #595959;
	color: #fff;
}

/* ================================== */

#secondary-nav {
	background: #bdbebe url(../images/global/secondary.png) 0 bottom no-repeat;
	padding: 0 0 0 12px;
	border-top: 1px solid #d1d1d1;
	position: relative;
	z-index: 150;
}

#secondary-nav li {
	font-size: 10px;
	text-transform: uppercase;
	font-family: tahoma, sans-serif;
	display: inline-block;
	background: url(../images/global/secondary-div.gif) 0 center no-repeat;
	padding-left: 5px;
	letter-spacing: .3px;
}

#secondary-nav li.first {background: none;}

#secondary-nav a, #secondary-nav li > span {
	display: inline-block;
	padding: 8px 8px 9px 8px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
}

#secondary-nav a:hover, #secondary-nav li.current_page_item a, #secondary-nav li.current_page_ancestor a {color: #A3610A;}




/*dropdown*/

#secondary-nav li ul {
	display: none;
	position: absolute;
	z-index: 999;
	background: #E6E7E8 url(../images/global/drop-down.png) repeat-x;
	border: 1px solid #9F9F9F;
	text-align: left;
	width: 175px;
	border-top: 0;
	padding: 5px 0;
}

#secondary-nav li li {
	padding: 0;
	display: block !important;
	background: none;
	line-height: 12px;
	border-top: 1px solid #9F9F9F;
}

#secondary-nav li li:first-child {border: 0;}

#secondary-nav li li a, #secondary-nav li.hover li a {
	display: block;
	padding: 5px 10px;
	color: black;
	background: none;
	font-size: 10px;
	font-weight: bold;
	color: #595959;
	font-family: arial, sans-serif;
}

#secondary-nav li li a:hover,
#secondary-nav li li a:focus {
	background: #595959;
	color: #fff;
}




/* prev/next page links */
#page-nav {margin: 18px 0;}
#page-nav a {
	float: left;
	display: block;
	height: 16px;
	width: 66px;
	text-decoration: none;
	font: bold 9px/normal 'arial black', arial, sans-serif;
	color: #64a6d2;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3px;
	margin-right: 10px;
}

#page-nav a:hover {color: #1e7ab8;}

#page-nav #prev a {
	background: url('../images/global/prev-page.png');
}

#page-nav #next a {
	background: url('../images/global/next-page.png');
}








/*
 * Content Area
 */

#content {
	overflow: hidden; height: 1%;
	min-height: 350px;
	padding-top: 15px;
	padding-bottom: 25px;

	font-size: 12px;
	color: #717375;
	line-height: 17px;
	position: relative;
	z-index: 100;
}

strong {
	color: #4D4D4D;
}

strong a,
a strong,
strong a:visited,
a:visited strong {
	color: #0D65A8;
}
strong a:active,
a:active strong {
	color: #DE7203;
}


#content p, #content ul, #content ol {
	margin: 12px 0;
}

#content h1, #content h2, #content h3, blockquote {
	font-family: georgia, serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	color: #F6921E;
}

#content blockquote {color: #808080;}

#content blockquote p {margin: 0;}

#content h1 {
	font-size: 25px;
}

#content h2 {
	font-size: 25px;
	line-height: 25px;
}

#content h3 {
	font-size: 16px;
	line-height: 24px;
	color: #0067AC;
}

#content ol, #content ul {
	list-style: disc;
	padding-left: 25px;
}

#content ol {list-style: decimal;}

#content #left-col li {
	padding: 2px 0;
}

#page-heading {
	background: url(../images/global/page-heading.jpg);
	height: 123px;
	position: relative;
}

.body-equal-opportunity #page-heading {	background: url(../images/equal/equal-op-heading.jpg);}
.body-equality #page-heading {	background: url(../images/equality/state-heading.jpg);}
.body-what-we-do #page-heading {	background: url(../images/what-we-do/page-heading.jpg);}
.body-media #page-heading {	background: url(../images/media/page-heading.jpg);}
.body-grants #page-heading {	background: url(../images/grants/grants-heading.jpg);}
.body-about #page-heading {	background: url(../images/about/about-heading.jpg);}
.body-contact #page-heading {	background: url(../images/contact/contact-heading.jpg);}
.body-onboard #page-heading { background: url(../images/onboard/onboard-heading.png);}

#page-heading h1 {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	width: 180px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.body-what-we-do #page-heading h1,
.body-contact #page-heading h1,
.body-media #page-heading h1
{width: 270px;}

#page-title {
	padding-bottom: 4px;
	border-bottom: 4px solid #E6E6E6;
	margin-bottom: 12px;
}

#content #page-title p.position {
	font: 18px/24px georgia, serif;
	margin: 0;
}

p.email {
	background: url(../images/global/email.gif) 0 -18px no-repeat;
	padding-left: 17px;
}

p.email a {
	color: #666;
	text-decoration: none;
}

p.email a:hover {text-decoration: underline;}

#content #page-title h2 {
	font: bold 30px/35px georgia, serif;
	margin: 4px 0 0 0;
	color: #F6921E;
	width:450px;
}
	.body-onboard #content #page-title h2 {
		color: #7B6B56;
	}


#content #page-title #tasks {
	float: right;
	overflow: visible;
	height: auto;
	padding-bottom: 0;
	padding-top: 16px;
	width: 130px;
}

#content p#tasks {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 3px;
	overflow: hidden;
	height: 1%;
}

p.back-link a, #media-landing a span {
	color: #DF7C17;
	text-transform: uppercase;
	font: bold 10px/12px arial, sans-serif;
	text-decoration: none;
}

#tasks a {
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	margin-left: 10px;
	padding-right: 19px;
	display: block;
	float: right;
}

#tasks a#printBtn {background: url(../images/global/print.gif) no-repeat right 0;}
#tasks a#printBtn:hover {background-position: right -23px;}
#tasks a#emailBtn {
	padding-right: 16px;
	background: url(../images/global/email.gif) no-repeat right 3px;
}
#tasks a#emailBtn:hover {background-position: right -20px;}

#left-col {
	width: 586px;
	padding-bottom: 20px;/*maintain layout without content*/
}
	#content.boardMemberContainer #left-col {
		width: auto;
	}
	.body-equal-opportunity #left-col {
		width: 630px;
	}

#right-col {
	padding-bottom: 20px;
	width: 300px;
	padding-left: 39px;
}
	#content.boardMemberContainer #right-col {
		display: none;
	}

#content p.gray-caption {
	margin: 0 0 20px 0;
	background: #808080;
	color: #fff;
	padding: 5px 10px;
	font: bold 10px/14px arial, sans-serif;
}

.gray-caption em {
	font-style: normal;
	color: #F7931E;
}

p.caption {font-family: georgia, serif;}

#content ul#sidebar {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar li {
	background: url(../images/global/sidebar-dot.gif) 0 bottom repeat-x;
	padding: 10px 0 13px 0;
	overflow: hidden; height: 1%;
}

#sidebar a {
	display: block;
	text-decoration: none;
	color: #717375;
}

#sidebar h4 a {
	color: #F7931E;
	font: normal 24px/24px georgia, sans-serif;
	padding-bottom: 7px;
}

#sidebar em {
	color: #F7931E;
	font-style: normal;
}

/*
 * Footer
 */

#footer {
	border-top: 1px solid #d8d8d6;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	padding: 5px 0 30px 0;
}

#footer .alignright {
	padding-top: 3px;
	color: #BFBFBF;
}

#footer img {
	margin: 0 4px -5px 0;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a#facebook {
	color: #4E62BA;
	margin-right: 5px;
}
#footer a#twitter {color: #65ACCB;}

#footer a#contact {margin-left: 7px;}


/* landing page columns */

#content .col h3 {
	font-size: 19px;
	line-height: 23px;
}

.col {
	float: left;
	font: 11px/17px arial, sans-serif;
	padding-bottom: 20px;
}

.col h3 a {
	color: #F7931E;
	padding-bottom: 3px;
}

.col h3 a:visited {
	color: #F7931E;
}

.col span {
	color: #F7931E;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	/* line-height: 22px; */
	white-space: nowrap;
}

.last {margin-right: 0 !important;}

.col img {
	border-top: 8px solid #666666;
	padding-top: 2px;
	margin: 0 0 5px 0;
}

.col a {
	display: block;
	text-decoration: none;
	color: #808080;
}

.col a:visited {
	color: #808080;
}

.five-col {
	width: 171px;
	margin-right: 17px;
}

.four-col {
	width: 218px;
	margin-right: 17px;
}

.three-col {
	width: 294px;
	margin-right: 21px;
}


.equal-cols #left-col {
	width: 443px;
}

.equal-cols #right-col {
	width: 450px;
	padding-left: 32px;
}


.nearly-equal-cols #left-col {
	width: 460px;
}

.nearly-equal-cols #right-col {
	width: 433px;
	padding-left: 32px;
}

.nearly-equal-cols #right-col .wwd-photo img {
	display: block;
}

.nearly-equal-cols #right-col .wwd-photo div,
body.body-engage-donors #right-col .wwd-photo div {
	margin: 0 0 10px 0;
	padding: 7px 15px;
	border-top: 3px solid #fff;
	background: #666;
	font: bold italic 14px/18px Georgia, serif;
	color: #fff;
}

.nearly-equal-cols #right-col .wwd-photo div.advocate-sidebar{
    margin: 5px 0 25px 0;
}

.nearly-equal-cols #right-col .wwd-photo div.advocate-sidebar p{
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.nearly-equal-cols #right-col .wwd-photo div.advocate-sidebar a,
body.body-engage-donors #right-col .wwd-photo div a{
    color: #f1771e;
    font-family: 'arial', arial, sans-serif;
    font-style: normal;
    text-decoration: none;
    font-size: 10px;
    padding-left: 5px;
    white-space: nowrap;
}

.nearly-equal-cols #right-col .wwd-photo div.advocate-sidebar h3{
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'arial', arial, sans-serif;
    font-style: normal;
    font-size: 13px;
}


.nearly-equal-cols #right-col ul.wwd-stats {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nearly-equal-cols #right-col ul.wwd-stats li {
	margin: 0;
	padding: 7px 0;
	font: italic 14px/18px Georgia, serif;
	color: #999;
	border-top: 1px dotted #e0e0e0;
}

	.nearly-equal-cols #right-col ul.wwd-stats li.first {
		border-top: none;
	}

.nearly-equal-cols #right-col ul.wwd-stats li b {
	font-weight: bold;
	color: #f7931e;
}

.wwd-rcol {padding-top:12px;}
.wwd-rcol .header{
	background:url(../images/what-we-do/blue-rcol-header-bg.jpg) no-repeat bottom left;
	width:437px;
	line-height:20px;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	padding: 10px 0 18px 18px;
}
.wwd-rcol .content {
	background:#ececec;
	border:1px solid #c9c9c9;
	border-top:none;
	padding:0 10px 10px 10px;
}
.wwd-rcol .advocate-sidebar {padding:12px 0 0 0;position:relative;clear:both;}
.wwd-rcol .advocate-sidebar img{float:left;}
.wwd-rcol .advocate-sidebar .desc {padding-left:120px;}
.wwd-rcol .advocate-sidebar .desc a {white-space: nowrap;}
#content .wwd-rcol .advocate-sidebar h3{
    color:#f6921e;
    font-family: georgia, serif;
    font-style: normal;
	font-weight: normal;
    font-size: 22px;
	padding:0;
}
#content .wwd-rcol .advocate-sidebar p {
	padding:4px 0 0 0;
	margin:0;
}
#content .wwd-rcol .advocate-sidebar p a {color:#f6921e;font-size:10px;font-weight:bold;text-decoration:none;}



/* onboard */


#content .onboard-sidebar {
	padding: 12px 0 0 0;
}
	.body-onboard-contact-us #content .onboard-sidebar {
		display: none;
	}

#content .onboard-sidebar .inner {
	padding: 7px 40px 7px 15px;
	background: #f1efeb;
}

#content .onboard-sidebar h2 {
	margin: 0;
	padding: 10px 15px;
	background: #7b6b56;
	color: #fff;
	font: bold 18px/21px Georgia, serif;
	height: 21px;
}

#content .onboard-sidebar .inner div {
	padding: 5px 0;
}
	.body-onboard-contact-us #content .onboard-sidebar .inner div.contactUs,
	.body-onboard-faqs #content .onboard-sidebar .inner div.faq,
	.body-onboard-resources #content .onboard-sidebar .inner div.resources,
	.body-onboard-select-boards #content .onboard-sidebar .inner div.selectBoards {
		display: none;
	}

#content .onboard-sidebar h3 {
	margin: 0;
	padding: 0;
	font: normal 22px/26px Georgia, serif;
}

#content .onboard-sidebar h3 a {
	display: block;
	margin: 0;
	color: #f6921e;
	text-decoration: none;
}



#content .onboard-sidebar p {
	margin: 0;
	padding: 5px 0;
}

#content .onboard-sidebar p a {
	text-transform: uppercase;
	color: #ec862f;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
}




/*grants interior */

#grants-sidebar h3 a {
	color: #F6921E;
	font: 17px/20px georgia, serif;
	display: block;
	text-decoration: none;
	padding: 7px;
}

#grants-sidebar h3 a:hover, #grants-sidebar h3 a.current {
	background: #F6921E;
	color: #fff;
}

#grants-sidebar h3 {
	border-top: 4px solid #E6E6E6;
	padding-top: 4px;
	margin-top: 4px;
}

#grants-sidebar h3.first {border: 0;}

#grants-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#grants-sidebar li {
	border-top: 1px dotted #ccc;
}

#grants-sidebar li a {
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	padding: 1px 0 1px 10px;
	position: relative;
}

#grants-sidebar a:hover, #grants-sidebar li.current a {
	color: #F6921E;
}

#grants-sidebar li.current a {font-weight: bold;}

#grants-sidebar a em {
	font-style: normal;
	color: #F6921E;
	font-weight: bold;
	font-family: 'arial black', arial, sans-serif;
	position: absolute;
	left: 0;
}

#ajax_spinner{
    height: 300px;
    background: url(../images/ajax-loader.gif) center no-repeat;
}




.boardMember {
	padding: 3px 0 20px 0;
	border-bottom: 4px solid #e6e6e6;
	clear: both;
}

.boardMember p.boardMemberImage img {
	width: 140px;
	float: left;
	margin: 4px 0 0 0;
}

.boardMember p {
	display: none;
}
	.boardMember p.boardMemberImage,
	.boardMember p.boardMemberIntro,
	.boardMember p.boardMemberMore {
		display: block;
	}
	.boardMember h2,
	.boardMember p.boardMemberIntro,
	.boardMember p.boardMemberMore {
		padding-left: 165px;
	}

.boardMember p.boardMemberMore {
	margin-bottom: 0 !important;
}

.boardMember p.boardMemberMore a {
	font-weight: bold;
	text-decoration: none;
	color: #F6921E;
	text-transform: uppercase;
}
	.boardMember p.boardMemberMore a:hover {
		text-decoration: underline;
	}

#content.boardMemberContainer #left-col h2 {
	display: none;
}
	#content.boardMemberContainer #left-col #page-title h2 {
		display: block !important;
	}

#content.boardMemberContainer #left-col p.boardMemberImage img {
	margin: 4px 0 25px 25px;
}


/* Videos ================ */
#video-container {
	background: url("../images/videos/v_line.gif") repeat-y scroll 634px 0 transparent;
    margin: 0 0 40px;
}
#video-container #content {
	height: auto;
}

#video-col-1 {
    float: left;
    width: 645px;
}
#video-col-2 {
    color: #666;
    float: left;
    font-size: 13px;
    line-height: 17px;
    padding-left: 22px;
    width: 246px;
}
#video-object {
	padding: 0 10px 10px;
}
#video-share {
    border-bottom: 1px solid #B2B2B2;
    border-top: 5px solid #E6E6E6;
    overflow: hidden;
    padding: 15px 0 13px;
}
#video-share {
    margin: 10px 35px 10px 10px;
}
#video-col-2 h2 {
	line-height: 28px;
}
#video-resources {
	border-top: 2px solid #E4E4E4;
	padding: 8px 0;
}



table#onboard-select-boards {
	width: 100%;
	border-collapse: collapse;
}

table#onboard-select-boards tr td {
	padding: 5px 0 10px 0;
}
	table#onboard-select-boards tr td:first-child {
		padding-right: 20px;
		width: 160px;
	}

table#onboard-select-boards tr td h2 {
	padding-top: 15px;
}
	table#onboard-select-boards tr:first-child td h2 {
		padding-top: 0;
	}

table#onboard-select-boards tr td p {
	margin: 0;
	padding: 0;
}

/* News */
#content.post-list h3 {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

#content.single-news h3 {
  color: #F6921E;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 10px;
}
.single-news p.inline, .single-news p.inline + p {
  display: inline;
}
.single-news .news-location {
  text-transform: uppercase;
}

/* wp-paginate styles */
#content .wp-paginate {
  border-top: 1px solid #ddd;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
#content .wp-paginate li:first-child {
  display: none;
}
#wrap #content .wp-paginate li {
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
}
#content .wp-paginate a, #content .wp-paginate span {
  display: block;
  padding: 6px;
  text-decoration: none;
}
#content .wp-paginate a:hover, #content .wp-paginate a:focus, #content .wp-paginate a:active {
  text-decoration: underline;
}
#content .wp-paginate span.current {
  font-weight: bold;
}
div.back-next {
  margin: 8px 0;
  padding: 8px 0;
  border-top: 1px solid #ddd;
  width: 100%;
  float: left;
}
div.back-next a[rel=prev] {
  float: left;
}
div.back-next a[rel=next] {
  float: right;
}