/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* Color Palette

purple: #21076a;

*/

html {
	color:#000000; /* #6c6f70 */
	font-size: 1em;
	line-height: 1.3;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: yellow;
 text-shadow: none;
}
::selection {
	background: yellow;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Boilerplate */


* {
	box-sizing: border-box;
}
.print_only { display: none; }
img, iframe {
	max-width: 100%;
}
footer { clear: both; }
.right,.left {
    float: none;
    margin: 0 auto 10px;
}
img.right,img.left {
    display: block;
}
a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #21076a;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: inherit;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #21076a;
	color: rgba(33,7,106,0.8);
	text-decoration: underline;
}
.pagination p a:link, .pagination p:visited, .pagination p:hover {
    text-decoration: none;
	}
/* Top (Main) Navigation */
/* #featured_image img, */
.js #main_nav, #main_nav_wrapper ul#social, #masthead, .masthead_logo_home {
	display: none;
}
ul.slicknav_nav {
	background: rgba(0,0,0,0.8);
	border-left: 10px solid #280091;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.slicknav_nav li {
	font-size: 14px;
	font-family: "museo-sans", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
ul.slicknav_nav li:last-child a {
	display: inline-block;
	margin-right: 0;
	padding-right: 0;
}
ul.slicknav_nav li ul li {
	font-size: 14px;
	text-transform: none;
}
#featured_image {
/*	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 100px;
	*/
	margin: 0 auto 30px;
	margin: 0 0 30px;
}
#main_content_wrapper .col.two_col_layout.span_3_of_12 {
	text-align: center;
}
#main_content_wrapper .col.two_col_layout.span_3_of_12 img {
	max-width: 260px;
}
#main_content_wrapper .col.two_col_layout.span_3_of_12 #featured_image img {
	max-width: 100%;
}
#secondary_content_wrapper .col .col {
	margin: 0 0 3em 0%;
}
/* Main Content Grid */
#main_content_wrapper .col.two_col_layout {
	margin: 0 0 0 0;
}
#main_content_wrapper #main_content_inner {
	margin: 30px 20px 30px;
}
#secondary_content_wrapper {
	box-sizing: border-box;
	padding: 0 20px;
}

.news_list {
	width: 90%;
	margin: 0 auto 30px;
}
.news_list h2 { margin: 16px 0 .7em; }


/* Footer */

#footer {
	background: #21076a;
	border-top: 12px solid #280091;
	color: #fff;
	padding: 0 20px 50px;
	box-sizing: border-box;
	margin-top: 70px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	background-color: #21076a;
	text-decoration: none;
}
#footer a:hover {
	color: #d3cde1;
	color: rgba(255,255,255,0.8);
	background-color: #21076a;
	text-decoration: none;
}
#footer .col {
	margin: 0;
}
div#footer_contact_info {
	margin: 50px auto 0;
	padding: 0;
	position: relative;
	width: 215px;
}
#footer .col.span_8_of_12 {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
/* Typography */
body {
	font-family: "Alegreya Sans", sans-serif;
	font-weight: 400;
}
h3, h4, h5, h6 {
	margin: 0 0 1em;
}
p, ul, ol, dl, address {
	margin: 0 0 1.3em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.1;
	color: #21076a;
}

h1 {
	font-size: 32px;
	color: #21076a;
	margin: 0 0 .9em;
}
h2 {
	font-size: 23px;
	margin: 0 0 1.2em;
}
p + h2, ul + h2, ol + h2, address + h2, div.position_to_left_side + h2 {
	margin-top: 46px;
}
.publication_archive h2 {
	margin-top: 30px;
}
h6 {
}
h6#programs_and_initiatives {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 7px;
	border-bottom: 1px solid #59458f;
	margin: 50px 0 17px 0;
}
p, address, li {
	font-size: 19px;
	font-weight: 400;
}
p.news_item_date { font-size: 14px; font-weight: bold; margin-bottom: .2em; }
p.news_item_synopsis { margin-bottom: .7em; }
p.news_item_more { text-transform: uppercase; font-weight:bold; margin-bottom: 15px; }
p.news_item_more a:link, p.news_item_more a:visited {
	color: #21076a;
	text-decoration: none;
}
p.news_item_more a:hover {
	color: #000000;
	text-decoration: none;
}
.pagination p {
    font-size: 16px;
    color: #000000;
}

address {
	font-style: normal;
}

footer small {
	display: block;
	margin-top: 20px;
    font-size: 14px;
}

#main_content_wrapper ul,
#secondary_content_wrapper ul {
	margin-left: 1.2em;
	padding-left: 0;
}
#main_content_wrapper ul ul,
#secondary_content_wrapper ul ul {
	margin-left: 1em; margin-top: .7em;
	list-style: disc;
}


#MainContent_login_loginPanel li { list-style:none; padding-bottom: .7em;}

ul.nav_list {
	padding-left: 0; list-style: none;
}

#main_content_wrapper ul li,
#secondary_content_wrapper ul li,
#main_content_wrapper ol li,
#secondary_content_wrapper ol li { line-height: 1.2; padding-bottom: .7em; }

#secondary_content_wrapper.publication_archive .col .col {
	margin: 0;
}
#secondary_content_wrapper.publication_archive .col .col:first-child ul {
	margin-bottom: 0;
}

#footer address, p#copyright {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin: 23px 0 0 37px;
}
#footer address a {
	text-decoration: underline;
}
p#copyright {
	color: #d3cde1;
	color: rgba(255,255,255,0.8);
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: .7em;
}
/* Board of Directors */
	.bod .col img { margin-bottom: 20px; }
	.bod .col h2 { font-size: 28px; color: #000000; margin-bottom: 0; }
	.bod .col p.title { font-weight: 700; font-size: 23px; margin-bottom: 0; }
	.bod .col p:last-child { margin-top: .6em; }

 @media only screen and (min-width: 479px) {
.right {
    float: right;
    margin: 0 0 10px 15px;
}
.left {
    float: left;
    margin: 0 15px 10px 0;
}
#featured_image {
	/* min-height: 125px; */
	margin: 0 auto 30px;
	margin: 0 0 30px;
}
#secondary_content_wrapper.publication_archive .col .col.span_6_of_12 {
	float: left;
    width: 47.5%;
	margin: 0 0 0 5%;
}
#secondary_content_wrapper.publication_archive .col .col.span_12_of_12,
#secondary_content_wrapper.publication_archive .col .col:first-child {
	margin: 0;
}

}
@media only screen and (min-width: 752px) {
#masthead_mobile { display: none; }
#masthead { display: block; }
.masthead_logo_home { display: block; position: absolute; width: 19.79%; height: 35%; max-width: 285px; }
}
 @media only screen and (min-width: 764px) {
#featured_image {
	margin: 0 auto 50px;
	margin: 0 0 50px;
}
.news-detail #featured_image img {
	float:right;
}
#featured_image img {
	display: block;
}
#main_content_wrapper .col.two_col_layout.span_3_of_12 img {
	max-width: 100%;
}
#main_content_wrapper .col.two_col_layout.span_3_of_12 {
	text-align: right;
	width: 39.7916%;
	min-width: 39.7916%;
}
#main_content_wrapper .col.two_col_layout.span_3_of_12::after {
    content: "\00a0";
}
#main_content_wrapper .col.two_col_layout.span_5_of_12 {
	width: 60.2084%;
}
#main_content_wrapper #main_content_inner {
	margin: 50px 45px;
}
#main_content_wrapper #main_content_inner.narrow {
	margin: 49px 45px 70px 45px;
}
#secondary_content_wrapper .col .col.span_3_of_12 {
    width: 21.25%;
}
#secondary_content_wrapper .col .col.span_4_of_12 {
    width: 30%;
}
#secondary_content_wrapper .col .col.span_6_of_12 {
    width: 47.5%;
}
#secondary_content_wrapper .col .col.span_9_of_12 {
    width: 73.75%;
}
#secondary_content_wrapper .col .col {
	margin: 0 0 3em 5%;
}
#secondary_content_wrapper .col .col:first-child {
	margin: 0 0 3em 0;
}
#secondary_content_wrapper.publication_archive .col .col {
    margin-bottom: 0;
}

.news_list {
	width: 100%;
	max-width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.news_list .col {
	margin: 0;
}
.news_list .span_4_of_12 {
    width: 32.26%;
	width: 39.722%;
	width: 40%;
	width: 39.8%;
	text-align:right;
}
.news_list .col.span_8_of_12 {
	width: 54.0078%;
	width: 53.7298%;
	width: 54%;
	max-width: 510px;
	margin-left: 6.2%;
	min-height: 290px;
	border-bottom: 1px solid #ccc;
}
.news_list .col.span_8_of_12 h2 { margin-top: 36px; }
.news_list .col.span_8_of_12 h2,
.news_list .col.span_8_of_12 p {
	width: 90%;
	max-width: 510px;
}
.news_list .col.span_8_of_12 p.news_item_synopsis,
.news_list .col.span_8_of_12 p.news_item_more {
	font-size: 16px;
}
.pagination { max-width: 840px; margin: 40px auto 0; }
.pagination .col.span_6_of_12 { text-align: center; }

#footer {
	padding: 0 0 50px;
}
#footer .col.span_4_of_12 {
	width: 30.97%;
	width: 35.97%;
}
div#footer_contact_info {
	margin: 50px 0 55px 20px;
	margin: 50px auto 55px;
	padding: 0 0 79px 0;
	position: relative;
	width: 195px;
}
#footer .col.span_8_of_12 {
	width: 69.03%;
	max-width: 69.03%;
	width: 64.03%;
	max-width: 64.03%;
	width: 59.03%;
	max-width: 59.03%;
	margin-right: 5.0%;
}
#footer .col.span_8_of_12 .col.span_4_of_12 {
	width: 30%;
	margin-right: 5%;
}
#footer .col.span_8_of_12 #footer_program_col_3.col.span_4_of_12 {
	margin-right: 0;
}
h6#programs_and_initiatives {
	margin: 134px 0 17px 0;
}
p#copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200%;
}
#footer ul {
	margin: 0 0 1.3em;
}
.position_to_left_side {
	position: relative;
}
.position_to_left_side img {
	position: absolute;
	top: 0px;
	left: -45px; /* Add width of image to this in in-page styles to right align in left column; use media queries to manage responsive behaviors */
}
.position_to_left_side.h2 img {
	top: 29px;
}
.position_to_left_side img#shf_funding_regions {
	left: -335px; /* Add width of image to this in in-page styles to right align in left column; use media queries to manage responsive behaviors */
}

/* Board of Directors */
	#secondary_content_wrapper .col .bod .col.span_4_of_12 {
    	width: 33.3333333333333333333333333333%;
	}
	#secondary_content_wrapper .col .bod .col {
    margin: 0 0 1em 0;
	}

}
 @media only screen and (min-width: 1024px) {	/* But we run out of room for the current menu at 1278px; */
.slicknav_menu {
	display: none;
}
.js #main_nav, #main_nav_wrapper ul#social {
	display: block;
}
#main_nav_wrapper {
	position: relative;
	background: #21076a;
	border-top: 1px solid #3b247c;
	border-bottom: 1px solid #361f77;
	box-sizing: border-box;
	min-height: 69px;
}
#main_nav_wrapper a:link, #main_nav_wrapper a:visited {
	color: #fff;
	text-decoration: none;
}
#main_nav_wrapper a:hover {
	color: #fff;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
#main_nav_wrapper ul {
	list-style: none;
	padding: 27px 0 0;
	margin: 0 30px;
}
#main_nav_wrapper ul#social {
	position: absolute;
	padding: 0;
	top: 21px;
	right: 0;
}
#main_nav_wrapper ul li {
	position: relative;
	display: inline-block;
	line-height: 1;
	font-size: 12px;
	font-family: "museo-sans", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 26px;
	margin-right: 10px;
	background: url(../img/main_nav_div.png) top right no-repeat;
}
#main_nav_wrapper ul li#mobile_social {
	display: none;
}
#main_nav_wrapper ul#social li {
	height: 30px;
	width: 31px;
	background: none;
	padding: 0;
	margin: 0 0 0 9px;
}
#main_nav_wrapper ul#social li:first-child {
	margin: 0;
}
#main_nav_wrapper ul li:nth-last-child(2) {
	padding-right: 0;
	background: none;
	margin-right: 0;
}
/* Sub menus - Level 1 */

#main_nav_wrapper ul#main_nav li ul {
	display: none;
	position: absolute;
	width: 358px;
	top: 39px;
	left: 0px;
	margin-left: -30px;
	background: rgba(0,0,0,0.8);
	border-left: 10px solid #280091;
	padding: 15px 20px 5px;
	opacity: 0;
}
#main_nav_wrapper ul#main_nav li:hover ul {
	display: block;
	opacity: 1;
	-webkit-transiton: opacity 0.9s;
	-moz-transition: opacity 0.9s;
	-ms-transition: opacity 0.9s;
	-o-transition: opacity 0.9s;
	-transition: opacity 0.9s;
}
#main_nav_wrapper ul#main_nav li ul li {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	font-family: "museo-sans", sans-serif;
	font-weight: 300;
	text-transform: none;
	padding: 0 0 .9em;
	background: none;
	margin: 0;
}
/* Sub menus - Levels 2+ */

#main_nav_wrapper ul#main_nav li ul li ul {
	top: 0;
	left: 358px; left: 328px;
	margin-left: 0 !important;
}
#main_content_wrapper #main_content_inner.narrow {
	margin: 49px 34.6% 70px 45px;
}
#secondary_content_wrapper {
	max-width: 916px;
	margin: 0 auto;
}

.news_list .col.span_8_of_12 {
	width: 57.5078%;
	margin-left: 2.7%;
}
.news_list .col.span_8_of_12 p.news_item_synopsis,
.news_list .col.span_8_of_12 p.news_item_more {
	font-size: 19px;
}




#footer .col.span_4_of_12 {
	width: 30.97%;
}
div#footer_contact_info {
	padding: 0 0 79px 0;
	position: relative;
	width: 215px;
}
#footer .col.span_8_of_12 {
	width: 63.49%;
	margin-right: 5.54%;
	max-width: 63.49%;
}
#footer .col.span_8_of_12 .col.span_4_of_12 {
	width: 33.54%;
	margin-right: 0;
}
#footer .col.span_8_of_12 #footer_program_col_1.col.span_4_of_12 {
	width: 26.79%;
	margin-right: 3%;
}
#footer .col.span_8_of_12 #footer_program_col_2.col.span_4_of_12 {
	width: 33.67%;
	margin-right: 3%;
}

/* Board of Directors */
.bod .col img { margin-bottom: 30px; }
}
 @media only screen and (min-width: 1050px) {
#main_nav_wrapper ul li {
	font-size: 13px;
	padding-right: 13px;
	margin-right: 7px
}
}
 @media only screen and (min-width: 1102px) {
#main_nav_wrapper ul li {
	font-size: 14px;
}
#main_nav_wrapper ul#main_nav li ul {
	top: 40px;
}
}
 @media only screen and (min-width: 1148px) {
#main_nav_wrapper ul li {
	padding-right: 17px;
	margin-right: 11px;
}
}
@media only screen and (min-width: 1220px) {

#secondary_content_wrapper .col .col.span_3_of_12 {
    width: 25.333%;
}
#secondary_content_wrapper .col .col.span_4_of_12 {
    width: 28%;
}
#secondary_content_wrapper .col .col.span_6_of_12 {
    width: 46%;
}
#secondary_content_wrapper .col .col.span_9_of_12 {
    width: 66.667%;
}
#secondary_content_wrapper .col .col {
	margin: 0 0 3em 8%;
}
#secondary_content_wrapper .col .col:first-child {
	margin: 0 0 3em 0;
}
#secondary_content_wrapper.publication_archive .col .col {
    margin-bottom: 0;
}

div#footer_contact_info {
	margin: 50px 0 55px 30%;
}
#footer .col.span_8_of_12 {
	width: 55.49%;
	margin-right: 13.54%;
	max-width: 55.49%;
}
#footer .col.span_8_of_12 .col.span_4_of_12 {
	width: 33.54%;
	margin-right: 0;
}
#footer .col.span_8_of_12 #footer_program_col_1.col.span_4_of_12 {
	width: 27.79%;
	margin-right: 3%;
}
#footer .col.span_8_of_12 #footer_program_col_2.col.span_4_of_12 {
	width: 32.67%;
	margin-right: 3%;
}
}
 @media only screen and (min-width: 1278px) {
#main_nav_wrapper ul li {
	font-size: 16px;
	padding-right: 17px;
	margin-right: 11px;
}
#main_nav_wrapper ul#main_nav li ul {
	top: 42px;
}
}
/*
 @media only screen and (min-width: 1430px) {
.news_list .col.span_8_of_12 {
	max-width: 100%;
	border-bottom: none;
	background:url(../img/news_item_rule.gif) left bottom no-repeat;
}
 }
 */
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media print,  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 1.25dppx),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*,  *:before,  *:after,  *:first-letter,  *:first-line {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
/*
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
*/
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after,  a[href^="javascript:"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
.print_only { display: block; }
div#print_logo { text-align: center; margin-bottom: .625in; }
div#print_logo img { margin: 0 auto; }
#main_nav_wrapper, #masthead, #masthead_mobile, #footer { display: none !important; }
}
