/*
Theme Name: Mob Museum 2.0
Theme URI: https://www.themobmuseum.org
Version: 06212022006
Author: James Riter & Joe Henriod
Author URI: https://www.themobmuseum.org/
Description: Custom Theme for The Mob Museum
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Mob Museum Theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Mob Museum 2.0 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

body {
	background: #fff
}

.site-content {
	background: #ecf1f4
}

.suggested-amount-box .box-label {

	padding: 0 5px;
	
} 

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

.entry-content ul {
	padding-left: 30px
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption,
td,
th {
	font-weight: 400;
	text-align: left
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

blockquote,
q {
	quotes: """"
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

a img {
	border: 0
}

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: ronnia, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both
}

.entry-content h1 {
	color: #500a0e;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: .5em
}

.entry-content h2,
.entry-content h3 {
	margin-bottom: .25em;
	margin-top: 0
}

.entry-content ul {
	margin-bottom: 1.5em
}

.subnavigation ul {
	margin-bottom: 0
}

.subnavigation h1,
.subnavigation h2,
.subnavigation h3 {
	margin-bottom: 0
}

.entry-title-search {
	color: #500a0e;
	font-size: 20px;
	text-transform: uppercase;
	display: inline;
	padding-left: 10px
}

h1 {
	color: #500a0e;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px
}

h1.huge {
	color: #500a0e;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 1px
}

h2 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase
}

h3 {
	color: #000;
	font-size: 18px;
	text-transform: uppercase
}

h4 {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700
}

h5 {
	color: #000;
	font-size: 16px;
	text-transform: uppercase
}

p {
	margin-bottom: 1.5em
}

p:last-of-type {
	margin-bottom: 0;
}

b,
strong {
	font-weight: 700
}

cite,
dfn,
em,
i {
	font-style: italic
}

blockquote {
	margin: 0;
	text-align: center;
	font-style: italic;
	font-size: 18px
}

address {
	margin: 0 0 1.5em
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help
}

ins,
mark {
	background: #fff9c0;
	text-decoration: none
}

sub,
sup {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	bottom: 1ex
}

sub {
	top: .5ex
}

small {
	font-size: 75%
}

big {
	font-size: 125%
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 1.5em 0
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

li>ol,
li>ul {
	margin-bottom: 0;
	margin-left: 1.5em
}

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

img {
	height: auto;
	max-width: 100%
}

figure {
	margin: 0
}

table {
	margin: 0;
	width: 100%
}

th {
	font-weight: 700
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	display: inline-block;
	border: 1px solid #000;
	padding: 3px 25px;
	margin: 5px auto;
	color: #fff;
	background: #3c5b2b;
	text-shadow: none;
	box-shadow: none;
	cursor: pointer
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background: #2a391a
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15)
}

input[type=checkbox],
input[type=radio] {
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	color: #111
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url] {
	padding: 3px
}

textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%
}

a,
a:visited {
	color: #001c2f;
	text-decoration: none;
	transition: background .3s ease;
	-webkit-transform: background .3s ease;
	transform: background .3s ease
}

a:active,
a:focus,
a:hover {
	color: #001c2f;
	background-color: rgba(0, 101, 148, .2);
	text-decoration: none
}

.entry-content a {
	color: #005389
}

.subnavigation a,
.subnavigation a:visited {
	color: #001c2f
}

a.cta {
	text-transform: uppercase;
	font-family: ronnia, sans-serif;
	border-bottom: 2px solid;
	font-style: italic;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 0;
	font-weight: 400
}

a.yellow-cta,
a.yellow-cta:visited {
	color: #ff0;
	border-color: #ff0;
	transition: color .5s;
	-webkit-transition: color .5s
}

a.yellow-cta:hover {
	color: #f1b515;
	border-color: #f1b515;
	background: 0 0
}

a.white-cta,
a.white-cta:visited {
	color: #fff;
	border-color: #fff;
	transition: color .5s;
	-webkit-transition: color .5s
}

a.white-cta:hover {
	color: #f1b515;
	border-color: #f1b515;
	background: 0 0
}

a.red-cta,
a.red-cta:visited {
	color: #8c121b;
	border-color: #8c121b;
	transition: color .5s;
	-webkit-transition: color .5s
}

a.red-cta:hover {
	color: #bd6529;
	border-color: #bd6529;
	background: 0 0
}

a.blue-cta,
a.blue-cta:visited {
	color: #00a9e8;
	border-color: #00a9e8;
	transition: color .5s;
	-webkit-transition: color .5s
}

a.blue-cta:hover {
	color: #ecf1f4;
	border-color: #ecf1f4;
	background: 0 0
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0
}

.main-navigation li {
	float: left;
	position: relative
}

.main-navigation a {
	display: block;
	text-decoration: none
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0
}

.main-navigation ul ul a {
	width: 200px
}

.main-navigation ul li:hover>ul {
	left: 200px;
	top: 0
}

.main-navigation ul ul li:hover>ul {
	left: 100%
}

.menu-toggle {
	display: none
}

@media screen and (max-width:640px) {
	.main-navigation.toggled .nav-menu,
	.menu-toggle {
		display: block
	}
	.main-navigation ul {
		display: none
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto
}

@media screen and (max-width:1024px) {
	#breadcrumbs .alignright {
		display: block;
		float: none;
		margin: .5em 0
	}
}

@media screen and (max-width:640px) {
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: .5em 0
	}
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
	content: "";
	display: table
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
	clear: both
}

.widget {
	margin: 0 0 1.5em
}

.widget select {
	max-width: 100%
}

.widget_search .search-submit {
	display: none
}

.sticky {
	display: block
}


/* .hentry{margin:0 0 1.5em} */

.byline,
.updated:not(.published) {
	display: none
}

.group-blog .byline,
.single .byline {
	display: none
}

.entry-content,
.entry-summary,
.page-content {
	margin: 1.5em 0 0
}

.page-links {
	clear: both;
	margin: 0 0 1.5em
}

.edit-link {
	display: block
}

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
	display: none
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}

.infinity-end.neverending .site-footer {
	display: block
}

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

.wp-video {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.video-caption-wrap {
	margin-bottom: 2em;
	font-weight: 100
}

embed,
iframe,
object {
	max-width: 100%
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin: 0 auto
}

.wp-caption-text {
	text-align: center
}

.wp-caption .wp-caption-text {
	margin: 0
}

.caption {
	color: #333;
	font-size: 14px
}

.gallery {
	margin-bottom: 1.5em
}

.gallery img {
	vertical-align: middle;
	padding: 2px
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-caption {
	display: block
}

.covervid-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block
}

.covervid-wrapper .exhibit-navigation {
	position: absolute;
	bottom: 10%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
	width: 100%
}

.covervid-wrapper .exhibit-navigation a {
	color: #fff
}

.covervid-wrapper .exhibit-navigation a:hover {
	color: #00a9e8;
	background: 0 0
}

.covervid-wrapper .popup-wrapper {
	width: 100%;
	bottom: 0;
	position: absolute;
	top: 0;
	text-align: center;
	margin: auto
}

.covervid-wrapper .popup {
	text-align: center;
	width: 50%;
	margin: auto;
	display: block;
	border: 10px solid #fff;
	background: rgba(0, 0, 0, .7);
	left: 25%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-bottom: 10px
}

.covervid-wrapper .popup h1 {
	color: #fff;
	font-family: sans-serif;
	font-size: 56px;
	font-weight: 700;
	text-align: center;
	margin: auto;
	padding: 10px
}

@media screen and (max-width:1024px) {
	.covervid-wrapper .popup {
		width: 78%;
		left: 11%
	}
	.covervid-wrapper .popup h1 {
		font-size: 40px
	}
}

.controls {
	color: #8c121b;
	text-align: center;
	font-size: 1em
}

.controls i {
	display: block;
	cursor: pointer;
	font-size: 2em
}

#soundOff {
	display: none
}

#repeat {
	display: none
}

#play {
	cursor: pointer;
	z-index: 999;
	color: #fff;
	font-size: 24px;
	min-width: 155px
}

#pause {
	cursor: pointer;
	display: none;
	z-index: 999;
	color: #fff;
	font-size: 24px;
	min-width: 155px
}

#pause i {
	font-size: 1.75em
}

#soundOff span,
#soundOn span {
	text-decoration: underline
}

.lightred {
	color: #8c121b
}

.brightred {
	color: #ed1f24
}

.darkred {
	color: #500a0e
}

.lightblue {
	color: #005389
}

.brightblue {
	color: #00a9e8
}

.darkblue {
	color: #001c2f
}

.lightgreen {
	color: #3c5b2b
}

.darkgreen {
	color: #27380e
}

.yellow {
	color: #f1b515
}

.orange {
	color: #bd6529
}

.white {
	color: #fff
}

.lightredbg {
	background: #8c121b
}

.darkredbg {
	background: #500a0e
}

.lightbluebg {
	background: #005389
}

.darkbluebg {
	background: #001c2f
}

.lightgreenbg {
	background: #3c5b2b
}

.darkgreenbg {
	background: #27380e
}

.yellowbg {
	background: #f1b515
}

.orangebg {
	background: #bd6529
}

.whitebg {
	background: #fff
}

.site-header {
	font-family: ronnia, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 25px;
	left: 3%;
	z-index: 101
}

.site-branding {
	display: block;
	width: 215px;
	text-align: center
}

@media screen and (max-width:640px) {
	.site-branding {
		width: auto
	}
}

.main-navigation {
	display: block
}

#mobile-navigation ul,
.main-navigation ul {
	display: block;
	margin: 0 auto;
	min-width: 215px;
	max-width: 215px;
	width: 215px;
	z-index: -2
}

.main-navigation ul li {
	display: block;
	text-align: center;
	background: #000;
	border: 1px solid #fff;
	float: none;
	min-width: 215px;
	max-width: 215px;
	width: 215px;
	padding: 3px;
	margin-top: 5px;
	-webkit-transition: background .5s;
	transition: background .5s
}

#mobile-navigation ul li,
#mobile-social-links ul li {
	display: block;
	text-align: center;
	background: #000;
	float: none;
	min-width: 215px;
	max-width: 215px;
	width: 215px;
	padding: 10px 3px;
	-webkit-transition: background .5s;
	transition: background .5s
}

.main-navigation ul li.buytix {
	background: #8c121b
}

#mobile-navigation ul li.buytix {
	background: #8c121b
}

#mobile-navigation ul li a,
#mobile-navigation ul li a:visited,
#mobile-social-links ul li a,
#mobile-social-links ul li a:visited,
.main-navigation ul li a,
.main-navigation ul li a:visited {
	color: #fff
}

#mobile-navigation ul li:hover,
#mobile-social-links ul li:hover,
.main-navigation ul li:hover {
	background: #8c121b
}

#mobile-navigation ul li:active,
#mobile-social-links ul li:active,
.main-navigation ul li:active {
	background: #500a0e
}

#mobile-social-links ul li a i {
	float: left;
	padding: 3px 0 0 5px
}

#fullMenu {
	display: none
}

#viewFullMenu,
#viewFullMenu a {
	cursor: pointer
}

.specialoffer {
	font-family: ronnia, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: fixed;
	right: 0;
	top: -100%;
	z-index: 100;
	padding: 0;
	background: #000;
	display: block
}

.specialpadding {
	padding: 3px 25px
}

.specialoffer .specialpadding {
	border: #fff;
	border-left-style: dotted
}

.specialoffer a,
.specialoffer a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .5s;
	transition: color .5s
}

.specialoffer a:hover {
	color: #fafad2;
	background: 0 0
}

.specialoffer2 {
	font-family: ronnia, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 132px;
	z-index: 100;
	padding: 0;
	background: #500a0e;
	display: block
}

.hours-scheduler {
	font-family: ronnia, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: fixed;
	right: 0;
	top: 122px;
	z-index: 100;
	padding: 0;
	background: #500a0e;
	display: block
}

.hours-scheduler a,
.hours-scheduler a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .5s;
	transition: color .5s
}

.hours-scheduler a:hover {
	color: #f1b515;
	background: 0 0
}

.hours-scheduler2 {
	font-family: ronnia, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: fixed;
	right: 0;
	top: 152px;
	z-index: 100;
	padding: 0;
	background: #500a0e;
	display: block
}

.hours-scheduler2 a,
.hours-scheduler2 a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .5s;
	transition: color .5s
}

.hours-scheduler2 a:hover {
	color: #f1b515;
	background: 0 0
}

.specialoffer2 a,
.specialoffer2 a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .5s;
	transition: color .5s
}

.specialoffer2 a:hover {
	color: #f1b515;
	background: 0 0
}

.nowrap {
	white-space: nowrap
}

#mobile-navigation,
#mobile-social-links {
	display: none
}

@media screen and (max-width:900px) {
	.site-header,
	.specialoffer {
		top: 25px
	}
}

.twitternews {
	background: url(/wp-content/uploads/2015/03/news-ripped-background.png) repeat-x top center;
	margin: -50px auto 0 auto;
	width: 100%;
	z-index: 100;
	min-height: 163px;
	height: 163px;
	max-height: 163px;
	position: relative;
	font-family: ronnia, sans-serif;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase
}

.twitterheight {
	min-height: 163px;
	height: 163px;
	max-height: 163px
}

.twitternews h1 {
	font-family: ronnia, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	letter-spacing: 2px
}

.rotatingtweet {
	min-width: 100%;
	padding-right: 10px
}

#content .norotatingtweets,
#content .rotatingtweets {
	border: none!important;
	margin: 0!important
}

#content .rotatingtweet {
	padding-top: 1.2em
}

.aboutus {
	text-align: center;
	margin-top: -25px
}

.aboutusimages {
	position: relative
}

.aboutusimages img {
	width: 100%;
	height: auto
}

.aboutustext {
	position: absolute;
	top: 15%;
	width: 80%;
	left: 10%;
	z-index: 51;
	font-family: ronnia, sans-serif;
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 200%;
	text-align: center
}

.aboutus h1 {
	font-size: 66px;
	color: #fff;
	line-height: 200%;
	font-family: ronnia, sans-serif;
	font-weight: 300;
	letter-spacing: 15px
}

.insideImages {
	position: relative;
	margin: 0 auto 50px auto!important;
	max-width: 1800px
}

.insideImages img {
	width: 100%;
	height: auto
}

.insideSlides {
	padding: 0!important
}

.insideText {
	position: absolute;
	top: 10%;
	width: 80%;
	left: 10%;
	z-index: 51;
	font-family: ronnia, sans-serif;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 150%;
	text-align: center
}

.insideText h1 {
	color: #fff;
	font-size: 24px;
	margin: 10px 0;
	letter-spacing: 2px
}

@media screen and (max-width:1200px) {
	.insideText {
		top: 0;
		font-size: 16px
	}
}

@media screen and (max-width:1100px) {
	.twitternews h1 {
		font-size: 30px;
		margin-left: 10px
	}
	.aboutus h1 {
		font-size: 48px
	}
	.aboutustext {
		font-size: 18px;
		line-height: 1.5
	}
}

@media screen and (max-width:1024px) {
	.insideText {
		left: 0;
		width: 100%;
		padding: 0 10px
	}
	.site-main .hero_wrapper {
		margin-top: -16px
	}
	.specialoffer {
		display: none
	}
	.specialoffer2 {
		display: none
	}
	.hours-scheduler {
		display: none
	}
}

@media screen and (max-width:800px) {
	.aboutus h1 {
		font-size: 28px;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1px
	}
	.aboutustext {
		font-size: 15px;
		line-height: 1.2
	}
	.insideText {
		font-size: 14px;
		line-height: 1.2
	}
}

@media screen and (max-width:640px) {
	.block__hero .block--title--intro {
		font-size: 5rem
	}
	.aboutSlides {
		display: none
	}
	.aboutustext {
		position: relative;
		width: 100%;
		padding: 10px;
		letter-spacing: normal;
		color: #000;
		left: 0;
		top: 0
	}
	.aboutus {
		margin-top: 0
	}
	.aboutus h1 {
		color: #000
	}
	.twitternews {
		display: none
	}
	.videosection {
		display: none
	}
	.videosection video {
		display: none
	}
	.loading {
		display: none
	}
	.aboutustext a.cta,
	.aboutustext a.cta:visited {
		color: #500a0e;
		border-color: #500a0e
	}
	.mobilebuytickets,
	.mobilehomeinfo {
		margin: 10px 0
	}
	.mobilehomeinfo {
		padding: 0 10px
	}
	.mobilehomeinfo h1 {
		margin-top: 5px
	}
	.insideText {
		position: relative;
		color: #000
	}
	.insideText h1 {
		color: #000
	}
}

.site-footer {
	background: #000;
	color: #666;
	font-family: ronnia, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 15px
}

.site-footer .map img {
	width: 100%;
	height: auto
}

.site-footer .site-info h3,
.site-footer .site-info h3 a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: ronnia, sans-serif;
	font-style: italic;
	font-weight: 400;
	margin-top: 10px
}

.site-footer .site-info h3:first-child {
	margin-top: 0
}

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

.site-footer a,
.site-footer a:visited {
	color: #666
}

.site-footer a:hover {
	color: #fff;
	background: 0 0
}

.site-footer .footer-menu a,
.site-footer .footer-menu a:visited {
	color: #fff;
	text-transform: uppercase;
	transition: color .25s;
	-webkit-transition: color .25s;
	text-decoration: none
}

.site-footer .footer-menu a:hover {
	color: #666
}

.site-footer a.footer-highlight,
.site-footer a.footer-highlight:visitied {
	background-color: #500a0e;
	padding: 10px 2px 10px 2px;
	color: #fff
}

.social-icons {
	margin-bottom: 15px
}

.footer-options {
	margin-bottom: 15px
}

#google_translate_element {
	margin-bottom: 5px
}

a.goog-te-menu-value:hover {
	background: 0 0
}

.footer-options input[type=submit],
.footer-options input[type=text] {
	border-radius: 0;
	padding: 3px;
	text-transform: uppercase;
	font-style: italic;
	max-width: 156px
}

.footer-options input[type=image] {
	background: #fff;
	padding: 6px 6px 5px 6px;
	border: 1px solid #ccc;
	vertical-align: top
}

.goog-te-gadget-simple .goog-te-menu-value span {
	color: #999;
	font-family: Ronnia, sans-serif;
	font-size: 15px
}

.goog-te-gadget-simple {
	padding: 3px
}

.social-icons a,
.social-icons a:visited {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	background: #fff;
	color: #000;
	width: 30px;
	height: 30px;
	margin: 0 15px 15px 0;
	text-align: center;
	transition: background .25s;
	-webkit-transition: background .25s
}

.social-icons a:hover {
	background: #666;
	color: #000
}

@media screen and (max-width:1024px) {
	.site-footer .ninety {
		width: 100%
	}
	.social-icons a,
	.social-icons a:visited {
		margin: 0 8px 8px 0
	}
}

@media screen and (max-width:800px) {
	.social-icons {
		display: none
	}
	.site-footer {
		text-align: center
	}
	.site-footer .site-info .padding10,
	.site-footer .site-info.padding10 {
		padding: 0 10px 10px 10px
	}
	.site-footer .map.padding20 {
		padding: 0 0 10px 0!important
	}
	.site-footer .fifty,
	.site-footer .forty,
	.site-footer .sixty {
		width: 100%
	}
}

.newsevents {
	text-transform: uppercase
}

.newsevents h1 {
	font-family: ronnia, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 34px;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	padding: 10px 10px 10px 20px;
	margin-bottom: 0;
	letter-spacing: 4px
}

#homeEventsSection img,
#homeNewsSection img {
	width: 100%;
	height: auto
}

#homeEventsSection .bx-wrapper {
	background: #001c2f
}

.bx-pager.bx-default-pager,
.eventsPager,
.newsPager {
	float: right;
	vertical-align: middle
}

.eventsPager:before,
.newsPager:before {
	content: "View More: ";
	font-size: 12px;
	padding-bottom: 7px;
	vertical-align: middle;
	letter-spacing: 0
}

.bx-pager-item {
	display: inline-block
}

.bx-pager-item a,
.bx-pager-item a:visited {
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 10px 6px 0 6px;
	outline: 0
}

.newsPager .bx-pager-item a,
.newsPager .bx-pager-item a:visited {
	background: #500a0e
}

.newsPager .bx-pager-item a.active,
.newsPager .bx-pager-item a:hover {
	background: #ed1f24
}

.eventsPager .bx-pager-item a,
.eventsPager .bx-pager-item a:visited {
	background: #001c2f
}

.eventsPager .bx-pager-item a.active,
.eventsPager .bx-pager-item a:hover {
	background: #00a9e8
}

.panel {
	min-height: 85px;
	font-size: 14px
}

@media screen and (max-width:1024px) {
	.newsevents {
		width: 100%!important;
		padding: 5px 10px 10px 10px!important
	}
	.panel {
		min-height: 100px;
		font-size: 13px
	}
	.newsevents h1 {
		font-size: 22px
	}
	.bx-pager-item a,
	.bx-pager-item a:visited {
		margin: 0 6px 0
	}
}

@media screen and (max-width:800px) {
	.newsevents h1 {
		font-size: 16px
	}
	.eventsPager:before,
	.newsPager:before {
		font-size: 10px
	}
}

@media screen and (max-width:640px) {
	.newsevents h1 {
		font-size: 22px
	}
	.bx-pager-item a,
	.bx-pager-item a:visited {
		margin: 4px 6px 0 6px
	}
	#homeNewsSection {
		display: none
	}
}

@media screen and (max-width:400px) {
	.eventsPager:before,
	.newsPager:before {
		content: " "
	}
}

.ctas {
	background: #500a0e url(assets/mob-museum-home-cta-bg-optim.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	font-family: ronnia, sans-serif;
	font-size: 15px;
	font-weight: 200;
	width: 100%;
	text-align: center;
	line-height: 1.5
}

.ctas .thirtythree img {
	width: 100%;
	height: auto
}

.ctas h1 {
	font-size: 30px;
	letter-spacing: 4px;
	text-transform: uppercase
}

.ctas a h1,
.ctas a:visited h1 {
	color: #fff
}

.ctas .padding40 {
	padding: 40px 40px 0 40px
}

@media screen and (max-width:900px) {
	.ctas .thirtythree .padding40 {
		padding: 20px
	}
}

@media screen and (max-width:640px) {
	.ctas {
		background: 0 0
	}
	.ctas img {
		display: none
	}
	.ctas p {
		display: none
	}
	.ctas .thirtythree {
		margin-bottom: 10px
	}
	.mobiledarkgreenbg {
		background: #27380e
	}
	.mobiledarkbluebg {
		background: #001c2f
	}
	.mobiledarkredbg {
		background: #500a0e
	}
	.mobileorangebg {
		background: #bd6529
	}
	.ctas .thirtythree .padding40 {
		padding: 0
	}
}

.newsletter {
	width: 100%;
	text-align: center;
	padding: 30px 10px
}

.newsletter h1 {
	font-family: ronnia, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ccd0d3
}

.newsletter h2 {
	font-family: ronnia, sans-serif;
	font-style: italic;
	font-weight: 200;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ccd0d3;
	margin-bottom: 15px
}

.newsletter input[type=email],
.newsletter input[type=text] {
	display: inline-block;
	text-align: center;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	color: #ccd0d3;
	transition: color .5s;
	-webkit-transition: color .5s;
	font-family: ronnia, sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	width: 90%;
	line-height: 200%;
	min-height: 30px
}

.newsletter input[type=submit] {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 3px solid #ed1f24;
	background: 0 0;
	font-family: ronnia, sans-serif;
	font-style: italic;
	color: #ed1f24;
	text-transform: uppercase;
	box-shadow: none;
	text-shadow: none;
	font-size: 15px
}

.newsletter input[type=submit]:hover {
	color: #8c121b;
	border-bottom: 3px solid #8c121b
}

.newsletter-internal-popup input[type=submit]:hover {
	color: #fff;
	border-bottom: 3px solid #fff
}

.newsletter input:focus {
	color: #000
}

#newsletterHome {
	background: #ecf1f4
}

#newsletter {
	display: none
}

div.wpcf7-response-output {
	margin: 0 auto;
	width: 50%;
	color: #000
}

@media screen and (max-width:900px) {
	.newsletter h1 {
		font-size: 32px
	}
	.newsletter h2 {
		font-size: 18px
	}
}

@media screen and (max-width:640px) {
	div.wpcf7-response-output {
		margin: 0 auto;
		width: 90%
	}
	.newsletter h1 {
		font-size: 24px
	}
	.newsletter h2 {
		font-size: 15px
	}
}

.ten {
	width: 10%
}

.fifteen {
	width: 15%
}

.twenty {
	width: 20%
}

.twentyfive {
	width: 24%
}

.thirty {
	width: 30%
}

.thirtythree {
	width: 33.3%
}

.forty {
	width: 40%
}

.fifty {
	width: 50%
}

.sixty {
	width: 60%
}

.sixtysix {
	width: 66%
}

.seventy {
	width: 70%
}

.seventyfive {
	width: 75%
}

.eighty {
	width: 80%
}

.ninety {
	width: 90%
}

.whole {
	width: 100%
}

.mobile-only {
	display: none!important
}

.inline {
	display: inline-block;
	margin-right: -4px
}

.block {
	display: block
}

.table {
	display: table
}

.table-cell {
	display: table-cell
}

.top {
	vertical-align: top
}

.bottom {
	vertical-align: bottom
}

.middle {
	vertical-align: middle
}

.lefttext {
	text-align: left
}

.centertext {
	text-align: center
}

.righttext {
	text-align: right
}

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

.padding10 {
	padding: 10px
}

.padding20 {
	padding: 20px
}

.padding40 {
	padding: 40px
}

.clickMe {
	cursor: pointer
}

@media screen and (max-width:800px) {
	.eighty,
	.ninety,
	.seventy,
	.seventyfive,
	.sixtysix {
		width: 100%
	}
	.entry-content .twenty {
		width: 100%
	}
}

@media screen and (max-width:640px) {
	.fifteen,
	.fifty,
	.forty,
	.sixty,
	.ten,
	.thirty,
	.thirtythree,
	.twenty,
	.twentyfive {
		width: 100%
	}
	.inline {
		display: block;
		margin-right: initial
	}
	.padding20,
	.padding40 {
		padding: 10px
	}
	.mobile-only {
		display: block!important
	}
	.desktop-only {
		display: block!important;
		margin-top: 15px;
		z-index: 11;
		position: absolute;
		top: 165px
	}
	.specialoffer {
		font-weight: 400;
		font-size: 10px
	}
	.specialoffer2 {
		display: none
	}
}

.scotch-panel-canvas {
	width: auto!important;
	height: auto!important
}

@media screen and (max-width:640px) {
	#viewFullMenu {
		display: none
	}
	#site-navigation {
		display: none
	}
	.site-header {
		background: none repeat scroll 0 0 #000;
		left: 0;
		position: relative;
		text-align: center;
		top: 0;
		height: 50px
	}
	.site-branding img {
		padding-top: 70px
	}
	.mobile-menu-toggle {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 33px;
		cursor: pointer
	}
	#mobile-navigation,
	#mobile-social-links {
		overflow: visible!important
	}
	.mobile-right-menu-toggle {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		font-size: 33px;
		cursor: pointer
	}
	a.mobile-menu-toggle:hover,
	a.mobile-right-menu-toggle:hover {
		color: #fff
	}
}

.entry-header {
	width: 100%;
	height: auto;
	min-height: 330px;
	position: relative;
	font-size: 13px;
	font-family: Ronnia, sans-serif;
	color: #fff;
	line-height: 2
}

.entry-header-inner {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: rgba(0, 0, 0, .8);
	padding: 20px 7% 20px 20px;
	width: 50%
}

.entry-header-inner h1 {
	font-size: 27px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: normal;
	margin-bottom: 5px;
	color: #fff
}

.entry-header-inner-nobg {
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: 45px;
	padding: 20px;
	text-align: center;
	width: 100%
}

.entry-header-inner-nobg-app-page {
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: 0;
	padding: 20px;
	text-align: center;
	width: 100%
}

#app-page ul {
	margin: .75em 0;
	padding: 0 1em;
	list-style: none
}

#app-page li:before {
	content: "";
	border-color: transparent #dc2b19;
	border-style: solid;
	border-width: .35em 0 .35em .45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: .9em;
	position: relative
}

@media (min-width:854px) {
	.entry-header-inner-nobg {
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

@media (max-width:1043px) {
	.desktop-only {
		display: none
	}
}

.entry-header-inner-nobg h1 {
	font-size: 74px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 15px;
	line-height: normal;
	margin-bottom: 5px;
	color: #fff
}

.entry-header-inner-nobg-app-page h1 {
	font-size: 74px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 15px;
	line-height: normal;
	margin-bottom: 5px;
	color: #fff
}

@media screen and (max-width:1024px) {
	.entry-header-inner {
		left: 40%;
		width: 60%
	}
}

@media screen and (max-width:800px) {
	.entry-header-inner-nobg h1 {
		font-size: 48px
	}
	.header-excerpt {
		display: none
	}
	.entry-header-inner {
		text-align: center
	}
	.entry-content {
		padding: 0;
		margin-top: 0
	}
	.entry-content .eighty {
		padding: 10px
	}
	.entry-content .whole {
		padding: 10px
	}
	.entry-content .whole.wholeRow {
		padding: 0
	}
	.whole.indPost {
		padding: 0
	}
}

@media screen and (max-width:640px) {
	.entry-header {
		background: 0 0!important;
		min-height: 0
	}
	.entry-header-inner-nobg {
		width: 100%;
		left: 0;
		text-align: center;
		padding: 10px
	}
	.entry-header-inner,
	.entry-header-inner-nobg {
		left: 0;
		width: 100%;
		transform: none;
		position: relative!important;
		background: #000;
		padding: 10px
	}
	.entry-header-inner h1,
	.entry-header-inner-nobg h1 {
		font-size: 28px;
		margin-bottom: 0;
		letter-spacing: 3px
	}
}

.casefilesbg {
	background: url(assets/case-files-background.png) no-repeat center top;
	background-size: cover;
	overflow-x: hidden!important;
	overflow-y: hidden!important;
	display: block;
	margin-top: -84px;
	padding: 154px 40px 30px;
	position: relative;
	max-width: 1600px
}

.case-file {
	min-height: 278px;
	max-height: 278px;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
	cursor: pointer
}

.panelist {
	padding: 0 10px 10px 0
}

.panelist img {
	width: 100%;
	height: auto;
	margin-bottom: -7px
}

.panelist,
.panelist a,
.panelist a:hover,
.panelist a:visited {
	color: #fff
}

.case-file-popup {
	display: none;
	height: auto;
	position: relative;
	bottom: 0;
	z-index: 1;
	width: 100%;
	font-size: 13px;
	line-height: normal;
	padding: 0
}

.case-file-popup a p,
.case-file-popup p,
.case-file-popup p a {
	font-style: normal;
	font-size: 13px;
	text-transform: none;
	color: #fff;
	margin-bottom: 0;
	text-decoration: none!important
}

.case-file-popup-notch {
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: 1;
	text-align: justify;
	width: 100%;
	padding: 5px 20px
}

.case-file-popup-notch:after {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 213, 14, 0);
	border-bottom-color: inherit;
	border-width: 15px;
	margin-left: -15px
}

.case-file-popup a,
.case-file-popup a:hover,
.case-file-popup a:visited {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0;
	background: 0 0
}

.case-file-popup-notch h1,
.case-file-popup-notch h1 a,
.case-file-popup-notch h1 a:visited {
	font-size: 25px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	margin-bottom: 0
}

.panelist .case-file-popup-notch h1,
.panelist .case-file-popup-notch h1 a,
.panelist .case-file-popup-notch h1 a:visited {
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	margin-bottom: 0
}

@media screen and (max-width:1400px) {
	.casefilesbg {
		margin-top: -60px;
		padding: 100px 20px 20px
	}
}

@media screen and (max-width:900px) {
	.casefilesbg {
		background-position: right top
	}
}

@media screen and (max-width:640px) {
	.casefilesbg {
		background: 0 0;
		margin-top: 0;
		padding: 10px
	}
	.case-file {
		min-height: 0;
		max-height: none;
		background: 0 0
	}
	.panelist {
		background: 0 0!important;
		min-height: 0;
		max-height: none
	}
	.panelist img {
		width: 100%;
		height: auto
	}
	.case-file-popup-notch i {
		display: none
	}
}

.indPost {
	margin-bottom: 20px;
	position: relative
}

.postRow {
	position: relative
}

.indPost img {
	width: 100%;
	height: auto;
	position: relative;
	display: block
}

.right-rollover-wrapper {
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	backface-visibility: hidden
}

.top-rollover-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	backface-visibility: hidden
}

.left-rollover-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: none;
	backface-visibility: hidden
}

.bottom-rollover-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
	backface-visibility: hidden
}

.right-rollover-wrapper-permanent {
	display: block;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0
}

.right-rollover-notch {
	height: 100%;
	z-index: 1;
	text-align: left;
	width: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	backface-visibility: hidden
}

.top-rollover-notch {
	height: 10px;
	width: 100%;
	z-index: 1;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	backface-visibility: hidden
}

.left-rollover-notch {
	height: 100%;
	z-index: 1;
	text-align: left;
	width: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	backface-visibility: hidden
}

.bottom-rollover-notch {
	height: 10px;
	width: 100%;
	z-index: 1;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	backface-visibility: hidden
}

.right-rollover-notch:after,
.right-rollover:after {
	right: 100%;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: inherit;
	border-width: 15px;
	margin-top: -15px;
	padding: 0;
	z-index: 1;
	backface-visibility: hidden;
	margin-left: 20px
}

.top-rollover-notch:after,
.top-rollover:after {
	top: 100%;
	right: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: inherit;
	border-width: 15px;
	margin-left: -15px;
	padding: 0;
	backface-visibility: hidden;
	margin-bottom: 20px
}

.left-rollover-notch:after,
.left-rollover:after {
	left: 100%;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: inherit;
	border-width: 15px;
	margin-bottom: -15px;
	padding: 0;
	z-index: 1;
	backface-visibility: hidden
}

.bottom-rollover-notch:after,
.bottom-rollover:after {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: inherit;
	border-width: 15px;
	margin-right: -15px;
	padding: 0;
	backface-visibility: hidden
}

.right-rollover {
	position: relative;
	display: block;
	right: 0;
	top: 0;
	height: 100%;
	text-align: left;
	padding: 20px;
	backface-visibility: hidden;
	margin-left: 20px;
	z-index: 2
}

.top-rollover {
	position: relative;
	display: block;
	right: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	padding: 20px;
	backface-visibility: hidden;
	z-index: 2
}

.left-rollover {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	text-align: left;
	padding: 20px;
	backface-visibility: hidden;
	z-index: 2
}

.bottom-rollover {
	position: relative;
	display: block;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding: 20px;
	backface-visibility: hidden;
	z-index: 2;
	margin-top: 20px
}

.indPost h1 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 200
}

.bottom-rollover,
.bottom-rollover a,
.bottom-rollover a:visited,
.left-rollover,
.left-rollover a,
.left-rollover a:visited,
.right-rollover,
.right-rollover a,
.right-rollover a:visited,
.right-rollover-permanent,
.right-rollover-permanent a,
.right-rollover-permanent a:visited,
.top-rollover,
.top-rollover a,
.top-rollover a:visited {
	color: #fff!important;
	font-family: Ronnia, sans-serif;
	font-size: 13px
}

.indPost a:hover {
	background: 0 0
}

a.learnmorebottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-style: italic
}

a.learnmorerel {
	clear: both;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-style: italic;
	display: block
}

.title-mobile {
	display: none
}

.whole.indPost {
	min-height: 0;
	height: auto
}

.freezeframe_done,
figure.freezeframe-container {
	width: 100%;
	height: auto;
	z-index: 0;
	overflow: hidden
}

.indPost .mobileImage {
	display: none
}

.indPost .title,
.postRow .title {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: #ccd0d3;
	text-align: center;
	color: #fff;
	letter-spacing: 5px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 1;
	line-height: 2.5
}

.graytitle {
	width: 100%;
	background: #ccd0d3;
	text-align: center;
	color: #fff;
	letter-spacing: 5px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 1;
	line-height: 2.5
}

.audioClick {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
}

@media screen and (max-width:1200px) {
	.indPost h1 {
		font-size: 16px
	}
}

@media screen and (max-width:1024px) {
	.indPost .excerpt {
		display: none
	}
	.indPost h1 {
		font-size: 18px
	}
	.bottom-rollover,
	.bottom-rollover-notch,
	.bottom-rollover-wrapper,
	.bottom-rollover-wrapper-permanent,
	.left-rollover,
	.left-rollover-notch,
	.left-rollover-wrapper,
	.left-rollover-wrapper-permanent,
	.right-rollover,
	.right-rollover-notch,
	.right-rollover-wrapper,
	.right-rollover-wrapper-permanent,
	.top-rollover,
	.top-rollover-notch,
	.top-rollover-wrapper,
	.top-rollover-wrapper-permanent {
		display: none!important
	}
	.indPost {
		margin-bottom: 0
	}
	.title-mobile {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		padding: 5px;
		min-height: 60px
	}
	.title-mobile h1 {
		font-size: 14px
	}
	.title-mobile a,
	.title-mobile h1 {
		color: #fff
	}
	.freezeframe_done,
	figure.freezeframe-container {
		display: none!important
	}
	.indPost.seventyfive {
		width: 75%;
		display: inline-block!important;
		margin-right: -4px!important
	}
	.indPost.twentyfive {
		width: 25%;
		display: inline-block!important;
		margin-right: -4px!important
	}
}

@media screen and (max-width:1024px) {
	.audioClick {
		bottom: 90px
	}
}

@media screen and (max-width:640px) {
	.indPost .mobileImage {
		display: block
	}
	.indPost .desktopImage {
		display: none
	}
	.indPost.seventyfive {
		width: 100%;
		display: block!important;
		margin-right: 0!important
	}
	.indPost.twentyfive {
		width: 105%;
		display: block!important;
		margin-right: 0!important
	}
	.page-template-template-insidethemuseum .title-mobile {
		margin-bottom: 0
	}
	.graytitle {
		margin-top: 20px
	}
}

.newsletter-internal {
	position: relative;
	color: #fff;
	padding: 10px;
	margin-bottom: 0
}

.newsletter-internal h1 {
	font-size: 24px;
	cursor: pointer
}

.newsletter-popup {
	display: none;
	height: auto;
	position: relative;
	bottom: 0;
	z-index: 1;
	width: 100%
}

.newsletter-internal-popup p {
	margin-bottom: 0
}

.newsletter-internal:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 213, 14, 0);
	border-bottom-color: #8c121b;
	border-width: 15px;
	margin-left: -15px
}

#breadcrumbs {
	list-style: none;
	font-size: 15px;
	color: #888;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	padding-left: 0;
	padding-bottom: 30px;
	border-bottom: 2px solid #eee;
	margin-bottom: 30px
}

#breadcrumbs li {
	display: inline-block;
	margin-right: 5px
}

#breadcrumbs a {
	color: #500a0e;
	font-weight: 700
}

@media screen and (max-width:800px) {
	#breadcrumbs {
		margin: 10px
	}
}

.timeline-wrapper {
	background: url(assets/timeline-background.png) center center repeat-y
}

.event h1 {
	font-family: Ronnia;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 20px;
	position: relative
}

.event h2 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase
}

.event iframe,
.event img {
	max-width: 100%;
	min-width: 100%;
	padding: 20px;
	height: auto
}

.event {
	width: 85%;
	text-align: left;
	background: #181818;
	color: #fff;
	font-size: 14px;
	text-transform: none
}

.event a:hover {
	background: 0 0
}

.event.even {
	margin-top: 50px;
	margin-left: 0
}

.event.odd {
	margin-top: 150px;
	margin-left: 15%
}

.event.even h1:before {
	left: 100%;
	top: 27%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: inherit;
	border-width: 0 15px 30px 30px;
	margin-top: 0
}

.event.odd h1:before {
	right: 100%;
	top: 27%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: inherit;
	border-width: 0 30px 30px 15px;
	margin-top: 0
}

.event.even h1:after {
	left: 115%;
	top: 15%;
	content: " ";
	height: 37%;
	width: 5%;
	border: 5px solid;
	border-radius: 20px;
	border-color: #7d7d7d;
	position: absolute;
	pointer-events: none;
	background: #fff
}

.event.odd h1:after {
	right: 115%;
	top: 15%;
	content: " ";
	height: 37%;
	width: 5%;
	border: 5px solid;
	border-radius: 20px;
	border-color: #7d7d7d;
	position: absolute;
	pointer-events: none;
	margin-top: 0;
	background: #fff
}

.pastbtn {
	margin-top: 50px;
	text-align: center
}

.pastbtn a,
.pastbtn a:visited {
	display: inline-block;
	background: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Ronnia, sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	padding: 3px 40px
}

.fakepastbtn {
	display: inline-block;
	background: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Ronnia, sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	padding: 3px 40px;
	margin-top: 50px;
	cursor: pointer
}

.pastbtn a:hover {
	color: #7d7d7d
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
	margin: 0 auto;
	padding: 0
}

.dropdown dd {
	position: relative
}

.dropdown-wrap {
	min-width: 292px;
	max-width: 292px;
	margin: 0 auto;
	display: block
}

.dropdown dt a {
	background: #000 url(assets/dropdown-arrow.png) no-repeat scroll right 20px center;
	display: inline-block;
	padding: 3px 60px 3px 40px;
	color: #fff;
	min-width: 292px;
	font-weight: 200
}

.dropdown dt a span {
	cursor: pointer;
	display: block;
	padding: 5px;
	color: #fff
}

.dropdown dd ul {
	background: #000 none repeat scroll 0 0;
	display: none;
	list-style: none;
	padding: 5px 0;
	max-width: 292px;
	min-width: 292px;
	left: 0;
	width: auto;
	position: absolute;
	z-index: 5
}

.dropdown span.value {
	display: none
}

.dropdown dd ul li a,
.dropdown dd ul li a:visited {
	padding: 10px;
	display: block;
	color: #fff;
	border-top: 1px solid #7d7d7d
}

.dropdown dd ul li a:hover {
	background: #500a0e
}

.dropdown span.value {
	display: none
}

.timelinesearch {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 250px
}

.timelinesearch input[type=text] {
	width: auto
}

.timelinesearch input[type=image] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	padding: 6px 6px 5px;
	vertical-align: top
}

@media screen and (max-width:1024px) {
	.event.even h1:after,
	.event.even h1:before,
	.event.odd h1:after,
	.event.odd h1:before {
		border: none;
		content: "";
		background: 0 0
	}
}

@media screen and (max-width:640px) {
	.event.even,
	.event.odd {
		width: 100%;
		margin-top: 20px;
		margin-left: 0
	}
}

.featuredPost img,
.promotedPost img,
.regularPost img {
	width: 100%;
	height: auto
}

.blog-image {
	max-width: 400px;
	height: auto
}

.blotterbg {
	background: url(assets/blotter-background.png) no-repeat center top;
	background-size: cover;
	overflow-x: hidden!important;
	overflow-y: hidden!important;
	display: block;
	padding: 120px 40px 0;
	position: relative;
	max-width: 1600px
}

.newspaperbg {
	background: #e5e2e1;
	display: block;
	padding: 0 40px 40px 40px;
	position: relative;
	max-width: 1600px;
	width: 99.7%;
	margin-top: -1px
}

.featuredPost {
	border-top: 2px solid #000;
	padding-top: 10px
}

.featuredPost h1 {
	color: #000;
	font-size: 35px;
	font-style: italic;
	line-height: normal;
	margin-bottom: 10px
}

h1.entry-headline {
	color: #000;
	font-size: 35px;
	font-style: italic;
	line-height: normal;
	margin-bottom: 10px
}

.promotedPost {
	min-height: 350px
}

.promotedPost h1 {
	color: #fff;
	padding: 10px;
	line-height: normal;
	font-weight: 200
}

.promotedPost {
	position: relative;
	background-size: cover!important
}

.promotedPost .minipanel {
	position: absolute;
	bottom: 0;
	font-size: 12px
}

.marginbottom {
	margin-bottom: 20px
}

.margintop {
	margin-top: 20px
}

.darkbluebg.minipanel a,
.darkbluebg.minipanel a:visited {
	color: #00a9e8;
	text-transform: uppercase;
	font-style: italic;
	text-decoration: underline
}

.darkredbg.minipanel a,
.darkredbg.minipanel a:visited {
	color: #ed1f24;
	text-transform: uppercase;
	display: block;
	font-style: italic;
	text-decoration: underline
}

.minipanel a:hover {
	color: #fff;
	background: 0 0
}

.minipanel p,
.regularPost p {
	margin-bottom: 5px
}

.regularPost .eighty {
	padding: 0 10px
}

.regularPost h1 {
	color: #000;
	font-size: 18px
}

.regularPost p {
	font-size: 13px
}

.page-template-template-blotter #breadcrumbs {
	margin-bottom: 0
}

.blogSidebar li.widget {
	list-style: none
}

.blogSidebar h2 {
	font-style: italic
}

.blogSidebar {
	padding: 0 10px 0 20px
}

.blogSidebar li ul {
	margin-left: 0;
	padding-left: 15px
}

.featuredPost .sixty {
	padding: 0 20px
}

.featuredPost .date {
	font-size: 12px;
	margin-bottom: 15px;
	font-style: italic
}

.paddingleft {
	padding-left: 20px
}

.blogSidebar input[type=text] {
	max-width: 80%
}

@media screen and (max-width:1100px) {
	.blogSidebar {
		width: 100%
	}
	.blogContent {
		width: 100%
	}
}

@media screen and (max-width:900px) {
	.promoted .fifty {
		width: 100%
	}
	.promoted .fifty:first-child {
		margin-bottom: 20px
	}
	.paddingleft {
		padding-left: 0
	}
	.blotterbg {
		padding: 60px 20px 0 20px
	}
	.marginbottom {
		margin-bottom: 0
	}
	.newspaperbg {
		padding: 20px
	}
	.featuredPost p {
		margin-bottom: .5em
	}
	.featuredPost .forty,
	.featuredPost .sixty {
		width: 100%;
		padding: 0
	}
	.regularPost .twenty {
		width: 40%;
		display: inline-block
	}
	.regularPost .eighty {
		width: 60%;
		display: inline-block
	}
}

@media screen and (max-width:640px) {
	.regularPost .twenty {
		width: 100%;
		display: inline-block
	}
	.regularPost .eighty {
		width: 100%;
		display: inline-block
	}
	.blotterbg {
		background-image: none;
		background: #e5e2e1;
		padding: 20px;
		margin-top: 20px
	}
	.promotedPost {
		background: 0 0!important;
		padding: 0!important
	}
	.promotedPost,
	.promotedPost * {
		position: relative!important
	}
	.promotedPost h1 {
		margin-bottom: 0;
		font-size: 16px
	}
	.blogContent,
	.promoted,
	.regularPost {
		padding: 0!important
	}
	.promoted .fifty:first-child {
		margin-bottom: 0
	}
}

#mixContainer .mix {
	display: none
}

.filter {
	cursor: pointer
}

.small_excerpt {
	font-size: 12px;
	letter-spacing: 2px;
	text-align: left
}

.blackbtn {
	display: inline-block;
	background: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Ronnia, sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	padding: 3px 40px;
	margin: 0 20px 40px 20px;
	cursor: pointer
}

.popculture .ninety img {
	width: 100%;
	height: auto;
	vertical-align: middle
}

.popculture-details {
	display: none
}

.popculture-qtip {
	width: 400px!important;
	max-width: 400px!important
}

.popculture,
.popculture-poster {
	display: block
}

@media screen and (max-width:1200px) {
	.twenty.popculture {
		width: 25%
	}
}

@media screen and (max-width:1024px) {
	.twenty.popculture {
		width: 33%
	}
}

@media screen and (max-width:800px) {
	.twenty.popculture {
		width: 50%
	}
	.blackbtn {
		padding: 3px 20px;
		margin: 0 10px 20px 10px;
		font-size: 15px
	}
}

@media screen and (max-width:640px) {
	.twenty.popculture {
		width: 100%
	}
	.blackbtn {
		display: block
	}
	.popculture .ninety {
		text-align: center
	}
	.popculture .ninety img {
		width: auto
	}
}

.easter-egg a:hover {
	background: 0 0
}

.easter-egg {
	float: right;
	cursor: pointer
}

.fancybox-inner #mainContent {
	margin-top: 0
}

.tooltipevent p {
	margin-bottom: 0
}

h1.easterEgg {
	color: #000;
	font-size: 50px;
	font-style: italic;
	line-height: normal;
	margin-bottom: 10px
}

h2.easterEgg {
	color: #000;
	font-size: 35px;
	font-style: italic;
	line-height: normal;
	margin-bottom: 10px
}

#eggOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	z-index: 5;
	text-align: center
}

.eggYolk {
	width: 80%;
	margin-top: 15%;
	margin-left: 10%;
	text-align: center
}

#actualEgg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	z-index: 1
}

#actualEgg p {
	margin-bottom: 0
}

#actualEgg ul {
	margin: 10px 0;
	list-style: inside
}

#investigate {
	cursor: pointer
}

@media screen and (max-width:640px) {
	#eggOverlay {
		position: relative;
		width: auto;
		height: auto;
		background: 0 0
	}
	.eggYolk {
		width: 100%;
		height: auto;
		margin-top: 0;
		margin-left: 0
	}
	#investigate {
		display: none
	}
	#actualEgg {
		position: relative;
		background: 0 0;
		width: auto;
		height: auto
	}
	h1.easterEgg {
		font-size: 36px
	}
	h2.easterEgg {
		font-size: 20px;
		text-align: center;
		border-top: 1px solid #000;
		padding-top: 20px
	}
}

.event-list {
	margin: 0 auto 20px auto;
	border-bottom: 1px solid;
	padding-bottom: 10px
}

.event-list p {
	margin-bottom: 0
}

.event-details {
	padding: 0 0 0 20px
}

.event-info {
	text-align: center
}

.event-info a:hover {
	background: 0 0
}

.event-info a.button {
	display: block;
	border: 1px solid #000;
	padding: 3px 25px;
	margin: 5px auto;
	color: #fff
}

.event-info a.button:hover {
	color: #ccc
}

a.button {
	display: inline-block;
	border: 1px solid #000;
	padding: 3px 25px;
	margin: 5px auto;
	color: #fff!important;
	background: #3c5b2b
}

a.button:hover {
	background: #2a391a
}

a.button.blue,
a.button.blue:visited {
	background: #005389
}

a.button.blue:hover {
	background: #001c2f
}

a.button.red,
a.button.red:visited {
	background: #8c121b
}

a.button.red:hover {
	background: #500a0e
}

a.button.large {
	padding: 15px 50px;
	display: block
}

@media screen and (max-width:800px) {
	.event-info {
		width: 100%
	}
	.event-info img {
		width: 100%;
		height: auto
	}
	.event-details {
		padding: 0
	}
	.event-list {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-webkit-flex-flow: column;
		-ms-flex-direction: column;
		flex-flow: column
	}
	.event-info {
		-moz-box-ordinal-group: 2;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.event-details {
		-moz-box-ordinal-group: 1;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

h1.event-title {
	display: inline;
	font-size: 24px;
	font-style: italic;
	text-transform: none;
	color: #000;
	margin-bottom: 0
}

.event-deets {
	display: block
}

.event-deets .line {
	padding-bottom: 10px
}

.event-logo {
	padding: 0 20px 20px 20px;
	float: right;
	max-width: 240px
}

.event-logo-intro {
	font-weight: 700
}

.event-logo img {
	max-width: 200px;
	height: auto;
	padding: 10px;
	display: block
}

.event-image {
	display: inline;
	float: right;
	margin-left: 1.5em
}

@media screen and (max-width:1024px) {
	.event-deets {
		display: block;
		width: 100%;
		float: none;
		margin-left: 0
	}
	.event-image {
		display: block;
		width: 100%;
		float: none;
		margin-left: 0;
		text-align: center
	}
	.event-deets {
		margin-top: 10px
	}
}

#mixContainer2 .mix {
	display: none
}

.secondaryFilters {
	display: none;
	margin-bottom: 40px
}

.secondaryFilters .filter {
	padding: 0 20px;
	color: #001c2f;
	text-decoration: underline;
	transition: .5s;
	-webkit-transition: .5s
}

.secondaryFilters .filter:hover {
	color: #001c2f;
	background: rgba(0, 101, 148, .2);
	text-decoration: none
}

.preview-thumb {
	padding: 0 20px;
	position: relative;
	margin-bottom: 20px
}

.preview-thumb i {
	top: 50%;
	left: 50%;
	position: absolute;
	color: #fff;
	margin-left: -10px;
	margin-top: -15px
}

.preview-thumb img {
	vertical-align: middle
}

.tickets tr:nth-child(2n) {
	background: #e9e9e9
}

.tickets {
	margin-bottom: 1.5em;
	border-top: 1px solid #ccc
}

.tickets td {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
	min-width: 125px
}

.tickets td:nth-child(2n) {
	text-align: center
}

span.wpcf7-list-item {
	display: block
}

.tickets p {
	margin-bottom: 0
}

@media screen and (max-width:1024px) {
	.wpcf7-form .seventy {
		width: 100%
	}
}

@media screen and (max-width:640px) {
	.wpcf7-form .righttext {
		text-align: left;
		margin-top: 20px
	}
	.wpcf7-form .padding20 {
		padding: 0
	}
}

#faqs {
	position: relative
}

#faqs .strong {
	cursor: pointer;
	text-decoration: underline;
	font-weight: 700;
	padding-top: 0;
	margin: 20px 0 5px
}

#faqs .strong:first-child {
	margin-top: 0
}

#faqs div {
	height: 0;
	overflow: hidden;
	position: relative
}

#faqs p {
	position: relative
}

* {
	margin: 0;
	padding: 0
}

.fancybox-nav:hover {
	background: 0 0!important
}

.buttongrid {
	display: inline-block;
	padding: 10px;
	text-align: center;
	max-width: 49%
}

.buttongrid img {
	vertical-align: middle
}

.social-page {
	display: inline-block;
	padding: 15px;
	margin: 20px;
	vertical-align: top
}

@media screen and (max-width:800px) {
	.buttongrid {
		display: block;
		max-width: 419px;
		margin: 5px auto;
		padding: 0
	}
}

.social-page i {
	font-size: 38px;
	display: inline-block;
	padding: 0 25px 30px 0
}

.social-page a,
.social-page a:visited {
	color: #005389
}

.social-page a:hover {
	color: #8c121b;
	background: 0 0
}

.perks {
	width: 80%;
	max-width: 900px
}

.perk {
	background: #001c2f;
	color: #fff;
	display: inline-block;
	width: 30%;
	margin-right: 15px;
	text-align: center;
	padding: 10px;
	vertical-align: top;
	margin-bottom: 15px
}

.perk a:link,
.perk a:visited {
	color: #fff!important
}

.perk:hover {
	background: #bd6529
}

.perks a:hover {
	background: 0 0
}

.perk h2,
.perk h5 {
	color: #fff
}

.perk h5 {
	font-size: 12px
}

.mctas {
	max-width: 900px;
	width: 73%
}

.mcta {
	margin-bottom: 15px;
	min-height: 200px
}

.mct a:visited,
.mcta a,
.mcta a:hover,
.mcta h1,
.mcta h3,
.mcta h5 {
	color: #fff;
	background: 0 0
}

.mcta h1 {
	font-size: 40px;
	margin-bottom: 5px;
	font-weight: 600;
	padding: 10px
}

.mcta h3 {
	font-size: 36px
}

.mcta h5 {
	font-size: 18px
}

.mcta-image,
.mcta-text {
	height: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 50%;
	min-height: 230px;
	text-align: center;
	margin-bottom: 0;
	background-size: cover!important;
	padding-top: 15px
}

.highlight-quote {
	margin: 15px 0 25px 40px;
	font-size: 20px;
	font-style: italic;
	color: #8c121b;
	border-left: 2px solid #8c121b;
	padding: 2px 0 2px 10px
}

.combo {
	padding: 20px;
	margin-bottom: 20px
}

.combo p:last-child {
	margin-bottom: 0
}

.combo .seventy {
	padding: 0 20px
}

.combo a,
.combo a:visited {
	color: #fff
}

.combo a:hover {
	color: #ecf1f4;
	background: 0 0
}

.postnav {
	width: 100%;
	clear: both;
	display: block;
	padding-top: 20px
}

.clear {
	width: 100%;
	clear: both;
	display: block
}

.large-lp-button {
	margin: 0 0 20px 0;
	position: relative;
	max-width: 1200px
}

.large-lp-button .inner-left,
.large-lp-button .inner-right {
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase
}

.large-lp-button img {
	vertical-align: middle;
	width: 100%
}

.large-lp-button .inner-right {
	right: 0
}

.large-lp-button .inner-left {
	left: 0
}

.colorbox {
	margin-bottom: 20px
}

.awardsbg {
	background: #500a0e url(assets/awardsbg.jpg) no-repeat center left;
	padding-left: 284px
}

.accoladesbg {
	background: #bd6529 url(assets/accoladesbg.jpg) no-repeat center right;
	padding-right: 350px
}

.biglpbutton {
	margin-bottom: 20px
}

.biglpbutton {
	width: 100%;
	max-width: 1200px;
	height: auto
}

.biglpbutton a:hover {
	background: 0 0
}

.biglpbutton .buttontext {
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0
}

.biglpbutton .buttontext span {
	font-size: 36px;
	display: block
}

.buttontitle {
	width: 30%
}

.buttontitle a,
.buttontitle a:visited {
	color: #fff
}

.buttonimage {
	width: 70%;
	text-align: right
}

.buttontitlelarge {
	width: 60%
}

.buttonimagesmall {
	width: 40%;
	text-align: right
}

.buttonimage.left {
	text-align: left
}

.buttonimage img,
.buttonimagesmall img {
	vertical-align: middle;
	width: 100%
}

@media screen and (max-width:1200px) {
	.biglpbutton .buttontext {
		font-size: 30px
	}
	.biglpbutton .buttontext span {
		font-size: 18px
	}
}

@media screen and (max-width:1024px) {
	.perks {
		width: 100%
	}
	.mctas {
		width: 100%
	}
	.awardsbg {
		background: #500a0e;
		padding: 0
	}
	.accoladesbg {
		background: #bd6529;
		padding: 0
	}
}

@media screen and (max-width:800px) {
	.social-page {
		text-align: center
	}
	.perk {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}
	.biglpbutton {
		padding: 0!important
	}
}

@media screen and (max-width:640px) {
	.mcta-image,
	.mcta-text {
		width: 100%;
		display: block;
		margin-right: 0
	}
	.mcta-image {
		margin-bottom: 0
	}
	.mcta-text {
		margin-bottom: 15px
	}
	.buttonimage,
	.buttontitle {
		width: 100%
	}
	.buttontitle {
		padding: 5px 0
	}
}

.fancybox-title-float-wrap .child {
	margin-right: 0;
	border-radius: 0;
	white-space: normal
}

.fancybox-title-float-wrap {
	right: 0;
	position: relative
}

.share {
	cursor: pointer
}

.question {
	margin: 10px 0 20px 0
}

.question h1 {
	margin-bottom: 0
}

.question label,
.question span {
	display: block;
	padding: 5px 0
}

.question input[type=text] {
	display: inline-block;
	max-width: 30%
}

.question-wrap {
	padding: 0 10px 0 10px
}

@media screen and (max-width:1200px) {
	.question input[type=text] {
		max-width: 40%
	}
}

@media screen and (max-width:1024px) {
	.question input[type=text] {
		max-width: 60%;
		display: block;
		margin: 0 auto
	}
}

@media screen and (max-width:640px) {
	.question input[type=text] {
		max-width: 75%;
		display: block
	}
	#questions hr {
		display: none
	}
	.question {
		border-top: 1px solid #ccc;
		padding-top: 10px
	}
}

.fancybox-title-float-wrap .child {
	text-shadow: none!important;
	color: #000!important;
	background: 0 0!important;
	line-height: 1!important;
	padding: 10px 0!important
}

.type-box {
	background: #000;
	color: #fff;
	font-family: monospace;
	padding-top: 1em;
	padding-bottom: 1em;
	display: flex;
	justify-content: center
}

.typewriter h1 {
	color: #fff;
	font-size: 42px;
	overflow: hidden;
	border-right: .15em solid #fff;
	white-space: nowrap;
	margin: 0 auto;
	letter-spacing: .2em;
	animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite
}

@keyframes typing {
	from {
		width: 0
	}
	to {
		width: 100%
	}
}

@keyframes blink-caret {
	from,
	to {
		border-color: transparent
	}
	50% {
		border-color: #fff
	}
}

.outer_news {
	margin: 30px 0 0 0;
	padding: 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .246094) 0 1px 2px 0
}

.news_title {
	padding: 5px;
	background-color: #978c89;
	text-align: center;
	font-size: 25px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff
}

.news_links {
	padding-right: 30px;
	padding-top: 10px
}

.related_news_blog ul {
	list-style-type: none;
	width: 500px;
	padding-right: 30px
}

.related_news_blog li img {
	float: left;
	margin: 0 15px 0 0
}

.related_news_blog li p {
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	color: #2f2f2f;
	margin-top: 0;
	margin-bottom: 20px
}

.headline a {
	font-family: Helvetica;
	font-style: bold;
	font-size: 20px;
	color: #000;
	text-transform: uppercase
}

.related_news_blog li {
	padding: 10px;
	overflow: auto;
	min-width: 600px
}

.related_news_blog li:hover {
	background: #eee;
	cursor: pointer
}

.chart-wrap {
	font: 13px/1.3 'Lucida Grande', sans-serif;
	color: #666
}

.chart {
	display: table;
	table-layout: fixed;
	width: 60%;
	max-width: 700px;
	height: 200px;
	margin: 0 auto;
	background-image: linear-gradient(to top, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, 0) 2%);
	background-size: 100% 50px;
	background-position: left top
}

.chart li {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	height: 200px
}

.chart span {
	margin: 0 1em;
	display: block;
	background: rgba(209, 236, 250, .75);
	animation: draw 1s ease-in-out
}

.chart span:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 5px 1em 0;
	display: block;
	text-align: center;
	content: attr(title);
	word-wrap: break-word
}

@keyframes draw {
	0% {
		height: 0
	}
}

.single-ticket-header-text {
	text-align: right;
	padding-top: 90px;
	padding-right: 60px;
	line-height: 1.5
}

.rwd-break {
	display: inline
}

@media screen and (max-width:940px) and (min-width:740px) {
	.rwd-break {
		display: block;
		font-size: 30px
	}
}

@media screen and (max-width:740px) and (min-width:640px) {
	.rwd-break {
		display: block;
		font-size: 24px
	}
}

#ticket-button {
	width: 200px;
	border: 5px solid #fff;
	float: right;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding-right: 25px;
	line-height: 2;
	margin-top: 20px
}

#ticket-button:hover {
	-webkit-transition-duration: .4s;
	transition-duration: .4s
}

#ticket-button:hover {
	background: red;
	background: -webkit-linear-gradient(#be0000, #e00, #be0000);
	background: -o-linear-gradient(#be0000, #e00, #be0000);
	background: -moz-linear-gradient(#be0000, #e00, #be0000);
	background: linear-gradient(#be0000, #e00, #be0000)
}

@media screen and (max-width:640px) {
	.single-ticket-header-text {
		text-align: center;
		padding-top: 10px;
		padding-right: 0;
		line-height: 1.5;
		background-color: #000
	}
	#ticket-button {
		width: 280px;
		padding-right: 0;
		margin-bottom: 20px;
		margin-right: 55px;
		background-color: #000;
		border: 5px solid #bb141b
	}
}

.ticket-sidebar-box {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 5px;
	padding: 10px;
	list-style-type: none;
	font-size: 105%;
	display: table-cell
}

.ticket-info-box-wrapper {
	width: 100%
}

.ticket-info-box {
	background-color: #252525;
	margin-bottom: 13px;
	padding: 20px 20px 20px 20px;
	list-style-type: none;
	font-size: 114%
}

.ticket-info-box-wrapper [class*=ticket-info-box]:last-of-type {
	margin-bottom: 0
}

.ticket-info-box h1 {
	margin: 0;
	padding-bottom: 6px;
	text-align: center;
	color: #fff
}

.ticket-info-box ul {
	padding-left: 0
}

.ticket-info-box ul li {
	color: #fff;
	list-style: none
}

.responsive-tabs__panel {
	max-width: 900px
}

.featured-benefits-grid {
	overflow: hidden;
	width: 100%;
	max-width: 900px;
	color: #fff;
	margin: 10px 0 20px 0
}

.benefits-tile-left {
	float: left;
	width: 49.5%;
	background-color: #252525;
	padding: 20px;
	margin: 2px
}

.benefits-tile-right {
	float: right;
	width: 49.5%;
	background-color: #252525;
	padding: 20px;
	margin: 2px
}

@media screen and (max-width:1140px) and (min-width:792px) {
	.benefits-tile-left {
		float: left;
		width: 49.5%;
		background-color: #252525;
		padding: 20px;
		margin: 2px
	}
	.benefits-tile-right {
		float: right;
		width: 49%;
		background-color: #252525;
		padding: 20px;
		margin: 2px
	}
}

@media screen and (max-width:792px) {
	.benefits-tile-left {
		float: left;
		width: 100%;
		background-color: #252525;
		padding: 20px;
		margin: 2px
	}
	.benefits-tile-right {
		float: right;
		width: 100%;
		background-color: #252525;
		padding: 20px;
		margin: 2px
	}
}

.benefit-text {
	padding-left: 10px;
	color: #e9e9e9
}

.benefit-text a,
.benefit-text a:visited {
	color: #e9e9e9
}

.benfits-top-bar {
	margin: 15px 0 15px 0;
	border-bottom-width: 2px;
	border-style: solid;
	border-bottom-color: #3a3a3a
}

.benefits-left-tag {
	float: left;
	color: #252525;
	font-style: italic;
	font-weight: 700
}

.benefits-right-tag {
	float: right;
	color: #bb141b;
	font-style: italic;
	font-weight: 700
}

.video-wrapper-tickets {
	position: relative;
	padding-bottom: 52%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
	margin-bottom: 12px
}

.video-wrapper-tickets embed,
.video-wrapper-tickets iframe,
.video-wrapper-tickets object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ninehundredwrap {
	max-width: 900px;
	overflow: hidden
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.grid {
	margin: 0 0 20px 0
}

#Nav.grid {
	margin: 0;
	background-color: #000
}

.grid:after {
	content: "";
	display: table;
	clear: both
}

[class*=col-] {
	float: left;
	padding-right: 20px
}

.grid [class*=col-]:last-of-type {
	padding-right: 0
}

.col-2-3 {
	width: 66.66%
}

.col-1-3 {
	width: 33.33%
}

.col-1-2 {
	width: 50%
}

.col-1-4 {
	width: 25%
}

.col-1-6 {
	width: 16.6%
}

.col-1-8 {
	width: 12.5%
}

.col-1-12 {
	width: 8.33%
}

.module {
	padding: 20px;
	background: #eee
}

.grid-pad {
	padding: 20px 0 20px 20px
}

.grid-pad [class*=col-]:last-of-type {
	padding-right: 20px
}

@media screen and (max-width:1040px) {
	.col-1-3 {
		width: 100%;
		padding: 0 30px 20px 10px
	}
	.col-2-3 {
		width: 100%;
		padding: 0 30px 20px 10px
	}
	.grid [class*=col-]:last-of-type {
		padding-bottom: 0
	}
}

.subnavigation h1 {
	font-style: italic;
	text-transform: uppercase
}

.subnavigation ul {
	list-style: none;
	padding-left: 0
}

.subnavigation .current_page_item>a {
	text-decoration: underline
}

.preload {
	display: none
}

#preload {
	display: none
}

label {
	cursor: pointer
}

label[for=menu-toggle] {
	display: none
}

#menu-toggle {
	display: none
}

#menu {
	display: none
}

.subnavigation-over {
	display: block
}

@media screen and (max-width:800px) {
	.subnavigation-over {
		display: none
	}
	label[for=menu-toggle] {
		display: block;
		background: #001c2f;
		padding: 10;
		color: #e9e9e9
	}
	#menu-toggle:checked+#menu+.subnavigation-over {
		display: block
	}
	.subnavigation {
		background: #001c2f;
		padding: 10px 0;
	}
	.subnavigation a,
	.subnavigation a:visited {
		color: #fff
	}
	.subnavigation .current_page_item {
		display: none
	}
}

label[for=menu-toggle] b {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: background .5s ease
}

label[for=menu-toggle] i {
	display: block;
	background: #fff;
	width: 24px;
	height: 4px;
	position: absolute;
	left: 8px;
	top: 11px;
	border-radius: 1000px;
	transform-origin: 20px 4px;
	transition: transform .3s cubic-bezier(.09, .92, 0, 1.435), opacity .5s ease
}

label[for=menu-toggle] b i:nth-child(2) {
	top: 18px
}

label[for=menu-toggle] b i:nth-child(3) {
	transform-origin: 26px 4px;
	top: 25px
}

.bqstart {
	float: left;
	font-size: 700%;
	color: red
}

.bqend {
	float: right;
	font-size: 700%;
	color: red
}

@font-face {
	font-family: Cormorant;
	src: url(/wp-content/themes/newmob/assets/fonts/Cormorant-Regular.ttf);
	src: url(/wp-content/themes/newmob/assets/fonts/Cormorant-Regular.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/newmob/assets/fonts/Cormorant-Regular.woff) format('woff'), url(/wp-content/themes/newmob/assets/fonts/Cormorant-Regular.ttf) format('truetype')
}

.hero_wrapper {
	font-family: Cormorant;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 90px
}

.block__hero {
	margin: 1em auto;
	max-width: 100%;
	position: relative;
	height: 600px;
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/94505/triangles.svg);
	background-size: cover
}

.block__hero.oscar {
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/94505/triangles.svg), url(https://themobmuseum.org/wp-content/uploads/2015/03/flamingo-stretch-3.jpg);
	background-position: center center;
	background-size: cover, cover;
	background-blend-mode: screen;
	background-repeat: no-repeat, no-repeat;
	-o-object-fit: cover;
	object-fit: cover
}

.block__hero.rose {
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/94505/triangles.svg), url(https://themobmuseum.org/wp-content/uploads/2015/03/chicago-final.jpg);
	background-position: center center;
	background-size: cover, cover;
	background-blend-mode: screen;
	background-repeat: no-repeat, no-repeat;
	-o-object-fit: cover;
	object-fit: cover
}

.block__hero .block--title {
	position: absolute;
	top: 24%;
	right: 13%
}

.block__hero .block--title--intro {
	font-weight: 300;
	font-style: italic;
	font-size: 6rem;
	display: block;
	line-height: 1
}

.block__hero .block--title--preposition {
	font-weight: 400;
	font-size: 3rem;
	text-align: right;
	display: block;
	line-height: 1
}

.block__hero .block--title--name {
	display: block;
	font-weight: 700;
	font-size: 8rem;
	text-align: right;
	line-height: .9
}

.block__hero .block--detail {
	display: block;
	margin: 1rem auto;
	font-weight: 400;
	font-size: 4rem;
	font-style: italic;
	text-align: right;
	line-height: 1
}

.block__hero .block--call {
	float: right
}

button {
	padding: 5px 8px;
	border-radius: 3px;
	color: #fff;
	background: #ff8c00;
	background: var(--primary-dark);
	border: 1px solid #d16624;
	border: 1px solid var(--primary);
	border-bottom-width: 3px;
	font-size: 1.25rem;
	margin: .5rem auto
}

button:hover {
	cursor: pointer;
	background: orange;
	background: var(--primary-light)
}

button~button {
	margin-left: .5rem
}

.smls-grid-container-template-1 .smls-grid-image-wrap,
.smls-grid-container-template-2 .smls-grid-image-wrap,
.smls-grid-container-template-3 .smls-grid-image-wrap,
.smls-main-logo-wrapper .smls-thumbnails .smls-tumb {
	padding: 0!important
}

.stripe-break {
	display: block;
	background-color: #fff;
	border: 1px solid #b5b9bb;
	color: #5e6062;
	border-radius: 0;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	padding: 10px;
	margin: 10px
}

.member-card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
	transition: .3s;
	width: 40%;
	border-radius: 5px
}

.member-card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.member-card img {
	border-radius: 5px 5px 0 0
}

.member-container {
	padding: 2px 16px
}

.page-id-8742 .site-content {
	background-image: url(https://themobmuseum.org/wp-content/uploads/2015/03/newspapper-bg.jpg)
}

.page-id-20943 .site-content {
	background-image: url(https://themobmuseum.org/wp-content/uploads/2015/03/newspapper-bg.jpg)
}

#mobile-hide {
	display: none
}

#desktop-hide {
	display: block
}

@media (max-width:854px) {
	#mobile-hide {
		display: block
	}
	#desktop-hide {
		display: none
	}
}

#name_1 p,
#name_2 p,
#name_3 p,
#name_4 p,
#name_5 p,
#name_6 p,
#name_7 p,
#name_8 p {
	color: #fff
}

#name_1 h1,
#name_2 h1,
#name_3 h1,
#name_4 h1,
#name_5 h1,
#name_6 h1,
#name_7 h1,
#name_8 h1 {
	color: red
}

@media screen and (min-width:1024px) {
	.crunchify-whatsapp {
		display: none!important
	}
}

.crunchify-link {
	padding: 2px 8px 4px 8px!important;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	margin-right: 2px;
	cursor: pointer;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
	margin-top: 2px;
	display: inline-block;
	text-decoration: none
}

.crunchify-link:active,
.crunchify-link:hover {
	color: #fff
}

.crunchify-twitter {
	background: #00aced
}

.crunchify-twitter:active,
.crunchify-twitter:hover {
	background: #0084b4
}

.crunchify-facebook {
	background: #3b5997
}

.crunchify-facebook:active,
.crunchify-facebook:hover {
	background: #2d4372
}

.crunchify-googleplus {
	background: #d64937
}

.crunchify-googleplus:active,
.crunchify-googleplus:hover {
	background: #b53525
}

.crunchify-buffer {
	background: #444
}

.crunchify-buffer:active,
.crunchify-buffer:hover {
	background: #222
}

.crunchify-pinterest {
	background: #bd081c
}

.crunchify-pinterest:active,
.crunchify-pinterest:hover {
	background: #bd081c
}

.crunchify-linkedin {
	background: #0074a1
}

.crunchify-linkedin:active,
.crunchify-linkedin:hover {
	background: #006288
}

.crunchify-whatsapp {
	background: #43d854
}

.crunchify-whatsapp:active,
.crunchify-whatsapp:hover {
	background: #009688
}

.crunchify-social {
	margin: 20px 0 25px 0;
	-webkit-font-smoothing: antialiased;
	font-size: 12px
}


/*  */

#insider-information-container {
	align-items: baseline !important;
}

#insider-information-container br {
	display: none;
}

#insider-information-container input[type=submit] {
	width: 100% !important;
}

#insider-information-container .wpcf7-form-control-wrap {
	display: flex !important;
	flex-direction: column;
}

#insider-information-container .wpcf7-not-valid-tip {
	padding: .25em;
	font-size: 70%;
	color: #500A0E;
	background: #fff;
	text-align: center;
}

#insider-information-container-response .wpcf7-response-output {
	background: #fff;
	width: 100%;
	margin: auto;
	max-width: 100%;
	min-width: 100%;
	text-align: center;
	border-color: #500A0E !important;
	margin-top: 1em;
}
