@import url("https://use.typekit.net/lbp7dsd.css");
* {
	margin:0px; 
	padding:0px;
	box-sizing:border-box;
}
body {
	font-family: benton-sans, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:20px;
	color:#6f6f6f;
}
img {
	max-width:100%;
	height:auto;
}
.blue {
	color:#445084;
}
.Alert {
	background-color: #F7D3A5;
}

.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}
.container {
	max-width: 1440px;
	margin:0px auto;
	padding:0px 40px;
}
.floatright {
	float: right;
	max-width: 20%;
	margin-left: 15px;
	margin-bottom: 15px;
}
.left {
	width: 50%;
	margin-right: 5%;
	float: left;
}
.right {
	width: 45%;
	float: left;
}
.equal .left {
	width: 48%;
	margin-right: 4%;
}
.equal .right {
	width: 48%;
}
.threefour .left {
	width: 68%;
	margin-right: 2%;
}
.threefour .right {
	width: 30%;
}
/* HEADER */
header {
	position:fixed;
	z-index:3;
	width: 100%;
	top: 0;
	background: #fff;
}
.clear:after,
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	float:left;
	width:30%;
}
#header #logo img {
	padding-top: 15px;
}
#header #links {
    float: left;
    width: 70%;
	text-align:right;
}
#header #search {
	display:inline-block;
	vertical-align: top;
	border-right:1px solid #445084;
	width:380px;
}
#header #search form {
	padding:35px 15px;
}
#header #search #search-form input[type="text"] {
	width:310px;
	height:38px;
    text-align:right;
	vertical-align:middle;
	margin-bottom:0px;
	background-color:#fff;
	border:1px solid #445084;
	display:inline;
}
#header #search #search-form button {
	height:38px;
	width:38px;
	vertical-align:middle;
	border:0px;
	color:#445084;
	font-size:38px;
	line-height:38px;
	background-color:#fff;
	padding:0px 0px 0px 5px;
}
#header #donate {
	font-family: justus-pro, serif;
	font-weight:700;
	color:#445084;
	display:inline-block;
	width:350px;
	padding:0px 20px;
	margin:20px 0px;
	text-align:left;
	vertical-align: top;
}
#header #donate a {
	font-size:18px;	
}
#header #social-links {
	display:inline-block;
	width:30px;
	vertical-align: top;
}
#header #social-links a {
	border-radius:50%;
	background-color:#a8a8a8;
	color:#fff;
	width:28px;
	height:28px;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	margin-top:8px;
}
#header #social-links a:hover {
	background-color:#445084;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	background-color:#445084;
	clear:both;
	text-align:center;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
}
header #nav ul li a {
	text-decoration:none;
	color:#fff;
	display:block;
	padding:5px 30px;
	font-size:20px;	
	font-family: justus-pro, serif;
	font-weight:300;
}
header #nav ul li:hover a {
	background-color:#fff;
	color:#445084;
	
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	margin-top:0px;
	background-color:#fff;
	padding:10px 0px;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li ul li a {
	color:#656565;
	font-size:18px;
	font-family: benton-sans, arial, sans-serif;
	white-space: nowrap;
}
header #nav > ul > li > ul > li a:hover {
	background-color:#dde3e9;
}
/* ^ NAVIGATION */
/* BANNERS */
#banners {
	position:relative;
	z-index:1;
}
#banner-img {
	max-height:650px;
	overflow:hidden;
	z-index:1;
	position: relative;
}
#banner-img .slide > img {
	display:block;
	width:100%;
	height:auto;
}
#banner-img .slide {
	max-height:650px;
	position:absolute;
	top:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
}
#banner-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#banner-img .slide.active .content{
	opacity:1;
}
#banner-img .slide.getActive {
	z-index:2;
}
#banner-img .slide .content {
	position:absolute;
	top:50%;
	left:5%;
	width:60%;
	z-index:2;
	opacity:0;
	color:#fff;
    padding:40px 10px;
	text-shadow: 0px 0px 8px #000;
	font-family: justus-pro, serif;
	font-size:36px;
	font-weight: 700;
}
#banner-img .slide .content .logo-icon {
	float:left;
	vertical-align: middle;
	margin-right:15px;
}
#banner-form {	
	height: 100%;
	width: 400px;
	background-color:rgba(118,32,67,.65);
	position: absolute;
	bottom:0px;
	right:0px;
	z-index:2;
	color:#fff;
	clip-path: polygon(0px 30%,10% 0px, 100% 0px,100% 100%, 15% 100% );
	font-family: justus-pro, serif;
	font-weight:700;
	padding:40px 20px 40px 60px;
	line-height:26px;
}
#banner-form hr {
	height:1px;
	background-color:#fff;
	margin:10px auto;
	border:0px;
}
#banner-form #find {
	font-size:25px;
	margin-bottom:10px;
	line-height:56px;
}
#banner-form #find i {
	font-size:46px;
	float:left;
	margin-right:10px;
	vertical-align: middle;
	line-height: 56px
}
#banner-form ul {
	list-style: square;
	position: outside;
	margin-left:20px;
}
#banner-form ul li {
	line-height:26px;
	margin-bottom:15px;
}
#banner-form a {
	color:inherit;
}
#banner-form input[type="submit"] {
	text-transform: none;
	padding:5px 15px;
}
#banner-bar {	
	height: 60px;
	width: 100%;
	background-color:#fff;
	position: absolute;
	bottom:-2px;
	left:0px;
	z-index:2;
	clip-path: polygon(15% 0px,80% 60px,0px 100%);
}
/* ^ BANNERS */
/* CONTENT */
#banner-header {
	max-height:500px;
	overflow:hidden;
	z-index:1;
	position: relative;
}
#banner-header img {
	width:100%;
	display:block;
}
#interior main {

}
#main {
	position: relative;
	z-index:2;
	padding-top:20px;
	padding-bottom:30px;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}
a:hover {text-decoration: underline;}
#header a:hover {text-decoration: none;}

#home .intro-left {
	padding-right:20px;
	float:left;
	width:55%;
}
#home .intro-right {
	padding-left:20px;
	float:left;
	width:45%;
}
#interior #mainNew {
	background-image:url('../../Assets/Images/nh-humanities-bkg.png');
	background-position:bottom left;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
#interior #main {
	padding-bottom: 0px;
}
iframe {
	border:5px solid #fff;
}
#home iframe {
	margin-top: 10px;
}
#home #social iframe {
	margin-top: 0px;
}
#home #newsletter iframe {
	margin-top: 0px;
	border: 0px;
}
.g-recaptcha {
	margin-bottom: 10px;
}
h1 {
	font-size:40px;
	color:#445084;
	margin-bottom:15px;
	font-family: justus-pro, serif;
	font-weight:700;
}
h2 {
	font-size:34px;
	color:#445084;
	margin-bottom:15px;
	font-family: justus-pro, serif;
	font-weight:700;
}
h3 {
	font-size:26px;
	color:#445084;
	margin-bottom:15px;
	font-family: justus-pro, serif;
	font-weight:700;
}
p {
  margin-bottom:15px;
}
ol,
ul {
    list-style-position: inside;
}
ul li {
    margin-bottom: 7px;
}
ul li ul {
	margin-top: 10px;
    margin-left: 50px;
}

#header ul li {margin-bottom: 0px;}
a {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#4495d1;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:hover {
	color:#dc0b0b;
}
a.button {
	background-color:#b81828;
	color:#fff;
	display:inline-block;
	padding:10px 20px;
	margin-top:20px;
	cursor: pointer;
}
a.button:hover {
	background-color:#dc0b0b;
}.intro-left a.button {max-width: 330px;}
a.button .fas {
	float:left;
	margin-right:15px;
	font-size:50px;
}
a.button.centered {
	line-height: 50px;
}
.img-right {
	float:right;
	margin-left:20px;
	max-width:50%;
}
.img-left {
	float:left;
	margin-right:20px;
	max-width:50%;
}
.row:after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:20px;
}
/* ^ CONTENT */
/* EVENT GALLERY */
#events-gallery {
	background-color:#dfecf4;
}
#events-gallery h2 {
	display:inline-block;
	margin:20px 0px;
}
#view-calendar {
	display:inline-block;
	float:right;
	background-color:#495588;
	color:#fff;
	font-family: justus-pro, serif;
	font-weight:700;
	padding:10px 15px;
	font-size:22px;
	line-height:40px;
}
#view-calendar:hover {
	background-color:#5063b4;
}
#view-calendar i {
	font-size:40px;
	margin-right:10px;
	vertical-align: middle;
}
#events-scroller {
	margin:0px auto;
}
.events-scroller-dir, #events-scroller-frame {
	float:left;
}
.events-scroller-dir {
	width:36px;
	text-align:center;
	cursor:pointer;
	font-size:60px;
	color:#525252;
	margin-top:50px;
}
.events-scroller-dir:hover {
	opacity:1;
}
#events-scroller-frame {
	overflow:hidden;
	position:relative;
	width:100%;	
}
#events-scroller-slider {
	position:absolute;
	width:100%;
}
#events-scroller-slider .event {
	position:absolute;
	padding-left:15px;
	padding-right:15px;
	max-width:320px;
}

#events-gallery img {
	width:100%;
	display:block;
}
#events-gallery .category {
	font-size:14px;
	font-style: italic;
	margin-bottom:10px;	
}
#events-gallery .date {
	font-size:14px;
	font-weight: bold;
	margin-bottom:10px;	
}
#events-gallery .title {
	color:#445084;
	font-size:22px;
	font-family: justus-pro, serif;
	font-weight:300;
	margin-bottom:10px;	
}
.virtual {
	font-size: 18px;
	color: red;
	font-style: italic;
}
.cancelled {
	font-size: 22px;
	color: red;
	font-weight: bold;
}
/* ^ EVENT GALLERY */
/* EVENT CALENDAR */
#events {
	background-color:#eaecd9;
	padding:10px 0px;
}
#events-heading {
	width:100%;
	max-width:535px;
	margin:40px auto 0px auto;
	text-align:center;
	color:#fff;
	background-color:#a0ab3b;
	font-family: justus-pro, serif;
	font-weight:700;
	font-size:38px;
	padding:10px;
}
#events .event {
	float:left;
	width:48%;
	border-bottom:1px solid #fff;
	padding:20px;
	margin:0px 1%;
	min-height: 260px;
}
.accordionBox #events {
	padding: 0;
}
.accordionBox #events .row:after {
	margin-bottom: 0px;
}
.accordionBoxs #events .event {
	float:left;
	width:100%;
	border-bottom:1px solid #fff;
	padding:20px;
	margin:10px 0 0;
	min-height: 200px;
}
#events .event:hover {
	background-color:#dbe0b2;
}
#events .thumb {
	float:left;
	max-width:35%;
	margin-right:20px;
}
#events.max-img .thumb {
	max-height: 200px;
}
#events .date {
	font-size:14px;
	font-weight: bold;
	margin-bottom:15px;	
}
#events a.title {
	color:#445084;
	font-size:22px;
	font-family: justus-pro, serif;
	font-weight:300;
	margin-bottom:10px;	
}
.view-more {
	margin-top:15px;
	text-align:center;
	padding:5px 0px;
	font-family: justus-pro, serif;
	font-weight:700;
	color:#445084;
	cursor: pointer;
}
.view-more i {
	font-size:40px;
}
.hidden-view {
	display:block;
	clear:both;
}
.hidden-view {
	overflow:hidden;
}
.hidden-view .row:after {
	margin-bottom:0px;
}
.hidden-view .row.hide {
	opacity:0;
}
/* ^ EVENT CALENDAR */
/* PROGRAMS */
#programs {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}
#programs .program {
	float:left;
	width:19%;
	margin:0px .5%;
}
#interior #programs .program {
	margin-bottom: 20px;
}
#programs .program .title {
	font-family: justus-pro, serif;
	font-weight:700;
	margin-bottom:5px;
	font-size:21px;
}
#programs .program .copy {
	padding:10px 14px;
	min-height:140px;
}
#programs .program a {
	color:#fff;
}
#programs .program a:hover img {
	filter:opacity(.7);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#programs .program p {
	font-size:14px;
	font-weight:600;
	margin:0px;
}
#programs .program img {
	display:block;
	width:100%;
}
#programs .program.one {
	background-color:#762043;
}
#programs .program.two {
	background-color:#445084;
}
#programs .program.three {
	background-color:#a32431;
}
#programs .program.four {
	background-color:#59b4ac;
}
#programs .program.five {
	background-color:#b56742;
}
.ShowAllPrograms {
	margin-top: 20px;
}
/* ^ PROGRAMS */
span.right {
	display: block;
	float: right;
}
/* EVENT DETAILS */
	.mb25 {margin-bottom: 25px;}
	.mb25 p {margin: 0px;}
	#interior #AllPrograms .event{margin: 0; padding: 25px; border-bottom: 1px solid #999;}
	#interior #AllPrograms .event:nth-child(odd) {background: #f3f3f3}
	.event img {float: left; margin: 0 15px 15px 0;}
	.eventSummary {
	}
	.eventSummary .eventDetailsTitle {
		color: #fff;
		background: #49116c;
		width: 200px;
		padding: 10px 20px;
		position: relative;
		left: 0px;
		top: -66px;
		font-weight: bold;
		text-align: center;
	}
	.eventSummary .eventDetails {
		padding: 20px;
		background: #762043;
		color: #fff;
		position: relative;
		margin-top: 50px;
	}
	.eventSummary .eventDescription {
		margin-bottom: 30px;
	}
	.eventSummary .left,
	.eventSummary .right {
		float: left;
		width: 48%;
		margin: -20px 1% 1%;
	}
	.digital h4{margin-top: 20px; color:#0195ff; font-size: 28px; font-weight: bold; text-transform: uppercase;}
	.digital h4.green{color:#a0a831; margin-top: 0;}
	.digital .right h4 {color:#9f5451}
	.digital h4 i {margin-right: 10px;}
	.digital .left {width: 35%; float: left; margin-right: 2%}
	.digital .right {width: 63%; float: left;}
	.map-responsive{
		overflow:hidden;
		padding-bottom:56.25%;
		position:relative;
		height:0;
	}
	.map-responsive iframe{
		left:0;
		top:0;
		height:100%;
		width:100%;
		position:absolute;
	}
	.digital .map-responsive{
		overflow:hidden;
		padding-bottom:26.25%;
		position:relative;
		height:0;
		float: left;
		width: 48%;
		margin: 1%;
	}
	.digital .map-responsive iframe{
		left:0;
		top:0;
		height:100%;
		width:100%;
		position:absolute;
		z-index: 99999999;
	}
	.digital a {color: #666;}
	.digital a:hover {color: #9f5451;}
	.digital ul {margin: 0px 15px 20px; list-style: disc;}
	ul.digi {margin: 0px 15px 20px; list-style: disc;}
	.digital ul li {font-size: 18px;}
	.digital .button a {
		width: 100%;
		max-width: 300px;
		color: #fff;
		background-color: #0195ff;
		text-transform: uppercase;
		padding: 5px 20px;
		margin: 10px 0 30px;
		display: inline-block;
		text-align: center;
		max-width: 250px;
	}
	.digital .button.green a {
		background-color:#a0a831;
	}
	.digital .button.red a {
		background-color:#9f5451;
	}
	.digital .button.green a:hover {
		background-color:#7e8a04;
	}
	.digital .button.red a:hover {
		background-color:#7e3032;
	}
	.digital .button a:hover {
		text-decoration: underline;
		background-color: #0c75c6;
	}
/* ^ EVENT DETAILS */
/* ^ SOCIAL */
#social {	
	background-color:#6494ce;
	padding:20px 0px;
	color:#fff;
	font-size:18px;
	display:table;
	width:100%;
	text-align:center;
}
#social a {	
	word-break: break-all;
	color:inherit;
}
#social .split-3 {
	display:table-cell;
	width:33.3%;
	padding:0px 30px;
}
#social .split-3:not(:last-of-type) {
	border-right:1px solid #fff;
}
h3.social  {
	color:#6494ce;
	font-family: justus-pro, serif;
	font-weight:700;
	font-size:40px;
	margin-bottom:30px;
}
h3.social:before, h3.social:after {
      border-top: 1px solid #000;
      content: '';
      display: table-cell;
      position: relative;
      top: 25px;
      width: 45%;
}
h3.social:before {
	right: 1.5%;
}
h3.social:after {
	left: 1.5%;
}
#social a.icon {
	border-radius:50%;
	background-color:#fff;
	color:#6494ce;
	width:56px;
	height:56px;
	text-align:center;
	font-size:32px;
	line-height:58px;
	margin-top:8px;
	display:block;
	margin:0px auto;
	margin-bottom:15px;
}
#social a.icon:hover {
	background-color:#445084;
}
#social .img {
	border:2px solid #fff;
}
/* ^ SOCIAL */
/* NEWS */
#news {
	display:table;
	padding-top:20px;
}
.newsImage {
	float: right;
	max-width: 200px;
	padding: 10px;
}
.accHeader {
	font-size:26px;
	color:#445084;
	margin-bottom:15px;
	margin-top:15px;
	font-family: justus-pro, serif;
	font-weight:700;
	cursor: pointer;
	border-bottom: 1px solid #445084;
}
.accDrop {
	display: none;
	margin-left: 20px;
	margin-bottom:15px;
}
.accDrop.show {
	display: block;
}
#news .split-2 {
	display:table-cell;
	width:50%;
}
#annoucements {
	padding-right:50px;
	border-right:1px solid #000;
	font-size:18px;
	color:#000;
	padding-bottom:20px;
}
#annoucements .date {
	font-size:16px;
}
#newsletter {
	padding-left:50px;
	padding-bottom:20px;
}
#newsletter p {
	font-style: italic;
	color:#000;
	font-size:15px;
	font-weight:700;
}
#newsletter input[type="text"] {
	width:50%;
	display:block;
}
/* ^ NEWS */
/* CALLOUTS */
.callout {
	float:left;
	width:20%;
	margin:50px 2.5%;
	padding:20px;
	text-align:center;
	min-height: 210px;
}
.callout a {
	color:#fff;
	font-family: justus-pro, serif;
	font-weight:700;
	display:block;
}
.callout a:hover {
	filter:opacity(.7)
}
.callout i {
	font-size:100px;
	display:block;
	margin-bottom:20px;
}
.callout.one {
	background-color:#762043;
}
.callout.two {
	background-color:#445084;
}
.callout.three {
	background-color:#59b4ac;
}
.callout.four {
	background-color:#a32431;
}
/* ^ CALLOUTS */
/* SUPPORT */
#support {
	font-family: justus-pro, serif;
	font-weight:300;
}
.supporter {
	text-align:center;
	margin-bottom:30px;
}
/* ^SUPPORT */
/* GENERAL FORMS */
input, textarea, select {
	border-radius: 0;
    font-family:inherit;
	font-size:20px;
    font-weight:300;
	background-color:#fff;
	border:1px solid #000;
	padding:5px;
	width:100%;
	margin-bottom:10px;
}
input[type="submit"], button {
	background-color:#dc0b0b;
	color:#fff;
    font-family:inherit;
	font-size:20px;
    font-weight:300;
	text-align:center;
	display:inline-block;
	width:auto;
	padding:10px 20px;
	text-transform: uppercase;
	border:1px solid #fff;
	cursor: pointer;
}
/* ^ GENERAL FORMS */
.team {
	float: left;
	width: 67%;
}
.team .member {
	float: left;
	width: 48%;
	margin: 1%;
	min-height: 440px;
}
.team .member img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.director {
	float: left;
	width: 30%;
	margin-right: 3%;
}
/* FOOTER */
#scroll-up {
	position:fixed;
	opacity:.5;
	z-index:99999999999;
	right:20px;
	bottom:30px;
	cursor:pointer;
	color:#000;
	display:none;
	font-size:34px;
	text-shadow:0px 0px 5px #fff
}
#scroll-up:hover {
	opacity:1;
}
footer {
	background-color:#030c31;
	margin-top: 40px;
}
#footer {
	color:#fff;
	padding-top:60px;
	padding-bottom:60px;
	font-size:20px;
	text-align:left;
}
#footer .right {
	text-align: right;
	float: right; 
}
#footer a {
	color:inherit;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
#nhpr img {
	max-width: 150px;
}
#siteby {
	margin-top: 20px;
}
#siteby a {
    margin:0px;
}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}

#CategorySearch {
	padding: 10px;
	margin: 20px 0;
	background: #dfdfdf;
	border: 1px solid #999;
}
#CategorySearch p {
	font-weight: bold;
	color: #445084;
}
#CategorySearch label {
	float: left;
	display: block;
	line-height: 38px;
	margin: 0px 10px;
}
#CategorySearch select,
#CategorySearch input {
	max-width: 200px;
	float: left;
	margin-right: 20px;
}
#CategorySearch input[type="submit"] {
	padding: 6px 20px;
	cursor: pointer;
}
.equal {margin-bottom: 20px;}
.threefour {margin-bottom: 20px;}
.person {}
.person img {
	width: 400px;
	float: right;
	margin: 0px 0px 15px 15px;
}
.accordion {}
.accordion .accordionBox {}
.accordion .accordionBox .left {
	width: 66%;
}
.accordion .accordionBox .right {
	width: 29%;
}
.accordion .accordionBox .equal .left {
	width: 48%;
	margin-right: 2%;
}
.accordion .accordionBox .equal .right {
	width: 48%;
	margin-left: 2%;
}
.accordion .accordionBox .tworight .left {
	width: 29%;
}
.accordion .accordionBox .tworight .right {
	width: 66%;
}
.accordion .accordionBox ul.split {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
.accordion .accordionBox .accordionTitle {
	font-size:26px;
	color:#445084;
	margin-bottom:15px;
	font-family: justus-pro, serif;
	font-weight:700;
	cursor: pointer;
}
.accordion .accordionBox .accordionText ul {
	list-style-position: outside;
	margin-left: 25px;
}
.accordion .accordionBox.collapse .accordionText {
	display: none;
	padding: 15px 0;
}
.accordion .accordionBox.nocollapse .accordionTitle {
	cursor: default;
}
.accordion .accordionBox.nocollapse .accordionText {
	display: block;
}
.accordion .accordionBox.padding {
	margin-top: 30px;
}
.accordion blockquote {
	padding: 20px;
	border-radius: 15px;
	background: #e0f2ff;
	text-align: center;
}
.accordion.nea-big-read .accordionBox .accordionText p,
.accordion.nea-big-read .accordionBox .accordionText ul,
.accordion.nea-big-read .accordionBox .accordionText,
.accordion.nea-big-read .accordionBox .accordionTitle {
	color:#445084;
}
@media (max-width:1250px) {
#banner-form {	
	width:auto;
	display:block;
	clip-path: none;
	position:relative;
	overflow:hidden;
    background-color: rgba(118,32,67,1);
}
#banner-form input[type="text"], #banner-form select {
	float:left;
	width:49%;
	margin-right:1%;
}
#banner-form input[type="submit"] {
	float:right;
}
#home iframe {
	margin-top:0px;
}
#banner-img .slide .content {
	width:90%;
}
}
@media (max-width:1180px) {
#header {
	padding:0px 10px;
}
#header #logo {
	float:none;
	text-align:center;
	width:auto;
}
#header #links {
	float:none;
	width:auto;
	margin:10px auto;
}
#header #search {
	width:50%;
}
#header #search #search-form input[type="text"] {
	display:inline !important;
}
#header #donate {
	width:45%;
}
header #nav ul li a {
	padding:5px 15px;
}
}
@media (max-width:900px) {
	.accordion .accordionBox .tworight .right ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.person img {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	.team .member {width: 100%; }
	.team {width: 100%; }

	.director {width: 100%; margin:0}
	#footer {text-align: center;}
	#nhpr,
	#siteby {
		margin-top: 20px;
		text-align: center;
	}

	header {
		position: relative;
	}
	header nav {
		background-color: #495588;
	}
	#mobile-nav {
		display:block;
	}
	#interior .digital .map-responsive,
	#interior .threefour .left,
	#interior .threefour .right,
	#interior .equal .left,
	#interior .equal .right,
	#interior .digital .left,
	#interior .digital .right,
	#interior .left,
	#interior .right {
		width: 100%;
		margin: 0;
	}
	.digital .map-responsive {
		padding-bottom: 56%;
	}
	span.right {
		display: block;
		float: right;
		width: 100%;
	}

	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#495588;
		padding-left:0px;
	}
	header #nav ul  li {
		display:block;
		width:100%;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header #nav > ul > li ul {
		position:relative;
	}
	#home .intro-left, #home .intro-right {
		float:none;
		width:100%;
		padding:0px;
		margin-bottom:20px;
	}
	#home .intro-right {
		overflow:hidden;
		padding-bottom:56.25%;
		position:relative;
		height:0;
	}
	#home .intro-right iframe{
		left:0;
		top:0;
		height:100%;
		width:100%;
		position:absolute;
	}

	#programs .program {
		width:32.3%;
		margin-bottom:10px;
	}
	#programs .program .copy {
		min-height:185px;
	}
	#events .event {
		float:none;
		width:auto;
		margin:0px;
		overflow:hidden;
	}
}
@media (max-width:850px){
#social .split-3 {
	display:block;
	width:auto;
	margin:0px;
	border-right:0px !important;
	border-bottom:1px solid #fff;
	padding:20px 0px;
}	
#news .split-2 {
	display:block;
	width:auto;
	border-right:0px;
	margin:0px auto;
	padding:0px 0px 30px 0px;
}
.callout {
	float:none;
	width:auto;
	margin:15px auto;
}
}
@media (max-width:800px) {
.container {
	padding:0px 15px;
}
#header #search {
	display:block;
	width:auto;
	text-align:center;
	border:0px;
}
#header #search form {
	padding:10px;
}
#header #search #search-form input[type="text"] {
	width:90%
}
#header #search #search-form button {
	width:10%;
}
#header #donate {
	width:auto;
	display:block;
	text-align:center;
}
#header #social-links {
	display:block;
	width:auto;
	text-align:center;
}
#header #social-links a {
	display:inline-block;
	margin:0px 5px;
}
#banner-img, #banner-bar {
	display:none;
}
#view-calendar {
	display:block;
	float:none;
}
#events-gallery {
	padding-top:15px;
}
#events-gallery h2 {
	font-size:30px;
}
}
@media (max-width:600px) {
#banner-form input[type="text"], #banner-form select {
	float:none;
	width:100%;
	margin-right:0;
}
#banner-form {
	padding:20px 20px 40px 20px;
}
#programs .program {
	width:100%;
	margin:5px auto ;
	display:block;
}
#programs .program .copy {
	min-height:auto;
}
#newsletter input[type="text"] {
	width:100%;
}
#events-scroller-slider .event {
	padding:0px;
	width:100%;
}
}