/***********************************/
/****** The Fancy Menu Button ******/
/***********************************/
#_navigation {
	background-color: #fff;
	border: none;
	bottom: 0;
	color: #1f2d39;
	cursor: pointer;
	display: none;
	padding: 5px;
	position: absolute;
	right: 5px;
	transition: all 1s;
	z-index: 999;
	top: 5px;
	margin: 15px;
}
#_navigation .lines {
	background-color: #1f2d39;
	border-radius: 3px;
	display: block;
	height: 3px;
	width: 40px;
}
.lines:before,
.lines:after {
	background-color: #1f2d39;
	border-radius: 3px;
    content: '';
    display: block;
	height: 3px;
	position: relative;
	transition: all .3s ease;
	transform-origin: 50%;
	width: 40px;
}
.lines:before {
	top: -7px;
}
.lines:after {
	top: 4px;
}
#_navigation .words {
	display: block;
	padding-top: 16px;
	width: 40px;
}
#_navigation.active,
#_navigation:hover,
#_navigation:focus {
	background-color: #fff;
	transition: all 1s;
}
#_navigation.active .lines {
	width: 0;
}
#_navigation.active .lines:before {
	transform: rotate3d(0,0,1,45deg);
	top: -4px;
}
#_navigation.active .lines:after {
	transform: rotate3d(0,0,1,-45deg);
	top: -6px;
}
/*--------------------------------------------------------------
   Expanders
------------------------------------------------------------- */
#mobilenav.active a.show-hide {
	border: none;
	font-size: 2em;
	padding: 16px 0 16px 10px;
	position: absolute;
	right: 0;
	width: 50px;
}
#mobilenav.active a.show-hide::before {
	content: '\33';
	padding-left: 10px;
	font-family: ElegantIcons;
}
#mobilenav.active a.show-hide.expanded {
	background-color: #F8F8F8;
}
#mobilenav.active a.show-hide.expanded::before {
	content: '\32';
	font-family: ElegantIcons;
}
/***********************************/
/********** Reduced size ***********/
/***********************************/
@media screen and (max-width: 1200px) {
	/* Layout stuff */
	#contentwrap {
		margin-top: -350px;
	}
	img {
		max-width: 100%;
	}
	.fixwidth {
		width: auto;
	}
	#masthead {
		height: 120px;
		position: static;
	}
	#masthead #logo {
		padding: 10px;
		transform: scale(1);
		height: 100px;
	}
	#_navigation {
		display: block;
	}
	#searchtoggle {
		display: none;
	}
	#mainnav {
		display: none;
	}
	/* Search Bar inside Mobilenav */
	#mobilenav .search-form {
		border: 1px solid #B2B2B2;
		border-radius: 20px;
		box-shadow: none;
		display: block;
		margin: 20px;
		padding: 0;
		position: relative;
		text-align: left;
		width: auto;
	}
	#mobilenav .search-form .search-field {
		border: none;
		display: block;
		margin: 3px 120px 3px 10px;
		width: 60%;
	}
	#mobilenav .search-form .search-submit {
		position: absolute;
		right: 6px;
		top: 6px;
		width: 110px;
	}
	#masthead input.search-submit {
		padding: 20px;
	}
	/* Styling for Mobile mainnav */
	#mobilenav {
		background-color: #FFF;
		border-bottom: 2px solid #cee007;
		border-top: 2px solid #EEE;
		box-shadow: 0 18px 20px 0 rgba(0,0,0,.2);
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
		z-index: 999;
	}
	/* Search Bar inside Mobilenav */
	#mobilenav .search-form {
		border: 1px solid #B2B2B2;
		border-radius: 20px;
		box-shadow: none;
		display: block;
		margin: 20px;
		padding: 0;
		position: relative;
		text-align: left;
		width: auto;
	}
	#mobilenav .search-form .search-field {
		border: none;
		display: block;
		margin: 3px 120px 3px 10px;
		width: 60%;
	}
	#mobilenav .search-form .search-submit {
		position: absolute;
		right: 6px;
		top: 6px;
		width: 110px;
	}
	/* Styling for Mobile mainnav */
	#mobilenav ul {
		margin: 0;
	}
	#mobilenav li {
		display: block;
		margin: 0;
		position: relative;
	}
	#mobilenav a {
		border-bottom: 1px solid #EEE;
		color: #000;
		display: block;
		padding: 16px 20px;
		text-decoration: none;
	}
	#mobilenav a:hover,
	#mobilenav a:focus {
		background-color: #EEE;
	}
	#mobilenav.active li:last-child {
		border-bottom: none;
	}
	/* Sub Nav */
	#mobilenav.active ul ul {
		background-color: #F8F8F8;
		display: none;
	}
	#mobilenav.active ul ul a {
		padding: 12px 45px
	}
	#mobilenav.active ul ul a::after {
		border-bottom: none;
	}
	.home #content .fixwidth {
		top: 0px;
	}
	.wash {
		height: 150px;
	}
	.wash .hero-bg {
		top: 0;
		background-size: cover;
	}
	#heros {
		top: 0;
		height: 400px;
	}
	#heros div {
		background-position: top center;
	}
	#heros div span {
		position: absolute;
		bottom: 20px;
		width: 100%;
		top: auto;
		left: 0;
		padding-left: 20px;
		text-align: center;
	}
	#heros div span p {
		width: 100%;
		margin: 0;
	}
	#heros div span a {
		margin-left: 10px;
	}
	.hero {
		background-size: 647px;
	}
	/* CTA Zone */
	.home #content article:first-child {
	padding: 10px 40px;
}
	.home .intro {
		padding: 0 60px;
	}
	.home .intro p {
		font-size: 1.2em;
	}
	#ctas {
		margin: 40px;
	}
	#ctas img {
		height: 80px;
		margin-bottom: 10px;
		padding: 25px;
		width: 80px;
	}
	/* Latest News boxes */
	#latest-news article {
		height: auto;
		max-height: auto;
		width: auto;
		flex: 0 0 31%;
}
	#latest-news article .bkg {
		width: auto;
	}
	#latest-news p a {
		width: 75%;
	}
	/* Subscription sign-up */
	.homewidget {
		padding: 30px 40px;
	}
	.homewidget h2 {
		font-size: 1.8em;
	}
	.homewidget label {
		display: none;
	}
	.homewidget input {
		font-size: 1.2em;
		padding: 14px;
		width: auto;
	}
	.homewidget input[type="submit"] {
		margin-left: 15px;
		padding: 14px 20px;
	}
	/* Content area layout tweaks */
	#contentwrap {
		margin-top:	0px;
	}
	#readspeaker_button {
		margin: 30px 40px 0 0;
	}
	#crumbs {
		margin: 40px;
	}
	#content {
		margin: 0px 40px 30px 40px;
	}
	.gallerythumbs li {
		width: 25%;
	}
	.getinvolvedwidget,
	.getinvolvedwidget .textwidget p {
		width: 43%;
		min-width: 260px;
	}
	.keepinformedwidget label {
		left: 27%;
	}
	/* Footer */
	#footer {
		padding: 20px 40px;
	}
	#footer .menu {
		line-height: 1.4em;
		margin: 20px 0 10px 0;
		padding-bottom: 20px;
	}
	.idpwdcountdown {
		font-size: 1.2em;
	}
	.siteinfo-copy,
	.siteinfo-desc {
		font-size: .9em;
	}
	.calendar_filter input.idpwd-button,
	.calendar_filter .idpwd-button {
		position: static;
	}
	.calendar_filter p {
		display: inline;
	}
	.calendar_filter .form-actions {
		position:relative;
	}
	#stories-loop .loop-post {
		flex: 0 1 48%;
	}
	#resources-section-nav li {
	flex: 0 1 49%;
}
#resources-section-nav li:nth-child(3n) {
	border-right: 1px solid #DDD;
}
#resources-section-nav li:nth-child(2n) {
	border-right: none;
}
.in-this-section {
	float: none;
	width: 90%;
	padding: 10px;
}
.in-this-section h2 {

}
}
/***********************************/
/********** Compact size ***********/
/***********************************/
@media screen and (max-width: 800px) {
	#masthead {
			height: 100px;
			position: static;
		}
		#masthead #logo {
			padding: 10px;
			transform: scale(1);
			height: 70px;
			margin-left: 0;
		}
	#logo {
		height: 80px;
		margin: 10px 0 0 20px;
		width: 240px;
	}
	.wash .hero-bg {
		background-position: top;
	}
	#heros div span {
		padding-left: 0;
	}
	#heros span {
		background-size: 1500px; */xxx*/
	}
	#heros div span a {
		margin-top: 10px;
	}
	#mainnav.active {
		top: 100px;
		width: 100%;
	}
	.home #contentwrap {
		margin-top: 0;
	}
	/* CTA Zone */
	.home #content article:first-child {
	padding: 10px 20px;
	}
	.home #content article {
	padding: 1px 20px;
	}
	.home .intro {
		padding: 0px 40px 0 40px;
	}
	#content article, #content section {
		padding: 1px 20px;
	}
	#ctas {
		margin: 0 20px;
	}
	#ctas li,
	#ctas.n4 li,
	#ctas.n3 li {
		width: 50%;
	}
	#ctas img {
		height: 70px;
		padding: 25px;
		width: 70px;
	}
	/* Latest News boxes */
	#latest-news {
		display: block;
	}
	#latest-news article .bkg {
		height: auto;
	}
	#latest-news .latest-news-content {
		padding: 20px;
	}
	#latest-news p a {
		width: 100%;
	}
	/* Subscription sign-up */
	.homewidget2 {
		padding: 20px;
	}
	.homewidget2 h2 {
		font-size: 1.4em;
	}
	.homewidget2 input {
		font-size: 1.1em;
		padding: 12px;
	}
	.homewidget2 input[type="submit"] {
		margin-left: 10px;
		padding: 12px 18px;
	}
	/* Content area layout tweaks */
	#readspeaker_button {
		margin: 20px;
	}
	#crumbs {
		margin: 20px;
	}
	#content {
		margin: 10px 20px;
	}
	figure.right,
	figure.left {
		float: none;
		padding: 10px 0 20px 0;
	}
	.gallerythumbs li {
		font-size: .8em;
		min-height: 200px;
		width: 33.3%;
	}
	/* Event Calendar */
	.calendar_filter p {
		display: block;
		padding: 0;
	}
	.event-listing .event-date {
		float: none;
		margin: 0 0 10px 0;
		text-align: left;
		width: auto;
	}
	.event-listing time {
		display: inline-block;
		margin-top: 0;
	}
	.event-listing .time-details {
		margin: 0;
	}
	.event-listing .event-date .to {
		padding: 0 0 0 6px;
		margin-bottom: 0;
	}
	.event-listing .event-location {
		float: none;
		text-align: left;
		width: auto;
	}
	.event-listing .event-location p {
		display: inline-block;
		font-size: .85em;
		margin: 0 0 10px 0;
	}
	.event-listing .event-location p.city::before {
		content: '-';
		display: inline-block;
		padding: 0 6px;
	}
	.event-listing h2,
	.event-listing .event-details,
	.event-listing p.event-details {
		margin: 10px 0;
	}
	.text-5 {
		width: 260px;
	}
	.keepinformedwidget {
		padding: 0 20px 20px 20px;
	}
	.keepinformedwidget h2{
		padding-top: 0;
	}
	.keepinformedwidget input {
		padding: 10px;
		width: 300px;
		margin-bottom: 20px;
	}
	.keepinformedwidget label {
		left: 20%;
		top: 0;
	}
	.keepinformedwidget input[type="submit"] {
	}
	section#stories-loop {
		display: block;
	}
	#stories-loop .loop-post {
		flex: none;
	}
	#resources-section-nav li {
	flex: 0 1 100%;
}
#content #resources-section-nav li {
	border-right: none;
}
	/* Footer */
	#footer {
		padding: 20px;
	}
	.idpwdcountdown {
		font-size: 1em;
	}
}
