@charset "UTF-8";
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;
}

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

ol,
ul {
  list-style: none;
}

.entry-content ul {
  padding-left: 30px;
}
.entry-content ul ul {
  margin-bottom: 0;
}

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;
}

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: 0.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, 0.5), inset 0 2px 5px rgba(0, 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],
input[type=tel],
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,
input[type=tel]:focus,
textarea:focus {
  color: #111;
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=tel],
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 0.3s ease;
  transform: background 0.3s ease;
}

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

.styleText001 strong {
  color: #ae0000;
}
.styleText001 em {
  display: inline-block;
  font-style: normal;
  padding: 0 0.5em;
}

.linkActionsRed #main a[href^=mailto],
.linkActionsRed #main a[href^=tel] {
  color: #8c121b;
  font-weight: 900;
}
.linkActionsRed #main .mobButtonRed {
  background-color: #ae0000 !important;
}

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

.entry-content h2,
.entry-content h3 {
  margin-bottom: 0.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: block;
  padding-left: 0px;
  margin-top: 1em;
}

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;
}

.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 0.5s;
  -webkit-transition: color 0.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 0.5s;
  -webkit-transition: color 0.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 0.5s;
  -webkit-transition: color 0.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 0.5s;
  -webkit-transition: color 0.5s;
}

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

/*
	Museum Content Area
*/
.tmmContentArea p a {
  font-weight: 900;
  text-decoration: underline;
  transition: 300ms all ease;
  display: inline-block;
}
.tmmContentArea p a:hover {
  text-decoration: none;
}
.tmmContentArea ul, .tmmContentArea ol {
  padding-left: 1.5em; /* Same as .entry-content ul */
}

.entry-content ol {
  padding-left: 1.5em; /* Same as .entry-content ul */
}

article .wp-caption figcaption em {
  line-height: 1.25em !important;
  display: inline-block;
  font-style: normal;
  font-size: 0.9em;
  padding: 0.5em;
}

.RonniaLight {
  font-family: "Ronnia Light";
}

/* Helper Classes */
.tc {
  text-align: center;
}

@media (max-width: 1023px) {
  .tcMD {
    text-align: center;
  }
}
.of-h {
  overflow: hidden;
}

/*
  Display None
*/
.dn {
  display: none !important;
}

.hideChatBox #chat-widget,
.hideChatBox #chat-widget-container,
.radioHideFirst .first,
.parent-pageid-8800 .sideMenuDropdownWrap li.page_item.page-item-9224,
.page-id-8800 .sideMenuDropdownWrap li.page_item.page-item-9224,
.parent-pageid-8802 .sideMenuDropdownWrap li.page_item.page-item-9224,
.parent-pageid-8804 .sideMenuDropdownWrap li.page_item.page-item-9224,
.parent-pageid-8814 .sideMenuDropdownWrap li.page_item.page-item-9224,
.subnavigation li.page_item.page-item-25328,
.subnavigation li.page_item.page-item-25330,
.subnavigation li.page_item.page-item-25329,
.subnavigation li.page_item.page-item-25331 {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .hide-md-max {
    display: none;
  }
}
.nowrap {
  white-space: nowrap;
}

.dib {
  display: inline-block;
}

.tdU {
  text-decoration: unset;
}

a.cwa,
a.cwa:visited {
  color: #fff;
  background: transparent;
}

.pa {
  padding: 0;
}

@media (max-width: 1023px) {
  .ph0MD {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1023px) {
  .ph1MD {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}

.mb-075 {
  margin-bottom: 0.75rem;
}

.f-speakeasy-sans {
  font-family: speakeasy-sans, sans-serif;
}

.f-speakeasy-flare {
  font-family: speakeasy-flare, serif;
}

.f-ronnia,
.f-ronnia * {
  font-family: "ronnia" !important;
}

.f-ronniaBold,
.f-ronniaBold * {
  font-family: "Ronnia Bold", sans-serif !important;
}

.bk-brightRed {
  background-color: #ae0000;
}

.co-brightRed {
  color: #ae0000;
}

.c-w {
  color: #fff;
}

.c-lg,
.c-lg * {
  color: #a47e44;
}

.FlushList {
  padding-left: 1em;
}

.form-Error,
.form-Error * {
  color: #cf000c;
  border-color: #d00045 !important;
}

.mw100 {
  min-width: 100% !important;
}

.w100,
.w100 > img {
  width: 100%;
}

.maxCH100 p {
  margin-left: auto;
  margin-right: auto;
  max-width: 80ch;
}

.maxCH65 p {
  max-width: 65ch;
}

.maxCH50 p {
  max-width: 50ch;
}

.imgFullWidth img,
.imgFullWidth figure {
  width: 100%;
}

.hideBreadcrumb #breadcrumbs,
.hideNavBuyTicket a.btn.navBuyTicket,
.hideNavBuyTicket .siteTopCTAs .siteTopActionsCTABuy {
  display: none !important;
}

@media (max-width: 1023px) {
  .hideNavBuyTicket .mobileNavOpen .siteTopLogo,
  .hideNavBuyTicket .mobileSearchOpen .siteTopLogo {
    display: inline-block !important;
    padding-left: 1em;
  }
}

.shortHero header.heroWrap {
  min-height: 300px;
}

@media only screen and (max-width: 1023px) {
  .hideHeroOnMobile #page .heroWrap {
    display: none !important;
  }
}
@media only screen and (max-width: 782px) {
  .columnsFlatMobile {
    margin-bottom: 2em !important;
  }
  .columnsFlatMobile .wp-block-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .columnsFlatMobile .wp-block-column figure,
  .columnsFlatMobile .wp-block-column figure img {
    width: 100%;
  }
  .wp-block-columns.mb2smMobile,
  .mb2smMobile {
    margin-bottom: 3em !important;
  }
  .wp-block-columns {
    width: 100% !important;
    display: block !important;
    max-width: 500px;
    margin: auto !important;
  }
}
.wp-block-image figcaption {
  color: rgb(15, 15, 15);
  text-align: center;
  font-size: 0.75em;
  display: block;
}

/*  */
@media only screen and (min-width: 782px) {
  .revColumnDesktop {
    flex-direction: row-reverse;
  }
}
/*  */
@media only screen and (max-width: 1200px) {
  .columnsBreak1200PX .wp-block-column {
    margin: 0 0 3em 0 !important;
  }
  .columnsBreak1200PX {
    flex-direction: column !important;
    max-width: 100% !important;
  }
}
/*  */
@media only screen and (min-width: 782px) {
  .revColumnDesktop {
    flex-direction: row-reverse;
  }
}
/*  */
.borderWrap {
  outline: 1px solid darkgoldenrod;
  outline-offset: -3rem;
  padding: 6rem;
}

@media only screen and (max-width: 782px) {
  .borderWrapMobile {
    outline-offset: 0rem;
    padding: 3rem;
    margin-bottom: 3rem;
  }
}
.borderWrapImg img {
  outline: 1px solid darkgoldenrod;
  outline-offset: -3rem;
}

/*  */
.flexMiddle {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 1044px) {
  .flexMiddle {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1044px) {
  .mxNm {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
/**/
.wrap {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrap.wrapLG {
  max-width: 1700px;
}
.wrap.wrapMD {
  max-width: 1200px;
}
.wrap.wrapSM {
  max-width: 800px;
}

@media only screen and (max-width: 1400px) {
  .wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 1043px) {
  .columnsBreakTablet {
    flex-direction: column;
  }
}
/* Image */
.imgMH100 {
  margin: 0;
}

.imgMH100 img {
  max-height: 125px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1em;
}

@media only screen and (max-width: 1044px) {
  .imgMH100 img {
    padding-left: 0;
    padding-right: 0;
  }
}
hr.divider {
  background: transparent;
  border-top: 1px solid #c5b282;
  border-bottom: 1px solid #c5b282;
  border-left: 5vw solid #c5b282;
  border-right: 5vw solid #c5b282;
  height: 2px;
  position: relative;
  border-radius: 4px;
}

.halfBlackBack {
  background: rgba(0, 0, 0, 0.5) !important;
}

.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, 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: 0.5em 0;
  }
}
@media screen and (max-width: 640px) {
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin: 0.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, 0.7);
  left: 25%;
  position: absolute;
  top: 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;
  transition: background 0.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;
  transition: background 0.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;
  transition: color 0.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;
  transition: color 0.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;
  transition: color 0.5s;
}

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

.page-template-template-single-ticket-revamp .specialoffer2 {
  display: none;
}

.specialoffer2 a,
.specialoffer2 a:visited {
  color: #fff;
  text-decoration: none;
  transition: color 0.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 0.25s;
  -webkit-transition: color 0.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 0.25s;
  -webkit-transition: background 0.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 0.5s;
  -webkit-transition: color 0.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%;
  transform: translate(0, -50%);
  background: rgba(0, 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: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}

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

@media (min-width: 854px) {
  .entry-header-inner-nobg {
    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;
}

.panelists {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
  gap: 1.33em;
  max-width: 1000px;
}

.panelists > h2 {
  width: 100%;
}

.panelists .panelist {
  padding: 0;
  margin: 0 !important;
  margin-bottom: 0em !important;
  width: calc(25% - 1em);
  position: relative;
}

.panelists .panelist > a {
  height: auto;
  width: 100%;
  display: block;
  font-size: 0;
  aspect-ratio: 1/1;
}

.panelists .panelist > .panelpopPanelWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.panelists .panelist > .whole.padding10 {
  line-height: 1;
  padding: 0;
  position: relative;
  padding: 0.5em;
}

.panelists .panelist .whole.padding10 > .panelpopPanelWrap > i {
  position: absolute;
  right: 0.5em;
}

.panelists .panelist .whole.padding10 > .panelpopPanelWrap {
  display: block;
  width: 100%;
  padding-right: 0.55em;
}

@media only screen and (max-width: 1000px) {
  .panelists .panelist {
    width: calc(33.3333333% - 1em) !important;
  }
}
@media only screen and (max-width: 600px) {
  .panelists .panelist {
    width: calc(50% - 1em) !important;
  }
}
.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: 0.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: flex;
    flex-flow: column;
  }
  .event-info {
    order: 2;
  }
  .event-details {
    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: 0.5s;
  -webkit-transition: 0.5s;
}

.secondaryFilters .filter:hover {
  color: #001c2f;
  background: rgba(0, 101, 148, 0.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: 0.15em solid #fff;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 0.2em;
  animation: typing 3.5s steps(40, end), blink-caret 0.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, 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, 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, 0.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 {
  transition-duration: 0.4s;
}

#ticket-button:hover {
  background: red;
  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;
}

* {
  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 {
  padding-right: 20px;
}

.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;
  }
  .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 0.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 0.3s cubic-bezier(0.09, 0.92, 0, 1.435), opacity 0.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: 0.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: 0.5rem auto;
}

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

button ~ button {
  margin-left: 0.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, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
}

.member-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 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/2021/03/dark-background-min.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
}

.page-id-8742 .site-content main#main {
  background: unset !important;
}

.page-id-20943 .site-content {
  background-image: url(https://themobmuseum.org/wp-content/uploads/2021/03/darkpapertexture4.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;
  box-shadow: inset 0 -3px 0 rgba(0, 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: 0.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;
}

.panelistsGridItems {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em 1em;
}
@media only screen and (max-width: 1000px) {
  .panelistsGridItems {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .panelistsGridItems {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 360px) {
  .panelistsGridItems {
    grid-template-columns: 1fr;
  }
}

.panelistsGridItemName {
  color: #fff;
  line-height: 1.2;
  font-size: 0.85em;
  padding: 0.5em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panelistsGridItemAction {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.panelistsGridItemImage img {
  width: 100%;
}

.panelistsGridItemOld .panelistsGridItemImage img {
  height: 16vw;
  min-height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.panelpopPanelWrap {
  display: flex;
  align-items: center;
}
.panelpopPanelWrap i {
  padding: 0.25em;
}

.panelistsGridItem {
  background: #001c2f;
}
.panelistsGridItem:nth-child(2n) {
  background: #8c121b;
}
.panelistsGridItem:nth-child(3n) {
  background: #bd6529;
}
.panelistsGridItem:nth-child(4n) {
  background: #005389;
}
.panelistsGridItem:nth-child(5n) {
  background: #500a0e;
}
.panelistsGridItem:nth-child(6n) {
  background: #001c2f;
}
.panelistsGridItem:nth-child(7n) {
  background: #8c121b;
}
.panelistsGridItem:nth-child(8n) {
  background: #bd6529;
}
.panelistsGridItem:nth-child(9n) {
  background: #005389;
}
.panelistsGridItem:nth-child(10n) {
  background: #500a0e;
}
.panelistsGridItem:nth-child(11n) {
  background: #001c2f;
}
.panelistsGridItem:nth-child(12n) {
  background: #8c121b;
}

/*
Global
 */
@font-face {
  font-family: "Ronnia Bold";
  src: url("/wp-content/themes/newmob/assets/fonts/Ronnia-Bold.eot");
  src: url("/wp-content/themes/newmob/assets/fonts/Ronnia-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/newmob/assets/fonts/Ronnia-Bold.woff") format("woff"), url("/wp-content/themes/newmob/assets/fonts/Ronnia-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Ronnia Light";
  src: url("/wp-content/themes/newmob/assets/fonts/Ronnia-Light.eot");
  src: url("/wp-content/themes/newmob/assets/fonts/Ronnia-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/newmob/assets/fonts/Ronnia-Light.woff") format("woff"), url("/wp-content/themes/newmob/assets/fonts/Ronnia-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ronnia";
  src: url("/wp-content/themes/newmob/assets/fonts/Ronnia-Regular.eot");
  src: url("/wp-content/themes/newmob/assets/fonts/Ronnia-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/newmob/assets/fonts/Ronnia-Regular.woff") format("woff"), url("/wp-content/themes/newmob/assets/fonts/Ronnia-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ronnia Light Italic";
  src: url("/wp-content/themes/newmob/assets/fonts/Ronnia-LightItalic.eot");
  src: url("/wp-content/themes/newmob/assets/fonts/Ronnia-LightItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/newmob/assets/fonts/Ronnia-LightItalic.woff") format("woff"), url("/wp-content/themes/newmob/assets/fonts/Ronnia-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
a:hover,
a:focus,
a:active {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.slick-prev,
.slick-next {
  box-shadow: none !important;
}

.slick-list {
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .slick-list h5 {
    transform: scale(0.75) translate(0px, 6px);
  }
  .slick-list h5 a {
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  button.slick-arrow {
    width: 46px !important;
    z-index: 1 !important;
  }
  .slick-dots li button:before {
    color: #fff;
  }
  .slick-dots li.slick-active button:before {
    color: #8c121b;
  }
}
.nav-stacked > li + li {
  margin-top: 10px;
  margin-left: 0;
}

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

.header-excerpt > p {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .header-excerpt > p {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.entry-header-inner-nobg {
  z-index: 1;
}

header.entry-header:after {
  content: "\f175";
  font-family: FontAwesome;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  padding: 50px 0 15px 0;
  background: linear-gradient(to bottom, rgba(69, 72, 77, 0) 0%, rgba(68, 71, 76, 0) 1%, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0045484d", endColorstr="#73000000", GradientType=0);
  pointer-events: all;
  cursor: pointer;
}

header.entry-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}

/*--------------------------------------------------------------
-Gateway Style Ticketing Page
---------------------------------------------------------------*/
.page-id-8742 header.entry-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
}

.entry-header {
  min-height: 480px;
  /*pointer-events: none;*/
}

.entry-header-underground {
  min-height: 480px;
  /*pointer-events: none;*/
}

.basicHeroHeader {
  padding-bottom: 0px;
  min-height: auto !important;
}

.basicHeroHeader img {
  width: 100%;
}

.postnav {
  padding-top: 30px;
  border-top: 2px solid #eee;
  margin-top: 30px;
}

.entry-content .postnav a {
  color: #500a0e;
  font-weight: bold;
}

.image-with-desc {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.image-with-desc img {
  width: 100%;
}

@media (min-width: 854px) {
  .image-with-desc .image-info {
    position: absolute;
    bottom: -100%;
    opacity: 0;
  }
  .image-without-desc:after,
  .image-with-desc:after {
    content: "\f002";
    padding: 5px 10px;
    background: #500a0e;
    position: absolute;
    color: #fff;
    font-family: FontAwesome;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
  }
}
.image-with-desc .image-info {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #eedda1;
  font-size: 80%;
  padding: 10px;
  line-height: normal;
  transition: all 400ms ease-in-out;
  z-index: 2;
  pointer-events: none;
}

.image-with-desc.active .image-info {
  display: block;
  opacity: 1;
  bottom: 0;
}

.image-with-desc .image-info * {
  margin: 0;
  padding: 0;
}

.image-with-desc .image-info h2 {
  margin-bottom: 10px;
  color: #fff;
}

.image-without-desc {
  position: relative;
  margin-bottom: 20px;
}

.image-without-desc img,
.image-with-desc img {
  width: 100%;
}

#section-primary .cb-events > div {
  display: flex;
}

#section-primary .cb-events > div h1 {
  margin: 0 10px 0 0;
  font-size: 24px;
  background: #500a0e;
  padding: 5px 10px;
}

#section-primary .cb-events > div h1 a {
  color: #fff;
}

/*
Home
 */
/*Sections*/
#primary > section {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

#primary > section#main-feature {
  background-position: center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  z-index: 8;
}

.no-csspositionsticky #page {
  padding-top: 90px;
}

#primary > section#quote-bar {
  background-position: bottom center;
  min-height: 20vh;
  display: flex;
  margin-bottom: -2px;
  z-index: 8;
  margin-right: auto;
  margin-left: auto;
}

#primary > section#quote-bar .indiv-quotes {
  color: #ffffff;
  margin: 10px;
  vertical-align: middle;
  font-size: 18px;
  display: inline-block;
}

#primary > section#main-feature .section-inside {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: left;
  justify-content: left;
  padding: 5vh 6vw;
  position: absolute;
  height: 100%;
  flex-direction: column;
  display: flex;
  text-align: left;
}

#primary > section#main-feature .section-inside h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

#primary > section#main-feature .section-inside h1,
#primary > section#main-feature .section-inside a {
  color: #fff;
}

#primary > section#main-feature .section-inside p {
  color: #fff;
}

/* Was #CCCCCC */
#primary > section#main-feature .section-inside a {
  font-size: 16px;
}

@media (min-width: 854px) {
  #primary > section#main-feature .section-inside {
    padding-top: 55vh;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  #primary > section#main-feature .section-inside p {
    padding: 0 3vw;
    padding-left: 0px;
    width: 65%;
  }
}
@media (max-width: 854px) {
  #primary > section#main-feature {
    -webkit-filter: grayscale(0.5);
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    margin-top: 0px;
  }
  #primary > section#main-feature .section-inside {
    align-content: flex-end;
    padding-top: 380px;
    flex-direction: initial;
    width: 380px;
  }
  #primary > section#main-feature .section-inside h1 {
    font-size: 18px;
    display: none;
  }
  #primary > section#main-feature .section-inside p {
    color: #fff;
  }
  #primary > section#quote-bar {
    display: none;
  }
  #primary > section#main-feature .section-inside p {
    width: 100%;
  }
}
@media (max-width: 667px) {
  #primary > section#main-feature .section-inside {
    padding-top: 90px;
    width: 380px;
  }
  #primary > section#main-feature .section-inside h1 {
    font-size: 24px;
    margin-bottom: 10px;
    display: none;
  }
  #primary > section#main-feature .section-inside h1,
  #primary > section#main-feature .section-inside a {
    color: #fff;
  }
  #primary > section#main-feature .section-inside p {
    color: #cccccc;
    width: 340px;
  }
  #primary > section#main-feature .section-inside a {
    font-size: 16px;
  }
}
@media (max-width: 324px) {
  #primary > section#main-feature .section-inside h1 {
    display: none;
  }
  #primary > section#main-feature .section-inside h1,
  #primary > section#main-feature .section-inside a {
    color: #fff;
  }
  #primary > section#main-feature .section-inside p {
    color: #cccccc;
  }
  #primary > section#main-feature .section-inside a {
    font-size: 16px;
  }
  #primary > section#main-feature .section-inside p {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .mobile-break {
    display: none;
  }
}
/* Section 2 */
section#section2 {
  padding: 40px 0 60px 0;
  margin-bottom: -20px;
  z-index: 7;
}

section#section2 h1 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  text-align: center;
}

section#section2 h1 small {
  font-size: 20px;
}

.whats-new-padding-desktop {
  padding-right: 75px;
  padding-left: 75px;
}

@media (max-width: 854px) {
  .whats-new-padding-desktop {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.whats-new .slick-track {
  position: relative;
  width: 1350px;
}

.whats-new .whats-new-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 45px 25px 30px;
  color: #fff;
  text-align: left;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
}

.whats-new .whats-new-text p {
  margin: 0;
  font-style: italic;
  font-weight: lighter;
  color: #f5e5cd;
  font-family: "Ronnia Light Italic";
}

.whats-new .whats-new-text:after {
  position: absolute;
  content: "+";
  font-size: 40px;
  right: 15px;
  top: 35%;
  transform: translateY(-50%);
  font-weight: lighter;
  font-family: "Ronnia Light";
  color: #f5e5cd;
}

.whats-new .whats-new-text h4 {
  color: #f5e5cd;
  font-size: 22px;
}

.whats-new .whats-new-item {
  padding: 10px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
  position: relative;
}

.whats-new .whats-new-item > div {
  -webkit-mask-image: url(/wp-content/uploads/2015/03/mask.png);
  mask-image: url(/wp-content/uploads/2015/03/mask.png);
  -webkit-mask-position: center center;
  mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: cover;
}

.whats-new .whats-new-item img {
  position: relative;
  width: 100%;
}

.whats-new .slick-prev:before,
.whats-new .slick-next:before {
  font-family: FontAwesome;
  color: #500a0e;
  font-size: 25px;
}

.whats-new .slick-prev:before {
  content: "\f177";
}

.whats-new .slick-next:before {
  content: "\f178";
}

.whats-new .slick-dots li {
  width: 40px;
  height: 4px;
}

.whats-new .slick-dots li button {
  width: 100%;
  height: 3px;
  background: #fff;
  padding: 0;
}

.whats-new .slick-dots li.slick-active button {
  background: #500a0e;
}

.whats-new .slick-dots li button:before {
  display: none;
}

/* Section 3 (changed bottom padding from 60 when there are no events)*/
#section3 {
  padding: 80px 0 90px 0;
}

#section3 h5 {
  text-transform: uppercase;
  color: #f5e5cd;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 15px;
}

#section3 h5:after {
  content: "";
  width: 40px;
  background: #f5e5cd;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#section3 .slick-dots {
  display: block;
  position: absolute;
  /*Changing the dots from the top to the bottom of the slider (formerly -50px)*/
  top: 110px;
}

#section3 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

#section3 .slick-dots li button {
  background: rgba(245, 228, 203, 0.2);
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  padding: 0;
  transition: all 0.8s;
}

#section3 .slick-dots li button:hover {
  background: rgba(245, 228, 203, 0.4);
}

#section3 .slick-dots li.slick-active button {
  background: #f5e5cd;
}

#section3 .slick-dots li button:before {
  display: none;
}

#section3 .slick-dots li button:hover,
.slick-dots li button:focus {
  box-shadow: none;
}

#section3 .upcoming-events > div li,
#section3 .recent-blog > div li {
  padding-right: 10px;
  list-style-type: none;
}

#section3 .upcoming-events > div li img {
  float: left;
  margin-right: 10px;
  filter: grayscale(1);
  border: 1px solid #000;
  transition: all 0.8s;
}

#section3 .upcoming-events > div li img:hover {
  filter: grayscale(0);
}

#section3 .upcoming-events > div li h1 {
  clear: none;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 8px;
}

#section3 .upcoming-events > div li h1 a {
  color: #fff;
}

#section3 .upcoming-events > div li p,
#section3 .recent-blog > div p {
  color: #ccc;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Ronnia Light Italic";
  font-style: italic;
  line-height: 1.3em;
}

#section3 .recent-blog > div h1 a {
  color: #fff;
}

#section3 .slick-dotted.slick-slider {
  margin: 0;
}

.slick-slide slick-current slick-active {
  width: 450px;
}

.MobileOnlyEventHopmepage {
  display: none;
}

.DesktopOnlyBlogHopmepage {
  display: block;
  padding-left: 50px;
}

@media (max-width: 854px) {
  #section3 .slick-dots {
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    /*Changing the dots from the top to the bottom of the slider (formerly -50px)*/
    top: 190px;
  }
  #section3 .container .fifty {
    width: 100%;
  }
  .MobileOnlyEventHopmepage {
    display: block;
  }
  .DesktopOnlyEventHopmepage {
    display: none;
  }
  .DesktopOnlyBlogHopmepage {
    display: none;
  }
  #section3 .upcoming-events > div li h1 {
    clear: left;
    padding-top: 20px;
  }
  #section3 .upcoming-events > div li h1 a {
    clear: both;
    padding-top: 12px;
  }
}
/* Section 4 */
#section4 {
  padding: 50px 0;
}

#section4 .container > div {
  padding: 10px;
}

#section4 .container > div .column-item {
  position: relative;
  display: flex;
  flex-direction: column;
}

#section4 .container > div .column-item div {
  color: #f5e5cd;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 40px 10px 20px;
  overflow: hidden;
}

#section4 .container > div .column-item div:after {
  position: absolute;
  content: "+";
  font-size: 40px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: lighter;
  font-family: "Ronnia Light";
}

#section4 .container > div > div h1 {
  color: #f5e5cd;
}

#section4 .container > div > div p {
  margin: 0;
  font-style: italic;
  font-family: "Ronnia Light Italic";
  font-weight: lighter;
  height: 0;
  display: block;
  opacity: 0;
  transition: all 0.8s;
}

#section4 .container .column-item:hover p {
  height: 100%;
  opacity: 1;
}

/* Section 5 */
#section5 {
  padding: 40px 0;
}

#section5 div#insider-information-container input {
  border: 2px solid #f5e5cd;
  background: #111111;
  color: #f5e5cd;
  text-transform: uppercase;
  border-radius: 0;
}

#section5 div#insider-information-container input[type=submit] {
  border: 2px solid #f5e5cd;
  background: #f5e5cd;
  color: #111;
  font-family: "Ronnia Bold";
  font-weight: bold;
}

#section5 div#insider-information-container input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f5e5cd;
  font-size: 14px;
}

#section5 div#insider-information-container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f5e5cd;
  font-size: 14px;
}

#section5 div#insider-information-container input:-ms-input-placeholder {
  /* IE 10+ */
  color: #f5e5cd;
  font-size: 14px;
}

#section5 div#insider-information-container input:-moz-placeholder {
  /* Firefox 18- */
  color: #f5e5cd;
  font-size: 14px;
}

#section5 div#insider-information-container > span {
  margin: 10px 5px;
  display: block;
}

@media (min-width: 854px) {
  #section5 div#insider-information-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section5 div#insider-information-container > span {
    display: flex;
    margin: 0 5px;
  }
}
/*
Section Builder
 */
ul.section-nav {
  list-style-type: none;
}

#sections-navbar.affix-top,
#sections-navbar.affix-bottom {
  width: 100%;
  padding-right: 15px;
}

#sections-navbar.affix {
  top: 90px;
}

.admin-bar #sections-navbar.affix {
  top: 122px;
}

@media (max-width: 1043px) {
  #sections-navbar.affix {
    top: 10px;
  }
  .admin-bar #sections-navbar.affix {
    top: 30px;
  }
}
#sections-navbar.affix {
  width: inherit;
  padding-right: 35px;
  margin: 10px 0;
}

ul.section-nav li a {
  display: block;
  background: #fff;
  border: 1px solid #b5b9bb;
  color: #5e6062;
}

nav#sections-navbar {
  float: left;
  background: none;
  border: none;
  border-radius: 0;
}

nav#sections-navbar .navbar-collapse {
  padding: 0;
}

nav#sections-navbar ul {
  padding: 0;
  margin: 0;
}

nav#sections-navbar ul li a {
  display: block;
  background: #fff;
  border: 1px solid #b5b9bb;
  color: #5e6062;
  border-radius: 0;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

nav#sections-navbar ul li.active a {
  background: #500a0e;
  color: #fff;
}

nav#sections-navbar.affix-top ul li:first-child a {
  background: #500a0e;
  color: #fff;
}

#section-primary {
  padding-left: 20px;
  color: #888;
  line-height: 1.7em;
}

#section-primary > div:first-of-type > h1 {
  margin-top: 0;
}

#section-primary h1 {
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: 35px;
}

/*
Footer
 */
.social-icons a,
.social-icons a:visited {
  font-size: 13px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  opacity: 0.6;
  margin: 0 5px 5px 0;
}

.site-footer .site-info h1 {
  font-style: normal;
}

.music-player-wrap {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 15%;
  min-width: 230px;
  z-index: 1;
}

@media (max-width: 768px) {
  .music-player-wrap {
    display: none;
  }
}
.music-player-wrap .play-button:before {
  content: "\f04b";
  background: transparent;
  color: #eedda1;
  font-size: 27px;
  padding: 10px;
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 13%;
  right: 39.5%;
  border-radius: 50%;
  width: 21%;
  height: 14%;
  font-family: FontAwesome;
  text-align: center;
  line-height: normal;
}

.music-player-wrap.speakerplay .play-button:before {
  content: "\f04c";
}

.music-player-wrap #music-player {
  width: 0;
  height: 0;
}

@keyframes notes {
  0% {
    /*font-size: 25px;*/
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    /*font-size: 60px;*/
    transform: translate(25px, -50px);
    opacity: 0;
  }
}
.speakerplay .music-icons i:nth-child(1) {
  font-size: 24px;
  /*padding: 0 7px;*/
  animation: notes 3s infinite linear 1.5s;
}

.speakerplay .music-icons i:nth-child(2) {
  font-size: 27px;
  /*padding: 12px 0 0 0;*/
  animation: notes 3s infinite linear 2.5s;
}

.speakerplay .music-icons i:nth-child(3) {
  font-size: 33px;
  /*padding: 2px 35px;*/
  animation: notes 3s infinite linear 3s;
}

.music-icons i {
  opacity: 0;
  transform-origin: 0 0;
}

.music-icons {
  color: #eedda1;
  position: absolute;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: right;
  top: -60px;
}

/* TESTING */
@keyframes slideInRight {
  from {
    transform: translate3d(50%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Exhibit main page */
@media (min-width: 855px) {
  .building-nav {
    background: url("/wp-content/uploads/2015/03/the-mob-museum.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 600px;
    position: relative;
  }
  .floors {
    padding: 10px 0;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .floors .floor {
    width: 100%;
    /*cursor: pointer;*/
    padding: 10px 0;
  }
  .floors .floor.close-floor .floor-scaffolding {
    transition: all 0.2s;
    transition-delay: 0s;
  }
  .floors .floor .floor-scaffolding {
    background: rgba(14, 22, 56, 0.9);
    color: #eedda1;
    height: 100%;
    display: flex;
    position: relative;
    transition: all 0.5s;
    width: 12%;
    padding: 0 60px 0 10px;
    cursor: pointer;
  }
  .floors .floor * {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }
  .floors .floor .floor-scaffolding .floor-expanded h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #eedda1;
    font-family: "Ronnia Light";
    font-weight: lighter;
  }
  .featured-exhibits .slick-list {
    /*width:100%;*/
  }
  .floors .floor .floor-scaffolding .floor-expanded {
    /*visibility: hidden;*/
    height: 100%;
    padding: 10px 15px;
    overflow: hidden;
    width: 100%;
    opacity: 0;
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits {
    /*height: 100%;*/
    /*display: flex;*/
    padding: 5px 7px 10px 0;
    /*align-items: baseline;*/
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit {
    /*opacity:0;*/
    /*-webkit-transition: all 0.5s;*/
    /*-moz-transition: all 0.5s;*/
    /*-ms-transition: all 0.5s;*/
    /*-o-transition: all 0.5s;*/
    /*transition: all 0.5s;*/
    /*width: 33.3%;*/
    /*display: flex;*/
    /*align-items:center;*/
    /*visibility: hidden;*/
    height: 0;
    overflow-y: hidden;
  }
  .floors .floor.close-floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit {
    /*opacity:0 !important;*/
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit {
    padding-right: 10px;
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit > div {
    position: relative;
    display: table;
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit > div > div {
    color: #fff;
    text-align: left;
    /*padding-right:15px;*/
    /*float: left;*/
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit > div > div:first-child {
    /*width:40%;*/
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit > div > div:last-child {
    position: absolute;
    bottom: 1px;
    background: rgba(0, 0, 0, 0.7019607843);
    width: 100%;
    width: calc(100% - 2px);
    padding: 5px 10px 1px 10px;
    left: 1px;
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit > div > div h5 {
    font-weight: 100;
    font-family: "Ronnia Light";
    font-size: 12px;
    margin-bottom: 4px;
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit > div > div p {
    font-size: 10px;
    line-height: 10px;
    font-family: "Ronnia Light Italic";
    margin: 0;
    opacity: 0.6;
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit > div > div h5 a {
    color: #fff;
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit > div > div img {
    width: auto;
    height: auto;
    max-height: 85px;
    background: rgba(0, 0, 0, 0.5);
    /*border:1px solid #FFF;*/
    opacity: 0;
  }
  .floors .floor.expanded-floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit > div > div img {
    border: 1px solid #fff;
    opacity: 1;
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit:nth-child(1) {
    animation-delay: 0.5s;
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit:nth-child(2) {
    animation-delay: 0.75s;
  }
  .floors .floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit:nth-child(3) {
    animation-delay: 1s;
  }
  .floors .floor.close-floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit:nth-child(3) {
    animation-delay: 0s;
  }
  .floors .floor.close-floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit:nth-child(2) {
    animation-delay: 0.25s;
  }
  .floors .floor.close-floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit:nth-child(1) {
    animation-delay: 0.5s;
  }
  .floors .floor .floor-scaffolding .floor-collapsed {
    white-space: nowrap;
    padding: 10px 0;
    text-transform: uppercase;
    position: relative;
    font-family: "Ronnia Light";
  }
  .floors .floor .floor-nav {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .floors .floor .view-all {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #eedda1;
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 1s;
  }
  .floors .floor .floor-nav:after {
    content: "+";
    padding: 5px;
    color: #eedda1;
    font-size: 40px;
    font-family: "Ronnia Light";
    display: block;
  }
  /* Expand floor */
  .floors .floor.expand-floor .floor-scaffolding {
    width: 100%;
  }
  .floors .floor.expand-floor .floor-scaffolding {
    align-items: center;
  }
  .floors .floor.expand-floor .floor-nav {
    bottom: 50%;
    transform: translateY(50%);
  }
  .floors .floor.expand-floor .floor-nav:after {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 40px;
  }
  .floors .floor.expand-floor .floor-scaffolding.disable-slider .floor-nav:after {
    display: none;
  }
  .floors .floor.expand-floor .floor-scaffolding .floor-collapsed {
    font-size: 25px;
  }
  .floors .floor.expand-floor .floor-scaffolding .floor-expanded {
    opacity: 1;
  }
  .floors .floor.expanded-floor .floor-scaffolding .floor-expanded .featured-exhibits .featured-exhibit {
    /*opacity:1;*/
    height: auto;
    animation-duration: 1s;
    animation-name: slideInRight;
    animation-fill-mode: both;
  }
  .floors .floor.close-floor .view-all {
    transition-delay: 0s !important;
  }
  .floors .floor.expand-floor .view-all {
    display: block;
  }
  .floors .floor.expanded-floor .view-all {
    opacity: 1;
  }
  .floors .floor.close-floor .floor-scaffolding {
    background: rgba(14, 22, 56, 0.7);
  }
}
@media (max-width: 854px) {
  #inside-mob-museum h1 > small {
    display: none;
  }
  #inside-mob-museum .floor-scaffolding .floor-collapsed {
    text-align: center;
    font-size: 30px;
    color: #fff;
  }
  #inside-mob-museum .floor-scaffolding .floor-expanded h4 {
    text-align: center;
    font-size: 20px;
    color: #ccc;
    font-weight: lighter;
    margin-bottom: 10px;
  }
  #inside-mob-museum .floor-scaffolding .view-all {
    color: #fff;
    display: block;
    text-align: center;
    float: right;
    padding: 10px 0;
    white-space: nowrap;
    margin-left: -57px;
  }
  #inside-mob-museum .floor-scaffolding .floor-expanded .featured-exhibit {
    text-align: center;
  }
  #inside-mob-museum .floor-scaffolding .floor-expanded .featured-exhibit img {
    margin: 0 auto;
  }
  #inside-mob-museum .slick-next::before {
    content: "\f178";
    padding-left: 5px;
  }
  #inside-mob-museum .slick-prev::before {
    content: "\f177";
    margin-left: -10px;
  }
  #inside-mob-museum .slick-prev,
  #inside-mob-museum .slick-next {
    z-index: 99;
  }
  #inside-mob-museum .slick-prev {
    /*left: -5px;*/
  }
  #inside-mob-museum .slick-next {
    /*right:-5px;*/
  }
  #inside-mob-museum .slick-prev::before,
  #inside-mob-museum .slick-next::before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 25px;
  }
  /*

    Title
     */
  .entry-header-inner-nobg {
    margin: 0;
  }
  .entry-header {
    min-height: 174px;
  }
  .header-excerpt {
    display: block;
  }
  /*
    what's new
     */
  .whats-new .whats-new-text {
    top: auto;
    bottom: 0;
  }
  .whats-new .whats-new-text p {
    display: none;
  }
  /* bootstrap */
  [class*=col-] {
    padding: 0;
    float: none;
  }
}
.fancybox-title {
  background: #fff;
  border-radius: 5px;
}

.fancybox-skin {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: none !important;
  border: 1px solid #000;
}

.fancybox-skin-white-box {
  border-radius: 0;
  background: rgba(245, 245, 245, 0.5);
  box-shadow: none !important;
  border: 1px solid #000;
}

.header-content-wrap {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 3;
}

.header-buffer {
  height: 90px;
  background-color: #000;
}

.underground {
  background: #000;
}

.app-splash {
  background-image: url("https://themobmuseum.org/wp-content/uploads/2020/01/TMM_App_Webpage_1920x1080.png");
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center top;
  background-color: #343436;
  background-size: contain;
}

.fancy-div {
  background-image: url("https://themobmuseum.org/wp-content/uploads/2019/04/Havana_ArtDeco_240x240_25percent.png");
  background-repeat: repeat;
  background-color: #000;
  padding: 50px 0;
  padding-left: 0;
  padding-right: 0;
}

.fancy-div + .undergroundSocialIconsWrap {
  background: #000;
}

.background-div {
  background-color: #343436;
  padding: 50px;
}

.menu-dropdown .menu > li:first-of-type > a.js-menu-dropdown-active:before, .menu-dropdown .menu > li:first-of-type > a, .fancy-div .menu-dropdown .sub-menu li a, .fancy-div a.fancyGridCTA {
  background: rgb(228, 199, 144);
  background: linear-gradient(20deg, rgb(228, 199, 144) 0%, rgb(142, 115, 79) 35%, rgb(124, 98, 65) 50%, rgb(142, 115, 79) 65%, rgb(228, 199, 144) 100%) !important;
}

.fancy-div .menu-dropdown .sub-menu li a:hover, .fancy-div a.fancyGridCTA:hover {
  color: #fff;
}

.fancy-div .fancyGridItem {
  outline-color: #8a704c;
}

.fancy-div h3.fancyGridHeader {
  color: #b4986c;
}

.fancy-div section.fancyGrid {
  color: #8d724e;
}

/*   Currently Unused
.underground-title {        
    display: inline-block;      
    text-align: center;     
}   
*/
#css-table {
  display: table;
}

#donor-table {
  display: table;
  width: 100%;
  margin: 15px;
}

.redback {
  background-color: #500a0e;
  margin: 20px -30px -30px -30px;
  padding-top: 30px;
  padding-bottom: 10px;
  box-shadow: 7px 10px #280507;
  border: 1px solid lightgrey;
}

.blueback {
  background-color: #031945;
  margin: 20px -30px -30px -30px;
  padding-top: 30px;
  padding-bottom: 10px;
  box-shadow: 7px 10px #010c22;
  border: 1px solid lightgrey;
}

.greenback {
  background-color: #2a391c;
  margin: 20px -30px -30px -30px;
  padding-top: 30px;
  padding-bottom: 10px;
  box-shadow: 7px 10px #151c0e;
  border: 1px solid lightgrey;
}

#donor-table h1 {
  color: #fff;
  font-size: 32px;
}

#donor-table .col {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
  margin: 15px;
}

#donor-table .col_3 {
  display: table-cell;
  width: 30%;
  padding: 25px;
  vertical-align: middle;
  text-align: center;
  margin: 15px;
  background-color: lightgrey;
  border-bottom: 2px solid gray;
  border-top: 2px solid gray;
}

#donor-table .col_2 {
  display: table-cell;
  width: 50%;
  padding: 25px;
  vertical-align: middle;
  text-align: center;
  margin: 15px;
  background-color: lightgrey;
  border-bottom: 2px solid gray;
  border-top: 2px solid gray;
}

#donor-table .col_66 {
  display: table-cell;
  width: 60%;
  padding: 25px;
  vertical-align: middle;
  text-align: center;
  margin: 15px;
  background-color: lightgrey;
  border-bottom: 2px solid gray;
  border-top: 2px solid gray;
}

#css-table .col {
  display: table-cell;
  width: 50%;
  outline: 1px solid darkgoldenrod;
  outline-offset: -40px;
  vertical-align: middle;
}

#css-table .col_no_outline {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.mobile-show {
  display: none;
}

#css-table .col_3 {
  display: table-cell;
  width: 30%;
  padding: 25px;
  outline: 1px solid darkgoldenrod;
  outline-offset: -55px;
  vertical-align: middle;
}

#css-table .col .exhibit-text {
  color: #a47e44;
  padding: 100px;
  text-align: center;
  font-family: speakeasy-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

#css-table .col .exhibit-text-white {
  color: #ffffff;
  padding: 100px;
  text-align: center;
  font-family: speakeasy-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

#css-table .col_3_no_outline {
  display: table-cell;
  width: 30%;
  padding: 25px;
  vertical-align: top;
}

#css-table .col_3_no_outline .exhibit-text {
  color: #a47e44;
  padding: 100px;
  text-align: center;
  font-family: speakeasy-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.exhibit-text h1 {
  color: #a47e44;
  margin-top: 35px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
}

.exhibit-text-white h1 {
  color: #ffffff;
  margin-top: 35px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
}

.exhibit-text h2 {
  color: #a47e44;
  margin-top: 12px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}

.exhibit-text h3 {
  color: #a47e44;
  margin-top: 12px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.exhibit-text h4 {
  color: #a47e44;
  margin-top: 35px;
  font-family: speakeasy-sans, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.exhibit-text h5 {
  color: #a47e44;
  margin-top: 12px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: lowercase;
}

#css-table .col .exhibit-text .learn-more-link a,
#css-table .col .exhibit-text .learn-more-link a:visited {
  background-color: #a47e44;
  color: #000;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

#css-table .col .exhibit-text-white .learn-more-link-black a,
#css-table .col .exhibit-text-white .learn-more-link-black a a:visited {
  background-color: #fff;
  color: #000;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

#css-table .black-col {
  outline: 1px solid black;
  background-color: #000;
}

#css-table .col .exhibit-text .learn-more-link a:hover,
a:active {
  background-color: black;
  color: #a47e44;
}

#css-table .col .exhibit-text-white .learn-more-link-black a:hover,
a:active {
  background-color: #a47e44;
  color: white;
}

.center-buttons {
  text-align: center;
}

.center-buttons .learn-more-link a,
.center-buttons .learn-more-link a:visited {
  background-color: #a47e44;
  color: #000;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

.center-buttons .learn-more-link a:hover,
a:active {
  background-color: black;
  color: #a47e44;
}

.mobile-underground {
  display: none;
}

.pad-two-fifty {
  padding-right: 250px;
  padding-left: 250px;
}

.center-recipe-slide {
  margin-left: 25%;
  margin-right: 25%;
}

@media screen and (max-width: 1200px) {
  .entry-header-underground {
    display: none;
  }
  .header-buffer {
    display: none;
  }
  #css-table .col {
    display: block;
    width: 100%;
    outline: none;
    outline-offset: 30px;
  }
  #css-table .col_no_outline {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  #css-table .col_no_outline .mobile_show {
    display: block;
    width: 100%;
    vertical-align: middle;
    display: block;
  }
  #css-table .col_3 {
    display: block;
    width: 100%;
    outline: none;
    outline-offset: 30px;
  }
  #css-table .col_3_no_outline {
    display: block;
    width: 100%;
    padding: 0px;
  }
  #css-table .col .exhibit-text {
    padding: 0px;
    margin-left: -20px;
    margin-top: 30px;
    font-size: 16px;
  }
  #css-table .col_3_no_outline .exhibit-text {
    padding: 0px;
    margin-left: -20px;
    margin-top: 30px;
    font-size: 16px;
  }
  #css-table .col .exhibit-text-white {
    padding: 0px;
    margin-left: -20px;
    margin-top: 30px;
    font-size: 16px;
  }
  #css-table .black-col {
    outline: none;
  }
  #css-table .col .image-badge {
    display: none;
  }
  #css-table .col_no_outline .image-badge_app img {
    display: none;
    padding-top: 35px;
  }
  #css-table .col_3 .image-badge {
    display: none;
  }
  .mobile-underground {
    display: block;
  }
  .pad-two-fifty {
    padding-right: 0px;
    padding-left: 0px;
  }
  .center-recipe-slide {
    margin-left: 0;
    margin-right: 0;
  }
  #donor-table {
    margin: 25px 0px 0px 0px;
    padding-left: 0px;
  }
  #donor-table .col_3 {
    display: block;
    width: 100%;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    background-color: lightgrey;
  }
  #donor-table .col_66 {
    display: block;
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
}
/*   Sizes just for iPhone X
*/
@media screen and (max-width: 400px) {
  #donor-table {
    margin: 25px 0px 0px 0px;
    padding-left: 0px;
  }
}
.under-foot {
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  padding: 35px 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.under-foot img {
  width: 24px;
  margin-top: -6px;
  margin-left: 6px;
}

.appsplash-foot {
  text-align: center;
}

.appsplash-foot img {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 500px;
}

@media screen and (max-width: 800px) {
  .appsplash-foot img {
    width: 100%;
  }
}
.recipe-social-share {
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  padding: 0px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.recipe-social-share img {
  width: 20px;
  margin-top: -6px;
  margin-left: 6px;
}

/* Underground Single Col - About Page */
.underground-content h1 {
  color: #a47e44;
  margin-top: 35px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
}

.underground-content h2 {
  color: #a47e44;
  margin-top: 12px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}

.underground-content h3 {
  color: #a47e44;
  margin-top: 12px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.underground-content h4 {
  color: #a47e44;
  margin-top: 35px;
  font-family: speakeasy-sans, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.underground-content h5 {
  color: #a47e44;
  margin-top: 12px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: lowercase;
}

.underground-content p {
  color: #a47e44;
  font-size: 16px;
  text-align: center;
  font-family: speakeasy-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* Underground Link Styling */
#css-table .col .exhibit-text a,
#css-table .col .exhibit-text a a:visited {
  color: #ffffff;
}

#css-table .col .exhibit-text a:hover,
a:active {
  color: #a47e44;
}

.underground-content a,
.underground-content a a:visited {
  color: #ffffff;
}

.underground-content a:hover,
a:active {
  color: #a47e44;
}

.videoWrapper-underground {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.videoWrapper-underground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hytPlayerWrap {
  display: inline-block;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hytPlayerWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hytPlayerWrap.ended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url("https://themobmuseum.staging.wpengine.com/wp-content/uploads/2019/05/TMM_BloodDriveRedCross_WebEventImage.jpg");
}

.hytPlayerWrap.paused::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 50px;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-image: url("https://themobmuseum.staging.wpengine.com/wp-content/uploads/2019/05/TMM_BloodDriveRedCross_WebEventImage.jpg");
}

/* Hand Sanitizer Page */
#hsPAD {
  padding: 65px;
}

#jannuWrap {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  background-color: #8c181c;
}

@media screen and (max-width: 1900px) {
  #jannuBuffer {
    display: none;
  }
  #jannuWrap {
    background-color: #8c181c;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1750px) {
  #mmHS {
    display: none;
  }
}
@media screen and (max-width: 1575px) {
  #hsPAD {
    padding: 45px;
  }
}
@media screen and (max-width: 1200px) {
  #hsPAD {
    padding: 25px;
  }
}
@media screen and (max-width: 1000px) {
  #hsPAD {
    padding: 10px;
  }
  #hsPAD p {
    font-size: small;
  }
}
/*  */
.wp-block-button__link,
a.wp-block-button__link {
  border-radius: 0;
  font-family: ronnia, sans-serif;
  background: #500a0e;
}
.wp-block-button__link:hover,
a.wp-block-button__link:hover {
  background: #3c080b;
}

/* Grid For Home Page */
.carousel-3 {
  flex-wrap: nowrap;
}
.carousel-3 .wp-block-column {
  margin: 0 0 0 1em !important;
}
.carousel-3 .wp-block-column:first-of-type {
  margin: 0 !important;
}
@media only screen and (max-width: 1044px) {
  .carousel-3 {
    flex-direction: column;
    padding: 0 1em;
  }
  .carousel-3 .wp-block-column {
    margin: 0 !important;
  }
}

/* Recent post carousel */
.ugCarouselFull {
  /* Post Carousel Header */
}
.ugCarouselFull .wp-block-cover__inner-container {
  width: 100% !important;
}
@media only screen and (max-width: 1044px) {
  .ugCarouselFull .wp-block-cover__inner-container .ug-carousel-1 {
    padding: 0 !important;
  }
}
.ugCarouselFull .wp-block-cover__inner-container .ug-carousel-1 .uagb-post__inner-wrap {
  background-color: transparent !important;
}
.ugCarouselFull .wp-block-cover__inner-container .ug-carousel-1 article {
  outline: 0px solid transparent !important;
}
.ugCarouselFull .wp-block-cover__inner-container .ug-carousel-1 .uagb-post__title {
  letter-spacing: 1px !important;
  margin-bottom: 0 !important;
  font-size: 1.5em !important;
}
.ugCarouselFull .wp-block-cover__inner-container .ug-carousel-1 .uagb-post__title a {
  padding: 0 5px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}
.ugCarouselFull .wp-block-cover__inner-container .ug-carousel-1 .uagb-post__title a:hover {
  background: transparent !important;
}
.ugCarouselFull .wp-block-cover__inner-container .ug-carousel-1 .uagb-post-grid-byline {
  margin-bottom: 0 !important;
}
.ugCarouselFull .wp-block-cover__inner-container .ug-carousel-1 .uagb-post__excerpt {
  color: #ccc;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Ronnia Light Italic";
  font-style: italic;
  line-height: 1.3em;
  padding: 5px;
}
.ugCarouselFull .ug-carousel-1-heading {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 2px;
}

/* Make Group Full Width On Mobile*/
.groupFullWidthMobile .wp-block-cover__inner-container {
  width: 100%;
  padding: 0 !important;
}
.groupFullWidthMobile .wp-block-cover__inner-container .wp-block-group {
  padding-left: 0;
  padding-right: 0;
}

/* Post Grid */
.recentPostBox .slick-slide {
  background: rgba(0, 0, 0, 0.8509803922);
  margin-right: 1em !important;
  min-height: 175px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .recentPostBox .slick-slide {
    margin-right: 0em !important;
  }
}
.recentPostBox .uagb-post__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 175px;
  justify-content: space-between;
}

.recentPostBox .slick-slide a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/**/
.breadcrumbWrap {
  background: #000000;
  margin-bottom: 2em;
}
.breadcrumbWrap #breadcrumbs {
  margin: 0;
  padding: 1em 0;
  border-bottom: 0;
}
.breadcrumbWrap #breadcrumbs a {
  color: #fff;
}

/*  */
nav.breadcrumbWrap {
  background: transparent;
}

nav.breadcrumbWrap a {
  color: #500a0e !important;
}

.uagb-faq-content a {
  color: #005389;
}

header.heroWrap span.header-excerpt {
  font-family: "Ronnia", sans-serif !important;
}

/* Hero For Page*/
.heroWrap {
  min-height: 420px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.heroWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}
.heroWrap h1 {
  font-size: 3em;
  color: #fff;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
.heroWrap .goToContent {
  margin-bottom: 2.5em;
  position: relative;
  z-index: 1;
  padding: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 854px) {
  .heroWrap {
    min-height: 220px;
  }
  .heroWrap h1 {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    font-size: 2em;
  }
  .heroWrap .goToContent {
    margin-bottom: 1.5em;
  }
}
/* SlideWrap Grid Slider */
.SlideWrap {
  position: relative;
  z-index: 1;
}

.SlideWrap .wp-block-getwid-media-text-slider-slide__content {
  padding: 0 !important;
  background: #a57e45;
}

.SlideWrap .wp-block-getwid-media-text-slider-slide-content {
  max-width: 100%;
  display: flex;
  align-items: center;
  min-height: 600px;
}

.SlideWrap figure.wp-block-getwid-media-text-slider-slide-content__media {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}

.SlideWrap .wp-block-getwid-media-text-slider-slide-content__content {
  width: 50%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 4em;
  height: auto;
  margin-left: 50%;
}

.SlideWrap .wp-block-getwid-media-text-slider-slide-content__media-overlay {
  display: none;
}

.SlideWrap img.wp-block-getwid-media-text-slider-slide-content__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.SlideWrap .wp-block-getwid-media-text-slider-slide-content__content-wrapper {
  font-family: speakeasy-sans, sans-serif;
  color: #000;
}

.SlideWrap .wp-block-getwid-media-text-slider-slide-content__content-wrapper h2 {
  font-family: speakeasy-flare, serif;
  color: #191919;
  font-size: 36px;
}

.SlideWrap .slick-arrow {
  display: block !important;
  z-index: 10 !important;
  font-size: 0;
  color: #fff !important;
}

.SlideWrap .slick-arrow:before {
  color: #fff !important;
  font-size: 30px;
}

.SlideWrap .slick-prev.slick-arrow,
.SlideWrap .slick-next.slick-arrow {
  position: absolute;
}

.SlideWrap .slick-prev.slick-arrow {
  left: 10px;
}

.SlideWrap .slick-next.slick-arrow {
  right: 20px;
}

.SlideWrap .wp-block-getwid-media-text-slider__content {
  overflow: hidden;
}

/*  */
@media only screen and (max-width: 767px) {
  .SlideWrap .wp-block-getwid-media-text-slider-slide-content {
    flex-direction: column;
    height: 100%;
  }
  .SlideWrap .wp-block-getwid-media-text-slider-slide-content__media {
    position: relative !important;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100% !important;
    height: 100% !important;
    max-height: 190px;
    overflow: hidden;
  }
  .SlideWrap .wp-block-getwid-media-text-slider-slide-content__content {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    padding-right: 2em;
  }
  .SlideWrap .wp-block-getwid-media-text-slider-slide-content__content-wrapper {
    text-align: center;
  }
  .SlideWrap .wp-block-getwid-media-text-slider-slide-content__content-wrapper h2 {
    font-size: 27px;
  }
  .SlideWrap .slick-prev.slick-arrow {
    left: 0px;
  }
  .SlideWrap .slick-next.slick-arrow {
    right: 10px;
  }
}
/* */
.sideBarWrap {
  display: flex;
}

.sideBarSide {
  width: 25%;
}

.sideBarContent {
  width: 75%;
}

.sideBarWrap .subnavigation.js-subnavigation {
  position: sticky;
  top: 110px;
  z-index: 4;
}

@media only screen and (max-width: 800px) {
  .sideBarWrap {
    flex-wrap: wrap;
  }
  aside.sideBarSide,
  article.sideBarContent {
    width: 100%;
  }
}
/*

  */
.accordionBlock .uagb-faq-item:focus,
.uagb-faq-item:active {
  outline: 0 solid transparent !important;
}

.accordionBlock .wp-block-uagb-column h2 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  /*  font-family: speakeasy-sans, sans-serif; */
  line-height: 1;
}

.accordionBlock .uagb-question {
  color: #000 !important;
  font-weight: 900;
}

.accordionBlock .uagb-faq-item.uagb-faq-item-active .uagb-faq-questions {
  background: #e8e8e8;
}

.accordionBlock .uagb-faq-icon-wrap {
  background: #500a0e;
  color: #fff !important;
  width: 1.5em !important;
  text-align: center;
}

.uagb-icon-active.uagb-faq-icon-wrap {
  background-color: transparent;
  outline: 1px solid #500a0e;
}

.accordionBlock .uagb-icon.uagb-faq-icon-wrap svg {
  fill: #fff !important;
  display: inline-block;
}

.uagb-icon-active.uagb-faq-icon-wrap svg {
  fill: #000 !important;
}

.accordionBlock .uagb-column__inner-wrap {
  background: #e1e4e6;
  padding-top: 2em !important;
  border-bottom: 3px solid #500a0e;
}

.accordionBlock .wp-block-uagb-column.uagb-column__wrap {
  padding: 1em;
}

.accordionBlock .uagb-faq-item {
  transition: 250ms all ease;
}

.accordionBlock .uagb-faq-item:hover {
  /*  transform: scale(1.1);*/
  background: #acb0b1;
}

.accordionBlock .uagb-faq-item.uagb-faq-item-active:hover {
  background: #ffffff;
}

/*Contact Page Form  Style  */
.contact-page-form input[type=submit] {
  background: #500a0e;
  padding: 12px 24px;
  font-size: 18px;
}

/* 
  columns-align-center takes AVC and justif the cotnent center of each column
  */
.columns-align-center .uagb-column__inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 
  Piped Menu - Used for Case Files First 
*/
.caseFileNavTMM span:after {
  content: " / ";
  display: inline-block;
  padding: 0 4px;
}
.caseFileNavTMM span:after:last-of-type:after {
  content: "";
}

/*  */
.GalleryBar {
  padding: 1em;
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.GalleryBar.GalleryBar_short ul {
  height: 150px;
}
@media (max-width: 1023px) {
  .GalleryBar.GalleryBar_short ul {
    height: 100px;
  }
}
.GalleryBar.GalleryBar_short:after, .GalleryBar.GalleryBar_short:before {
  content: " ";
  display: block;
  width: 30%;
  height: 50%;
  z-index: 3;
  position: absolute;
  z-index: -1;
}
.GalleryBar.GalleryBar_short:before {
  top: 0;
  left: 0;
  border-top: 1px solid #500a0e;
  border-left: 1px solid #500a0e;
}
.GalleryBar.GalleryBar_short:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #500a0e;
  border-right: 1px solid #500a0e;
}
.GalleryBar.GalleryBar_short ul {
  display: flex !important;
  flex-wrap: nowrap !important;
  height: 300px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .GalleryBar.GalleryBar_short ul {
    height: 150px;
  }
}
.GalleryBar.GalleryBar_short ul li {
  flex-grow: 1 !important;
  flex-basis: 0 !important;
  margin-right: 0.5em !important;
}
.GalleryBar.GalleryBar_short ul li:last-of-type {
  margin-right: 0 !important;
}
.GalleryBar.GalleryBar_short ul li.blocks-gallery-item {
  margin-bottom: 0;
}
.GalleryBar.GalleryBar_short ul li:nth-child(n+4) {
  display: none;
}
@media (min-width: 768px) {
  .GalleryBar.GalleryBar_short ul li:nth-child(n+4) {
    display: flex;
  }
}

.SlideTextBox {
  margin-bottom: 2em;
  background: transparent !important;
  padding: 1em;
  position: relative;
  outline: 0px solid transparent;
}
.SlideTextBox:after, .SlideTextBox:before {
  content: " ";
  display: block;
  width: 30%;
  height: 50%;
  z-index: 3;
  position: absolute;
}
.SlideTextBox:before {
  top: 0;
  left: 0;
  border-top: 1px solid #500a0e;
  border-left: 1px solid #500a0e;
}
.SlideTextBox:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #500a0e;
  border-right: 1px solid #500a0e;
}
.SlideTextBox h2,
.SlideTextBox p {
  display: block;
  text-transform: capitalize;
}
.SlideTextBox h2 {
  text-align: center;
  font-size: 2em;
  color: #500a0e;
  font-weight: 700;
}
.SlideTextBox h2 em {
  font-style: normal;
}
.SlideTextBox p {
  text-align: right;
  font-size: 1.25em;
  color: #000000;
  font-weight: 800;
  margin-top: 1em;
}
.SlideTextBox .wp-block-getwid-media-text-slider-slide-content__media-overlay {
  background: transparent;
}
.SlideTextBox .wp-block-getwid-media-text-slider-slide__content {
  padding: 0;
}

/*
    Main wrap
*/
.mobTicketContentWrap {
  padding: 1em;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .mobTicketContentWrap {
    padding: 5em 3em;
  }
}
@media (max-width: 1023px) {
  .mobTicketContentWrap {
    padding: 3rem 1rem;
  }
}

/*
    Triger YES/NO
*/
.MobTicketSwapWrap {
  text-transform: uppercase;
  background: #c7a04a;
  color: #000;
  font-weight: 900;
  font-size: 1em;
  border-radius: 20px;
  max-width: 100px;
}
.MobTicketSwapWrap input {
  display: none;
}
.MobTicketSwapWrap label {
  display: flex;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  width: 100%;
}
@media (max-width: 767px) {
  .MobTicketSwapWrap label {
    font-size: 0.93em;
  }
}
.MobTicketSwapWrap label span {
  padding: 0 0.5em;
}
.MobTicketSwapWrap label span:first-of-type {
  text-align: left;
  padding-right: 0;
}
.MobTicketSwapWrap label span:last-of-type {
  text-align: right;
  padding-left: 0;
}
.MobTicketSwapWrap input#js-MobTicketSwap:checked + label .js-MobTicketSwapNo, .MobTicketSwapWrap input#js-MobTicketSwap:not(:checked) + label .js-MobTicketSwapYes {
  color: transparent !important;
}
.MobTicketSwapWrap input#js-MobTicketSwap + label:before {
  background: #d8d8d8;
  content: " ";
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  border-radius: 100%;
  left: -1px;
  transition: all 250ms linear;
}
.MobTicketSwapWrap input#js-MobTicketSwap:checked + label:before {
  left: calc(100% - 1.5em + 1px);
}
.MobTicketSwapWrap .MobTicketSwapMessage {
  position: absolute;
  color: #fff;
  bottom: -2em;
  right: 0;
  left: 0;
  min-width: 260px;
  font-size: 12px;
  text-align: right;
  font-weight: 100;
  text-transform: initial;
}
@media (max-width: 1023px) {
  .MobTicketSwapWrap .MobTicketSwapMessage {
    text-align: center;
  }
}
.MobTicketSwapWrap input#js-MobTicketSwap:not(:checked) + label ~ .MobTicketSwapMessage {
  display: none !important;
}

.MobTicketSwapToggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1023px) {
  .MobTicketSwapToggle {
    justify-content: center;
  }
}
@media (max-width: 424px) {
  .MobTicketSwapToggle {
    flex-direction: row;
  }
}
.MobTicketSwapToggle h3 {
  margin-right: 0.5em;
  text-transform: capitalize;
}
@media (max-width: 424px) {
  .MobTicketSwapToggle h3 {
    margin-bottom: 1em;
  }
}

/* WRAP */
.mobTicketColumnWrap.wp-block-columns {
  display: flex !important;
}
@media (max-width: 1023px) {
  .mobTicketColumnWrap.wp-block-columns {
    justify-content: center;
    align-items: center !important;
    opacity: 0.99;
  }
}
.mobTicketColumnWrap .TheMobTicketContentWrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobTicketColumnWrap .js-SwapWrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.mobTicketColumnWrap .TheMobTicketWrap {
  height: 100%;
  padding: 2em 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Ticket Content */
  /* Ticket HR */
  /* Ticket CTA */
}
@media (max-width: 1023px) {
  .mobTicketColumnWrap .TheMobTicketWrap {
    padding-top: 0;
    font-size: 0px;
  }
  .mobTicketColumnWrap .TheMobTicketWrap .ticketSection,
  .mobTicketColumnWrap .TheMobTicketWrap .ticketDevide {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .mobTicketColumnWrap .TheMobTicketWrap.TheMobTicketWrapStandout {
    margin-top: -7px;
    transform: scale(1.1);
  }
}
.mobTicketColumnWrap .TheMobTicketWrap .ticketPrice {
  padding: 1rem 1rem;
  font-size: 4.5rem;
  font-weight: 900;
}
.mobTicketColumnWrap .TheMobTicketWrap .ticketContent {
  font-size: 15px;
}
.mobTicketColumnWrap .TheMobTicketWrap .ticketContent b {
  display: inline-block;
  margin-bottom: 0.5em;
}
.mobTicketColumnWrap .TheMobTicketWrap hr.ticketDevide {
  background: transparent;
  border-bottom: 3px dashed #000;
}
@media (max-width: 1023px) {
  .mobTicketColumnWrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .mobTicketColumnWrap .wp-block-column {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 500px;
    padding: 1rem;
    margin-bottom: 0;
  }
}
@media (max-width: 424px) {
  .mobTicketColumnWrap .wp-block-column {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Ticket Top/Bottom */
.theTicketSVG.theTicketSVG_Top {
  margin-bottom: -4px;
  font-size: 0px;
}
.theTicketSVG.theTicketSVG_Bottom {
  margin-top: -4px;
  font-size: 0px;
}
.theTicketSVG svg {
  width: 100%;
  display: flex;
}

/* Main Care Titles */
.MobTicketTitles {
  padding: 1em 1em 0 1em;
}
.MobTicketTitles h2 {
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  font-family: "GothamCondensed";
}
@media (max-width: 1023px) {
  .MobTicketTitles h2 {
    font-size: 12rem;
  }
}
@media (max-width: 767px) {
  .MobTicketTitles h2 {
    font-size: 9rem;
  }
}
.MobTicketTitles h3 {
  font-size: 3rem;
  font-weight: 900;
  font-family: "GothamCondensed";
}
@media (max-width: 1023px) {
  .MobTicketTitles h3 {
    font-size: 7rem;
  }
}

.bottomOfTicket {
  padding-bottom: 1.5em;
}
.bottomOfTicket .ticketCTA {
  padding-bottom: 1rem;
}
.bottomOfTicket .ticketCTA a {
  text-transform: uppercase;
  background: #c7a04a;
  padding: 0.5rem 1.5rem;
  font-weight: 900;
  font-size: 2rem;
}
.bottomOfTicket .ticketCTA a:after {
  content: " ";
  position: absolute;
  top: 1.5em;
  bottom: 1.5em;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .bottomOfTicket .ticketCTA a:after {
    top: 0;
    bottom: 0;
  }
}
.bottomOfTicket .ticketCTA a:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 1023px) {
  .mobTicketMobileOrder1 {
    order: 1;
  }
  .mobTicketMobileOrder2 {
    order: 2;
  }
  .mobTicketMobileOrder3 {
    order: 3;
  }
  .mobTicketMobileOrder4 {
    order: 4;
  }
  .mobTicketMobileOrder5 {
    order: 5;
  }
  .mobTicketMobileOrder6 {
    order: 6;
  }
  .mobTicketMobileOrder7 {
    order: 7;
  }
  .mobTicketMobileOrder8 {
    order: 8;
  }
  .mobTicketMobileOrder9 {
    order: 9;
  }
  .mobTicketMobileOrder10 {
    display: none !important;
  }
  .mobTicketMobileOrder11 {
    display: none !important;
  }
  .mobTicketMobileOrder12 {
    display: none !important;
  }
  .mobTicketMobileOrder13 {
    display: none !important;
  }
  .mobTicketMobileOrder14 {
    display: none !important;
  }
  .mobTicketMobileOrder15 {
    display: none !important;
  }
}
@media only screen and (max-width: 800px) {
  .MobTicketTitles h2 {
    font-size: 9rem !important;
  }
  .MobTicketTitles h3 {
    font-size: 4rem;
  }
  .theTicketSVG.theTicketSVG_Top {
    position: relative;
    bottom: -8px;
    margin-bottom: 0 !important;
  }
  .page-id-8742 .site-main {
    padding-bottom: 0 !important;
  }
  .page-id-8742 .site-content {
    background-size: unset;
  }
  .TheMobTicketWrap .ticketCTA {
    padding-bottom: 3rem;
    display: block;
  }
}
.MobTicketModalLabelWrap .MobTicketModalLabel {
  position: relative;
  z-index: 5;
  padding: 0.25em;
  display: inline-block;
}
.mobAccordionItemHeading {
  cursor: pointer;
  margin: 0px 0px 2rem 0px;
  padding: 1rem;
  background: #c6cbcf;
  color: #000;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 900;
}
.mobAccordionItemHeading:before {
  content: " + ";
  background: #500a0e;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #fff;
}
.mobOpen .mobAccordionItemHeading:before {
  content: "-";
}
.mobOpen .mobAccordionItemHeading {
  margin-bottom: 0;
}

.mobAccordionItemContent {
  background: #fff;
  color: #000;
}
.mobAccordionItemContent img {
  margin-bottom: 1rem;
}
.mobAccordionItemContent .mobAccordionSubContent {
  margin-top: 1rem;
  font-size: 1.75rem;
  color: #000;
  font-weight: 900;
}

.mobClose .mobAccordionItemContent {
  height: 0px;
  transition: height 250ms ease-out;
  transform: scaleY(0);
}
.mobOpen .mobAccordionItemContent {
  padding: 1.5rem;
  border: 1px solid #d8d8d8;
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: block;
}

/*
  Big  Accordion
*/
.mobBigAccordion .wp-block-getwid-accordion__header-wrapper {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.0784313725);
  border: 0px solid transparent !important;
  border-left: 1px solid #eeeeee !important;
  border-right: 1px solid #eeeeee !important;
  background: #fff;
}
@media (max-width: 1023px) {
  .mobBigAccordion .wp-block-getwid-accordion__header-wrapper {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.mobBigAccordion .wp-block-getwid-accordion__content-wrapper {
  margin-bottom: 2em;
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 1023px) {
  .mobBigAccordion .wp-block-getwid-accordion__content-wrapper {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.mobBigAccordion .wp-block-getwid-accordion__header a {
  font-weight: 600;
  font-size: 22px;
  padding: 1em;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobBigAccordion .wp-block-getwid-accordion__header a:active {
  background: transparent;
  color: #8c121b;
}
.mobBigAccordion .wp-block-getwid-accordion__content {
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 0em;
}
@media (max-width: 1023px) {
  .mobBigAccordion .wp-block-getwid-accordion__content {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.mobBigAccordion details summary {
  font-weight: bold;
  font-size: 22px;
  padding-top: 1em;
  padding-bottom: 1em;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobBigAccordion details summary:after {
  content: " - ";
  position: relative;
  font-weight: 100;
  transform: scale(2);
  border-radius: 0;
  background-color: transparent !important;
  font-family: system-ui;
  width: 1em;
  text-align: end;
  padding-right: 0.25em;
  top: -5px;
}
.mobBigAccordion details summary:focus {
  outline: none;
}
.mobBigAccordion details[open] summary:after {
  content: " + ";
}

@font-face {
  font-family: "GothamCondensed";
  src: url("../assets/fonts/Gotham-Condensed-Bold.woff2") format("woff2"), url("../assets/fonts/Gotham-Condensed-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Ticket Modal Label */
.MobTicketModalLabel {
  text-decoration: underline;
  cursor: pointer;
}

/*  */
input.js-MobTicketModal:checked + .TheMobTicketModal {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  align-content: center;
  overflow: auto;
  z-index: 9999999999;
  padding: 0 2em;
}

label.MobTicketModalCloseOverLay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.MobTicketModalInfo,
.ticketCTA {
  z-index: 5;
}

.TheMobTicketModalInside {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.TheMobTicketModalInside .TheMobTicketModalInsideClose {
  font-family: cursive;
  font-weight: 900;
  height: 2em;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: sans-serif !important;
}
.TheMobTicketModalInside .MobTicketModalInfo {
  max-height: calc(100vh - 6em);
  overflow: auto;
}
.TheMobTicketModalInside .TheMobTicketModalHeadings {
  text-align: center;
  margin-bottom: 1em;
}
.TheMobTicketModalInside .TheMobTicketModalHeadings h3 {
  font-size: 18px;
  display: flex;
  flex-direction: row;
}
.TheMobTicketModalInside .TheMobTicketModalHeadings h3:before, .TheMobTicketModalInside .TheMobTicketModalHeadings h3:after {
  content: " ";
  flex: 1 1;
  border-bottom: 2px solid;
  margin: auto;
}
.TheMobTicketModalInside .TheMobTicketModalHeadings h3:before {
  margin-right: 1em;
}
.TheMobTicketModalInside .TheMobTicketModalHeadings h3:after {
  margin-left: 1em;
}
.TheMobTicketModalInside .TheMobTicketModalHeadings h2 {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  margin-top: 0.5em;
  font-weight: 500;
}
.TheMobTicketModalInside .ticketCTA {
  text-align: center;
  align-items: center;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.TheMobTicketModalInside .ticketCTA a {
  text-transform: uppercase;
  background: #c7a04a;
  padding: 0.5rem 1.5rem;
  font-weight: 900;
  font-size: 2rem;
}
.TheMobTicketModalInside .ticketCTA a:hover {
  background-color: #000;
  color: #fff;
}

.TMM_modal {
  position: fixed;
  z-index: 20;
  max-width: 85%;
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  opacity: 1;
  transition: margin-top 150ms ease-out, opacity 150ms ease-out;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
@media screen and (max-height: 500px) {
  .TMM_modal {
    width: 80%;
  }
}
.TMM_modal__toggler {
  display: none;
}
.TMM_modal__toggler:not(:checked) ~ .TMM_modal {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  opacity: 0;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  margin-top: -10px;
}
.TMM_modal__toggler:not(:checked) ~ .TMM_modal__mask {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  opacity: 0;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.TMM_modal__mask {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 150ms ease-out;
  background: RGBA(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 10;
}
.TMM_modal__close::after {
  content: "✕";
  position: absolute;
  display: inline-block;
  top: 2em;
  right: 1em;
  padding: 0.5em;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}
.TMM_modal__content {
  background: #eee;
  padding: 2em;
  max-height: 90vh;
  overflow-x: auto;
}
.TMM_modal__content h1,
.TMM_modal__content h2,
.TMM_modal__content h3,
.TMM_modal__content h4,
.TMM_modal__content h5,
.TMM_modal__content h6 {
  text-transform: unset;
  margin-bottom: 0.75em;
}
.basicModalWrap .basicModalContent {
  background: #fbfbfb;
  color: rgb(19, 19, 19);
  padding: 2em;
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 5;
  box-shadow: 0 20px 15px rgba(0, 0, 0, 0.7411764706);
}
.basicModalWrap .basicModalContent.basicModalContent_Large {
  max-width: 678px;
}
.basicModalWrap .basicModalContent .basicModalTopClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #8c121b;
  width: 1em;
  height: 1em;
  text-align: center;
  color: #fff;
  line-height: 1;
  border-radius: 100%;
  font-family: fantasy;
  font-weight: 100;
  transform: rotate(45deg);
}
.basicModalWrap .basicModalContent .basicModalBottomClose {
  background: #8c121b;
  margin: auto;
  width: 100%;
  margin-top: 1em;
  max-width: 120px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0.25em;
}
.basicModalWrap .basicModalContent .basicModalBottomClose:hover, .basicModalWrap .basicModalContent .basicModalBottomClose:active {
  opacity: 0.75;
}
.basicModalWrap > label + input:checked + .basicModalContentWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4196078431);
  z-index: 1;
}
.basicModalWrap > label + input:checked + .basicModalContentWrap > label {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Wedding PAge  */
.the3070Columns figure.wp-block-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

.the3070Columns figure.wp-block-image.size-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
}

.the3070Columns h2 {
  margin-bottom: 1rem;
  font-weight: 900;
  color: #a47e44;
}

.the3070Columns h2 strong {
  font-size: 50%;
  line-height: 0;
}

.the3070Columns h3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.the3070Columns ul {
  padding-left: 4rem;
  margin-bottom: 2rem;
}

.the3070Columns a.mobButton {
  font-family: "ronnia";
  font-size: 20px !important;
}

.the3070Columns figure.wp-block-image.size-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

@media only screen and (max-width: 1100px) {
  .the3070ColumnsImage,
  .the3070ColumnsContent {
    width: 100%;
    margin: 0 !important;
    flex-basis: 100% !important;
  }
  .the3070Columns {
    flex-wrap: wrap;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100%;
  }
  .the3070ColumnsImage {
    max-height: 280px;
    overflow: hidden;
  }
  .the3070Columns h2 {
    margin-top: 2rem;
  }
}
.the3070ColumnsContent {
  background: #ffffff;
  padding: 1em 2em;
  margin-left: 0em !important;
}

.wp-block-columns.the3070Columns {
  padding-bottom: 0em;
  padding-top: 0em;
  margin-bottom: 0 !important;
  outline: 1px solid #d8d8d8;
  margin: 3em 0 !important;
  max-width: 100% !important;
}

.the3070Columns.the3070ColumnsAlt {
  outline: none;
}

.the3070ColumnsAlt .the3070ColumnsContent {
  background: transparent;
}

.js-tabsSliderStyle [role=tablist] {
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  height: 200px;
}
@media (max-width: 767px) {
  .js-tabsSliderStyle [role=tablist] {
    transform: scale(2);
    overflow: hidden !important;
  }
  .js-tabsSliderStyle [role=tablist] .prevTabItem {
    left: -5em;
    position: relative;
  }
  .js-tabsSliderStyle [role=tablist] .nextTabItem {
    right: -5em;
    position: relative;
  }
}
.js-tabsSliderStyle [role=tablist] li {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 550ms;
  transform: scale(0.65);
  background: transparent !important;
  margin: 0;
  border: 0px solid transparent;
}
.js-tabsSliderStyle [role=tablist] li:focus a, .js-tabsSliderStyle [role=tablist] li:active a {
  background: transparent !important;
}
.js-tabsSliderStyle [role=tablist] li.ui-state-active {
  transform: scale(1);
  filter: grayscale(0);
}
.js-tabsSliderStyle [role=tablist] li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-tabsSliderStyle [role=tablist] li a {
  width: 100%;
  display: block;
  text-align: center;
  height: 100%;
  padding: 0 !important;
}
.js-tabsSliderStyle [role=tablist] li a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100% !important;
  height: 100%;
}

.tabsSliderNextPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.tabsSliderNextPrev .theTabsSliderNextPrev {
  background: #000;
  width: 2em;
  height: 2em;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin: 0 0.5em;
  border-radius: 100%;
  cursor: pointer;
  transition: 200ms all ease;
  line-height: 2em;
}
.tabsSliderNextPrev .theTabsSliderNextPrev:hover {
  transform: scale(1.1);
}
.tabsSliderNextPrev .theTabsSliderNextPrev:active {
  transform: scale(0.95);
}

.js-tabsSliderStyle [role=tabpanel] > div {
  border: 0px solid transparent;
}

.js-tabsMoving {
  transform: rotate(5deg) !important;
  transform: scale(0.7) rotate(10deg) !important;
}

.js-tabsSliderStyle [role=tablist].js-tabsMovingList {
  transition: 100ms all ease !important;
}
.js-tabsSliderStyle [role=tablist].js-tabsMovingList li {
  transition: 100ms all ease !important;
}
.js-tabsSliderStyle [role=tablist].js-tabsMovingList li.js-tabsMoving {
  transform: scale(0.65) !important;
}
.tabsStandOut {
  padding-bottom: 3em;
}
@media (max-width: 1023px) {
  .tabsStandOut {
    padding-bottom: 0em;
  }
}
.tabsStandOut > [role=tablist] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  padding-left: 0;
}
.tabsStandOut > [role=tablist] li {
  margin: 0;
  background: #000;
  text-align: center;
  color: #fff !important;
  margin-right: 2em;
  width: 100%;
}
@media (max-width: 1023px) {
  .tabsStandOut > [role=tablist] li {
    margin-right: 0.5em;
    border: 0px solid transparent;
    outline: 1px solid #545454;
  }
}
.tabsStandOut > [role=tablist] li:last-of-type {
  margin-right: 0 !important;
}
.tabsStandOut > [role=tablist] li a {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.1;
}
.tabsStandOut > [role=tablist] li a:hover {
  background-color: #ae0000;
}
@media (max-width: 1023px) {
  .tabsStandOut > [role=tablist] li a {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    font-size: 0.8em;
    letter-spacing: 1px;
  }
}
.tabsStandOut > [role=tablist] li.ui-state-active {
  border-color: #ae0000;
}
.tabsStandOut > [role=tablist] li.ui-state-active a {
  background: #ae0000;
}
.tabsStandOut > [role=tablist] li.wp-block-getwid-tabs__nav-link {
  border-width: 0;
}
.tabsStandOut > [role=tablist] li.wp-block-getwid-tabs__nav-link:hover {
  border-color: inherit;
}
.tabsStandOut > [role=tabpanel] {
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .tabsStandOut > [role=tabpanel] {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.tabsStandOut > [role=tabpanel] .wp-block-getwid-tabs__tab-content {
  padding: 0 !important;
  border: 0px solid transparent;
}
.tabsStandOut > [role=tabpanel] .tabsStandOutPanel {
  padding: 2em 0;
}
.tabsStandOut > [role=tabpanel] .tabsStandOutPanel.tabsStandOutPanel_HP {
  padding-left: 4em;
  padding-right: 4em;
}
@media (max-width: 1023px) {
  .tabsStandOut > [role=tabpanel] .tabsStandOutPanel.tabsStandOutPanel_HP {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.tabsStandOut.tabsStandOutTypography h3,
.tabsStandOut.tabsStandOutTypography h6 {
  color: #ae0000;
}
@media (max-width: 1023px) {
  .tabsStandOut.tabsStandOutMobileStack > [role=tablist] {
    flex-wrap: wrap;
    gap: 0.5em 0.25em;
    align-items: unset;
    flex-direction: initial;
  }
  .tabsStandOut.tabsStandOutMobileStack > [role=tablist] li {
    margin: 0;
    border: 0;
    width: calc(50% - 0.25em);
  }
  .tabsStandOut.tabsStandOutMobileStack > [role=tablist] li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tabsStandOut .choiceActionWrap a {
  color: white !important;
  font-size: 1.23em !important;
  line-height: 1.1;
  font-weight: 700 !important;
  padding: 0.483em 1.5em !important;
}
.tabsStandOut .choiceActionWrap.choiceActionRed a {
  background-color: #ae0000 !important;
}
.tabsStandOut .choiceActionWrap.choiceActionBlack a {
  background-color: black !important;
}
.tabsStandOut .choiceActionWrap.choiceActionBlack a:hover {
  background-color: #000 !important;
}
.tabsStandOut .choiceActionWrap.choiceActionBlue a {
  background: #005389;
}

.linkActionsRed #main .tabsStandOut .choiceActionWrap.choiceActionBlue a {
  background: #005389 !important;
}

.tabsStandOut {
  display: flex;
}

.tabsStandOut > .wp-block-getwid-tabs__nav-link {
  margin: 0;
  background: #000;
  text-align: center;
  color: #fff !important;
  margin-right: 2em;
  width: 100%;
}

.tabsStandOut .wp-block-getwid-tabs__nav-link a {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.1;
}

.tabsStandOut.getwid-init.ui-tabs {
  flex-direction: column;
}

.imageGrid .wp-block-column {
  outline: 1px solid #ccc;
  margin: 0 !important;
}
@media only screen and (max-width: 782px) {
  .imageGrid .wp-block-column {
    display: block;
    text-align: center;
    margin-bottom: 1em !important;
  }
}
.imageGrid .wp-block-columns {
  margin: 0;
}
@media only screen and (max-width: 782px) {
  .imageGrid .wp-block-columns {
    width: 100% !important;
    display: block !important;
    max-width: 500px;
    margin: auto !important;
  }
}
.imageGrid figcaption {
  margin: 0 !important;
}
.imageGrid figure {
  position: relative;
  padding: 1em;
  margin: 0 !important;
  text-align: center;
}
.imageGrid figure a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
}
.imageGrid figure a:after {
  content: " + ";
  background: #ff2036;
  color: white;
  position: absolute;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-family: "FontAwesome";
  content: " \f0c1";
  padding: 1em;
  transition: all 300ms ease;
  transform: scale(0);
}
.imageGrid figure a:hover:after {
  transform: scale(1);
}
@media only screen and (max-width: 782px) {
  .imageGrid figure a:after {
    transform: scale(0.75);
    right: 0.5em;
    bottom: 0.5em;
  }
}
.imageGrid.imageGridFlat .wp-block-column {
  outline: 0px solid transparent;
}

@media only screen and (max-width: 782px) {
  .imageGrid .wp-block-column {
    display: block;
    text-align: center;
    margin-bottom: 1em !important;
  }
  .imageGrid figure a:after {
    transform: scale(0.75);
    right: 0.5em;
    bottom: 0.5em;
  }
}
@media (max-width: 1023px) {
  .columnsCenterTextMD * {
    text-align: center;
  }
  .columnsLeftTextMD * {
    text-align: left;
  }
}
.menu-dropdown ul,
.menu-dropdown li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-dropdown .menu > li:first-of-type > a {
  display: none;
}
.menu-dropdown .sub-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .menu-dropdown .sub-menu {
    flex-wrap: wrap;
  }
}
.menu-dropdown .sub-menu li {
  margin-right: 2em;
  width: 100%;
}
.menu-dropdown .sub-menu li.current-menu-item {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .menu-dropdown .sub-menu li {
    width: calc(50% - 2em);
    margin-bottom: 2em;
  }
  .menu-dropdown .sub-menu li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .menu-dropdown .sub-menu li {
    width: 100%;
    margin-right: 0;
  }
}
.menu-dropdown .sub-menu li:last-of-type {
  margin-right: 0;
}
.menu-dropdown .sub-menu li a {
  background: #a47e44;
  color: #000;
  font-size: 1em;
  display: block;
  font-weight: 100;
  font-family: speakeasy-flare, serif;
  padding: 0.75em 1.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  display: block;
  font-weight: 100;
  width: 100%;
  text-align: center;
}
.menu-dropdown .sub-menu li a:hover {
  color: #a47e44;
  background-color: #000;
}

@media (max-width: 767px) {
  .menu-dropdown .menu > li:first-of-type {
    position: relative;
  }
  .menu-dropdown .menu > li:first-of-type > a {
    background: #a47e44;
    color: #000;
    font-family: speakeasy-flare, serif;
    padding: 0.75em;
    font-size: 1em;
    font-weight: 100;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .menu-dropdown .menu > li:first-of-type > a span {
    font-size: 85%;
    flex: 1;
    padding-left: 4px;
  }
  .menu-dropdown .menu > li:first-of-type > a:after {
    content: " > ";
    content: "\f0dd";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 2em;
    line-height: 0.5em;
  }
  .menu-dropdown .menu > li:first-of-type > a.js-menu-dropdown-active:before {
    content: "Close";
    background: #a47e44;
    color: #000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-dropdown .menu > li:first-of-type > a.js-menu-dropdown-active + .sub-menu {
    display: block;
    position: absolute;
    top: calc(100% + 0em);
    left: 0;
    right: 0;
    padding: 2em;
    background: #000000;
    z-index: 5;
    box-shadow: 0px 4px 4px #a47e44;
    border-radius: 0 0 4px 4px;
  }
  .menu-dropdown .menu .sub-menu {
    display: none;
  }
}
#menu-the-underground-sub-menu .sub-menu {
  background-repeat: repeat;
  background-position: bottom;
}

@media (max-width: 767px) {
  ul#menu-the-underground-sub-menu {
    text-align: center;
  }
  ul#menu-the-underground-sub-menu li a {
    padding: 0.25em 0.75em;
  }
  ul#menu-the-underground-sub-menu li a span {
    padding-right: 1em;
  }
  ul#menu-the-underground-sub-menu > li:first-of-type > a:after {
    font-size: 1.5em;
  }
  ul#menu-the-underground-sub-menu > li a {
    display: inline-block;
    width: auto;
  }
  ul#menu-the-underground-sub-menu > li:first-of-type > a.js-menu-dropdown-active + .sub-menu a {
    display: block;
    width: 100% !important;
  }
}
.listItemSpace {
  padding-left: 3em;
}
.listItemSpace > li {
  display: flex;
  align-items: center;
  line-height: 2em;
}

.tooltipWrap {
  width: 100%;
}
.tooltipWrap * {
  display: inline;
}

/* Tooltip */
#tooltip {
  font-family: inherit;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: #2a2a2a;
  position: absolute;
  z-index: 100;
  padding: 7px;
  pointer-events: none;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2a2a2a;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #2a2a2a;
  border-bottom-color: rgba(0, 0, 0, 0.6);
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip .right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.ThemMobFormWrap {
  border: 1px solid #ccc;
  padding: 1.5em;
  border-radius: 10px;
  background: #ecf1f4;
}
.ThemMobFormWrap.ThemMobFormWrapMax75 {
  width: 100%;
  max-width: 50%;
  margin: auto;
}
.ThemMobFormWrap br {
  display: none;
}
.ThemMobFormWrap .ThemMobFormItem {
  margin-bottom: 1.5em;
}
.ThemMobFormWrap .ThemMobFormItem label {
  display: block;
}
.ThemMobFormWrap .ThemMobFormItem textarea,
.ThemMobFormWrap .ThemMobFormItem select,
.ThemMobFormWrap .ThemMobFormItem input:not([disabled]):not([type=submit]) {
  border: 1px solid #c1c1c1;
  display: block;
  width: 100%;
  padding: 0.25em;
  border-radius: 4px;
  max-height: 100px;
}
.ThemMobFormWrap .ThemMobFormItem:last-of-type {
  margin-bottom: 0;
}
.ThemMobFormWrap .ThemMobFormItem input[type=submit] {
  background: #8c121b;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-size: 18px;
}
.ThemMobFormWrap .TheMobFormTitle {
  font-size: 1.25em;
  color: #1b0305;
}
.ThemMobFormWrap .TheMobFormSubTitle {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  opacity: 0.75;
}
.submitting .ThemMobFormWrap [type=submit] {
  pointer-events: none;
  cursor: no-drop;
  opacity: 0.75;
}
.ThemMobFormWrap + .wpcf7-response-output {
  width: 100% !important;
  margin: 0 !important;
  margin-top: 1em !important;
  text-align: center;
  font-size: 90%;
  border-color: #500a0e !important;
  background: #500a0e !important;
  color: #fff !important;
}

.ThemMobFormItemCheckbox label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: auto !important;
}

.ThemMobFormWrap p:empty {
  display: none;
}

.ThemMobFormItemCheckbox input[type=checkbox] {
  width: auto !important;
}

.ThemMobFormItemCheckbox * {
  align-items: baseline;
  text-align: left !important;
}

.ThemMobFormItemCheckbox .wpcf7-list-item {
  display: flex;
}

.ThemMobFormItemCheckbox .wpcf7-list-item-label {
  min-width: 10em;
}

/*   */
.tmmContentArea ul.listLinks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tmmContentArea ul.listLinks li {
  padding: 0;
  margin: 0;
}

.tmmContentArea ul.listLinks li {
  background: #fff;
  text-align: center;
  margin-bottom: 0.25em;
  position: relative;
}

.tmmContentArea ul.listLinks li a {
  display: block;
  padding: 0.25em;
  color: #fff;
  font-weight: 100;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  text-decoration: none;
}

.tmmContentArea ul.listLinks li a:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #8c121b;
  z-index: -1;
  transition: all ease 300ms;
}

.tmmContentArea ul.listLinks li a:hover:after {
  opacity: 0.75;
}

.tmmContentArea ul.listLinks.listLinksBlue li a:after {
  background: #005389;
}

.tmmContentArea ul.listLinks.listLinksBlue li:nth-child(odd) a:after {
  background: #001c2f;
}

.tmmContentArea ul.listLinks.listLinksGreen li a:after {
  background: #27380e;
}

.tmmContentArea ul.listLinks.listLinksGreen li:nth-child(odd) a:after {
  background: #3c5b2b;
}

.goUnderTheNav {
  position: relative;
  z-index: 0;
}

@keyframes doorWiggles {
  0% {
    transform: translateX(1%);
  }
  60% {
    transform: translateX(3.5%);
  }
  100% {
    transform: translateX(1%);
  }
}
@keyframes ThePasswordTextGlow {
  0% {
    opacity: 0.85;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.85;
  }
}
@keyframes ThePasswordTextShine {
  to {
    background-position: 200% center;
  }
}
.doorSlideUGLogo {
  text-align: center;
  width: 35%;
  margin: 0em auto 2em;
  opacity: 0.7;
  filter: brightness(0.9);
  padding-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .doorSlideUGLogo {
    width: 60%;
  }
}

.doorSlideUGLogo img {
  width: 100%;
}

.doorSlideMainWrap .doorSlideLabel {
  touch-action: none;
}

.doorSlideMainWrap img {
  max-width: 100%;
  position: relative;
  z-index: 5;
}

.doorSlideMainWrap .doorSlideInput {
  display: none;
}

.doorSlideMainWrap .doorSlideTheDoor {
  position: relative;
  cursor: pointer;
}

.doorSlideMainWrap .doorSlideTheDoor .doorSlideTheInside {
  position: absolute;
  inset: 0;
}

.doorSlideMainWrap .doorSlideTheDoor .doorSlideTheInside.doorSlideTheSlider {
  z-index: 1;
  overflow: hidden;
  transform: scale(0.95);
}

.doorSlideMainWrap .doorSlideTheDoor .doorSlideTheInside.doorSlideTheSlider img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation-play-state: paused;
  top: 6px;
}

.doorSlideMainWrap .doorSlideTheDoor .doorSlideTheInside.doorSlideTheSlider img.doorWiggles {
  animation: doorWiggles 2.78s infinite;
}

.doorSlideMainWrap .doorSlideTheDoor .doorSlideTheInside img {
  position: relative;
}

.doorSlideMainWrap .doorSlideTheDoor .doorSlideTheText {
  color: #948874;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: speakeasy-flare, serif;
  font-weight: 900;
  letter-spacing: 1px;
  z-index: 0;
  background: #000;
  transform: scale(0.9);
  margin-top: 5%;
  margin-bottom: 5%;
}

.doorSlideMainWrap .doorSlideTheDoor .doorSlideTheText .doorSlideTheTextWrap {
  animation: ThePasswordTextGlow 2.75s infinite;
  font-size: calc(clamp(16px, 5vw, 3.5rem) + 12%);
  left: 5%;
  position: absolute;
  transition-property: left, right;
  transition-duration: 0.75s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
  line-height: 1;
  bottom: calc(50% - 0.5em - 6px);
  width: 0;
  text-align: center;
  transition: width 2s;
  white-space: nowrap;
}

.doorSlideMainWrap input.doorSlideInput:checked + .doorSlideTheDoor .doorSlideTheText {
  opacity: 1 !important;
  animation: unset;
  padding-left: 0;
  color: #fff;
}

.doorSlideMainWrap input.doorSlideInput:checked + .doorSlideTheDoor .doorSlideTheText .doorSlideTheTextWrap {
  animation: unset;
  transition-delay: 0s;
  transition-duration: 0s;
  width: 90%;
}

.doorSlideMainWrap input.doorSlideInput:checked + .doorSlideTheDoor .doorSlideTheText .doorSlideTheTextWrap #ThePasswordText {
  background: linear-gradient(to right, #e5c891 10%, #7a603f 30%, #e5c891 50%, #7a603f 70%, #e5c891 100%);
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ThePasswordTextShine 8s linear infinite;
  overflow: hidden;
  outline: 2px solid black;
  outline-offset: -1px;
}

.doorSlideMainWrap .doorSlideWordImage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.doorSlideMainWrap .doorSlideWordImage span {
  font-family: speakeasy-flare, serif;
  font-weight: 900;
  color: #ddc057;
  font-size: 1em;
}

.doorSlideMainWrap .doorSlideWordImage img {
  width: 55%;
}

@media only screen and (min-width: 768px) {
  .doorSlideMainWrap {
    display: flex;
  }
  .doorSlideMainWrap .doorSlideLabel {
    width: 50%;
  }
  .doorSlideMainWrap .doorSlideWordImage {
    width: 25%;
  }
  .doorSlideMainWrap .doorSlideWordImage img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .doorSlideMainWrap .doorSlideWordImage img {
    width: 100%;
  }
  .doorSlideMainWrap .doorSlideWordImage.doorSlideWordImageAway {
    position: relative;
    left: -7%;
    z-index: 0;
  }
}
.doorTheSlideMainWrap {
  position: relative;
}

.doorTheSlideMainWrap:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: rebeccapurple;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.doorTheSlideMainWrap > .wrap {
  z-index: 56;
  position: relative;
}

.footerSection {
  color: #fff;
  font-family: "Ronnia";
  font-size: 16px;
}

/* Footer Items */
.footerSection a,
.footerSection a:visited {
  color: #fff;
  text-decoration: underline;
  font-style: unset !important;
}

.footerSection a:hover,
.footerSection a:visited:hover {
  color: #c5b282;
}

.footerSection a.btn {
  background: #500a0e;
  color: #fff;
  margin-top: 1em;
  margin-bottom: 1rem;
  text-decoration: none;
  border-radius: 0;
  line-height: 1;
  font-size: 18px;
}

.footerSection a.btn:hover {
  background: #c5b282;
  color: #000;
}

.footerSection h3 {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 1rem;
  font-style: normal;
  font-family: "Ronnia Bold", sans-serif;
}

#footerMap iframe {
  width: 100%;
  height: 100%;
  min-height: 100px;
  filter: grayscale(1);
  transition: 250ms all ease;
  -o-object-fit: cover;
     object-fit: cover;
}

#footerMap iframe:hover {
  filter: grayscale(0);
}

.footerSectionTop {
  padding-top: 2em;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex: 1;
}

.theFooterLogo img {
  height: 100%;
  width: 100%;
  max-width: 350px;
}

.theFooterApps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.theFooterApps a {
  display: inline-block;
}

.theFooterApps a img {
  width: 120px;
}

.theFooterApps h3 {
  margin: 0;
}

.footerSectionTopItem {
  width: 50%;
}

.footerSectionTopLeft,
.footerSectionTopRight {
  display: flex;
  flex-direction: column;
  height: 100%;
}

div#footerMap {
  margin-top: 1em;
}

.footerInfo {
  font-size: 15px;
}

.footerInfo a {
  font-size: 16px;
}

.footerInfo,
.footerInfo a {
  color: #f5e5cd;
  font-style: normal !important;
}

.theFooterBlurb p {
  font-style: normal;
  color: #fff;
  padding: 1em 0;
  font-size: 18px;
  line-height: 1.5;
}
.theFooterBlurb a {
  margin-top: 1em;
}
.theFooterBlurb .theFooterBlurbLinks a {
  margin-right: 2em;
}
@media only screen and (max-width: 900px) {
  .theFooterBlurb .theFooterBlurbLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .theFooterBlurb .theFooterBlurbLinks a {
    margin-right: 0em;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 900px) {
  .footerSectionTopItem {
    width: 100%;
  }
  .theFooterBlurb {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .theFooterLogo {
    text-align: center;
    order: 1;
  }
  .theFooterAppWrap {
    width: 100%;
    margin: 1em 0;
  }
  .theFooterApps h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .theFooterApps {
    flex-wrap: wrap;
    width: 100%;
  }
  .theFooterBoxInfo {
    text-align: center;
    margin-bottom: 2em;
    margin-top: 3em;
  }
  .theFooterAppsItem {
    width: 50%;
    text-align: center;
  }
  /*  */
}
.theFooterMenusWrap {
  display: flex;
  flex-wrap: wrap;
}

.theFooterMenus {
  width: 75%;
}

.theFooterMenusBuddy {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

.theFooterMenus ul.menu {
  list-style: none;
}

.theFooterMenus ul.menu a {
  text-decoration: none;
  color: #f5e5cd;
  margin-bottom: 5px;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 15px;
  font-style: normal !important;
}

.theFooterMenus ul.menu a:hover {
  color: #b1a28c;
}

.theFooterSocialIcons {
  display: flex;
  justify-content: space-between;
}

.theFooterSocialIcons a {
  font-size: 24px;
}

.theFooterSearchForm fieldset {
  position: relative;
}

.theFooterSearchForm fieldset input[type=image] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 8px;
  filter: brightness(0) invert(1);
}

.theFooterSearchForm fieldset input#search {
  background: transparent;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border: 1px solid #f5e5cd;
  font-family: "Ronnia";
  color: #fff;
  font-style: normal;
  padding-left: 3rem;
}

.theFooterSearchForm fieldset input#search:focus {
  outline: 0;
}

.theFooterSearchForm fieldset input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "Ronnia";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.theFooterSearchForm fieldset input::placeholder {
  color: #fff;
  opacity: 1;
  font-family: "Ronnia";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.theFooterSearchForm fieldset input:-ms-input-placeholder {
  color: #fff;
  font-family: "Ronnia";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.theFooterSearchForm fieldset input::-ms-input-placeholder {
  color: #fff;
  font-family: "Ronnia";
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 900px) {
  .theFooterMenus {
    width: 100%;
  }
  .theFooterMenusBuddy {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .theFooterSocialIconsWrap {
    width: 70%;
    padding: 0 2em;
    margin-bottom: 4em;
  }
  .theFooterSearchForm {
    padding: 0 2em;
  }
  .theFooterMenusBuddy {
    padding-left: 0;
    padding-right: 0;
  }
  .theFooterMenu {
    width: 47%;
    text-align: center;
    margin: 0;
  }
  .theFooterMenus {
    margin-bottom: 2em;
  }
  .theFooterMenus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .theFooterSocialIconsWrap {
    width: 90%;
  }
  .theFooterMenu {
    padding-left: 0;
    padding-right: 0;
  }
}
.theFooterBottomCopyMenu {
  display: flex;
}

section.footerSection.theFooterBottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3em;
  align-items: center;
  flex-wrap: wrap;
}

.theFooterBottomMenu .menu {
  list-style: none;
  display: flex;
}

.theFooterBottomMenu .menu li {
  margin-left: 1em;
}
@media (max-width: 900px) {
  .theFooterBottomMenu .menu li:first-of-type {
    margin-left: 0;
  }
}

.theFooterBottomTop a {
  text-decoration: none;
  font-size: 1.4em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .theFooterBottomCopyMenu {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .theFooterBottomTop {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
  }
}
.theFooterSearchFormWrap {
  justify-self: start;
  margin-top: auto;
  align-self: baseline;
  width: 100%;
  font-size: 16px;
}

.footerSectionTopLeft {
  padding-right: 2em;
}

@media (max-width: 900px) {
  .footerSectionTopLeft {
    padding-right: 0em;
    text-align: center;
  }
  .theFooterBlurb {
    margin: auto;
    order: 3;
  }
  .theFooterSearchFormWrap {
    margin: auto;
    order: 2;
    margin-top: 1em;
  }
}
footer.theFooterSection {
  font-style: normal !important;
}

.theFooterApps h3 {
  width: 100%;
  margin-bottom: 1rem;
}

body.admin-bar #page > header#masthead-n {
  top: 32px !important;
}

.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, 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%;
}

/*
Header
 */
#page > header#masthead-n .header-right .btn:before,
#page > header#masthead-n .header-right .btn:after,
.btn-tickets:before,
.btn-tickets:after {
  content: "";
  height: 2px;
  background: rgb(185, 139, 80);
  background: linear-gradient(to right, rgb(185, 139, 80) 0%, rgb(212, 178, 120) 17%, rgb(230, 205, 147) 28%, rgb(236, 214, 156) 34%, rgb(237, 218, 159) 44%, rgb(242, 241, 176) 50%, rgb(239, 228, 166) 58%, rgb(242, 226, 166) 68%, rgb(240, 221, 162) 74%, rgb(229, 204, 145) 80%, rgb(207, 171, 112) 90%, rgb(178, 128, 70) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b98b50", endColorstr="#b28046", GradientType=1);
  width: 100%;
  position: absolute;
  left: 0;
}

#page > header#masthead-n .header-right .btn:before,
.btn-tickets:before {
  top: 0;
}

#page > header#masthead-n .header-right .btn:after,
.btn-tickets:after {
  bottom: 0;
}

#page > header#masthead-n .header-right .btn span,
.btn-tickets span {
  display: block;
  font-size: 16px;
}

#page > header#masthead-n .site-branding a {
  padding: 10px 0;
  display: block;
  background-color: transparent !important;
  max-width: 100%;
}

#page > header#masthead-n .header-right nav#site-sub-nav-n {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#page > header#masthead-n nav {
  clear: both;
}

#page > header#masthead-n nav ul li {
  float: left;
  list-style-type: none;
}

#page > header#masthead-n nav ul li a {
  padding: 6px 10px;
  display: block;
  background: none !important;
}

#page > header#masthead-n nav#site-sub-nav-n ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: "Ronnia Light";
}

#page > header#masthead-n nav#site-nav-n > ul > li > a {
  /*color:#eedda1;*/
  text-transform: uppercase;
  /*padding: 10px;*/
}

#page > header#masthead-n .header-right .btn,
.btn-tickets {
  text-transform: uppercase;
  color: #eedda1 !important;
  background: #500a0e !important;
  white-space: nowrap;
  text-align: center;
  padding: 5px 10px;
  position: relative;
}

#page > header#masthead-n nav#site-nav-n ul li.exhibit-top a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}

/*
Responsive
 */
@media (min-width: 1092px) {
  #page > header#masthead-n nav#site-sub-nav-n ul li:first-child a {
    padding-left: 15px;
  }
  #page > header#masthead-n nav#site-nav-n ul li a {
    /*color:#eedda1;*/
    text-transform: uppercase;
    /*padding: 15px;*/
    transition: all 0.8s;
  }
  #page > header#masthead-n nav#site-nav-n ul li a:hover {
    text-shadow: 0 0 9px rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 768px) and (max-width: 1043px) {
  #page > header#masthead-n nav ul li a {
    /*font-size: 1.4vw;*/
  }
}
@media (max-width: 1043px) {
  #page > header#masthead-n .site-branding {
    background: #000;
    text-align: center;
    width: 100%;
  }
  #page > header#masthead-n .header-right {
    background: #500a0e;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page > header#masthead-n .header-right .header-nav {
    /*float:left;*/
  }
  #page > header#masthead-n .header-right .btn {
    display: flow-root;
  }
}
@media (min-width: 1044px) {
  #page > header#masthead-n .header-right .btn {
    margin-right: 1vw;
  }
  #page > header#masthead-n {
    position: fixed;
    /* Posotion fixed is acting as a fallback for IE :( */
    position: sticky;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 9;
    display: flex;
    align-items: flex-start;
  }
  #page > header#masthead-n > div {
    flex-direction: row;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #page > header#masthead-n .header-right .header-nav,
  #page > header#masthead-n .site-branding,
  #page > header#masthead-n .header-right .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #page > header#masthead-n .site-branding {
    background: rgba(0, 0, 0, 0.9);
    width: auto;
    flex: 1;
    padding: 0 10px;
  }
  #page > header#masthead-n .site-branding img {
    transition: all 0.9s;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
  }
  #page > header#masthead-n .site-branding img:hover {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
  }
  #page > header#masthead-n .header-right {
    width: 100%;
    flex: 6;
    background: linear-gradient(to right, rgba(27, 3, 5, 0.9) 0%, rgba(27, 3, 5, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e61b0305", endColorstr="#e61b0305", GradientType=1);
  }
  #page > header#masthead-n .header-right .header-nav {
    width: 100%;
    margin-right: 3vw;
  }
}
@media (max-width: 854px) {
  .header-right {
    position: relative;
  }
  a.expand-nav {
    background-color: #000;
    padding: 4px 12px;
    text-align: center;
    display: block;
    font-size: 20px;
    margin-right: 40px;
    color: #FFF;
  }
  a.expand-nav:hover,
  a.expand-nav:focus,
  a.expand-nav:active {
    background-color: #eedda1;
    color: #000;
  }
  #page > header#masthead-n .header-right {
    justify-content: space-between;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
  }
  .header-nav nav {
    display: none;
  }
  nav#site-nav-n,
  nav#site-sub-nav-n {
    background: #500a0e;
    position: absolute;
    z-index: 9;
    left: 0;
    width: 50%;
    top: 100%;
  }
  nav#site-sub-nav-n {
    right: 0;
    left: auto;
  }
  nav#site-nav-n li,
  nav#site-sub-nav-n li {
    float: none;
    clear: both;
  }
  #page > header#masthead-n nav#site-nav-n ul li a {
    padding: 10px 10px;
  }
  #page > header#masthead-n nav#site-sub-nav-n ul li a {
    padding: 10px 10px;
  }
  .slick-prev {
    left: 0;
    z-index: 9;
  }
  .slick-next {
    right: 0;
    z-index: 9;
  }
}
@media (min-width: 855px) {
  .expand-nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-new-primary .mega-menu-toggle {
    display: none;
  }
  #mega-menu-wrap-new-primary .mega-menu-toggle + #mega-menu-new-primary {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    display: none;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    display: block;
  }
}
#mega-menu-wrap-max_mega_menu_2 {
  background: linear-gradient(to right, rgba(27, 3, 5, 0.9) 0%, rgba(27, 3, 5, 0.9) 100%);
}

/* Temp Nav Fix */
@media only screen and (max-width: 855px) {
  body {
    overflow: unset;
  }
  html {
    overflow-x: hidden;
  }
  #page > #masthead-n .header-right {
    position: fixed !important;
    z-index: 10;
  }
  #masthead-n {
    display: contents;
    display: block;
    position: relative;
  }
  .site-branding {
    padding-top: 78px;
  }
  .site-branding a img {
    padding-top: 0;
  }
}
/* Temp Menu Fix  */
@media only screen and (max-width: 855px) {
  .navExpand {
    overflow: hidden !important;
  }
  /*  Nav Wrap */
  .navExpand .navMobile {
    background: #000;
    position: fixed;
    right: 0;
    height: calc(100vh - 70px);
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    z-index: 10;
    overflow-y: unset;
    overflow-x: hidden;
    left: 0px !important;
    width: 66vw !important;
    top: 78px !important;
  }
  /* The NAV itesm */
  .navExpand .navMobile nav {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    float: none !important;
    width: 100% !important;
  }
  /* The Big Nav */
  .navExpand ul#mega-menu-new-primary {
    display: flex !important;
    flex-direction: column !important;
  }
  .navExpand ul#mega-menu-new-primary li {
    text-align: center !important;
    display: block !important;
  }
  /* Sub Menu to Big Nav */
  .navExpand ul.mega-sub-menu {
    position: relative !important;
    display: none !important;
  }
  .navExpand .mega-toggle-on .mega-sub-menu {
    display: block !important;
  }
  .navExpand nav#site-nav-n {
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    padding-bottom: 1em;
    background: rgb(34, 34, 34);
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .navExpand nav#site-nav-n::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .navExpand nav#site-nav-n {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  /* menu toggle - not sure how to remove it so.... */
  .navExpand .mega-menu-toggle {
    display: none !important;
  }
  .navExpand a.expand-nav:after {
    content: " ";
    position: fixed;
    top: 78px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  /* Bottom Nav  */
  .navExpand nav#site-sub-nav-n {
    background: #000;
    display: block;
    position: relative;
    top: 1em;
    border-bottom: 0px solid transparent !important;
  }
  .navExpand nav#site-sub-nav-n ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em 1em;
  }
  .navExpand nav#site-sub-nav-n ul li {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .navExpand nav#site-sub-nav-n ul li:last-of-type {
    text-align: center;
    width: 100%;
  }
  /* Dropdown Indicator */
  .navExpand span.mega-indicator {
    width: 2.5em !important;
    height: 3em !important;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
  .navExpand span.mega-indicator:after {
    margin: 0 !important;
  }
  /* Dropdown Indicator inside a dropdown - removing it as the menu is open  */
  .navExpand nav ul li ul span.mega-indicator {
    display: none !important;
  }
}
.tmmMenuSplit {
  /*Side Menu - With dropdown for mobile */
}
.tmmMenuSplit a {
  pointer-events: none;
  cursor: default;
  height: 0px;
  overflow: hidden;
  display: none !important;
  font-size: 0;
}
.tmmMenuSplit .sideMenuDropdownLabel,
.tmmMenuSplit .sideMenuDropdownCheck {
  display: none;
}
@media only screen and (max-width: 800px) {
  .tmmMenuSplit {
    /*   */
    /*   */
    /*  */
    /*      */
  }
  .tmmMenuSplit .sideMenuDropdownHeader,
  .tmmMenuSplit .sideMenuDropdownWrap nav {
    display: none;
  }
  .tmmMenuSplit .sideMenuDropdownLabel {
    background: #500a0e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000;
    border-radius: 0px;
    overflow: hidden;
    color: #fff;
    padding: 4px;
    padding-left: 1em;
  }
  .tmmMenuSplit input.sideMenuDropdownCheck:checked + .sideMenuDropdownLabel:before {
    content: " ";
    position: fixed;
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .tmmMenuSplit .sideMenuDropdownLabel:after {
    content: "\f0dd";
    background: #500a0e;
    color: #fff;
    padding: 1.5em 1em;
    font-size: 1em;
    font-family: FontAwesome;
    line-height: 0px;
    margin-top: -4px;
  }
  .tmmMenuSplit input.sideMenuDropdownCheck:checked + label {
    /* border-radius: 4px 4px 0 0; */
  }
  .tmmMenuSplit input.sideMenuDropdownCheck:checked + label + nav {
    display: block;
    position: relative;
    z-index: 2;
  }
  .tmmMenuSplit .sideMenuDropdownWrap {
    position: relative;
  }
  .tmmMenuSplit .sideMenuDropdownWrap nav > ul {
    border: 1px solid #500a0e;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top: 0px solid transparent;
    position: absolute;
    background: #222222;
    color: #fff;
    width: 100%;
    margin-top: 0px;
    padding: 1em;
    /* box-shadow: 0px 4px 6px #b4b7ba; */
    /* border-radius: 0 0 4px 4px; */
  }
  .tmmMenuSplit .sideMenuDropdownWrap nav > ul .current_page_item {
    display: block;
  }
  .tmmMenuSplit .sideMenuDropdownWrap nav > ul a {
    color: #fff !important;
    display: block;
    padding: 0.25em 0;
    margin-bottom: 0.5em;
  }
  .tmmMenuSplit .sideMenuDropdownWrap nav > ul .current_page_item > a {
    text-decoration: none;
  }
  .tmmMenuSplit .sideMenuDropdownWrap nav > ul .current_page_item > a:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 10px;
    color: #ff000f;
    font-size: 1em;
  }
  .tmmMenuSplit .subnavigation.js-subnavigation {
    background-color: transparent;
  }
}
@media only screen and (min-width: 800px) {
  .tmmMenuSplit .sideMenuDropdownWrap,
  .tmmMenuSplit .sideMenuDropdownWrap ul,
  .tmmMenuSplit .sideMenuDropdownWrap ul li,
  .tmmMenuSplit .sideMenuDropdownWrap ul li a {
    padding: 0;
    margin: 0;
    display: block;
  }
  .tmmMenuSplit .sideMenuDropdownWrap nav {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .tmmMenuSplit .sideMenuDropdownWrap ul li a {
    border-left: 3px solid #ccc;
    padding-left: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    color: #000 !important;
  }
  .tmmMenuSplit .sideMenuDropdownWrap ul ul li a {
    padding-left: 2em;
  }
  .tmmMenuSplit .sideMenuDropdownWrap ul .current_page_item > a {
    border-left-color: #500a0e;
    color: #500a0e;
    text-decoration: none;
    font-weight: 900;
  }
  .tmmMenuSplit .sideMenuDropdownWrap ul li a:active,
  .tmmMenuSplit .sideMenuDropdownWrap ul li a:focus {
    color: #fff !important;
    outline: none !important;
    background: #500a0e;
    border-left: 3px solid #500a0e;
  }
  .tmmMenuSplit .subNavDropdown {
    position: sticky;
    top: 100px;
  }
}

body.admin-bar #page > header#masthead-n {
  top: 32px !important;
}

/*
 The Top nav style has moved to _siteTopStyle
*/
/*Side Menu - With dropdown for mobile */
.sideMenuDropdownLabel,
.sideMenuDropdownCheck {
  display: none;
}

@media only screen and (max-width: 800px) {
  .sideMenuDropdownHeader,
  .sideMenuDropdownWrap nav {
    display: none;
  }
  /*   */
  .sideMenuDropdownLabel {
    background: #500a0e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000;
    border-radius: 0px;
    overflow: hidden;
    color: #fff;
    padding: 4px;
    padding-left: 1em;
  }
  input.sideMenuDropdownCheck:checked + .sideMenuDropdownLabel:before {
    content: " ";
    position: fixed;
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .sideMenuDropdownLabel:after {
    content: "\f0dd";
    background: #500a0e;
    color: #fff;
    padding: 1.5em 1em;
    font-size: 1em;
    font-family: FontAwesome;
    line-height: 0px;
    margin-top: -4px;
  }
  /*   */
  input.sideMenuDropdownCheck:checked + label + nav {
    display: block;
    position: relative;
    z-index: 2;
  }
  /*  */
  .sideMenuDropdownWrap {
    position: relative;
  }
  .sideMenuDropdownWrap nav > ul {
    border: 1px solid #500a0e;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top: 0px solid transparent;
    position: absolute;
    background: #222222;
    color: #fff;
    width: 100%;
    margin-top: 0px;
    padding: 1em;
  }
  .sideMenuDropdownWrap nav > ul .current_page_item {
    display: block;
  }
  .sideMenuDropdownWrap nav > ul a {
    color: #fff !important;
    display: block;
    padding: 0.25em 0;
    margin-bottom: 0.5em;
  }
  .sideMenuDropdownWrap nav > ul .current_page_item > a {
    text-decoration: none;
  }
  .sideMenuDropdownWrap nav > ul .current_page_item > a:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 10px;
    color: #ff000f;
    font-size: 1em;
  }
  /*      */
  .subnavigation.js-subnavigation {
    background-color: transparent;
  }
}
@media only screen and (min-width: 800px) {
  .sideMenuDropdownWrap,
  .sideMenuDropdownWrap ul,
  .sideMenuDropdownWrap ul li,
  .sideMenuDropdownWrap ul li a {
    padding: 0;
    margin: 0;
    display: block;
  }
  .sideMenuDropdownWrap nav {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .sideMenuDropdownWrap ul li a {
    border-left: 3px solid #ccc;
    padding-left: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    color: #000 !important;
  }
  .sideMenuDropdownWrap ul ul li a {
    padding-left: 2em;
  }
  .sideMenuDropdownWrap ul .current_page_item > a {
    border-left-color: #500a0e;
    color: #500a0e;
    text-decoration: none;
    font-weight: 900;
  }
  .sideMenuDropdownWrap ul li a:active,
  .sideMenuDropdownWrap ul li a:focus {
    color: #fff !important;
    outline: none !important;
    background: #500a0e;
    border-left: 3px solid #500a0e;
  }
  .subNavDropdown {
    position: sticky;
    top: 100px;
  }
}
html {
  overflow-x: hidden;
}

.siteTopWrap {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #000;
  color: #fff;
  letter-spacing: 0.06em;
  /*Helpers*/
}
.siteTopWrap .siteTopNoticeWrap {
  background-color: var(--siteTopAccentBackgroundColor);
  color: var(--siteTopAccentColor);
  padding: 0.25em 0;
}
.siteTopWrap .siteTopNoticeWrap .siteTopNotice {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  align-items: center;
}
.siteTopWrap .siteTopNoticeWrap .siteTopNotice .siteTopNoticeMessage {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  font-weight: 100;
}
@media (max-width: 767px) {
  .siteTopWrap .siteTopNoticeWrap .siteTopNotice .siteTopNoticeMessage {
    flex-direction: column;
  }
}
.siteTopWrap .siteTopNoticeWrap .siteTopNotice .siteTopNoticeIcon {
  font-size: 0.72em;
  height: 2em;
  width: 2em;
  border: 1px solid;
  display: inline-flex;
  margin-right: 2em;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transform: scale(1.25);
  min-width: 2em;
}
.siteTopWrap .siteTopNoticeWrap .siteTopNotice .siteTopNoticeIcon:before {
  margin-right: -1px;
}
.siteTopWrap .siteTopNoticeWrap .siteTopNoticeText {
  display: flex;
  align-items: center;
}
.siteTopWrap .siteTopNoticeWrap .siteTopNoticeText > span {
  line-height: 1.2;
}
.siteTopWrap .siteTopNoticeWrap .siteTopNoticeMessage {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  font-weight: 100;
}
.siteTopWrap .siteTopNoticeWrap .siteTopNoticeClose {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 1.5em;
  text-align: center;
  margin-left: 0.5em;
}
.siteTopWrap .siteTopNoticeWrap .siteTopNoticeAction {
  min-width: 77px;
  text-align: center;
}
.siteTopWrap .siteTopNoticeWrap .siteTopNoticeAction a {
  color: #fff;
  text-decoration: underline;
  line-height: 1.2;
  display: inline-block;
}
.siteTopWrap .siteTop {
  display: flex;
  min-height: 100px;
}
@media (max-width: 1023px) {
  .siteTopWrap .siteTop {
    min-height: unset;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    height: 65px;
  }
}
.siteTopWrap .siteTop .siteTopLeft {
  width: 20%;
}
.siteTopWrap .siteTop .siteTopCenter {
  width: 60%;
}
@media (min-width: 1024px) {
  .siteTopWrap .siteTop .siteTopCenter .siteTopCenterItem {
    height: 50%;
    padding-left: 1.875em;
  }
}
@media (min-width: 1024px) {
  .siteTopWrap .siteTop .topMobileGiveCTAs {
    display: none;
  }
}
@media (max-width: 1023px) {
  .siteTopWrap .siteTop .topMobileGiveCTAs {
    padding: 1em;
    display: flex;
    justify-content: space-evenly;
  }
}
@media (max-width: 1023px) {
  .siteTopWrap .siteTop .topMobileGiveCTAs .topMobileGiveCTA {
    background: #000;
    width: 100%;
    max-width: 158px;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
  }
}
.siteTopWrap .siteTop .siteTopRight {
  width: 25%;
}
.siteTopWrap .siteTop .siteTopRight .siteTopRightItem {
  height: 50%;
}
.siteTopWrap .siteTopFloatAction {
  position: absolute;
  top: calc(100% + 0.25em);
  right: 0;
  border-left: 3px dotted #fff;
  background: #000;
  z-index: -1;
}
.siteTopWrap .siteTopFloatAction a {
  color: #fff;
  background: #000;
  padding: 0.25em 0.5em 0.25em 0.5em;
  font-size: 80%;
  letter-spacing: 1px;
}
.siteTopWrap .siteTopLogo > a {
  display: block;
  height: 100%;
  min-width: 130px;
}
.siteTopWrap .siteTopLogo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: left center;
     object-position: left center;
}
.siteTopWrap .siteTopMessage {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
.siteTopWrap .siteTopMessage span {
  opacity: 0;
  display: none;
  transition: 1.75s ease-out;
  padding-left: 0.75em;
  font-size: 0.9em;
}
.siteTopWrap .siteTopMessage span.show {
  opacity: 1;
  display: block;
}
.siteTopWrap .siteTopCTAs {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 1024px) {
  .siteTopWrap .siteTopCTAs {
    justify-content: flex-end;
  }
}
.siteTopWrap .siteTopCTAs a {
  width: 100%;
  text-align: center;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.siteTopWrap .siteTopCTAs a.siteTopActionsCTADonate {
  background: #323232;
}
.siteTopWrap .siteTopCTAs a.siteTopActionsCTABuy {
  background: var(--siteTopAccentBackgroundColor);
  color: var(--siteTopAccentColor);
  padding: 0.25em 1em !important;
}
.siteTopWrap .siteTopCTAs a.siteTopActionsCTABuy span {
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .siteTopWrap .siteTopCTAs a.siteTopActionsCTABuy {
    margin-right: 0.5em;
    height: unset !important;
    padding: 0.25em 0.75em !important;
    font-size: calc(1em - 1px);
  }
  .siteTopWrap .siteTopCTAs a.siteTopActionsCTABuy span {
    margin-bottom: -3px;
  }
}
.siteTopWrap .siteTopCTAs a:hover {
  opacity: 0.9;
}
.siteTopWrap .siteTopMainSearchMenuAction {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.siteTopWrap .siteTopMainSearchMenuAction .siteTopActionsSearchItems {
  background: #555;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 20px;
  z-index: 5;
  display: none;
}
.siteTopWrap .siteTopMainSearchMenuAction .siteTopActionsSearchItems input[type=text] {
  background: transparent;
  outline: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid;
  color: #fff;
  padding: 0;
  margin-bottom: 1em;
}
.siteTopWrap .siteTopMainSearchMenuAction .siteTopActionsSearchItems input[type=text]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d2d2d2;
  opacity: 1; /* Firefox */
}
.siteTopWrap .siteTopMainSearchMenuAction .siteTopActionsSearchItems input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d2d2d2;
  opacity: 1; /* Firefox */
}
.siteTopWrap .siteTopMainSearchMenuAction .siteTopActionsSearchItems input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d2d2d2;
}
.siteTopWrap .siteTopMainSearchMenuAction .siteTopActionsSearchItems input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d2d2d2;
}
.siteTopWrap .siteTopMainSearchMenuAction .siteTopActionsSearchItems a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .siteTopWrap .siteTopMainSearchMenuAction .siteTopActionsSearchItems {
    left: 0;
    width: 100vw;
    position: fixed;
    right: 0;
    top: var(--siteTopWrapHeight);
    border-top: 1px solid #000;
  }
  .siteTopWrap .siteTopMainSearchMenuAction .siteTopActionsSearchItems.siteTopHide a {
    display: inline-block;
    width: 100%;
  }
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShowHide {
  position: fixed;
  top: var(--siteTopWrapHeight);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1023px) {
  .siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShowHide {
    background: rgba(0, 0, 0, 0.7098039216);
  }
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow {
  font-size: 0.9em;
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow span {
  padding-right: 0.5em;
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow + input:not(:checked) + .siteTopActionsSearchItems + label.theTopSearchShowHide {
  display: none;
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow + input::-moz-placeholder {
  color: white;
  opacity: 1;
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow + input::placeholder {
  color: white;
  opacity: 1;
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow + input:-ms-input-placeholder {
  color: white;
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow + input::-ms-input-placeholder {
  color: white;
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow + input:checked + .siteTopActionsSearchItems {
  display: block !important;
}
@media (max-width: 1023px) {
  .siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow + input:checked + .siteTopActionsSearchItems {
    left: 0;
  }
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow + input:checked + .siteTopActionsSearchItems h3 {
  color: #fff;
  margin-bottom: 14px;
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow + input:checked + .siteTopActionsSearchItems a {
  display: inline-block;
  color: #fff;
  margin-bottom: 7px;
  width: 100%;
}
.siteTopWrap .siteTopMainSearchMenuAction .theTopSearchShow + input:checked + .siteTopActionsSearchItems a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  padding-right: 0.5em;
  transform: rotate(0deg);
}
@media (max-width: 1023px) {
  .siteTopWrap .siteTopHide_md {
    display: none !important;
  }
}
.siteTopWrap .siteTopShow_md {
  display: none;
}
@media (max-width: 1023px) {
  .siteTopWrap .siteTopShow_md {
    display: inherit;
  }
}

@media (min-width: 1024px) {
  .tmmNav {
    height: 100%;
  }
}
.tmmNav > ul {
  display: flex;
  list-style: none;
  height: 100%;
  position: relative;
}
.tmmNav > ul li a {
  position: relative;
}
.tmmNav > ul li a:before {
  height: 0;
  transition: all 333ms ease;
  content: " ";
  background-color: var(--siteTopAccentBackgroundColor);
  position: absolute;
  bottom: 0;
  left: 0.65em;
  right: 0.65em;
}
@media (min-width: 1024px) {
  .tmmNav > ul > li:hover > a:before {
    height: 5px;
  }
}
.tmmNav > ul > li > ul.sub-menu {
  display: none;
}
.tmmNav > ul > li > a[target=_blank]:after {
  position: relative;
  top: 2.5px;
}
.tmmNav > ul > li a {
  color: #fff;
  padding: 0.75em;
  height: 100%;
  display: flex;
  align-items: center;
}
.tmmNav > ul > li a[target=_blank]:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  padding-left: 0.5em;
  transform: rotate(-45deg);
}

.tmmNav > ul > li > a {
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .tmmNav > ul {
    height: auto;
    flex-direction: column;
  }
}
.tmmNav > ul > li:hover > a + .menuDescriptionWrap {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  line-height: 1.2;
  z-index: 10;
}
@media (min-width: 1024px) {
  .tmmNav > ul li.tmmMenu4Items ul.sub-menu {
    grid-template-rows: repeat(4, min-content) !important;
  }
  .tmmNav > ul li.tmmMenu6Items ul.sub-menu {
    grid-template-rows: repeat(6, min-content) !important;
  }
  .tmmNav > ul li.tmmMenuBold > a {
    font-weight: 800;
  }
  .tmmNav > ul li:hover > ul.sub-menu {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    left: 0;
    right: 0;
    display: grid !important;
    grid-template-rows: repeat(5, min-content);
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    z-index: 5;
  }
  .tmmNav > ul li:hover > ul.sub-menu:after {
    content: " ";
    background: #323232;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 200vw;
    margin-left: -100vw;
    z-index: -1;
  }
}
.tmmNav > ul .sub-menu {
  list-style: none;
  padding: 1em 0;
}
.tmmNav > ul .sub-menu li a {
  padding-top: 0;
  display: flex;
  align-items: baseline;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  color: #c6c6c6;
  transition: 400ms all ease-in-out;
}
.tmmNav > ul .sub-menu li a:after {
  overflow: hidden;
  height: calc(1em - 2.8px);
  width: 1em;
  display: flex;
  line-height: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-left: 0.4em;
}
.tmmNav > ul .sub-menu li a:hover {
  text-decoration: underline;
  color: #fff;
}

@media (min-width: 1024px) {
  .tmmNav > ul > li:hover .menuDescriptionWrap {
    display: block !important;
  }
}
.menuDescriptionWrap {
  display: none !important;
  position: absolute;
  right: 0;
  font-size: 0;
}
@media (max-width: 1023px) {
  .menuDescriptionWrap {
    display: none !important;
    height: 0;
    width: 0;
  }
}
.menuDescriptionWrap .menuDescription {
  padding: 0em;
  font-size: 16px;
  margin-right: 1em;
  margin-top: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}
.menuDescriptionWrap .menuDescription img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 666ms all ease-in-out;
  padding: 0;
  margin: 0;
}
.menuDescriptionWrap .menuDescription a {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 110;
}
.menuDescriptionWrap .menuDescription a div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 333ms ease-in-out;
  font-size: min(1vw, 15px);
}
.menuDescriptionWrap .menuDescription a div span {
  font-weight: 900;
  display: block;
  text-align: center;
}
.menuDescriptionWrap .menuDescription a div span:last-of-type {
  font-size: 1.5em;
}
.menuDescriptionWrap .menuDescription a:hover div {
  transform: scale(1.2);
  transition: all 333ms ease-in-out;
}
.menuDescriptionWrap .menuDescription:hover img {
  transform: scale(1.1);
}

/* Mobile Design */
@media (max-width: 1023px) {
  .siteTopWrap .siteTopControler.mobileNavOpen .topSiteNavWrap {
    left: 0;
    max-height: calc(100vh - var(--siteTopWrapHeight));
  }
  .siteTopWrap .siteTopControler.mobileSearchOpen .siteTopLogo, .siteTopWrap .siteTopControler.mobileNavOpen .siteTopLogo {
    display: none;
  }
  .siteTopWrap .siteTopControler.mobileSearchOpen .topSiteNavWrap, .siteTopWrap .siteTopControler.mobileNavOpen .topSiteNavWrap {
    border-top: 1px solid #000;
  }
  .siteTopWrap .siteTopControler.mobileSearchOpen .siteTopMain, .siteTopWrap .siteTopControler.mobileNavOpen .siteTopMain {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .siteTopWrap .siteTopControler.mobileSearchOpen .siteTopCTAsWrap, .siteTopWrap .siteTopControler.mobileNavOpen .siteTopCTAsWrap {
    width: 100%;
    height: 100%;
  }
  .siteTopWrap .siteTopControler.mobileSearchOpen .siteTopCTAsWrap .siteTopCTAs, .siteTopWrap .siteTopControler.mobileNavOpen .siteTopCTAsWrap .siteTopCTAs {
    align-items: normal;
  }
  .siteTopWrap .siteTopControler.mobileSearchOpen .siteTopCTAsWrap a.siteTopActionsCTABuy, .siteTopWrap .siteTopControler.mobileNavOpen .siteTopCTAsWrap a.siteTopActionsCTABuy {
    width: auto;
    margin: 0;
    min-width: 160px;
  }
  .siteTopWrap .siteTopControler.mobileSearchOpen .siteTopCTAsWrap a.siteTopActionsCTABuy span, .siteTopWrap .siteTopControler.mobileNavOpen .siteTopCTAsWrap a.siteTopActionsCTABuy span {
    white-space: nowrap;
  }
  .siteTopWrap .siteTopControler .topSiteNavWrap {
    position: fixed;
    top: var(--siteTopWrapHeight);
    background: #555;
    width: 100%;
    left: 100%;
    right: 0;
    overflow: auto;
    padding: 0;
  }
  .siteTopWrap .siteTopControler .topMessageWrap,
  .siteTopWrap .siteTopControler .siteTopActionsCTADonate {
    display: none !important;
  }
  .siteTopWrap .siteTopControler .siteTopCenter {
    width: 0px !important;
  }
  .siteTopWrap .siteTopControler .siteTopRight {
    display: flex;
    align-items: center;
    width: 100% !important;
    justify-content: flex-end;
  }
  .siteTopWrap .siteTopControler .siteTopLeft {
    width: 40%;
  }
  .siteTopWrap .siteTopControler .siteTopMainSearchMenuAction {
    flex-direction: row-reverse;
  }
  .siteTopWrap .siteTopControler .siteTopMainSearchMenuAction .siteTopMobileNavAction,
  .siteTopWrap .siteTopControler .siteTopMainSearchMenuAction .theTopSearchShow {
    cursor: pointer;
    font-size: 1.2em;
  }
  .siteTopWrap .siteTopControler #topSearchForm {
    margin-right: 0.25em;
    padding: 7px;
  }
  .siteTopWrap .siteTopControler .sub-menu {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #4d4c4c;
  }
  .siteTopWrap .siteTopControler .sub-menu li {
    border-bottom: 1px solid #616161;
  }
  .siteTopWrap .siteTopControler .sub-menu li a {
    color: #fff;
  }
  .siteTopWrap .siteTopControler .sub-menu li:last-of-type {
    border-bottom: 1px solid black;
  }
  .siteTopWrap .siteTopControler .tmmNav > ul > li > a {
    justify-content: space-between;
    color: #fff;
    padding: 0.75em;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    text-transform: capitalize;
  }
  .siteTopWrap .siteTopControler .tmmNav > ul > li > a:after {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f067";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    padding-left: 0.5em;
  }
  .siteTopWrap .siteTopControler .tmmNav > ul > li > a.tmmNavItemOpen:after {
    content: "\f068";
  }
  .siteTopWrap .siteTopControler .tmmNav > ul > li > a.tmmNavItemOpen {
    border-bottom: 1px solid #000;
  }
  .siteTopWrap .siteTopControler .tmmNav > ul > li > a[target=_blank]:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    padding-left: 0.5em;
    transform: rotate(-45deg);
  }
}
@media (max-width: 1023px) {
  .siteTopMobileNavAction .theToggleMobileMenu {
    padding: 4px 0 4px 4px;
  }
  .mobileNavOpen .siteTopMobileNavAction .theToggleMobileMenu:after {
    background: rgba(0, 0, 0, 0.7098039216);
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.siteTopTimeModalAction {
  padding-left: 0.75em;
}

.siteTopTimeModalContent {
  display: flex;
}
.siteTopTimeModalContent .siteTopTimeModalItem {
  width: 50%;
  padding: 1em;
}
.siteTopTimeModalContent .siteTopTimeModalItem h4 {
  font-size: 1em;
}
.siteTopTimeModalContent .siteTopTimeModalItem ul {
  padding-left: 0em;
  margin: 1em 0;
  list-style: none;
}
.theTopDayListToday * {
  font-weight: 900;
}

/*  */
.menuDescription .menuDescriptionBefore:before, .menuDescription .menuDescriptionBefore:after {
  content: " ";
  position: absolute;
  height: 2px;
  background: #fff;
  z-index: 400;
  width: 0;
  transition: 444ms all ease-in-out;
}
.menuDescription .menuDescriptionBefore:before {
  top: 5%;
  right: 5%;
}
.menuDescription .menuDescriptionBefore:after {
  bottom: 5%;
  left: 5%;
}
.menuDescription .menuDescriptionAfter:before, .menuDescription .menuDescriptionAfter:after {
  content: " ";
  position: absolute;
  width: 2px;
  background: #fff;
  z-index: 400;
  height: 0;
  transition: 444ms all ease-in-out;
}
.menuDescription .menuDescriptionAfter:before {
  left: 5%;
  bottom: 5%;
}
.menuDescription .menuDescriptionAfter:after {
  right: 5%;
  top: 5%;
}
.menuDescription:hover .menuDescriptionBefore:before, .menuDescription:hover .menuDescriptionBefore:after {
  width: calc(100% - 4em);
}
.menuDescription:hover .menuDescriptionAfter:before, .menuDescription:hover .menuDescriptionAfter:after {
  height: calc(100% - 4em);
}

.mobTicketHeaderWrap {
  padding-bottom: 1em;
}
.mobTicketHeaderWrap h3 {
  font-size: 30px;
}
@media (max-width: 1023px) {
  .mobTicketHeaderWrap {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2em;
  }
  .mobTicketHeaderWrap .wp-block-column {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 2em;
  }
  .mobTicketHeaderWrap .wp-block-column h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .mobTicketHeaderWrap .wp-block-column:first-of-type {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .mobTicketHeaderWrap .wp-block-column:first-of-type:before, .mobTicketHeaderWrap .wp-block-column:first-of-type:after {
    content: " ";
    flex: 1 1;
    border-bottom: 2px solid;
    margin: auto;
  }
  .mobTicketHeaderWrap .wp-block-column:first-of-type:before {
    margin-right: 1em;
  }
  .mobTicketHeaderWrap .wp-block-column:first-of-type:after {
    margin-left: 1em;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .mobTicketHeaderWrap .wp-block-column:first-of-type {
    padding-top: 2em;
  }
}

.MobFormControl {
  padding: 2em;
  border: 1px solid #d8d8d8;
  background: #fff;
  margin: 2em 0;
  max-width: 500px;
}
@media (max-width: 767px) {
  .MobFormControl {
    margin-left: auto;
    margin-right: auto;
  }
}
.MobFormControl br {
  all: unset;
  display: none;
}
.MobFormControl h3 {
  font-size: 1.5em;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MobFormControl h3 small {
  text-transform: lowercase;
}
.MobFormControl .MobFormControlItem {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.MobFormControl .MobFormControlItem.MobFormControlItemWithSub {
  flex-direction: row;
}
.MobFormControl .MobFormControlItem.MobFormControlItemWithSub .MobFormControlItemHalf:first-of-type {
  padding-right: 1em;
  width: 50%;
}
@media (max-width: 767px) {
  .MobFormControl .MobFormControlItem.MobFormControlItemWithSub .MobFormControlItemHalf:first-of-type {
    margin-bottom: 3rem;
  }
}
.MobFormControl .MobFormControlItem .MobFormControlItemHalf {
  width: 50%;
  display: inline-block;
}
@media (max-width: 767px) {
  .MobFormControl .MobFormControlItem .MobFormControlItemHalf {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.MobFormControl .MobFormControlItem textarea {
  max-height: 100px;
}
.MobFormControl .MobFormControlItem p {
  display: contents;
}
.MobFormControl .MobFormControlItem select {
  width: 100%;
  padding: 0.5em 0.25em;
  outline: 0;
  border: 1px solid #cccccc;
}
.MobFormControl .MobFormControlTitle {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .MobFormControl .MobFormControlTitle {
    justify-content: space-between;
  }
}
.MobFormControl .MobFormControlTitle span,
.MobFormControl .MobFormControlHelpText {
  opacity: 0.5;
  font-size: 70%;
  padding-left: 0.5em;
}
.MobFormControl .MobFormControlHelpText {
  width: 100%;
  line-height: 1;
  display: block;
  padding: 4px 0;
}
.MobFormControl .MobFormControlHelpText_right {
  text-align: right;
}
.MobFormControl .MobFormControlItemSubmit {
  margin-bottom: 0;
}
.MobFormControl .MobFormControlItemSubmit input.wpcf7-submit {
  background: #500a0e;
  max-width: 300px;
  padding: 0.15em 1em;
  font-size: 1.5em;
}
.MobFormControl .MobFormControlItemSubmit input.wpcf7-submit:hover {
  background: #000;
}
.MobFormControl .MobFormControlItemResponse form.invalid .wpcf7-response-output {
  width: 100%;
  margin: 1rem 0;
  font-size: 80%;
  text-align: center;
  border-color: #500a0e !important;
  background: white;
}
.MobFormControl .wpcf7-not-valid-tip {
  font-size: 80%;
}
.MobFormControl .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  width: 100%;
}
.MobFormControl .fieldset-cf7mls .cf7mls_next {
  float: none;
}
.MobFormControl .cf7mls-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.MobFormControl.MobFormControlFlat {
  border: 0;
  background: transparent;
}
.MobFormControl.MobFormControlSmall {
  padding: 0.5em;
  margin-top: 0;
  margin-bottom: 0em;
  max-width: 100%;
}
.MobFormControl.MobFormControlSmall .MobFormControlItem {
  margin-bottom: 0em;
}
.MobFormControl.MobFormControlSmall .MobFormControlsResponse .wpcf7-response-output {
  width: 100% !important;
  margin: 0 !important;
  font-size: 0.75em;
  text-align: center;
  border-width: 1px !important;
}
.MobFormControl.MobFormControlSmall input[type=email],
.MobFormControl.MobFormControlSmall input[type=password],
.MobFormControl.MobFormControlSmall input[type=search],
.MobFormControl.MobFormControlSmall input[type=text],
.MobFormControl.MobFormControlSmall input[type=tel],
.MobFormControl.MobFormControlSmall input[type=url] {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5em;
}
.MobFormControl.MobFormControlSmall h3 {
  font-size: 1.1em;
}
.MobFormControl.MobFormControlSmall .MobFormControlFlatCheckbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.MobFormControl.MobFormControlSmall .MobFormControlFlatCheckbox .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  width: 50%;
  max-width: 150px;
}
.MobFormControl.MobFormControlSmall .MobFormControlTitle {
  font-size: 0.85em;
}
.MobFormControl.MobFormControlSmall .MobFormControlItemSubmit input.wpcf7-submit {
  font-size: 1em;
}
.MobFormControl.MobFormControlSmall .MobFormControls {
  padding-top: 0.5em;
  margin-top: 0.5em;
}
.MobFormControl.MobFormControlSmall input[type=date] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}

.MobFormControls {
  border-top: 1px solid #ccc;
  display: flex;
  padding-top: 2rem;
  margin-top: 2rem;
  justify-content: space-evenly;
}

.MobFormActionEnd {
  all: unset;
  padding: 0;
  margin: 0;
}
.MobFormActionEnd p {
  display: none;
}
.MobFormActionEnd span.ajax-loader {
  position: absolute;
}

.MobFormActionEnd p {
  display: none;
}

.MobFormAction {
  display: inline-block;
  border: 1px solid #000;
  margin: 5px 0;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  background: #500a0e;
  padding: 0.15em 1em;
  font-size: 1.5em;
}

.MobFormAction:hover {
  background: #000;
}

.MobFormAction.MobFormActionBack {
  background: transparent;
  border: transparent;
  color: #5d5d5d;
  transform: scale(0.75);
}

#section5 * {
  font-family: "Ronnia Bold";
}

#section5 div#ctct_recaptcha_1,
#section5 div#gdpr_text {
  display: none;
  height: 0 !important;
  overflow: hidden;
  width: 0 !important;
}

#section5 .ctct-form-label {
  display: none;
}

#section5 form#ctct_form_1.ctct-form-custom {
  display: flex;
  gap: 10px;
  min-height: 0;
}

#section5 form div#email_address_field_1,
#section5 form div#first_name_field_1,
#section5 form div#last_name_field_1 {
  width: 100%;
}

#section5 form div#email_address_field_1 {
  order: 3;
}

#section5 form button.ctct-form-button {
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 900;
  height: unset !important;
  padding: 0.5em;
  padding: 3px 25px;
  border-radius: 0;
  order: 4;
  max-height: 34px;
  min-height: 34px;
  text-transform: uppercase;
  white-space: nowrap;
}

#section5 form button.ctct-form-button:hover {
  background-color: #fff;
}

/*  */
#section5 form div#email_address_field_1,
#section5 form div#first_name_field_1,
#section5 form div#last_name_field_1,
#section5 form button.ctct-form-button {
  margin: 0 !important;
}

#section5 .ctct-form-defaults {
  height: auto !important;
  background: transparent !important;
  padding: 0 !important;
}

#section5 .ctct-form-field {
  display: flex;
  flex-direction: column;
  position: relative;
}

#section5 .ctct-form-errorMessage {
  order: 3;
  margin: 0.25em 0 0 0;
  font-weight: 100 !important;
  position: absolute;
  bottom: -1.5em;
  font-family: ronnia, sans-serif;
}

#section5 .container.section5FormWrap {
  position: relative;
  padding-bottom: 1em;
  padding-top: 1em;
}

#section5 span.recaptchaTMM {
  position: absolute !important;
  right: 1em;
  bottom: 0 !important;
}

#section5 input.ctct-form-element {
  background: black;
  position: relative;
  z-index: 1;
  color: #fff;
  border: 2px solid #f5e5cd;
  background: #111;
  color: #f5e5cd;
  text-transform: uppercase;
  border-radius: 0;
  padding: 3px !important;
  height: unset;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 24px;
  font-family: ronnia, sans-serif;
}

#section5 ::-moz-placeholder {
  color: #f5e5cd;
  opacity: 1;
  font-weight: 100;
  font-size: 14px;
}

#section5 ::placeholder {
  color: #f5e5cd;
  opacity: 1;
  font-weight: 100;
  font-size: 14px;
}

#section5 :-ms-input-placeholder {
  color: #f5e5cd;
  font-weight: 100;
  font-size: 14px;
}

#section5 ::-ms-input-placeholder {
  color: #f5e5cd;
  font-weight: 100;
  font-size: 14px;
}

#section5 input.ctct-form-element:focus {
  outline: 0px solid transparent;
  border-color: #fff;
}

#section5 h2.ctct-form-header {
  color: #fff !important;
  font-size: 1.2em !important;
  display: none;
}

#section5 p.ctct-form-text {
  color: #fff !important;
  text-align: center;
}

@media only screen and (max-width: 990px) {
  #section5 form#ctct_form_1.ctct-form-custom {
    flex-direction: column;
  }
  #section5 form#ctct_form_1.ctct-form-custom > * {
    width: 100%;
  }
  #section5 .ctct-form-errorMessage {
    position: unset;
  }
  #section5 span.recaptchaTMM {
    position: unset !important;
  }
}
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-beige: beige;
  --color-red: #8c121b;
  --color-light-gray: #ccc;
  --header-height: 90px;
  --filler-padding-bottom: 1rem;
  --max-width: 800px;
  --border-width: 1px;
}

/* Body Styles */
body.eventsposts-template-default.single.single-eventsposts #main.eventsPostsStandoutPost:has(.flowContain) {
  padding-bottom: 0 !important;
}

#main.eventsPostsStandoutPost > .flowContain ~ .flowContain {
  padding-bottom: 0;
}

/* Dark Mode for Flow Containers */
.flowContainDark {
  color: #fff;
}

/* Main Wrapper */
#TLwrap {
  color: #fff;
}
#TLwrap h1,
#TLwrap h2,
#TLwrap h3,
#TLwrap h4,
#TLwrap h5,
#TLwrap h6 {
  color: #fff;
}
#TLwrap img {
  max-width: 100%;
}

#main.eventsPostsStandoutPost:has(.flowContain) {
  overflow: clip;
}
#main.eventsPostsStandoutPost:has(.flowContain) picture,
#main.eventsPostsStandoutPost:has(.flowContain) .TLgalleryItem,
#main.eventsPostsStandoutPost:has(.flowContain) .TLhero {
  display: block;
  font-size: 0;
}

/* Container Styles */
.flowContain > *:not(.flowContain_Landscape) {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: 2px;
}

/* Landscape Containers */
.flowContain_Landscape > .flowContain_LandscapeContent,
.flowContain_Landscape > * {
  max-width: var(--max-width);
  margin-inline: auto;
}

/* Hero Section */
.TLhero {
  background: #000 !important;
}
.TLhero iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16/9;
}

/* Header Section */
.TLheader {
  z-index: 9;
  text-align: center;
  padding-bottom: 2rem;
}
.TLheader h3,
.TLheader h4 {
  text-align: center;
  font-size: 1.75em;
  line-height: 1.3;
}
.TLheader h4,
.TLheader h3:not(:first-of-type) {
  margin-bottom: 2rem;
}

/* Gallery Section */
.TLgallery {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
  padding-block: 4rem;
}
.TLgallery .TLgalleryItem {
  border: 3px solid red;
}

/* Testimonials Section */
.TLtestimonials h3 {
  text-align: center;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #fff;
}
.TLtestimonials .TLtestimonial {
  text-align: center;
  margin-bottom: 3rem;
  display: inline-block;
}
.TLtestimonials .TLtestimonial h4 {
  color: red !important;
}
.TLtestimonials > div:not(:last-of-type):after {
  content: "";
  background: red;
  height: 3px;
  display: block;
  width: 80%;
  margin: 1rem auto;
}

/* Footer Section */
.TLfooter {
  text-align: center;
  padding-block: 4rem;
}

/* Call-to-Action Button */
.TLwrap_CTA {
  color: #fff !important;
  background: red;
  border: 3px solid white;
  text-transform: uppercase;
  padding: 0.25rem 2rem;
  margin: auto;
  display: inline-block;
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  transition: all 300ms ease-in-out 0s !important;
  cursor: pointer;
}
.TLwrap_CTA:hover {
  background: white;
  color: red !important;
  border: 3px solid red;
}

/* Timeline Styles */
.TMM_Timeline {
  color: var(--color-white);
  width: 100%;
  max-width: 900px;
  min-height: 700px;
  margin-inline: auto;
  padding: 2rem;
}
.TMM_Timeline .TMM_TimelineBlock {
  padding-block: 1rem;
  position: relative;
  min-height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.TMM_Timeline .TMM_TimelineBlock.visible {
  opacity: 1;
  transform: translateY(0);
}
.TMM_Timeline .TMM_TimelineBlock:before {
  content: ". . . . . . . . . . . . . . . . .";
  width: 100%;
  display: block;
  max-width: 200px;
  color: var(--color-red);
  font-size: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  height: 1rem;
  line-height: 2px;
  text-align: center;
  top: -0.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.TMM_Timeline .TMM_TimelineBlock:first-child:before {
  display: none;
}
.TMM_Timeline .TMM_TimelineBlock:after {
  content: " ";
  width: 5px;
  height: 100%;
  display: block;
  background: var(--color-red);
  z-index: 111;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  top: 0;
  position: absolute;
}
.TMM_Timeline .TMM_TimelineBlock:first-of-type:after {
  height: 50%;
  top: unset;
  bottom: 0;
}
.TMM_Timeline .TMM_TimelineBlock:last-of-type:after {
  height: 50%;
  top: 0;
  bottom: unset;
}
.TMM_Timeline .TMM_TimelineBlock.TMM_TimelineBlockStart::before {
  display: none;
}
.TMM_Timeline .TMM_TimelineBlock.TMM_TimelineBlockStart::after {
  height: calc(50% + 1.45px);
  top: unset;
  bottom: 0;
}
.TMM_Timeline .TMM_TimelineBlock.TMM_TimelineBlockEnd::after {
  height: calc(50% + 1.5px);
}
.TMM_Timeline .TimelineBlock_Marker {
  height: 3px;
  width: 75px;
  background: var(--color-red);
  position: absolute;
}
.TMM_Timeline .timelineBlockItem {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(50% - (50px + 0rem));
}
.TMM_Timeline .TMM_TimelineBlock.TMM_TimelineBlockAlt .timelineBlockItem {
  left: unset;
  right: 50%;
  transform: translateX(50%);
  text-align: right;
}
.TMM_Timeline .timelineBlock_Year {
  color: var(--color-red);
  font-weight: 900;
  font-size: 1.5em;
}
.TMM_Timeline .timelineBlockItem.timelineBlock_Info {
  display: flex;
  justify-content: flex-start;
}
.TMM_Timeline .timelineBlockItem.timelineBlock_Info > * {
  width: 75%;
  min-width: 200px;
  font-size: 0.9em;
  line-height: 1.2;
}
.TMM_Timeline .TMM_TimelineBlock.TMM_TimelineBlockAlt .timelineBlockItem.timelineBlock_Info {
  justify-content: flex-end;
}
.TMM_Timeline .TMM_TimelineBlock_W_Img .TimelineBlock_Marker {
  margin-right: -75px;
}
.TMM_Timeline .TMM_TimelineBlock_W_Img .TimelineBlock_Marker:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: var(--color-red);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 100%;
}
.TMM_Timeline .TMM_TimelineBlock_W_Img .timelineBlock_Img {
  padding-left: 3rem;
}
.TMM_Timeline .TMM_TimelineBlock_W_Img.TMM_TimelineBlockAlt .TimelineBlock_Marker {
  margin-left: -75px;
  margin-right: 0;
}
.TMM_Timeline .TMM_TimelineBlock_W_Img.TMM_TimelineBlockAlt .TimelineBlock_Marker:after {
  left: 0;
  right: unset;
}
.TMM_Timeline .TMM_TimelineBlock_W_Img.TMM_TimelineBlockAlt .timelineBlock_Img {
  padding-right: 3rem;
  padding-left: 0;
}
.TMM_Timeline .TMM_TimelineBlock_W_Alt_Info .timelineBlock_Info {
  position: absolute;
  left: 0;
  transform: unset;
  text-align: right;
  justify-content: end;
}
.TMM_Timeline .timelineBlockItem.timelineBlock_Info.timelineBlock_Info_Alt {
  transform: translateX(0%);
  left: unset;
  justify-content: flex-start !important;
  right: 0;
  text-align: left;
}

/* Media Queries for Responsive Design */
@media screen and (min-width: 800px) {
  .TLcontent {
    margin-block: 4rem !important;
  }
}
@media screen and (max-width: 800px) {
  .TLheader h3,
  .TLheader h4 {
    font-size: 1.25em;
  }
  #TLwrap img {
    max-width: 80%;
    margin-top: 1rem;
  }
  .TLcontent {
    padding: 0 1em !important;
    font-size: 2rem;
  }
  .TMM_Timeline {
    padding: 2rem !important;
  }
  .TMM_TimelineBlock {
    min-height: 10em;
  }
  .timelineBlockItem.timelineBlock_Info {
    align-items: center;
  }
  .timelineBlockItem.timelineBlock_Info > * {
    display: contents;
    font-size: 1.13em;
  }
  .TLheader {
    top: calc(var(--siteTopWrapHeight) - 2px);
  }
  .TLgallery {
    padding: 2em !important;
  }
  section.flowContain.flowContainDark {
    /* padding-block: 2em; */
  }
  .TLtestimonials {
    padding-inline: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
/* Main Section Styles */
#main.eventsPostsStandoutPost {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: black !important;
  overflow: hidden;
}
#main.eventsPostsStandoutPost::before, #main.eventsPostsStandoutPost::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  z-index: 0;
}
#main.eventsPostsStandoutPost::before {
  top: 230px;
  left: 0;
}
#main.eventsPostsStandoutPost::after {
  bottom: 0;
  left: 0;
  background-image: url("https://themobmuseum.org/wp-content/uploads/2024/07/FS_Web_Background_Bottom_Fade.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

main#main.eventsPostsStandoutPost > * {
  z-index: 1;
  position: relative;
}

.TLheader {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 2rem;
  padding: 2rem 1rem !important;
  scale: 1.01;
}

#TLwrap img {
  max-width: 100% !important;
  margin-top: 0 !important;
}

.TLcontent {
  font-size: 1.75rem;
  line-height: 1.34;
}

.TLbottomCTA,
.TLbottomCTA h2,
.TLbottomCTA h3 {
  color: #fff;
  text-align: center;
}

.TLbottomCTA {
  padding: 3rem 0;
}

.TLbottomCTA h2,
.TLbottomCTA h3 {
  margin-bottom: 0 !important;
}

.TLbottomCTA div > a {
  margin-bottom: 3rem;
}

div#TLgallery {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: 2px;
  grid-template-columns: unset;
}

.YouTubeLazyLoad {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0px;
  z-index: 1;
}
.YouTubeLazyLoad .YouTubeLazyLoad-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.YouTubeLazyLoad .YouTubeLazyLoad-play:before {
  content: "";
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  width: 20%;
  height: 20%;
  display: inline-block;
  border-radius: 20%/30%;
  overflow: hidden;
  transition: 0.3s all ease;
}
.YouTubeLazyLoad .YouTubeLazyLoad-play:after {
  content: "";
  cursor: pointer;
  width: 10%;
  height: 20%;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 46%;
  right: 0;
  transform: rotate(270deg) scale(0.55);
  background-image: linear-gradient(to top right, transparent 50%, white 50%), linear-gradient(to top left, transparent 50%, white 50%);
  background-size: 51.3% 100%;
  background-repeat: no-repeat;
  background-position: top left, top right;
}
.YouTubeLazyLoad .YouTubeLazyLoad-play:hover:before {
  background: #db4437;
}
.YouTubeLazyLoad img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.YouTubeLazyLoad iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: transparent;
}

.timelineBlock_Img img {
  width: 100%;
  max-width: 130px;
}

div#TLgallery img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}

.TMM_Timeline .timelineBlockItem.timelineBlock_Info p {
  /* background: pink; */
  width: 100%;
  max-width: 95%;
  display: block;
  padding: 1rem;
  font-size: 1em;
}

div#TLheader:before {
  content: "";
  position: absolute;
  inset: 0 -10rem;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 2rem;
  padding: 2rem 1rem !important;
  scale: 1.01;
  z-index: -1;
}

div#TLstrip h3 {
  color: #fff;
  font-size: 3rem;
}

.timelineBlockItem.timelineBlock_Year > span {
  display: block;
  line-height: 0;
  font-size: 50%;
}

div#standoutWrapThis {
  background-image: url(https://themobmuseum.org/wp-content/uploads/2024/07/FS_Web_Background_Top_Fade.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.TMM_Timeline .TMM_TimelineBlockAlt .TimelineBlock_Marker:after {
  content: " ";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #8c121b;
  top: calc(-1rem - 1px);
  position: relative;
  border-radius: 100%;
  right: 0;
}

.TMM_Timeline .TMM_TimelineBlock.TMM_TimelineBlock_W_Alt_Info:not(.TMM_TimelineBlockAlt) .TimelineBlock_Marker:after {
  content: " ";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #8c121b;
  top: calc(-1rem - 1px);
  position: relative;
  border-radius: 100%;
  right: 0;
  position: absolute;
  top: -4px;
  line-height: 0;
}

.TMM_Timeline .TMM_TimelineBlockAlt.TMM_TimelineBlock:first-of-type .TimelineBlock_Marker:before,
.TMM_Timeline .TMM_TimelineBlockAlt.TMM_TimelineBlock:last-of-type .TimelineBlock_Marker:before {
  content: " ";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #8c121b;
  top: calc(-0.25rem - 1px);
  border-radius: 100%;
  right: 0;
  position: absolute;
}

.TMM_Timeline .TMM_TimelineBlock_W_Img.TMM_TimelineBlockAlt .TimelineBlock_Marker:after {
  top: -7px;
}

span.timelineBlock_YearStack > span {
  /* background: pink; */
  display: flex;
  flex-direction: column;
}

span.timelineBlock_YearStack {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 1rem;
}

span.timelineBlock_YearStack > span:not(span) {
  color: green !important;
}

span.timelineBlock_YearStack > span > span:first-of-type {
  display: block;
  line-height: 0;
  font-size: 50%;
}

@media (max-width: 300px) {
  .hide-xxsm {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 425px) {
  .hide-xsm {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .hide-sm {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .hide-md {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 1440px) {
  .hide-lg {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 1700px) {
  .hide-xlg {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (min-width: 300px) {
  .hide-xxsm-min {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (min-width: 425px) {
  .hide-xsm-min {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .hide-sm-min {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .hide-md-min {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hide-lg-min {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (min-width: 1700px) {
  .hide-xlg-min {
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@keyframes tmmWiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(4deg);
  }
  95% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.tmmWiggleThis {
  animation: tmmWiggle 7s infinite;
}
.tmmWiggleThis:hover {
  animation: none;
}
@media (max-width: 1023px) {
  .tmmWiggleThis.tmmWiggleThis_OffMobile {
    animation: none;
    margin-left: 0 !important;
  }
}

.FormGenerator {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.FormGenerator .FormGeneratorItem {
  outline: 1px solid #333;
  min-height: 40vh;
}
.FormGenerator .FormGeneratorItem.FormGeneratorQuestions {
  width: 30%;
}
@media (max-width: 1023px) {
  .FormGenerator .FormGeneratorItem.FormGeneratorQuestions {
    width: 100%;
  }
}
.FormGenerator .FormGeneratorItem.FormGeneratorAnswers {
  position: relative;
  width: 70%;
}
@media (max-width: 1023px) {
  .FormGenerator .FormGeneratorItem.FormGeneratorAnswers {
    width: 100%;
  }
}
.FormGenerator .FormGeneratorItem .FormGeneratorAnswersSub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.color-text-flow span,
.color-text-flow-hover:hover span {
  animation-name: color-text-flow-keys;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes color-text-flow-keys {
  0% {
    color: #d65c97;
  }
  5% {
    color: #5cd666;
  }
  10% {
    color: #a55cd6;
  }
  15.0% {
    color: #5c7cd6;
  }
  20% {
    color: #d65c7a;
  }
  25% {
    color: #81d65c;
  }
  30.0% {
    color: #835cd6;
  }
  35% {
    color: #685cd6;
  }
  40% {
    color: #5c9dd6;
  }
  45% {
    color: #5cd670;
  }
  50% {
    color: #d6625c;
  }
  55.0% {
    color: #d6835c;
  }
  60.0% {
    color: #d6605c;
  }
  65% {
    color: #be5cd6;
  }
  70% {
    color: #5c8dd6;
  }
  75% {
    color: #95d65c;
  }
  80% {
    color: #d69d5c;
  }
  85.0% {
    color: #d65c81;
  }
  90% {
    color: #5cd666;
  }
  95% {
    color: #d67e5c;
  }
  100% {
    color: #64d65c;
  }
}
.color-text-flow span:nth-of-type(1),
.color-text-flow-hover:hover span:nth-of-type(1) {
  animation-delay: -19.8s;
}

.color-text-flow span:nth-of-type(2),
.color-text-flow-hover:hover span:nth-of-type(2) {
  animation-delay: -19.6s;
}

.color-text-flow span:nth-of-type(3),
.color-text-flow-hover:hover span:nth-of-type(3) {
  animation-delay: -19.4s;
}

.color-text-flow span:nth-of-type(4),
.color-text-flow-hover:hover span:nth-of-type(4) {
  animation-delay: -19.2s;
}

.color-text-flow span:nth-of-type(5),
.color-text-flow-hover:hover span:nth-of-type(5) {
  animation-delay: -19s;
}

.color-text-flow span:nth-of-type(6),
.color-text-flow-hover:hover span:nth-of-type(6) {
  animation-delay: -18.8s;
}

.color-text-flow span:nth-of-type(7),
.color-text-flow-hover:hover span:nth-of-type(7) {
  animation-delay: -18.6s;
}

.color-text-flow span:nth-of-type(8),
.color-text-flow-hover:hover span:nth-of-type(8) {
  animation-delay: -18.4s;
}

.color-text-flow span:nth-of-type(9),
.color-text-flow-hover:hover span:nth-of-type(9) {
  animation-delay: -18.2s;
}

.color-text-flow span:nth-of-type(10),
.color-text-flow-hover:hover span:nth-of-type(10) {
  animation-delay: -18s;
}

.color-text-flow span:nth-of-type(11),
.color-text-flow-hover:hover span:nth-of-type(11) {
  animation-delay: -17.8s;
}

.color-text-flow span:nth-of-type(12),
.color-text-flow-hover:hover span:nth-of-type(12) {
  animation-delay: -17.6s;
}

.color-text-flow span:nth-of-type(13),
.color-text-flow-hover:hover span:nth-of-type(13) {
  animation-delay: -17.4s;
}

.color-text-flow span:nth-of-type(14),
.color-text-flow-hover:hover span:nth-of-type(14) {
  animation-delay: -17.2s;
}

.color-text-flow span:nth-of-type(15),
.color-text-flow-hover:hover span:nth-of-type(15) {
  animation-delay: -17s;
}

.color-text-flow span:nth-of-type(16),
.color-text-flow-hover:hover span:nth-of-type(16) {
  animation-delay: -16.8s;
}

.color-text-flow span:nth-of-type(17),
.color-text-flow-hover:hover span:nth-of-type(17) {
  animation-delay: -16.6s;
}

.color-text-flow span:nth-of-type(18),
.color-text-flow-hover:hover span:nth-of-type(18) {
  animation-delay: -16.4s;
}

.color-text-flow span:nth-of-type(19),
.color-text-flow-hover:hover span:nth-of-type(19) {
  animation-delay: -16.2s;
}

.color-text-flow span:nth-of-type(20),
.color-text-flow-hover:hover span:nth-of-type(20) {
  animation-delay: -16s;
}

.columnsSplit .uagb-columns__inner-wrap .wp-block-uagb-column:first-of-type {
  width: 70%;
  padding-right: 2em;
  padding-left: 2em;
}

.columnsSplit .uagb-columns__inner-wrap .wp-block-uagb-column:last-of-type {
  min-width: 200px;
  width: 30%;
  margin: 1em 0;
}

.columnsSplitImage figure {
  float: none !important;
  margin: 0 !important;
  width: 100%;
}

@media only screen and (max-width: 882px) {
  .columnsSplitImage {
    width: 100%;
    padding: 0em;
    margin: 1em 0 !important;
    display: block;
    box-sizing: border-box;
  }
  .columnsSplitImage figure {
    float: none !important;
    display: block !important;
    margin: 0 !important;
  }
  .columnsSplitImage figure img {
    width: 100%;
  }
}
.supportUsDonateButtonsStack .uagb-columns__inner-wrap {
  gap: 1em;
}

p.has-text-color a {
  color: inherit;
}

.cRed a {
  color: #ae0600 !important;
}

.cBlue a {
  color: #005389 !important;
}

.styleText002 strong {
  color: #005389;
}

main#main {
  min-height: 10vh;
  padding-bottom: 0 !important;
  overflow: hidden;
  background: #ececec;
}

.js-tabsSliderStyle [role=tablist] {
  padding-left: 0;
  padding-right: 0;
}

.tabsStandOut > [role=tablist] li {
  outline: 0;
}

@media screen and (max-width: 782px) {
  .donorBoxWrap {
    margin: 0 !important;
  }
  .donorBoxWrap iframe {
    max-width: 100% !important;
  }
  .DonorboxHeroTextHeading {
    font-size: 27px;
  }
  .DonorboxHeroTextContent {
    font-size: 16px !important;
    line-height: 1.3;
  }
}
.donorBoxWrap iframe {
  width: 100% !important;
}

.darkMode .darkModeText,
.darkMode .darkModeText * {
  color: #fff;
}

.darkMode div#primary {
  background: #202020;
}

.imageGrid figure {
  margin: auto !important;
}

@media screen and (min-width: 782px) {
  .supportHero {
    max-height: 480px !important;
    overflow: hidden !important;
    min-height: 480px !important;
  }
}
.donation-widget .donation-form .mdl-tooltip.mdl-tooltip--top {
  display: none;
}

.linkActionsRed #main a[href^=mailto],
.linkActionsRed #main a[href^=tel] {
  color: #ae0000;
}

#main .altTextColorDonate h6,
#main .altTextColorDonate h3,
#main .altTextColorDonate a[href^=mailto],
#main .altTextColorDonate a[href^=tel] {
  color: #005389;
}

.mobBigAccordion .wp-block-getwid-accordion__header a:active {
  color: inherit !important;
}

.wp-block-group div[class*=wp-block-coblocks-gallery].ImageGallery {
  margin-top: 0 !important;
}

.ImageGallery figcaption.coblocks-gallery--caption {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0.75) 50%, transparent);
  font-weight: 300;
  font-size: 17px;
}

.ImageGalleryLink, .ImageGalleryLink:visited {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 9;
  color: #fff;
  background: #8c121b;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 300ms ease-in-out;
}

.ImageGalleryLink:hover {
  color: #8c121b;
  background: #fff;
}

@media only screen and (max-width: 400px) {
  .ImageGallery ul li {
    position: relative !important;
    top: auto !important;
    height: auto !important;
  }
}
nav ul li.page_item.page-item-27925.page_item_has_children ul {
  display: none;
}/*# sourceMappingURL=style.css.map */