/*
Theme Name: Tulsa Historical Society Theme
Theme URI: http://tulsahistory.org
Description:
Author: Barnes Digital Agency
Author URI: http://www.barn3s.com
Version: 1
*/

* { margin: 0; padding: 0; }
body {background: white;color: black;color: #3b3b3b;font-family: Interstate;font-size:16px;overflow-x: hidden;}

@media (max-width:1250px) {
	body {font-size:14px;}
}


/*-----------------------------------*/
/*            STRUCTURAL             */
/*-----------------------------------*/

#page-wrap { }

section {margin:0 auto; width:90%;}
section.page {max-width:930px !important;}
section.page.grey {max-width:1000px;}
section.small {max-width:800px !important;}
section.smaller {max-width:700px !important;}
section.large {max-width:1200px !important;}

div.left {float:left;}
div.right {float:right;}

@media (max-width:1300px) {
	section.page.grey {max-width:800px;}
}

/*-----------------------------------*/
/*           TYPOGRAPHICAL           */
/*-----------------------------------*/

h1, h2, h3 {font-weight:normal;margin:0 0 20px 0;line-height: 1;font-family: 'Sentinel';position:relative;display:inline-block;}
h1 { font-size:300%; }
h2 { font-size:220%; color:#5256a5;}
h3 { font-size:150%; }
h1 a, h2 a, h3 a {text-decoration:none;}

h2 a {padding-right:50px; display:block; position:relative;}
h2 a:after {width:31px;height:28px;content:"";display:block;background-image:url(images/wht-arrow.png);background-image:url(images/wht-arrow.svg);background-position:center;background-repeat:no-repeat;right:0;top: 2px;background-size:100% auto;position:absolute;}
.page-id-143 h2 a:after {width: 20px;height:100%;top:-2px;right: .5vw;}
@media (min-width: 1200px) {
.exhibits h2 a:after {width: 25px;height: 22.5px;content:"";display:block;background-image:url(images/wht-arrow.png);background-image:url(images/wht-arrow.svg);background-position:center;background-repeat:no-repeat;right:0;top:4px;background-size:100% auto;position:absolute;}
}

p {margin: 0 0 15px 0;line-height: 1.6;}
a { }
a:hover { }

ul, ol { margin: 0 0 10px 0; }
.content li {list-style:disc; margin-left:15px; line-height:2; margin-bottom:15px;}

strong {font-family: Interstate-Bold;}

.content h2 {display:block;font-size:250%;margin-bottom: 20px;}
.content p {line-height: 1.6;font-size:120%;margin-bottom: 10px;}
.content a {color:#5256a5; font-family: Interstate-Bold;}
.block-title {text-align:center;padding: 2.25rem 0 0;}
.block-title:first-child {text-align:center;padding: 2.25rem 0 0;}
.block-title:last-child {text-align:center;padding: 2.25rem 0 2.25rem;}
@media (max-width: 1200px) {
	.block-title {text-align:center;padding: 2.25rem 0 2.25rem;}
}
@media (max-width: 700px) {
	.block-title {text-align:center;padding: 2.25rem 0 1.25rem;}
}
.gallery .block-title {/* padding-top:0; *//* padding-bottom: 0; */}
.block-title h2 {display:inline-block;color:#fff;background-color:#5256a5;padding:15px 15px 10px;margin-bottom: 25px;}

@media (max-width:1500px) {
	h1 { font-size:250%; }
	h2 { font-size:170%; }
	h3 { font-size:120%; }
	h2 a {padding-right:40px;}
	h2 a:after {width:25px; height:100%; top:-2px;}

	.content h2 {font-size:220%;}
	.content p {font-size:100%;}
}

@media (max-width:1250px) {
	h1 { font-size:200%; }
	h2 { font-size:150%; }
	h3 { font-size:100%; }
	h2 a {padding-right:30px;}
	h2 a:after {width:20px; top:-2px;}
}

a.button {
    display: inline-block;
    float: none;
    margin: 20px 10px 20px 0;
    color: #5256a5;
    border: 2px solid #5256a5;
    padding: 5px 15px;
    /* border-radius: 25px; */
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5;
    text-align: center;
    font-family: 'Sentinel';
    font-size: 125%;
}

.page-id-12 a.button {
	float: left;
}

a.button.stacked {
	float: left;
}

a.button:hover {
    color: #ffffff;
    border: 2px solid #5256a5;
    background: #5256a5;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

/*
img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
*/

::selection {
  background: #ffcb00; /* WebKit/Blink Browsers */
  color: #3b3b3b;
}
::-moz-selection {
  background: #ffcc00; /* Gecko Browsers */
  color: #3b3b3b;
}

.page-id-11855 .ngg-pro-mosaic-item img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.page-id-11857 .ngg-pro-mosaic-item img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.page-id-11859 .ngg-pro-mosaic-item img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


/*-----------------------------------*/
/*               FORMS               */
/*-----------------------------------*/

form { }
input[type=text] {outline: none;font-family: Interstate; }
textarea { }

#searchform {}
#searchform input[type=text] {
    padding: 8px 10px 6px;
    background-color: rgba(255,255,255,0.7);
    border: none;
    font-size: 90%;
	font-family: Interstate-Bold;
	text-transform:uppercase;
    width: 200px;
}
#searchform #searchsubmit {display:none;}

.form-container {
    width: 70%;
    /* max-width: 600px; */
    margin: 0 auto;
    display: block;
    padding: 10% 15%;
    min-height: 500px;
    background: white;
    color: #3b3b3b;
}

@media (max-width: 1000px) {
	.form-container {
    width: 90%;
    padding: 5%;
}
}

/*-----------------------------------*/
/*             FULL MENU             */
/*-----------------------------------*/

#full-menu {display:none; background-color:rgba(80,89,160,0.9); height:100%; width:100%; position:fixed; top:0; left:0; z-index:1000000;}
#full-menu .table {display:table; height:100%; width:100%;}
#full-menu .table-cell {display:table-cell; height:100%; width:calc(100% - 80px); padding:0 40px; vertical-align:middle; position:relative; padding-top:15px;}
#full-menu #hamburger {top:15px; right:15px; position:absolute;}
#full-menu #hamburger span {background:#fff;}

.mobile-menu {padding-top:0; width:100%; overflow:hidden; position:relative; top:auto; left:auto;}
.mobile-menu ul {margin:0;}
.mobile-menu ul li { min-height:0 !important; position:relative; float:none; height:100%; width:100% !important; top:auto; left:auto;}
.mobile-menu ul li.over a,
.mobile-menu ul li.current_page_item a,
.mobile-menu ul li.current_page_ancestor a {background: none;}
.mobile-menu ul.menu li a {text-align:left; display:block; text-decoration: none; text-transform: uppercase; color:#fff; font-weight:bold; font-size:150%; width:100%; padding:15px 0 2px 0;}
.mobile-menu ul.menu > li > a:hover:before,
.mobile-menu ul.menu > li.current_page_item > a:before,
.mobile-menu ul.menu > li.current_page_ancestor > a:before {border-top:none;}

.mobile-menu ul ul {margin-left:30px; display:none;}

/*-----------------------------------*/
/*               HEADER              */
/*-----------------------------------*/

#top-menu {background-color:#3b3b3b;}
#top-menu ul {margin:0;}
#top-menu section > div {float:right;}
#top-menu .donate-menu {padding:0;}
#top-menu .donate-menu a {display:inline-block; padding:18px 25px 16px; color:#000; background-color:#ffcc00; text-decoration: none;}
#top-menu .phone-number {padding:18px 0 0;}
#top-menu .phone-number a {font-size:150%; text-decoration:none; color:#fff;}

header {position:relative; padding-bottom:30px; background-size:cover; background-position:center; background-repeat:no-repeat;}
header .hamburger-container {display:none;}

header #logo {width:250px;float:left;z-index: 3999;position: relative;}
header #logo img {width:100%; margin-top:-30px;}
#main-menu {float:right;position: absolute;width: 90%;z-index: 2999;}

header .page-title {color:#fff;text-align:right;display:block;font-size: 60px;margin-top:40px;margin-bottom:0;}
@media (min-width: 1400px) {
	header .page-title {color:#fff;text-align:right;display:block;font-size: 87.5px;margin-top: 40px;margin-top: 80px;margin-bottom:0;}
}
/* Front */
#brand-window {position:absolute; top:0; left:0; z-index:400; height:100%; width:100%;}
#brand-window .brand-image {position:absolute; top:0; left:0; height:100%; width:100%; background-position:center; background-size:cover; display:none;}
#brand-window .brand-image.active {display:block;}

#brand-content {position:relative; z-index:850;}
header.front {padding-bottom:0;}
header.front .front-brand-left {width:500px; float:left; margin-top:-20px;}
header.front .front-brand-left img {width:76%;margin-left:20%;margin-bottom:40px;max-width: 325px;}
@media (max-width: 1250px) {
	header.front .front-brand-left img {max-width: 200px;}

}
header.front .front-brand-left h1 {margin-bottom:50px; padding:40px 60px 40px 20%; background-color:rgba(0,0,0,0.5); color:#fff;}
header.front .front-brand-left p {color:#fff; margin-left:20%; margin-bottom:40px; font-size:110%;}
header.front .front-brand-right {width:calc(95% - 550px); float:right; margin-right:5%;}
header.front .front-brand-right .main-menu {width:100%; margin-bottom:60px;}
header.front .front-brand-right img {float:right;margin-bottom:-120px;width: 400px;}

.main-menu {padding-top:40px;}
.main-menu ul {text-align:right;}
.main-menu li {display:inline-block; padding:0 30px; border-right:solid 2px #fff;}
.main-menu li:last-child {padding-right:0; border-right:none;}
.main-menu a {color:#fff; text-decoration:none; display:inline-block; padding:2px 0 0;}
.main-menu a:hover,
.main-menu li.current_page_item a,
.main-menu li.current-page-ancestor a {color:#ffcc00}

li.menu-item:hover > ul.sub-menu {
	padding-top: 40px;
	padding-bottom: 90px;
	right: 0;
	position: absolute;
	visibility: visible;
	opacity: 1;
	width: max-content;
	padding-left: 20%;
	transition-timing-function: ease;
	-webkit-transition-duration: .75s;
	transition-duration: .75s;
}

ul.sub-menu:before {
    display: block;
    content: '';
    background: white;
    height: .75px;
    margin-top: -25px;
    margin-bottom: 15px;
}

/*
li.current-menu-item:hover > ul.sub-menu {
	padding-top: 30px;
	right: 0;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 90%;
	padding-left: 20%;
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s;
}

li.current-page-parent:hover > ul.sub-menu {
	padding-top: 30px;
	right: 0;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 90%;
	padding-left: 20%;
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s;
}
*/

.home li.menu-item:hover > ul.sub-menu {
	right: 5%;
}


@media (max-width: 1005px) {
	li.menu-item:hover > ul.sub-menu {
		display: none;
	}
}

footer ul.sub-menu {
	display: none;
}

ul.sub-menu {
	padding-top: 40px;
	visibility: hidden;
	opacity: .8;
	position: absolute;
	right: -50px;
}

.sub-menu ul {text-align:right;}
.sub-menu li {display:inline-block;padding: 0 15px !important;border-right:solid 2px #fff;}
.sub-menu li:first-child {display:inline-block;padding: 0 15px 0 0;border-right:solid 2px #fff;}
.sub-menu li:last-child {padding-right: 0 !important;border-right:none;}
.sub-menu a {color: #fff !important;text-decoration:none;display:inline-block;padding:2px 0 0;}
.sub-menu a:hover,
.sub-menu li.current_page_item a,
.sub-menu li.current-page-ancestor a {color: #ffcc00 !important;}


#front-info {background-color:#5256a5; padding:40px 0; color:#fff; position:relative; z-index:800;}
#front-info .info-headline {float:left; padding-right:60px;}
#front-info .info-content {float:left; padding-right:60px;}
#front-info h3 {margin:0; font-size:332%; line-height:1;}
#front-info p {margin:0;}
#front-info a {text-decoration:none; color:#fff;}

#page-subnav {background-color:#5256a5;padding: 1.5rem 0;}
.breadcrumb {text-transform:uppercase;font-size:80%;padding: 1.25rem 0;}
.breadcrumb a {text-decoration:none; color:#333;}
.subnav ul {margin:0; text-align:right;}
.subnav li {display:inline-block; padding-right:20px; margin-right:20px; border-right:solid thin #fff;}
@media (max-width: 1500px) {
	.subnav li {padding-right: 12.5px;margin-right: 12.5px;}
}
@media (max-width: 1250px) {}
.main-menu li {
	.subnav li {padding-right: 7.5px;margin-right: 7.5px;}
}
.subnav li:last-child {padding-right:0; margin-right:0; border:none;}
.subnav a:hover,
.subnav li.current_page_item a,
.subnav li.current_page_ancestor a {color:#ffcc00}
.subnav a {color:#fff; text-decoration:none;}

@media (max-width:1500px) {
	.front-brand-left {width:400px;}
	.front-brand-right {width:calc(95% - 450px);}
	.front-brand-right img {width: 370px !important;}
	.main-menu li {padding: 0 12.5px !important;}
}
@media (max-width:1250px) {
	#brand-window {height:90%;}
	.front-brand-left {width:300px;}
	.front-brand-left h1 {margin-bottom:30px;}
	.front-brand-right {width:calc(95% - 350px);}
	.front-brand-right img {width: 260px !important;margin-bottom: -100px !important;}
	.main-menu li {padding: 0 7.5px !important;}
	#front-info h3 {font-size:250%; padding-top:5px;}
	.front-brand-left p {font-size:90%;}
}

#page-subnav.below {
    background-color: #3b3b3b;
}

/*-----------------------------------*/
/*            Animations             */
/*-----------------------------------*/

.center-con {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 .75rem;
    text-align: center;
}

.round {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 1.5px solid #3b3b3b;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
}

.round span {
    z-index: 999;
    height: 1.5px;
    margin: .5px;
    width: 15px;
    background: #3b3b3b;
    transition: 0.4s ease;
}

.round span:first-child {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 35%;
}

.round span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 35%;
}

.round span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 54%;
}

.round span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 54%;
}

.round:hover span:nth-child(1) {
    transform: rotate(-135deg);
}

.round:hover span:nth-child(2) {
    transform: rotate(135deg);
}

.round:hover span:nth-child(3) {
    transform: rotate(225deg);
}

.round:hover span:nth-child(4) {
    transform: rotate(-225deg);
}


/*-----------------------------------*/
/*               CONTENT             */
/*-----------------------------------*/

#page {padding: 2.25rem 0 1.25rem;}
@media (max-width: 1000px) {
	#page {padding: 2.25rem 0 1.25rem;}

}
#page.grey {padding-top:50px;}

.band {padding:2.5rem 0;}
.band.center {text-align:center;}
.full-callout {display:block; width:100%;}
.content-with-bg {background-size:cover;background-repeat:no-repeat;background-position:center;padding-top:0;padding-bottom: 1.25rem;}
.content-with-bg .main-content {padding: 2.25rem 0;}

article {}

.video-container {background-color:#000; padding:75px 150px;}
.video-container iframe {width:100%;}

.map-container {max-width:1183px; width:100%; position:relative;}
.map-container .overlay {z-index:950; position:absolute; top:0; left:0; width:100%; height:100%; background:url(images/map-overlay.png) center no-repeat; background-size:contain;}
.map-container .map {position:relative; z-index:1000; padding:186px 106px;}
.map-container iframe {width:100%;}

.lower-image {width:100%; display:block;}

.grey article {padding: 2.25rem 2.25rem 1.25rem;background-color:#eeeeee;}

.upcoming-events {text-align:center; padding-top:10px;}
.upcoming-events li {text-align:left; display:inline-block; vertical-align:top; list-style:none; width:25%; margin:0 0 10px; padding-top:25px;}
.upcoming-events li:nth-child(3n+2) {border-right:dotted 3px #333; border-left:dotted 3px #333; padding-left:4%; padding-right:4%; margin-left:4%; margin-right:4%;}
.upcoming-events li:first-child {margin-left:0; padding-left:0;}
.upcoming-events li:last-child {margin-right:0;padding-right:0;border-right: none;border-bottom: none !important;}
.upcoming-events li p {line-height:1.5;}
.upcoming-events li a {text-decoration:none;}

#lower-photo {margin-bottom: 50px;margin-top: -25px;position:relative;z-index:900;}
@media (max-width: 800px) {
	#lower-photo {margin-bottom: 0;margin-top: -50px;position:relative;z-index:900;}
}
#lower-photo .photo {float:left; width:65%; max-width:1200px;}
#lower-photo .photo img {width:100%; display:block;}
#lower-photo .text {float:left; width:30%; margin-left:5%; padding-top:100px; max-width:400px;}
@media (min-width: 1200px) {
	#lower-photo .photo {float:left;width:65%;max-width:1200px;margin-bottom: -90px;}
}

#learn-lower {position:relative;margin-top: 2rem;}
#learn-lower .text {padding:15px 0; position:absolute; overflow:hidden; bottom:0; left:0; width:100%; background-color:rgba(255,255,255,0.65); z-index:800;}
#learn-lower .text section {padding-left:27%; margin:0;}
#learn-lower p {margin:0;line-height:1.5;font-size: 90%;}
#learn-lower .photo {position:absolute; bottom:15px; left:3%; z-index:850; max-width:475px; width:25%;}

@media (max-width: 600px) {
	#learn-lower p {
    font-size: 75%;
    font-weight: 600;
}
}

#team {
    margin-top: 2rem;
}
#team ul {text-align:center; font-size:0;}
#team li {list-style:none; width:25%; text-align:center; display:inline-block; vertical-align:top; margin:0 30px 20px;}
#team .team-photo {margin-bottom:20px;}
#team img {width:100%;}
#team p {font-size:16px;}

.map-content .band {padding:75px 0 50px;}

.collapsible {padding: 2.25rem 0 !important;}
.info .collapsible {padding: 0;}
.collapsible section {position: relative;overflow: hidden;max-height: 275px;min-height: 275px;}
.collapsible section#hof {min-height: 0;}
.collapsible section.closed div.closed-bg {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.collapsible-arrow {
	width:30px;
	height:auto;
	display:block;
	margin: 30px auto 0;
	cursor:pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.collapsible-arrow.up {transform: rotate(180deg);}

.icons {padding: 3rem 0 1.25rem;}
.icons ul {text-align:center;}
.icons li {list-style:none;margin: 0 3% 1rem;width:18%;display:inline-block;}
.icons li a {text-decoration:none;}
.icons li .icon {padding:15px 30px;}
.icons li .icon img {width:100%;}
.icons li .label {font-family:Interstate-Bold; text-transform:uppercase; color:#000;}

@media (max-width:1400px) {
	#team {max-width:700px;margin-top: 7.5%;}
	#team p {font-size:14px;}
	#team li {width:32%;}
}

@media (max-width:1200px) {
	.video-container {padding:35px 60px;}
	.map-container {max-width:900px}
	.map-container .overlay {}
	.map-container .map {padding: 142px 80px;}
	.map-container iframe {height:450px}
}

@media (max-width:800px) {
	.upcoming-events li {width:100%;}
	.upcoming-events li:nth-child(3n+2) {border-right:none;border-left:none;border-top:dotted 3px #333;border-bottom:dotted 3px #333;padding-left:0;padding-right:0;margin-left:0;margin-right:0;padding: 20px 0;margin: 10px 0 10px;}
	.upcoming-events li:last-child {padding-top: 15px !important;}

	#lower-photo .photo,
	#lower-photo .text {float:none; width:100%; margin-left:0;}
	#lower-photo .text {padding-top:50px;}

	#team li {width:50%;}

	.icons li {width:40%;}
}

@media (max-width:450px) {
	#team li {width:100%;}
}

a.poster {
    width: 100%;
    height: 325px;
    margin: 0 0 50px;
    display: block;
    background-size: cover;
    background-position: 50% 25%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.page-id-143 a.poster {
    margin: 0;
}

.page-id-143 .holder div.text {
    height: 265px;
    padding: 30px 8%;
    margin-bottom: 0;
    background: #3b3b3b;
    color: white;
}

.page-id-143 .holder div.text p {
    height: 250px;
    max-height: 250px;
    overflow-x: scroll;
    overflow-y: hidden;
}

@media (max-width: 500px) {
	.page-id-143 .holder div.text p {
    height: auto;
    max-height: none;
    overflow-x: scroll;
}
.page-id-143 .holder div.text {
    height: auto;
    margin-bottom: 0;
}
}

.page-id-143 .holder div.text ::-webkit-scrollbar {
    display:none;
}


.page-id-143 .exhibits-container.two .exhibits {
    width: 50%;
}

.page-id-143 .exhibits-container.three .exhibits {
    width: 33.33333%;
}

.page-id-143 .exhibits {
    padding: 0;
}

.page-id-143 .exhibits-container {
		display: inline-block;
		flex-wrap: unset;
		justify-content: unset;
		max-width: none;
		margin: 0 auto;
		padding: 0;
		background: #3b3b3b;
		margin-bottom: -4px;
		width: 100%;
}

@media (max-width: 600px) {
	a.poster {
    width: 100%;
    height: 80vw;
    max-height: 450px;
    background-position: 50% 25%;
}
}

/*a.poster:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
*/

.exhibits-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: unset;
		max-width: 1400px;
		margin: 0 auto;
		float: none;
		padding: 2.25rem 0;
		text-align: center;
}

@media (min-width: 850px) {
	.exhibits-container {
		width: 90%;
}
}

@media (min-width: 1600px) {
	.page-id-98 .exhibits-container {
    max-width: 1450px;
}
}

.exhibits-container.one .exhibits {
		width: 85%;
		max-width: 725px;
}

.exhibits-container.two .exhibits {
		width: 35%;
}

.exhibits-container.three .exhibits {
		width: 27.5%;
}

.page-id-143 .exhibits-container.flex .exhibits {
		width: 25%;
}

.exhibits-container.flex .exhibits {
		width: 21%;
}

@media (max-width: 1750px) {
	.page-id-143 .exhibits-container.flex .exhibits {
		width: 33.33333%;
}
.exhibits-container.flex .exhibits {
	width: 28%;
}
}

@media (max-width: 1400px) {
	.page-id-143 .exhibits-container.flex .exhibits {
		width: 50%;
}
.exhibits-container.flex .exhibits {
	width: 42.5%;
}
}

@media (max-width: 850px) {
	.exhibits-container.flex .exhibits {
		width: 100%;
}
}

.exhibits {
    width: 35%;
    display: inline-block;
    float: left;
    padding: 1.5rem 0;
    text-align: left;
}

@media (max-width: 850px) {
	.exhibits-container.two .exhibits {
			width: 100%;
	}

	.exhibits-container.three .exhibits {
			width: 100%;
	}

	.exhibits-container.one .exhibits {
			width: 100%;
	}
}

.exhibits .front-box-title h2 a {
    font-family: Sentinel;
    text-transform: uppercase;
    font-size: 52.5%;
}

@media (min-width: 1200px) {
.page-id-143 .exhibits .front-box-title h2 a {
    /* font-family: Sentinel; */
    /* text-transform: uppercase; */
    /* font-size: 47.5%; */
}
}

.exhibits h2 {
    padding: 0;
}

.exhibits h2 a:after {
    top: -3px;
}

.donors {
		-webkit-column-count: 2;
		column-count: 2;
		max-width: 700px;
		margin: 0 auto;
		display: block;
		margin-bottom: 0 !important;
}

.smcx-embed {
    width: 100% !important;
    max-width: none !important;
    height: 700px;
}

.smcx-embed>.smcx-iframe-container {
    width: 100% !important;
    max-width: none !important;
    height: 665px;
}

img.headshot {
    width: 25%;
    float: left;
    display: block;
}

@media (min-width: 1000px) {
img.headshot {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 225px;
	margin-bottom: 100px;
	margin-top: 10px;
}
}

/*
img.headshot:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition-duration: .2s;
	transition-duration: .2s;
}
*/

.bio {
    width: 65%;
    float: right;
    display: block;
}

@media (max-width: 1000px) {
   img.headshot {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 25px;
}

.bio {
    width: 100%;
    float: left;
    display: block;
    /* text-align: center; */
}
}

.blocks {
	display: inline-block;
	width: 90%;
	height: auto;
}

@media (min-width: 1000px) {
.blocks.sticky .block-a .block-thumb {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	display: block;
	top: 190px;
}

.blocks.sticky .block-b .block-thumb {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	display: block;
	top: 190px;
}
}

.blocks > div:last-child {padding: 2.25rem 0;}
.blocks > div:first-child {padding: 1.25rem 0 1.25rem;}

.block-a {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 2.25rem 0;
    float: left;
}

.block-a .block-thumb {
    width: 42.5%;
    height: 50vh;
    max-height: 475px;
    background-size: cover;
    background-position: 50% 25%;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.page-id-10057 .block-thumb {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}

.page-id-10057 .block-c img {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}

/*.block-a .block-thumb:hover {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
}
*/

.block-a .info {
    width: 42.5%;
    float: right;
}

.block-b {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    padding: 2.25rem 0;
}

.block-b .info {
    width: 42.5%;
    float: left;
}

.block-b .block-thumb {
    width: 42.5%;
    height: 50vh;
    max-height: 475px;
    background-size: cover;
    background-position: 50% 25%;
    float: right;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*
.block-b .block-thumb:hover {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
}
*/

.block-c {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 2.25rem 0;
    float: left;
}

.block-c img {
	width: 100%;
	float: left;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*
.block-c img:hover {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
}
*/

.block-c .info {
    width: 100%;
    margin: 2.25rem 0;
    float: left;
}

@media (max-width: 850px) {
	/*
	.blocks > div:first-child {padding: 0 0 25px;}
	*/
	.blocks > div:last-child {padding: 0 0 1.25rem;}
	.block-a {
	    padding: 1.25rem 0;
	}

	.block-a .block-thumb {
	    width: 100%;
	    height: 60vw;
	    max-height: 450px;
	    background-position: 50% 50%;
	}

	.block-a .info {
	    width: 100%;
	    margin: 2.25rem 0;
	}

	.block-b {
	    padding: 1.25rem 0;
	}

	.block-b .info {
	    width: 100%;
			margin: 1.25rem 0;
	}

	.block-b .block-thumb {
	    width: 100%;
	    height: 60vw;
	    max-height: 450px;
	    background-position: 50% 50%;
	    float: left;
	}

	.block-c {
	    padding: 1.25rem 0;
	}

	.block-c .info {
	    width: 100%;
	    margin: 1.25rem 0;
	}
}

.form .form-all {
  width: 100% !important;
}

ul.accordion {list-style: none;padding: 0;margin: 0;}

@media (max-width: 800px) {
	ul.accordion {list-style: none;padding: 0;margin: 0;}

}

ul.accordion .inner {
padding: 2.5% 5%;
width: 90%;
	overflow: hidden;
	display: none;

}

ul.accordion .inner.show {
    margin-bottom: 1.25rem;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    /* max-height: 1000px; */
}

	.accordion ul.show {
		/*display: block;*/
	}

ul.accordion li {margin: .5em 0;list-style: none !important;margin: 2.25rem 0 !important;}

ul.accordion li:first-child {margin: 0 0 2.25rem !important;}

@media (max-width: 600px) {
	ul.accordion li {margin: 25px 0 !important;}
	ul.accordion li:first-child {margin: 0 0 25px !important;}
}

ul.accordion li a.toggle {
		width: 90%;
		display: block;
		background: #eeeeee;
		color: inherit;
		padding: 2.25rem 5%;
		text-decoration: none;
		text-transform: uppercase;
		line-height: 1;
}

ul.accordion li a strong {
	font-family: 'Sentinel' !important;
	font-size: 220%;
	font-weight: 500;
}

.postid-11608 #flexible-content .second-content.block-title:first-child {
    /* padding: 100px 0; */
}

@media (min-width: 1000px) {
.postid-11608 #flexible-content .second-content.block-title:first-child {
    /* padding: 225px; */
}
}

.page-id-13 #flexible-content section {
    /* width: 100%; */
    /* max-width: none; */
}

.page-id-13 #flexible-content .second-content {
    padding: 0 !important;
}

@media (min-width: 800px) {
.postid-11608 section#page {
    padding: 225px 0;
    max-width: 700px;
}
}

.postid-11608 .content-with-bg {
    background-position: 0 50%;
}

div#html5-watermark {
    display: none !important;
}

.page-id-13 div#flexible-content {
    margin-bottom: 75px;
}

.page-id-11 .front-box-title h2 a {
    font-family: Sentinel;
    text-transform: uppercase;
    font-size: 62.5%;
}

ul.listed-links {
    position: relative;
    width: 100%;
    display: flex;
}

ul.listed-links li {
    list-style: none;
    border-right: dotted 3px #333;
    padding-right: 20px;
}

ul.listed-links li a {
    font-family: 'Sentinel';
    font-size: 150%;
}

ul.listed-links li:last-child {
    border-right: none;
    padding-right: 0;
}

ul.listed-links li:first-child {
    margin-left: 0;
}

.page-id-12 div#page-subnav section {
    display: none;
}

.buttons {
    display: flex;
    position: relative;
    width: 100%;
}

.buttons a.button {
    margin-left: 20px;
}

.buttons a.button:first-child {
    margin-left: 0;
}

.second-content.block-title.content.dark {
    background: #3b3b3b;
    color: white;
}

.second-content.block-title.content.purple {
    background: #5553aa;
    color: white;
}

.second-content.block-title.content.grey {
    background: #eeeeee;
}

/*
.dark.block-title h2 {
    background-color: transparent !important;
}
*/

.html5-image {
    padding: 0 !important;
}

@media (max-width: 1000px) {
.postid-471 div#flexible-content {
    margin-top: 30px;
}
}

p.year-inducted {
    font-size: 80%;
    margin-bottom: 20px;
}

p.title {
    margin-bottom: 0;
    line-height: 1.5;
}

h1.page-title.shrink-text {
    font-size: 3.25vw;
}

@media (max-width: 600px) {
   h1.page-title.shrink-text {
    font-size: 175%;
}
}

input.search {
    display: block !important;
    padding: 15px 10px !important;
    margin: 0 auto !important;
    width: calc(100% - 20px) !important;
    max-width: 500px;
    border: none;
    font-family: Interstate;
    font-size: 100%;
}

.modal.show {
    max-width: 800px;
}

div#modal-content {
    padding: 5%;
}

.modal-wrapper.styled .modal .close-modal {
    position: static !important;
    float: right !important;
		color: transparent;
}

.modal-wrapper.styled .modal {
    border: none !important;
}

.modal-wrapper.styled {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.modal-wrapper.styled .modal .close-modal {
    width: 30px;
    height: 100%;
    content: "";
    display: block;
    background-image: url(images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 25px;
    top: 0;
    background-size: 100% auto;
    position: absolute;
    opacity: 1;
    z-index: 100;
}

/*-----------------------------------*/
/*              GALLERY              */
/*-----------------------------------*/

.nextgen_pro_thumbnail_grid.ths-grid {}
.nextgen_pro_thumbnail_grid.ths-grid .image-wrapper {width:25%; margin:0 !important; position:relative; overflow: hidden;}
.nextgen_pro_thumbnail_grid.ths-grid .image-wrapper img {max-width:none !important; max-height:none !important; display:block; -webkit-filter: grayscale(100%); filter: grayscale(100%);}
.nextgen_pro_thumbnail_grid.ths-grid .image-wrapper .ths-grid-square {width:101%; background-size:cover; background-position:center; background-repeat:no-repeat; -webkit-filter: grayscale(100%); filter: grayscale(100%);}
.nextgen_pro_thumbnail_grid.ths-grid .image-wrapper img:hover,
.nextgen_pro_thumbnail_grid.ths-grid .image-wrapper .ths-grid-square:hover {opacity:1;}
.nextgen_pro_thumbnail_grid.ths-grid .image-wrapper span {content:""; display:block; width:30px; height:30px; background:url("images/plus.svg") center no-repeat; background-size:cover; position:absolute; right:30px; bottom:30px;}

.ngg-gallery-thumbnail-box {width:25%; margin:0 !important; position:relative;}
.ngg-gallery-thumbnail-box img {width:100%; max-width:none !important; height:auto; max-height:none !important; display:block; -webkit-filter: grayscale(100%); filter: grayscale(100%);}
.ngg-gallery-thumbnail-box img:hover {-webkit-filter:none; filter:none; opacity:1;}
.ngg-gallery-thumbnail-box:after {content:""; display:block; width:30px; height:30px; background:url("images/plus.svg") center no-repeat; background-size:cover; position:absolute; right:30px; bottom:30px;}


.ngg-pro-mosaic-item img {width:100%; max-width:none !important; height:auto; max-height:none !important; display:block; -webkit-filter: grayscale(100%); filter: grayscale(100%);}
/*.ngg-pro-mosaic-item img:hover {-webkit-filter:none; filter:none; opacity:1;}*/
.ngg-pro-mosaic-item span {content:""; display:block; width:30px; height:30px; background:url("images/plus.svg") center no-repeat; background-size:cover; position:absolute; right:30px; bottom:30px;}

.page-id-144 .ngg-pro-mosaic-item img {-webkit-filter: grayscale(0%); filter: grayscale(0%);}

.page-id-100 .ngg-pro-mosaic-item img {-webkit-filter: grayscale(0%); filter: grayscale(0%);}

.ngg-galleryoverview {
	margin: 0 !important;
}

@media (max-width:1000px) {
	.nextgen_pro_thumbnail_grid.ths-grid .image-wrapper {width:50%;}
	.ngg-gallery-thumbnail-box {width:100%; margin:0 !important; position:relative;}

}

@media (max-width:600px) {
	.nextgen_pro_thumbnail_grid.ths-grid .image-wrapper {width:100%;}

}

img.nextgen_pro_sidescroll_image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*
.sl-image:after {
	width: 25vw;
	max-width: 200px;
	height: 25vw;
	max-height: 200px;
	content: "";
	display: block;
	background-image: url(images/graphic.png);
	background-image: url(images/graphic.svg);
	background-position: center;
	background-repeat: no-repeat;
	right: 7.5%;
	bottom: 12.5%;
	background-size: 100% auto;
	position: absolute;
	opacity: .125;
	z-index: 100;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.galleria-image:after {
	width: 200px;
	height: 200px;
	content: "";
	display: block;
	background-image: url(images/graphic.png);
	background-image: url(images/graphic.svg);
	background-position: center;
	background-repeat: no-repeat;
	right: 75px;
	bottom: 40vh;
	background-size: 100% auto;
	position: absolute;
	opacity: .125;
	z-index: 100;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media (min-width: 850px) {
.galleria-image:after {
	width: 25vw;
	max-width: 200px;
	height: 25vw;
	max-height: 200px;
	content: "";
	display: block;
	background-image: url(images/graphic.png);
	background-image: url(images/graphic.svg);
	background-position: center;
	background-repeat: no-repeat;
	right: calc(50vw - 250px);
	bottom: calc(20vh + 125px);
	background-size: 100% auto;
	position: absolute;
	opacity: .125;
	z-index: 100;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
}
*/

#npl_overlay {
    background: #fff !important;
}

.galleria-theme-nextgen_pro_lightbox {
    background: #fff !important;
}

.galleria-theme-nextgen_pro_lightbox .galleria-counter {
    color: #3b3b3b !important;
    font: normal 11px/1 arial,sans-serif;
    font-family: Interstate !important;
}

a.page-numbers {
    background: transparent !important;
    font-family: Interstate !important;
    border-radius: 0 !important;
    color: #3b3b3b !important;
    border: 3px solid #3b3b3b !important;
    font-size: 125% !important;
}

a.page-numbers:hover {
    background: #3b3b3b !important;
    font-family: Interstate !important;
    border-radius: 0 !important;
    color: #fff !important;
    border: 3px solid #3b3b3b !important;
    font-size: 125% !important;
}

span.current {
    font-family: Interstate !important;
    border-radius: 0 !important;
    border: 3px solid #3b3b3b !important;
    background: #3b3b3b !important;
    color: #fff !important;
    font-size: 125% !important;
}

.ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.next, .ngg-navigation span.prev {
	color: #3b3b3b !important;
}

@media (min-width: 850px) {
.ngg-navigation {
    margin: 50px 0;
}
}

/*-----------------------------------*/
/*               FRONT               */
/*-----------------------------------*/

#front-slider {position:relative;margin-bottom: -5px;}
#front-slider-container {position:relative;}
.front-slider-arrow {position:absolute; padding:15px; background:rgba(0,0,0,0.6); transform:translateY(-50%); top:50%; left:0;}
.front-slider-arrow.right {left:auto; right:0;}
.front-slider-arrow:after {content:""; display:block; height:35px; width:35px; background-image:url(images/wht-arrow.png); background-position:center; background-size:contain; background-repeat:no-repeat;}
.front-slider-arrow.svg:after {background-image:url(images/wht-arrow.svg);}
.front-slider-arrow.left:after {transform: rotate(180deg);}
.info-slider {background-size:cover; position:absolute; top:0; left:0; width:100%; background-position:center; background-repeat:no-repeat; display:none;}
.info-slider {display:block; position:relative;}
.info-slider .info-slider-table {display:table; height:700px; width:100%;}
.slider-info {display:table-cell; vertical-align:middle;}
.slider-info-inner {color:#fff;  max-width:800px; margin:0 auto; background:rgba(0,0,0,0.6); width:90%;}
.slider-info-content {padding:10px;}
.slider-info-content .inner {border:solid thin #9e9b93; padding:40px 75px 25px;}
.slider-info-inner a {color:#fff;}

#front-boxes {}
.front-box {padding-top:75px; background-size:cover; background-position:center; background-repeat:no-repeat; height:600px; float:left; width:50%;}
.front-box-title {background-color:#5256a5; padding:12px 20px 7px 8%; display:inline-block;}
.page-id-143 .front-box-title {
    width: calc(100% - 20px - 8%);
    display: block;
    height: 25px;
    line-height: 1.75;
}
.front-box-title h2 {margin:0;}
.front-box-title h2 a,
.front-box-content p {color:#fff;}
.front-box-content {padding-left:8%; padding-top:20px; width:50%; max-width:290px;}

@media (min-width: 730px) {
.front-bottom .front-box-content {padding-left: 4%;padding-top:20px;width:50%;max-width:290px;}
.front-bottom .front-box-title {
    background-color: #5256a5;
    padding: 12px 20px 7px 4%;
    display: inline-block;
}
}

.front-bottom {background-size:cover; background-repeat:no-repeat; background-position:center; padding:75px 0 350px; color:#fff;}
.front-bottom a {color:#fff; }
.front-bottom-content {max-width:350px;}

@media (max-width:1500px) {
	.front-box {height:450px;}
}

@media (max-width:1250px) {
	.info-slider .info-slider-table {height:600px;}
}

/*-----------------------------------*/
/*               FOOTER              */
/*-----------------------------------*/

footer {padding: 6.25rem 0;color:#fff;background: url(images/footer-background.jpg) center right no-repeat;background-size:cover;position:relative;z-index:800;}
footer a {color:#fff; text-decoration:none;}

@media (min-width: 1000px) {
	footer {min-height: 350px;}

}

footer section {
	z-index: 200;
	position: relative;
}

footer:after {
	width: 750px;
	max-width: 55%;
	height: 100%;
	content: "";
	display: block;
	background-image: url(images/graphic.png);
	background-image: url(images/graphic.svg);
	background-position: center;
	background-repeat: no-repeat;
	right: 25px;
	top: 0;
	background-size: 100% auto;
	position: absolute;
	opacity: .25;
	z-index: 100;
}

@media (max-width: 1250px) {
	footer:after {
	width: 80%;
	height: 100%;
	max-width: none;
}
}

@media (max-width: 850px) {
	footer:after {
	display: none;
}
}

.footer-content {padding-bottom:30px;}

.footer-stuffs {padding-bottom:60px;}
footer #searchform {float:left; margin-right:60px;}
#footer-social {float:left;}
#footer-social ul {text-align:left;}
#footer-social li {width:30px; display:inline-block; margin-right:10px;}
#footer-social img {width:100%; height:auto;}

.footer-main-menu {padding-bottom:20px;}
.footer-main-menu li {display:inline-block; padding:0 17px; position:relative;}
@media (max-width: 1400px) {
	.footer-main-menu li {padding:0 12.5px;}
}
.footer-main-menu a {text-transform:uppercase;}
.footer-main-menu li:first-child {padding-left:0;}
.footer-main-menu li:after {border-radius:50%; background-color:#fff; content:""; display:block; width:2px; height:2px; position:absolute; top:50%; margin-top:-2px; right:-2px;}
.footer-main-menu li:last-child:after {display:none;}

.donate-menu {float:left; margin-left:60px; padding-top:7px;}
.donate-menu a {color:#ffcc00; font-size:18px; font-family:Interstate-Bold; text-transform:uppercase;}

.footer-copy p {float:left;}
.footer-copy .footer-menu {float:left; margin-left:30px; text-align:left;}
.footer-copy .footer-menu li {display:inline-block; padding:0 15px; position:relative; line-height:1.5;}
.footer-copy .footer-menu li:first-child {padding-left:0;}
.footer-copy .footer-menu li:after {background-color:#fff; content:""; display:block; width:1px; height:13px; position:absolute; top:4px; right:-2px;}
.footer-copy .footer-menu li:last-child:after {display:none;}

/*-----------------------------------*/
/*            MailChimp              */
/*-----------------------------------*/

#mc_embed_signup form {display: block !important;position: relative !important;text-align: center !important;padding: 0 !important;width: 100% !important;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {display: inline-block;margin: 20px 0;color: #5256a5;border: 2px solid #5256a5;padding: 5px 15px;background: transparent;/* border-radius: 25px; */text-transform: uppercase;text-decoration: none;line-height: 1.5;text-align: center;font-family: 'Sentinel';font-size: 150%;}
#mc_embed_signup .button:hover {color: #ffffff; border: 2px solid #5256a5; background: #5256a5; -webkit-transition-duration: .2s; transition-duration: .2s;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block;font-size:16px;padding-bottom:10px;font-weight:bold;font-family: 'Sentinel';font-size: 32px !important;font-weight: initial !important;}
#mc_embed_signup input.email {display: block !important;padding: 15px 10px !important;margin: 0 auto !important;width: calc(100% - 20px) !important;max-width: 500px;border: none;font-family: Interstate;font-size: 100%;}
#mc_embed_signup input.button {display: block !important;/* width: 200px !important; */margin: 25px auto !important;min-width: 0;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

/*-----------------------------------*/
/*                IE                 */
/*-----------------------------------*/

/* IE 10+ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	footer {background: url(images/footer-bg.jpg) center right no-repeat;background-size:cover;}
	footer:after {
	display: none;
}
.exhibits-container {
		display: table;
		flex-wrap: nowrap;
}
.exhibits-container.three .exhibits {
		width: calc(31% - 100px);
		margin: 0 50px;
		float: none;
		vertical-align: top;
}
.exhibits-container.flex .exhibits {
		width: calc(31% - 100px);
		margin: 0 50px;
		float: none;
		vertical-align: top;
}
.exhibits-container.two .exhibits {
		width: calc(48% - 100px);
		margin: 0 50px;
		float: none;
		vertical-align: top;
}
}

/* IE 9 */
.ie9 body .exhibits-container.three .exhibits {
	width: calc(31% - 100px);
  margin: 0 50px;
  float: none;
  vertical-align: top;
}
.ie9 body .exhibits-container.flex .exhibits {
	width: calc(31% - 100px);
  margin: 0 50px;
  float: none;
  vertical-align: top;
}
.ie9 body .exhibits-container.two .exhibits {
	width: calc(48% - 100px);
  margin: 0 50px;
  float: none;
  vertical-align: top;
}
.ie9 body footer {background: url(images/footer-bg.jpg) center right no-repeat;background-size:cover;}
.ie9 body footer:after {
display: none;
}

.ie9 body .center-con {
	display: none;
}

.heateor_sss_sharing_container {
    margin-left: -2px;
    margin-bottom: 50px;
}

.aligncenter {
    margin-left:auto;
    margin-right:auto;
}

.page-template-template-contact .heateor_sss_sharing_container {
	display:none;
}


/* Disable Sharing Icons on specific pages */

/* Annual Fund page - https://www.tulsahistory.org/annual-fund/ */
.page-id-11715 .heateor_sss_sharing_container {
	display: none;
}

