/*
	(c)2012 - visuallizard.com
	
	General styles. Template, view, plugin specific, etc.
*/


h1 { font-size: 36px; line-height: 1.2; margin-bottom: .5em; }
h2 { font-size: 21px; line-height: 1.2; margin-bottom: .5em; }
h3 { font-size: 21px; line-height: 1.2; margin-bottom: 0em; font-weight: bold; }
h4 { font-size: 20px; line-height: 1.2; margin-bottom: .5em; }
h5 { font-size: 17px; line-height: 1.2; }
h6 { font-size: 14px; line-height: 1.2; }

div.main h2 {
	margin: 5px -20px 1em -15px;
	color: #fff;
	background: olive;
	padding: 15px 15px 12px;
}
div.main p + h2 {
	margin-top: 40px;
}

.contact-display {
	margin-bottom: 50px; /* add spacing when content is after other module */
}

.back a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.back a:hover {
	color: olive;
}
.back a:before {
		content: "< ";
	}

#donor-block {
	padding: 15px;
	margin-bottom: 10px;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        *behavior: url(../../js/boxsizing.htc);
}
	#donor-block h2 {
		font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
		font-size: 36px;
		line-height: 1.1;
		color: #fff;
		background: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#donor-block a {
		color: #fff;
	}
	#donor-block a:hover {
		color: #333;
	}
	#donor-block a.more {
		color: #009fc3;
	}
	#donor-block a.more:hover {
/* 		color: #fff; */
		background: #d4eff5;
	}
	#donor-block p.clearfix {
		margin: 0;
	}
	#donor-block a.more {
		float: right;
	}
	aside a.more {
		display: block;
		text-align: center;
		color: #009fc3;
		font-weight: bold;
		font-size: 15px;
		line-height: 1;
		padding: 10px 15px;
		background: #fff;
		text-decoration: none;
		vertical-align: middle;
	}
	aside a.more:hover {
		background: #009fc3;
		color: #fff;
	}
	aside a.more:after {
		content: " >";
	}
	
	.side-button {
		display: block;
		margin-bottom: 10px;
	}
	.side-button:hover img {
		box-shadow: 0 0 2px 2px #ccc;
	}

	
	
	
/* 	EVENTS */

/* Events latest (upcoming) */
.items {
	background: #d4eff5;
	color: #333;
	padding:10px 15px;
	margin-bottom: 20px;
}
	.items h2 {
		font-size: 17px;
		text-align: center;
		text-transform: uppercase;
		color: #333;
		border-bottom: 1px solid #fff;
		margin: 0 -15px 10px;
		padding: 5px 15px 10px;
	}
	
	.items .item {
		list-style: none;
		margin: 0 -15px 10px;
		padding: 0px 15px;
		border-bottom: 1px solid #fff;
	}
	.items > ul {
		margin: 0;
	}
	.items strong {
		display: block;
	}
	.items .more-info {
		display: block;
		text-align: right;
		text-decoration: none;
		color:  #009fc3;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.items .more-info:after {
		content: " >";
	}
	.items .more-info:hover {
		color: #333;
	}
	.items time {
		display: block;
		margin: .5em 0;
	}
	
	.items .more-info.inline {
		display: inline;
		white-space: nowrap;
		margin: 0;
	}
	.items .more-info.inline:after {
/* 		content: none; */
	}
	
/* events index */
.events-index {
	list-style: none;
}
.events.display time.dates {
	display: block;
	font-weight: bold;
	color: olive;
	margin-bottom: 1em;
	
}



.media-grid.brochures li {
	margin: 0 0 20px 20px;
	display: inline-block;
	vertical-align: top;
}
	.media-grid.brochures li figcaption {
/* 		text-align: center; */
		font-size: .8em;
	}
	.media-grid.brochures li a {
		float: none;
		padding: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		display: block;
	}
/* 	.media-grid.brochures li a[href$='.pdf']:before {content: '';} */
	.media-grid.brochures li img {
		border: 1px solid #ddd;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	}
	.media-grid.brochures li strong {
		display: block;
	}
	
	
	div.main a[href$='.pdf']:before {
		content: url(../../img/icons/pdf.png);
		padding-right: 3px;
	}
	
/* Request for Presentation form */
.input.description label {
	font-size: 16px;
	color: olive;
	margin: 1em 0 .2em;
}
.input.checkbox + .input.description {
	margin-top: 1em;
}

.group-school,
.group-workplace {
	margin-left: 2em;
}
.error {
	color: #900;
}


/* Staff */
.staff-display header {
	width: 25%;
	float: left;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #009fc3;
	padding-top: 1em;
}
	.staff-display header h3 {
		line-height: 1.1;
		margin-bottom: .5em;
	}
.staff-display article {
	border-top: 1px solid #009fc3;
	width: 70%;
	padding: 1em 0 1em 5%;
	float: left;
}
	.staff-display article p.position-group {
		border-bottom: 1px solid #009fc3;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	.staff-display article p.position-group:last-child {
		border-bottom: none;
	}
	
	.staff-display article .credentials {
		font-size: smaller;
		white-space: nowrap;
	}
	.staff-display article .directors {
		font-size: 1.3em;
		line-height: 1.2;
		margin-bottom: .9em;
	}

