@charset "utf-8";
/*@import url(http://fonts.googleapis.com/css?family=Quattrocento);*/
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700|Rosario:400,400italic,700,700italic);
body {
	color: #003366;
	font-size: 18px;
	line-height: 150%;
	text-decoration: none;
	font-family: 'Rosario', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background-color: #036;
}

h1, h2, h3 {
	font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #636;
	text-decoration: none;
	line-height: 100%;
	margin: 0;
	padding: .5rem 0 0 0;
}

h1 {
	font-size: 3rem;
	border-top: solid medium #066;
}

h2 {
	font-size: 2rem;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.2rem;
	font-weight: normal;
	border-bottom: dotted thin #066;
}

#container {
	width: 1020px;
	margin: 10px auto 10px auto;
	background-color: #fff;
	padding: 0 20px 0 20px;
	border: thick solid #fff;
	border-radius: 20px;
}

nav {
	background-color: #036;
	color: #fff;
	font-size: .75rem;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 10px;
}

nav ul {
	padding-left: 0;
	margin: 0;
}

nav ul li {
	display: inline-block;
	width: 16%;
	text-align: center;
	border-left: dotted thin #FFF;
	list-style-image: none;
	list-style-type: none;
	padding: 5px 0 5px 0;
}

nav ul li:first-child {
	border: none;
}


header {
	background-image: url(../images/hh-horizontal.fw.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 160px;
	margin-bottom: 30px;
}

footer {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: .75rem;
	text-transform: uppercase;
	width: 100%;
	border-top-color: #003366;
	border-width: thin;
	border-top-style: dotted;
	clear: both;
}

footer p {
	margin: 0;
	padding: 0;
}

.right-side {
	float: right;
	width: 30%;
	margin: 0 30px 0 80px;
	font-size: 1rem;
	line-height: 120%;
}

.right-side img {
	margin: 20px 0 0;
	border-radius: 20px;
}
.right-side-tile {
	/*display: inline-block;*/
	vertical-align: bottom;
	/*width: 17.5%;*/
	padding: 5px;
	border: solid 5px #063;
	border-radius: 15px;
	height: 185px;
	width: 185px;
	float: right;
	position: relative;
	font-size: .75rem;
	text-align: center;
	line-height: 1.2rem;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}

.ndx-column {
	float: left;
	width: 22%;
	font-size: 1.1rem;
	line-height: 150%;
	margin: 0 15px 0 15px;
}

.ndx-column img {
	border-radius: 20px;
	margin-bottom: 20px;
}

.blue-box {
	float: left;
	width: 45%;
	font-size: 1.1rem;
	line-height: 150%;
	margin: 0 15px 20px 15px;
	background-color: #036;
	color: #FFFFFF;
	height: 150px;
	padding: 10px;
	border-radius: 20px;
}

h4 {
	font-size: 1.3rem;
	font-weight: normal;
	border-bottom: thin #fff solid;
	margin: 0;
}

.body-text {
	border-top: solid thin #066;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	column-gap: 20px;
    -webkit-column-rule: 1px outset #036; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #036; /* Firefox */
    column-rule: 1px outset #036;
    padding-bottom:  10px;	
}

.body-text p {
	margin-top: 5px;
	margin-bottom: 15px;
}
.kid-name {
	text-transform: uppercase;
	color: #063;
	font-weight: bold;
}

h3.body-text {
	margin-top: 10px !important;
	margin-bottom: 5px;
}
.pull-quote {
	font-size: 1.5rem;
	color: #063;
	font-style: italic;
	line-height: 150%;
	padding-left: 120px;
}
.impact-container {
	width: 100%;
	font-size: .75rem;
	text-align: center;
	line-height: 1.2rem;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}
.impact-tile {
	display: inline-block;
	vertical-align: bottom;
	width: 17.5%;
	padding: 5px;
	border: solid 5px #063;
	border-radius: 15px;
	height: 185px;
	position: relative;
}
.impact-tile:hover {
	background-color: #81B13B;
}
.impact-tile a {
	text-decoration: none;
}
.right-side-tile:hover {
	background-color: #81B13B;
}
.right-side-tile a {
	text-decoration: none;
}
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #2D307B;
	background-image: url(../images/up6.fw.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#back-top a:hover span {
	background-color: #777;
}
.narrative {
	background-color: #d5d5e4;
}
.one-pub {
	border-top: solid 1px #ccc;
	margin-top: 10px;
}

#pub-div {
	float: right;
	width: 75%;
	border: thin solid #2d307b;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 20px;
}
#pub-div h1 {
	font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
	font-size: 1.5rem;
	line-height: 120%;
	color: #551176;
	border-top: none;
	border-bottom: medium solid #29899a;
}
#pub-div img {
	margin: 5px;
}
#pub-div img:nth-child(even) {
	float: left;
}
#pub-div img:nth-child(odd) {
	float: right;
}
.authors {
	font-size: 1.25rem;
	line-height: 120%;
	border-bottom: dotted thin #551176;
	margin-top: 5px;
	margin-bottom: 5px;
}
.publication {
	font-size: 1rem;
	line-height: 110%;
	margin-top: 5px;
}