/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

CSS Document - Typical (not 'home') pages

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/

.mastheadImage.video {
	position: relative;
}
	.mastheadImage video {
		width: 100%;
	}

.mastheadImage, .mastheadImage:before {
	height: 440px;
}
	.mastheadImage.video, .mastheadImage.video:before {
		height: 100%;
	}
	.mastheadImage.video .wrapper {
		position: absolute;
		top: 0;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

.mastheadImage p {
	color: #fff;
	padding-left: 100px;
	padding-right: 100px;
}

.headerBar {
	background-color: #e9e9e8;
	padding-top: 30px;
	padding-bottom: 30px;
}

	.headerTitle {
		font-family: 'rw-b';
		color: #25211F;
		font-size: 2.2em;
	}
	
	.breadcrumbs li {
		display: inline-block;
		font-family: 'rw-b';
		color: #312C26;
		margin-left: 18px;
		line-height: 2.2em;
	}
		.breadcrumbs li.sep,
		.breadcrumbs li.sep + li {
			margin-left: 8px;
		}
		.breadcrumbs li a {
			color: #035b77;
			font-family: inherit;
		}
		
.search ol  {
	list-style-type: none;
}
	.search h2 a {
		font-family: inherit;
		text-decoration: none;
	}

		
.bodyContent {
	padding-top: 80px;
	padding-bottom: 80px;
}

.bodyContent h2 {
	margin-top: 40px;
}

.bodyContent + .attractions {
	padding-top: 0;
	padding-bottom: 0;
}

.attractions div.oneThird  {
	text-align: center;
	margin-bottom: 90px;
}
.attractions div.oneThird img {
	width: 90%;
}
	.attractions div.oneThird p {
		font-family: "rw-b";
		font-size: 0.95em;
		margin-bottom: 0;
		margin-top: 10px;
	}
	.attractions div.oneThird a {
		text-decoration: none;
	}
	

.subhead {
	padding: 30px 0;
	text-align: center;
}
	.subhead h2 {
		margin-bottom: 0;
		vertical-align: middle;
		line-height: 1.8em;
	}
	.subhead h2 span {
		font-family: "rw-m"
	}
	.subhead h2,
	.subhead .button {
		display: inline-block;
	}
	.subhead .button {
		margin-left: 16px;
		margin-right: 16px;
	}

.sidebarNav {
	margin-bottom: 32px;
}
.sidebarNav h3{
	margin-bottom: 16px;
}
.sidebarNav h3, 
.sidebarNav h3 a{
	font-family: 'rw-b';
	color: #25201F;
	font-size: 1.25rem;
}
.sidebarNav > ul li {
    font-family: "rw-bk";
}
.sidebarNav > ul > li {
	border-bottom: 1px solid #d6d6d3;
    margin: 0;
    text-transform: uppercase;
}
	.sidebarNav > ul > li:first-child {
		border-top: 1px solid #D6D6D3;
	}
	.sidebarNav > ul > li a{
		color: #035b77;
		display: block;
		font-family: inherit;
		font-size: 0.9em;
		letter-spacing: 2px;
		line-height: 1.1rem;
		padding: 10px 0;
	}
		.sidebarNav > ul > li.current_page_item a,
		.sidebarNav > ul > li.current_page_parent a{
			color: #098aa8;
		}
		.sidebarNav > ul > li a:hover{
			color: #035b77;
		}
	.sidebarNav li ul {
		margin-top: 0;
		margin-left:30px;
	}
	.sidebarNav li li a,
	.sidebarNav li li {
		font-family: 'rw-b';
		text-transform: none;
		letter-spacing: 0;
	}
	.sidebarNav li li a {
		margin-bottom: 10px;
		line-height: 1.3em;
		padding: 0;
	}
	.sidebarNav li li.current_page_item:before {
		content: "\e906";
		display: block;
		float: left;
		font-family: "jaha";
		margin-left: -26px;
		margin-top: -2px;
		padding-right: 0;
		width: 18px;
	}
	
	.sidebarNav ul.children {
		display: none;
	}
	.sidebarNav li.current_page_item ul.children,
	.sidebarNav li.current_page_ancestor ul.children,
	.sidebarNav li.current_page_parent ul.children {
		display: block;
	}
	
.sidebarNav.events ul {
	border-top: 1px solid #d6d6d3;
	border-bottom: 1px solid #d6d6d3;
	margin: 0 0 16px 0;
	padding: 10px 0;
}
	.sidebarNav.events ul:last-of-type {
		border-bottom: 0;
	}
	.sidebarNav.events li,
	.sidebarNav.events li:first-child,
	.sidebarNav.events li a{
		border: 0;
		font-family: 'mw';
		font-size: .9em;
		letter-spacing: 0;
		text-transform: none;
	}
		.sidebarNav.events li {
			padding: 5px 0;
		}
		.sidebarNav.events li:first-child {
			padding-top: 0;
		}
		.sidebarNav.events li:last-child {
			padding-bottom: 0;
		}
		.sidebarNav.events li a{
			font-family: 'mw-b';
			padding: 0;
		}
.docu-print,	
.calloutBlock {
	border: 3px dotted #000;
	padding: 30px;
	background-color: #eee;
	margin-bottom: 30px;
}
	.docu-print h2,	
	.calloutBlock h2 {
		margin-top: 0;
	}
	.docu-print *:last-child,
	.calloutBlock *:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.calloutBlock.gray {
		border-color: #000;
		background-color: #eee;
	}
	.calloutBlock.brown {
		border-color: #5a5858;
		background-color: #d1d2d4;
	}
		.calloutBlock.brown * {
			color: #403f3f;
		}
	.calloutBlock.green {
		border-color: #02485e;
		background-color: #035b77;
	}
		.calloutBlock.green * {
			color: #24ccf3;
		}
		
	.docu-print {
		padding-left: 90px;
		position: relative;
	}
		.docu-print:before {
			content: '\201C';
			width: 30px;
			height: 30px;
			color: #000;
			display: inline-block;
			/* font-family: "mw", Helvetica, sans-serif; */
			font-family: "rw-b";
			font-size: 10rem;
			position: absolute;
			left: 10px;
			top: 18px;
		}
		/* .docu-print:after { */
			/* content: '\201D'; */
			/* width: 30px; */
			/* height: 30px; */
			/* color: #000; */
			/* display: inline-block; */
			/* font-family: "mw", Helvetica, sans-serif; */
			/* font-size: 4rem; */
		/* } */
	
.features {
	background-color: #e9e9e8;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
}
	.features .wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.features h2 {
		text-transform: uppercase;
		margin-bottom: 24px;
		text-align: center;
		font-size: 1em;
		letter-spacing: 3px;
		font-family: "rw-bk";
		width: 100%;
	}
		.features h2:after{
			content: '';
			display: block;
			background-color: #fff;
			height: 3px;
			width: 80px;
			margin: 30px auto 34px;
		}
		
	.features .oneThird {
		margin-bottom: 30px;
	}
	.features .oneThird a {
		display: table;
		height: 250px;
		width: 100%;
		text-decoration: none;
	}
	
	.features .featureBackground {
		background-position: center center;
		background-size: cover;
		opacity: .9;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
		.features .featureBackground:hover{
			opacity: 1;
		}
	.features .featureBackground:before {
		border-radius: 3px;
		display: table;
		height: 250px;
		width: 100%;
		position: absolute;
		content: '';
		top: 0;
		background: -moz-linear-gradient(top, rgba(25,23,21,.30) 0%, rgba(25,23,21,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(25,23,21,.30) 0%,rgba(25,23,21,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(25,23,21,.30) 0%,rgba(25,23,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191715ff', endColorstr='#191715ff',GradientType=0 ); /* IE6-9 */
		opacity: .85;
	}
	.features .featureBackgroundColor,
	.features .featureBackground {
		border-radius: 3px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 100%;
		height: 250px;
		position: relative;
	}
	.features .featureBackgroundColor {
		background-color: #035b77;
	}
		.features .featureBackgroundColor  > * {
			margin-left: 30px;
			margin-right: 30px;
		}
		.features .featureBackgroundColor  p {
			font-size: .9rem;
			color: #fff;
		}
		.features .featureBackgroundColor  span.button {
			background-color: #24ccf3;
			color: #02485e;
			display: inline-block;
			border-radius: 3px;
			-webkit-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
		}
		.features a:hover .featureBackgroundColor  span.button {
			background-color: #fff;
			color: #02485e;
		}
	
	.features a h3 {
		color: #fff;
		font-family: 'rw-b';
		text-decoration: none;
		font-size: 1.2em;
		position: relative;
		padding: 10px;
	}

/*facebook feed */
.cff-wrapper {
	text-align: left;
}

#cff .cff-item {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.exhibitContent .exhibit {
	margin-bottom: 34px;
}
.exhibitContent .exhibit h2 {
	background-color: #403f3f;
	font-family: 'rw-b';
	font-size: 1.2em;
	color: #d1d2d4;
	padding: 12px 20px;
	margin-bottom: 0;
	line-height: 1.2em;
	border-radius: 3px 3px 0 0;
}
.exhibitContent .exhibit img {
	width: 100%;
	height: auto;
	display: block;
}
.exhibitContent .exhibit .blurb {
	background-color: #E9E9E8;
	padding: 12px 20px;
	color: #444444;
	font-family: 'mw';
	font-size: .9em;
	border-radius: 0 0 3px 3px;
}
	.exhibitContent .exhibit .blurb p:last-child {
		margin-bottom: 0;
	}
	
.exhibitContent .bx-wrapper .bx-viewport {
	/*border: 1px solid #000;
    box-sizing: border-box;*/
	border: 0;
    box-shadow: none;
    left: 0;
}
	
.articleBlock {
	overflow: auto;
	height: 270px;
	border-radius: 3px;
	margin-bottom: 34px;
}

.articleBlock div.left,
.articleBlock div.right {
	height: 100%;
	display: table;
}
.articleBlock div.left > div,
.articleBlock div.right > div{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 30px;
    vertical-align: top;
}
.articleBlock .left {
	width: 285px;
	background-size: cover;
	position: relative;
	background-color: #035b77;
}
	.articleBlock .left:before {
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 0;
		background-position: center center;
		background: -moz-linear-gradient(top, rgba(3,91,119,.30) 0%, rgba(3,91,119,.68) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(51,133,133,.30) 0%, rgba(3,91,119,.68) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(3,91,119,.30) 0%, rgba(3,91,119,.68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035b77ff', endColorstr='#035b77ff',GradientType=0 ); /* IE6-9 */
	}
	.articleBlock:nth-child(even) .left:before,
	.articleBlock.alt .left:before {
		background: -moz-linear-gradient(top, rgba(64,63,63,.30) 0%, rgba(64,63,63,.68) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(64,63,63,.30) 0%,rgba(64,63,63,.68) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(64,63,63,.30) 0%,rgba(64,63,63,.68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#584636ff', endColorstr='#584636ff',GradientType=0 ); /* IE6-9 */
	}
	
	
	.articleBlock .left.noImage:before {
		background: none;
	}
	.articleBlock .left > div {
		z-index: 10;
		position: relative;
	}
.articleBlock div.right {
	width: calc(100% - 285px);
	background-color: #035b77;
	padding: 30px;
	box-sizing: border-box;
}

.articleBlock .date {
	padding: 10px 16px 10px 30px;
	display: inline-block;
	font-family: 'rw-b';
	text-transform: uppercase;
	font-size: .9em;
	background-color: #24ccf3;
	color: #02485e;
}
.articleBlock h3 {
	margin: 30px;
}
	.articleBlock .left h3 {
		margin-bottom: 10px;
		font-size: 1em;
		line-height: 1.2em;
	}
	.articleBlock h3 a{
		font-size: 1.2em;
		color: #fff;
		font-family: 'rw-b';
		text-decoration: none;
	}
		.articleBlock h3 a:hover{
			color: #24ccf3;
		}
.articleBlock p {
	color: #fff;
	font-size: .85em;
}
	.articleBlock .left p {
		margin: 0 30px;
	}
.articleBlock .readmore {
	font-family: 'rw-b';
	float: right;
	color: #24ccf3;
	text-decoration: none;
}
	.articleBlock .readmore:hover {
		color: #fff;
	}
		
.articleBlock:nth-child(even) .left,
.articleBlock.alt .left {
	background-color: #5a5858;
}
.articleBlock:nth-child(even) .right,
.articleBlock.alt .right {
	background-color: #5a5858;
}
.articleBlock:nth-child(even) .date,
.articleBlock.alt .date {
	background-color: #d1d2d4;
	color: #5a5858;
}
.articleBlock:nth-child(even) h3 a:hover,
.articleBlock.alt h3 a:hover{
	color: #d1d2d4;
}
.articleBlock:nth-child(even) .readmore,
.articleBlock.alt .readmore {
	color: #d1d2d4;
}
	.articleBlock:nth-child(even) .readmore:hover,
	.articleBlock.alt .readmore:hover {
		color: #fff;
	}
	
.wp-post-image {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.googleMapLocations {
	width: 100% !important;
	margin-top: 24px;
}

.em-location-map-container {
	margin-bottom: 24px;
}
	
@media only screen and (max-width : 1150px) {
	
	.breadcrumbs.right {
		float: none;
		width: 100%;
		margin-top: 12px;
		display: inline-block;
	}
		.breadcrumbs li {
			margin-left: 0;
			margin-right: 8px;
		}
		
	.features .featureBackgroundColor p {
		display: none;
	}
		
}

@media only screen and (max-width : 1030px) {

	.articleBlock {
		height: 290px;
	}
	
}

@media only screen and (max-width : 920px) {

	.em-location-map-container {
		width: 100% !Important;
		margin-bottom: 24px;
	}
	
	.features .oneThird {
		width: 50%;
	}
		.features .oneThird:nth-of-type(3) {
			/* margin: 0 auto; */
			/* padding-top: 30px; */
			clear: both;
			float: none;
		}
	
}
@media only screen and (max-width : 830px) {

	.mastheadImage, .mastheadImage:before {
		height: 270px;
	}
	
	.mastheadImage p {
		display: none;
	}
	
	.bodyContent {
		padding-bottom: 50px;
		padding-top: 50px;
	}

}

@media only screen and (max-width : 800px) {
	
	.attractions div.oneThird {
		width: 50%;
	}
	
}

@media only screen and (max-width : 730px) {

	.articleBlock {
		height: auto;
	}

	.articleBlock div.right,
	.articleBlock div.left {
		float: none;
		width: 100%;
	}
	.articleBlock div.left{
		height: 290px;
	}

	.articleBlock div.right {
		height: auto;
	}
}

@media only screen and (max-width : 650px) {
	.features .oneThird {
		width: 100%;
			margin: 30px auto;
			clear: both;
			float: none;
	}
		.features .oneThird:nth-of-type(3) {
			padding-top: 0;
		}
}
@media only screen and (max-width : 525px) {
	
	.attractions div.oneThird {
		width: 100%;
		margin-bottom: 50px;
	}
	
}