html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('//fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('//fonts.googleapis.com/css?family=Chau+Philomene+One:300,400,700');
.quarter {
  width: 25%;
  height: auto;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  min-width: 320px;
  font-size: 18px;
  line-height: 1.5;
}
nav {
  position: absolute;
  top: 60px;
  left: 325px;
  font-size: 15px;
  min-width: 980px;
  display: block;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 20px;
}
nav ul li {
  float: left;
  margin-right: 2% !important;
  padding: 0;
  margin: 0;
  position: relative;
}
nav ul li ul {
  position: absolute;
  top: 0;
  left: -20px;
  min-width: 180px;
  background-color: #481736;
  padding: 10px;
  display: none;
}
nav ul li ul li ul {
  position: absolute;
   left: -20px;
  min-width: 220px;
  background-color: #481736;
  padding: 10px;
  display: none;
}
nav li:hover .subN {
  display: block;
}
nav .subN li:hover .subsubN {
	display:block;
}
.historynav a {
  color: #fff;
  text-decoration: none;
}
.historynav a:hover {
  color: #BCA631;
}
.historynav {
  font-size: 18px;
  display: block;
}
.historynav ul {
  list-style: none;
  padding: 0;
  margin: 0 20px 5px;
}
.historynav ul li {
  float: left;
  margin-right: 6% !important;
  padding: 0 0 10px 0;
  margin: 0;
}
.btn {
  box-shadow: 0px 10px 14px -7px #000000;
  background: linear-gradient(to bottom, #b3298a 5%, #782460 100%);
  background-color: #b3298a;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000000;
}
#overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("/images/headerbak.png") top left repeat-x;
  height: 171px;
  color: #fff;
  z-index: 999;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  color: #ff0;
}
#wrapper {
  padding: 0;
  margin-top: 150px;
}
#homeSplash {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.bannerImage {
  width: 100%;
}
footer {
  width: 100%;
  background-color: #481736;
  color: #fff;
  padding: 20px;
}
footer ul {
  list-style: none;
  line-height: 2.0;
}
footer a {
  text-decoration: none;
  color: #fff;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.container {
  display: none;
  overflow: visible;
  z-index: 101;
  background-color: transparent;
  position: absolute;
}
.tagline {
  display: inline-block;
}
.fullColumn {
  width: 90%;
  vertical-align: top;
  margin: 0 auto;
  position: relative;
}
.halfColumn {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  margin: 0;
  position: relative;
}
.halfColumn img {
  max-width: 100%;
}
.thirdColumn {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 0;
  border-left: 1px solid #ccc;
  padding-left: 5px;
  height: 100%;
}
#amznCharityBanner iframe {
  margin: auto;
}
.thirdColumn img {
  max-width: 100%;
}
.quarterColumn {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  margin: 1%;
}
.quarterColumn img {
  max-width: 100%;
}
.threeQuartersColumn {
  display: inline-block;
  width: 71%;
  vertical-align: top;
  margin: 0 auto;
}
.threeQuartersColumn img {
  max-width: 100%;
}
.twoThirdsColumn {
  display: inline-block;
  width: 62%;
  vertical-align: top;
  margin: 0 auto;
}
.twoThirdsColumn img {
  width: 100%;
}
.boxStyle {
  color: #fff;
  min-height: 380px;
  padding: 20px;
}
.boxStyle a {
  color: #fff;
}
.sponsors {
  text-align: center;
}
.roundBoxStyle {
  background-color: aliceblue;
  padding: 20px;
  border: 10px inset #1C6EA4;
  border-radius: 18px;
}
.roundBoxStyle a {
  color: #fff;
}
.clearfix {
  clear: both;
  height: 0px;
  font-size: 0;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#nowshowing_frame {
  min-height: 350px;
}
#pryers_frame {
  height: 350px;
}
#volunteer_frame {
  height: 350px;
}
#menuButton {
  display: none;
  text-align: right;
  font-size: 60px;
  top: 40px;
  right: 20px;
  position: absolute;
}
.homePhone {
  text-align: right;
  top: 50px;
  right: 10px;
  position: absolute;
}
.phoney {
  display: block;
}
.historyPage {
  padding: 0 30px;
  background-color: #000;
  color: #fff;
}
.social {
  font-size: 22px;
  display: block;
}
.topline {
  display: block;
}
#hamburger {
  width: 60px;
}
.bigText {
  font-size: 95px;
}
.formTitles {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
}
a {
  text-decoration: none;
  font-weight: bold;
}
#overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#message {
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: #ff0;
  width: 100%;
  height: 100px;
  text-align: center;
  padding: 40px 5px;
}
.playTitle {
  margin: 2px;
  padding: 0;
}
#wrapper .sub {
  padding: 20px 30px;
}
#wrapper .sub img {
  max-width: 100%;
}
.gallery a {
  margin: 5px 20px;
}
.pGalleryLink a {
  color: #BCA631;
}
.imagetag {
  font-size: 11px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.orderBar {
  background: #dae029;
  color: #f00;
  text-align: center;
  font-size: 32px;
  padding: 20px;
  margin: 20px;
}
.orderBarSmall {
  background: #dae029;
  color: #f00;
  text-align: center;
  font-size: 22px;
  padding: 10px;
  margin: 10px;
}
img.left {
  margin: 0 20px 20px 0;
}
.ticketsNav {
  color: #ff0;
}
.bioLink {
  cursor: pointer;
  float: left;
  font-size: .9rem;
  margin-bottom: 10px;
  max-width: 230px;
  min-height: 300px;
  min-width: 230px;
  text-align: center;
}
.bioInfo {
  max-width: 230px;
  min-height: 70px;
  text-align: center;
}
.bioFrame {
  background-color: #fff;
  z-index: 220;
  top: 25%;
  padding: 10px;
  width: 650px;
  left: 50%;
  max-height: 500px;
  overflow: scroll;
  margin-left: -325px;
  text-align: left;
  position: fixed;
  display: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ccc'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
  background: -moz-linear-gradient(top, #fff, #ccc); /* for firefox 3.6+ */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  border-radius: 10px; /* CSS3 */
}
.closer {
  cursor: pointer;
  color: #f00;
  font-size: 15px;
  font-weight: bold;
}
.form-style-8 {
  font-family: 'Open Sans Condensed', arial, sans;
  width: 500px;
  padding: 30px;
  background: #FFFFFF;
  margin: 50px auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
}
.form-style-8 h2 {
  background: #4D4D4D;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #797979;
  font-size: 18px;
  font-weight: 100;
  padding: 20px;
  margin: -30px -30px 30px -30px;
}
.form-style-8 input[type="text"], .form-style-8 input[type="date"], .form-style-8 input[type="datetime"], .form-style-8 input[type="email"], .form-style-8 input[type="number"], .form-style-8 input[type="search"], .form-style-8 input[type="time"], .form-style-8 input[type="url"], .form-style-8 input[type="password"], .form-style-8 textarea, .form-style-8 select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 7px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  margin-bottom: 10px;
  font: 16px Arial, Helvetica, sans-serif;
  height: 45px;
}
.form-style-8 textarea {
  resize: none;
  overflow: hidden;
}
.form-style-8 input[type="button"], .form-style-8 input[type="submit"] {
  -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
  -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
  box-shadow: inset 0px 1px 0px 0px #45D6D6;
  background-color: #2CBBBB;
  border: 1px solid #27A0A0;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  padding: 8px 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.form-style-8 input[type="button"]:hover, .form-style-8 input[type="submit"]:hover {
  background: linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
  background-color: #34CACA;
}
input[name=css-tabs] {
  display: none;
}
a {
  color: #F29A77;
}
#tabs {
  padding: 0 0 0 50px;
  width: calc(100% + 50px);
  margin-left: -50px;
  background: #2B2A28;
  height: 80px;
  border-bottom: 5px solid #EB4E01;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#tabs::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -100;
  width: 100%;
  left: 0;
  margin-top: 16px;
  height: 80px;
  background: #2B2A28;
  border-bottom: 5px solid #EB4E01;
}
#tabs::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  height: 80px;
  width: 102px;
  background: #EB4E01;
  transition: transform 400ms;
}
#tabs label {
  position: relative;
  z-index: 100;
  display: block;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  width: 100px;
  height: 100%;
  border-right: 1px dotted #575654;
  cursor: pointer;
}
#tabs label:first-child {
  border-left: 1px dotted #575654;
}
#tabs label::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(40%);
  margin: 10px auto;
}
#tab1::before {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/paper-plane.png);
}
#tab2::before {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/big-cloud.png);
}
#tab3::before {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/folding-brochure.png);
}
#tab4::before {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/mans-silhouette.png);
}
#radio1:checked ~ #tabs #tab1::before, #radio2:checked ~ #tabs #tab2::before, #radio3:checked ~ #tabs #tab3::before, #radio4:checked ~ #tabs #tab4::before {
  filter: invert(100%);
}
#radio1:checked ~ #tabs::after {
  transform: translateX(0);
}
#radio2:checked ~ #tabs::after {
  transform: translateX(101px);
}
#radio3:checked ~ #tabs::after {
  transform: translateX(202px);
}
#radio4:checked ~ #tabs::after {
  transform: translateX(303px);
}
#content {
  position: relative;
  height: 500px;
}
#content::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -50px;
  border-top: 8px solid #000;
  border-right: 10px solid #000;
  border-left: 10px solid transparent;
  border-bottom: 8px solid transparent;
}
#content::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-left: calc(100% + 30px);
  border-top: 8px solid #000;
  border-left: 10px solid #000;
  border-right: 10px solid transparent;
  border-bottom: 8px solid transparent;
}
#content section {
  position: absolute;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 500ms, opacity 500ms;
}
#radio1:checked ~ #content #content1, #radio2:checked ~ #content #content2, #radio3:checked ~ #content #content3, #radio4:checked ~ #content #content4 {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .thirdColumn, .twoThirdsColumn, .quarterColumn, .threeQuartersColumn, .halfColumn {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
@media screen and (max-width: 1424px) {
  hr.topline {
    display: none;
  }
}
@media screen and (max-width: 1285px) {
  #wrapper {
    padding: 0;
  }
  .sub img {
    max-width: 96%;
  }
  #menuButton {
    display: block;
    float: right;
  }
  .homePhone {
    top: 122px;
  }
  .social, .phoney {
    display: inline-block;
  }
  .topline {
    display: none;
  }
  #homeSplash {
    max-height: none;
    background: #aaa;
  }
  .tagline {
    display: none;
  }
  .right {
    float: none;
  }
  .liney {
    display: none;
  }
  nav ul li:first-child {
    display: block;
  }
  nav a {
    color: #481736 !important;
  }
  nav {
    position: absolute;
    top: 150px;
    right: 10px;
    left: auto;
    font-size: 20px;
    min-width: 200px;
    background: #fff;
    border: 2px solid #ccc;
    display: none;
    padding: 0 10px;
    line-height: 2;
  }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }
  nav ul li {
    float: none;
    margin-right: 2% !important;
    padding: 0;
    margin: 0;
  }
  .roundBoxStyle {
    margin: 20px 0;
  }
  nav ul li ul {
    position: relative;
    min-width: none;
    background-color: #fff;
    padding: 0;
    left: 0;
    display: block;
  }
  nav li:hover ul {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #content, #sidebar {
    width: 100%;
    display: block;
  }
  .bioFrame {
    width: 80%;
    height: 60%;
  }
  .bioLink {
    display: inline-block;
    min-height: auto;
    float: none;
  }
  .bioInfo {
    min-height: auto;
  }
  .tickets {
    position: relative;
    margin: 0 auto;
  }
  .sponsors {
    text-align: center !important;
  }
  #message {
    height: auto;
    min-height: 160px
  }
}