@charset "UTF-8";

h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #df1e36;
  text-align: center;
}
.address {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: center;
}

.text {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  color: #000;
}
.text a:link {
  color: #963241;
  text-decoration: underline;
}
.text a:visited {
  color: #963241;
  text-decoration: underline;
}
.text a:hover {
  color: #963241;
  text-decoration: underline;
  background-color: #ffc926;
}
.text a:active {
  color: #963241;
  text-decoration: underline;
}

.textBold {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.textBoldItalic {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #000;
}
.textItalic {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #000;
}

.textGray {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  color: #999;
}
.textGray a:link {
  color: #963241;
  text-decoration: underline;
}
.textGray a:visited {
  color: #963241;
  text-decoration: underline;
}
.textGray a:hover {
  color: #963241;
  text-decoration: underline;
  background-color: #ffc926;
}
.textGray a:active {
  color: #963241;
  text-decoration: underline;
}

.textBlue {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #377cb5;
}
.textRed {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #963241;
}
.textBoldGray {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.textBoldItalicBlue {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  color: #377cb5;
  font-weight: bold;
  font-style: italic;
}
.textItalicBlue {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  color: #377cb5;
  font-style: italic;
}
.textSmall {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  color: #000;
}
.textSmall a:link {
  color: #963241;
  text-decoration: underline;
}
.textSmall a:visited {
  color: #963241;
  text-decoration: underline;
}
.textSmall a:hover {
  color: #963241;
  text-decoration: underline;
  background-color: #ffc926;
}
.textSmall a:active {
  color: #963241;
  text-decoration: underline;
}

.textLarge {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.textLarge a:link {
  color: #963241;
  text-decoration: underline;
}
.textLarge a:visited {
  color: #963241;
  text-decoration: underline;
}
.textLarge a:hover {
  color: #963241;
  text-decoration: underline;
  background-color: #ffc926;
}
.textLarge a:active {
  color: #963241;
  text-decoration: underline;
}

.textLargeRed {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #963241;
}

.SubheadBlack {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
}
.SubheadGray {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #999;
}
.SubheadRed {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #963241;
}
.textSmallred {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  color: #cc0000;
}
.homeSeason {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.captions {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 10px;
  font-style: italic;
}
.tableText {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.tableTextSmall {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #000;
}
.login {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  color: #000;
  background-color: #fff8cc;
  text-align: center;
  padding: 20px;
}
.login input[type='text'] {
  padding: 10px;
  margin-top: 10px;
  width: 250px;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  border: solid 1px #999999;
}
input[type='submit'] {
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #ffffff;
  background-color: #df1e36;
  border: none;
  border-radius: 5px;
}
input.w45 {
  width: 45px;
}
.season {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 0;
  margin-top: 10px;
  text-align: center;
  background-color: #dddddd;
}
.showsWrap {
  text-align: center;
}
.shows {
  display: inline-block;
  max-width: 300px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  color: #444444;
  padding: 15px;
  margin: 10px;
  background-color: #eeeeee;
  border: solid 1px #999999;
}
.showsTitle {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 20px;
  color: #000;
}
.contactinfo {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  background-color: #dddddd;
  padding: 20px;
}
.contactinfo input[type='text'] {
  padding: 10px;
  margin: 5px 0 20px 0;
  width: 250px;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  border: solid 1px #999999;
}
.thankyoutext {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.pageTitle {
  padding: 30px 0 7px 0;
  text-align: center;
}
.directions {
  display: none;
}
.hidden {
  visibility: hidden;
}
@media (max-width: 900px) {
  .pageTitle {
    padding: 40px 0 7px 0;
    text-align: center;
    line-height: 30px;
  }
}

@media (max-width: 736px) {
  .pageTitle {
    padding: 40px 0 0 0;
    text-align: center;
  }
  .directions {
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
