@charset "UTF-8";
/* Create a container */
.container {
  max-width: 960px; /* Set a maximum width for the container */
  margin: 0 auto; /* Center the container horizontally */
  flex-wrap: wrap;
  flex-direction: row;
}

/* Create a row within the container */
.row {
  display: flex; /* Use flexbox for flexible layout */
  flex-wrap: wrap; /* Allow row to wrap if columns don't fit */
  margin: 0 -10px; /* Add negative margin to counteract column padding */
}

/* Create columns within the row */
.col {
  flex: 1; /* Distribute available space evenly among columns */
  padding: 0 10px; /* Add spacing between columns */
  min-width: 0; /* Prevent columns from overflowing their content */
}

@font-face {
  font-family: "VAG Rounded";
  font-weight: 100;
  src: url("../fonts/vag-rounded-100.woff2") format("woff2"), url("../fonts/vag-rounded-100.woff") format("woff");
}
@font-face {
  font-family: "VAG Rounded";
  font-weight: 400;
  src: url("../fonts/vag-rounded-400.woff2") format("woff2"), url("../fonts/vag-rounded-400.woff") format("woff");
}
@font-face {
  font-family: "VAG Rounded";
  font-weight: 700;
  src: url("../fonts/vag-rounded-700.woff2") format("woff2"), url("../fonts/vag-rounded-700.woff") format("woff");
}
@font-face {
  font-family: "VAG Rounded";
  font-weight: 900;
  src: url("../fonts/vag-rounded-900.woff2") format("woff2"), url("../fonts/vag-rounded-900.woff") format("woff");
}
body {
  position: relative;
  background-color: #b61e37;
  background-image: url("../graphics/background.png");
  background-position-x: center;
  font-family: "VAG Rounded", Arial, Helvetica, sans-serif;
  font-weight: 100;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body #overlay {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 50;
}

h2 {
  color: white;
  margin-top: 0;
}
h2 em {
  font-weight: 100;
}

@media screen and (max-width: 599.98px) and (orientation: portrait) {
  ul {
    padding-left: 20px;
  }
}

li {
  list-style-type: "🎲";
  padding-bottom: 6pt;
  padding-left: 6pt;
  font-size: 110%;
  color: #e9aa4c;
}
li.odd {
  color: white;
}

.stop-press {
  background-color: #e9aa4c;
  color: black;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 300;
  text-align: left;
  font-size: 110%;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .stop-press {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.stop-press .signature {
  text-align: right;
  color: #b61e37;
  font-style: italic;
}
.stop-press .inset {
  background-color: black;
  color: white;
  padding: 20px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  text-align: left;
}
.stop-press .inset form {
  margin: 0 !important;
}
.stop-press .inset h3 {
  color: #e9aa4c;
  margin: 0;
}
.stop-press .inset label {
  font-size: 80%;
}
.stop-press .inset input[type=submit] {
  background-color: #b61e37 !important;
}
.stop-press .inset .field {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.stop-press .bold-link {
  text-align: center;
  font-weight: bold;
}
.stop-press p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.stop-press p.light {
  font-weight: 300;
}
.stop-press a {
  color: #b61e37;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .stop-press {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header {
  position: relative;
  height: 100px;
  z-index: 75;
  background-color: black;
  margin-top: 20px;
  margin-bottom: 2rem;
}
.header h1 {
  font-size: 2.6rem;
  margin-top: 10px;
  font-weight: 700;
  color: #b61e37;
  text-transform: uppercase;
  letter-spacing: 1pt;
  text-align: left;
}
.header .menu a.current {
  color: #cccccc;
  opacity: 0.7;
}
.header .header-row {
  margin: 0;
}
.header .header-left-col {
  position: relative;
  height: 100px;
  flex-grow: 2;
  padding: 0;
  min-width: 600px;
}
.header .header-left-col #bars {
  display: none;
  position: absolute;
  left: 30px;
  top: 24px;
  height: 60px;
  width: 44px;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .header .header-left-col #bars {
    display: block;
  }
}
.header .header-left-col #bars span {
  display: block;
  height: 8px;
  background-color: #b61e37;
  margin-top: 5px;
  margin-bottom: 5px;
}
.header .header-left-col img {
  position: absolute;
  top: 15px;
  left: 0;
  height: 70px;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .header .header-left-col img {
    left: 92px;
    height: 60px;
    top: 22px;
  }
}
.header .header-left-col h1 {
  padding-left: 74px;
  color: rgb(160, 160, 160);
  margin-top: 15px;
}
.header .header-left-col .menu {
  position: absolute;
  margin-top: 40px;
  padding-left: 150px;
  bottom: 10px;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .header .header-left-col .menu {
    display: none;
  }
}
@keyframes slideIn {
  from {
    /* pushes the sun down past the viewport */
    transform: translateY(-100vh);
  }
  to {
    /* returns the sun to its default position */
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    /* pushes the sun down past the viewport */
    transform: translateY(0);
  }
  to {
    /* returns the sun to its default position */
    transform: translateY(-100vh);
  }
}
.header .header-left-col .mobile-menu {
  display: none;
  background-color: black;
  position: absolute;
  top: 100px;
  width: 100vw;
  padding-left: 10px;
  padding-bottom: 40px;
  text-align: left;
  z-index: 200;
  font-family: "VAG Rounded", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 18pt;
}
.header .header-left-col .mobile-menu a {
  padding: 8px;
  display: block;
  color: white;
  text-decoration: none;
}
.header .header-left-col .mobile-menu .zed-menu {
  background-color: #b61e37;
  color: #e9aa4c;
}
.header .header-right-col {
  flex-grow: 1;
  position: relative;
  padding: 0;
}
.header .header-right-col .menu {
  z-index: 100;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-image: url("../graphics/background.png");
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .header .header-right-col .menu {
    display: none;
  }
}
.header .header-right-col .menu.menuFront {
  right: 220px;
}
.header .header-right-col .menu a {
  margin: 0;
  padding: 0;
}
.header .header-right-col .zedBubble {
  position: absolute;
  right: 0;
  top: -12px;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .header .header-right-col .zedBubble {
    display: none;
  }
}
.header .header-right-col .zedBubble p {
  color: white;
  position: absolute;
  top: 130px;
  left: 34px;
  width: 160px;
  font-size: smaller;
}
.header i {
  font-size: 80%;
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 0.6;
}

.menu {
  position: absolute;
  bottom: 0;
}
.menu a {
  color: #e9aa4c;
  text-decoration: none;
  padding-right: 1rem;
  font-weight: bold;
  font-size: 1.17rem;
}
.menu a:hover {
  color: white;
}

.side-menu {
  max-width: 240px;
  margin-right: 20px;
  background-color: #b61e37;
  padding: 20px;
}
.side-menu a {
  color: #e9aa4c !important;
  font-size: 120%;
  text-decoration: none;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.side-menu a.current {
  color: white !important;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .side-menu {
    max-width: 25%;
  }
}

.section h1 {
  margin-top: 0;
}

.container {
  display: flex;
  flex-direction: column;
}
.container .row {
  display: flex;
}
.container .row .col {
  flex: 1;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .container .row {
    display: block;
  }
}

.banner {
  text-align: center;
  background-position-x: center;
  background-position-y: -150px;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.banner .bannerContent {
  padding-top: 60px;
}
.banner .bannerContent h1 {
  margin-bottom: 0;
}
.banner .bannerContent h2 {
  font-size: 80%;
  margin-top: 0;
  opacity: 0.8;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .banner {
    background-size: 1200px;
    background-position-y: 0;
  }
  .banner .bannerContent {
    margin-top: 60px;
  }
  .banner .bannerContent h1 {
    font-size: 120%;
  }
  .banner .bannerContent h2 {
    font-size: 70%;
  }
}

.bannerFront {
  height: 500px;
  background-image: url("../graphics/carnival-graphic.png");
  border-bottom: 4px solid #b61e37;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .bannerFront {
    height: 340px;
  }
  .bannerFront .bannerContent {
    padding-top: 0px;
  }
  .bannerFront .bannerContent img {
    width: 320px;
    padding-left: 20px;
  }
}

.bannerZed {
  height: 500px;
  background-position-y: -130px;
  background-image: url("../graphics/circus-graphic.png");
  border-bottom: 4px solid #b61e37;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .bannerZed {
    height: 340px;
    background-position-y: 0;
  }
}

.bannerStandard {
  height: 400px;
  background-image: url("../graphics/theatre-graphic.png");
  border-bottom: 4px solid #b61e37;
  color: white;
  font-size: 200%;
  font-weight: bold;
}
.bannerStandard .bannerContent {
  padding-top: 20px;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .bannerStandard {
    height: 300px;
  }
  .bannerStandard .bannerContent {
    padding-top: 0;
  }
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #cccccc;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .content {
    padding: 20px;
  }
}
.content p {
  font-size: 110%;
}
.content p:first-child {
  margin-top: 0;
}
.content a {
  color: white;
  font-weight: bold;
}
.content .gallery .row {
  margin-bottom: 32px;
}
.content .gallery .col {
  width: 50%;
}
.content .gallery .col img {
  width: 100%;
}
.content .gallery .col p.caption {
  margin-top: 6pt;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .content .gallery .col {
    min-width: 300px;
  }
}

.footer {
  padding: 20px 0;
  color: #cccccc;
  background-color: black;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .footer {
    padding: 20px 20px;
  }
}
.footer a {
  color: #e9aa4c;
  display: block;
}
#mc_embed_signup {
  clear: left;
}
#mc_embed_signup .mc-field-group {
  margin: 0;
  padding: 0;
}
#mc_embed_signup #mce-success-response {
  color: #e9aa4c !important;
}
#mc_embed_signup #mce-error-response {
  color: #b61e37 !important;
}

p.intro {
  margin-top: 0;
  font-size: 120%;
  color: #cccccc;
}
p.intro strong {
  color: white;
}

div.box-out {
  background-color: #e9aa4c;
  padding: 15px;
  color: black;
  display: inline-block;
  margin-top: 1rem;
}
div.box-out i {
  color: #b61e37;
  font-size: 120%;
  padding-right: 3pt;
}
div.box-out a {
  color: #b61e37;
}
div.box-out span {
  font-weight: bold;
}

div.right-float-image {
  width: 50%;
  max-width: 400px;
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}
div.right-float-image img {
  width: 300px;
}

div.right-float {
  background-color: #e9aa4c;
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  padding: 15px;
  max-width: 240px;
}
div.right-float.wider {
  width: 320px;
  max-width: none;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  div.right-float.wider {
    width: auto;
    max-width: 33%;
  }
}
div.right-float p {
  color: #000;
  font-size: 100%;
  margin-bottom: 0;
}
div.right-float i {
  float: left;
  font-size: 250%;
  color: #b61e37;
  margin-right: 20px;
}
div.right-float i.small-icon {
  font-size: 125%;
  margin-right: 10px;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  div.right-float i {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
div.right-float a {
  color: black;
  text-decoration: none;
}
div.right-float a.space-under {
  display: block;
  padding-bottom: 1rem;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  div.right-float {
    width: 30%;
    text-align: center;
  }
}

.embed {
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #e9aa4c;
  font-weight: bold;
  font-size: 120%;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  .embed.hide-on-mobile {
    display: none;
  }
}
.embed.in-right-float {
  margin-top: 0;
  margin-bottom: 0;
}
.embed h3 {
  margin-bottom: 6pt;
}
.embed h4 {
  margin-top: 0;
  margin-bottom: 6pt;
  color: #cccccc;
}
.embed .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.box-inset {
  float: left;
  width: 500px;
  margin-right: 40px;
  margin-bottom: 20px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  img.box-inset {
    width: 100%;
    margin-right: 0;
  }
}

img.inset {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 10px;
}

img.stretched {
  width: 100%;
}

img.book-inset {
  float: left;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 10px;
}

div.quotes {
  margin-left: 220px;
  margin-right: 40px;
  margin-bottom: 40px;
}
div.quotes p.quote {
  background-color: #b61e37;
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 1rem;
  padding: 2rem;
  font-weight: bold;
}
div.quotes p.quote:before {
  font-family: Georgia, "Times New Roman", Times, serif;
  content: open-quote;
  font-weight: bold;
  font-size: 36pt;
  color: #e9aa4c;
}
div.quotes p.quote:after {
  font-family: Georgia, "Times New Roman", Times, serif;
  content: close-quote;
  font-weight: bold;
  font-size: 36pt;
  color: #e9aa4c;
  float: right;
}
div.quotes p.quote .credit {
  display: block;
  padding: 0;
  margin-top: 6pt;
  font-style: italic;
  font-weight: 100;
}
@media screen and (max-width: 599.98px) and (orientation: portrait) {
  div.quotes {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.logos-content h1 {
  color: white;
  font-size: 300%;
}
.logos-content h2 {
  margin-top: 3rem;
}
.logos-content .logos .col {
  background-color: white;
  padding: 40px;
  margin: 20px;
}
.logos-content .logos .col.black-bg {
  background-color: black;
}
.logos-content .logos .col.bg-one {
  background-color: transparent;
  background-image: url(/graphics/background-circus.png);
  background-size: 100%;
}
.logos-content .logos .col.bg-two {
  background-color: transparent;
  background-image: url(/graphics/background-game.png);
  background-size: 100%;
}
.logos-content .logos .col.bg-three {
  background-color: transparent;
  background-image: url(/graphics/background-circus-light.png);
  background-size: 100%;
}
.logos-content .logos .col.bg-four {
  background-color: transparent;
  background-image: url(/graphics/background-game-light.png);
  background-size: 100%;
}
.logos-content .logos img {
  width: 100%;
}/*# sourceMappingURL=app.css.map */