@charset "UTF-8";
html {
  box-sizing: border-box; }

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

.wrapper {
  width: 100%;
  margin: 0; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 767px) {
  .wrapper {
    width: 750px;
    margin: 0 auto;
    padding: 0 20px; } }
@media screen and (min-width: 1023px) {
  .wrapper {
    width: 1000px; } }
@media screen and (min-width: 1279px) {
  .wrapper {
    width: 1200px;
    padding: 0 30px; } }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small, .small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.628571429; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }
span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.button {
    text-decoration: none !important;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.large.button {
  padding: 15px 25px;
  font-size: 16px; }

.small.button {
  padding: 5px 10px;
  font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }
  #browserAlert a {
    color: #faabab;
    font-weight: bold; }
    #browserAlert a:hover {
      color: #fff; }

.lt-ie8 #browserAlert {
  display: block; }

.clearfix {
  *zoom: 1;
  *zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }
  .clearfix:before {
    display: table;
    content: ""; }
  .clearfix:after {
    display: table;
    content: "";
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }

@media screen and (min-width: 1023px) {
  .visible-mobile {
    display: none; } }
.visible-desktop {
  display: none; }

@media screen and (min-width: 1023px) {
  .visible-desktop {
    display: block; } }

.mobile-hide {
  display: none;
}
@media screen and (min-width: 767px) {
  .mobile-hide {
    display: block; } }

/* -----------------------------------------------------------------
  TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #a62f31;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #431314; }

ul, ol {
  padding-left: 22px; }

ul li, ol li {
  padding-left: 10px; }

.lead {
  font-size: 1.25em;
  line-height: 1.8em;
  font-weight: 300; }

.red {
  color: #a62f31; }

.gold {
  color: #eba01d; }

.text-error {
  color: #a62f31; }

.text-success {
  color: #549421; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

::-moz-selection, ::selection {
  background: #a62f31;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 700;
  color: #a62f31;
  margin: 40px 0 30px;
  position: relative; }
  h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
    color: #191f13; }

h1.lined, h2.lined, h3.lined, h4.lined, h5.lined, h6.lined {
  position: relative; }

h1.lined:before, h2.lined:before, h3.lined:before, h4.lined:before, h5.lined:before, h6.lined:before {
  bottom: -16px;
  left: 0;
  width: 60px;
  height: 2px;
  position: absolute;
  display: block;
  content: " ";
  background: #191f13; }

.tucked {
  position: absolute;
  right: 0;
  top: -8px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1 {
  font-size: 40px;
  margin-top: 25px; }

h1.no-mar {
    margin-bottom: 0;
}

h1.no-mar + .sub {
    color: #191f13;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}

h1.no-mar + .header-address {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #191f13;
    margin-bottom: 30px;
}

h1.no-mar + .header-address i {
     margin: 0 10px 0 0;
}

h1.no-mar + .header-address a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

h1.no-mar + .header-address a i {
    margin: 0 10px 0 0;
}

h2 {
  font-size: 34px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }
  h4.press {
    text-transform: uppercase;
    color: #191f13; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px;
  margin: 1.5em 0;
  text-transform: uppercase; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

blockquote {
  border-left: 4px solid #a62f31;
  padding-left: 30px;
  margin-left: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 1.38em; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0 0;
    font-style: normal;
    font-weight: 700; }

hr {
  border-color: #f2f2f2;
  margin: 2em 0; }

/* -----------------------------------------------------------------
  FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }
  label .required {
    position: relative;
    margin-left: 5px;
    color: #a62f31; }
  label.error {
    color: #a62f31; }

legend {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }
  legend .required {
    position: relative;
    margin-left: 5px;
    color: #a62f31; }
  legend.error {
    color: #a62f31; }

input, textarea {
  display: block;
  width: 100%;
  padding: 11px 15px 10px;
  border: 1px solid #e6e6e6;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  color: #191f13;
  font-size: 14px;
  background: #fff;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none; }

input:focus, textarea:focus {
  background: #f2f2f2; }

input.error, textarea.error {
  border: 1px solid #a62f31; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999; }

.radio label, .checkbox label {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; 
max-width: 80%;
vertical-align: top;
}
.checkbox.error label {
    color: #a62f31; }



.radio input, .checkbox input {
  width: auto;
  margin-right: 10px;
  margin-top:5px;
  display: inline-block;
vertical-align: top;}

.radio input:focus, .checkbox input:focus {
  outline: 1px dotted #212121;
  outline: -webkit-focus-ring-color auto 5px; }

.radio.wrapped, .checkbox.wrapped {
  margin-top: 4px; }

.radio.wrapped .input-wrap, .checkbox.wrapped .input-wrap {
  float: left; }

.radio.wrapped input, .checkbox.wrapped input {
  margin: 5px 0 0 0;
  line-height: 1;
  display: block; }

.radio.wrapped label, .checkbox.wrapped label {
  margin: 0 0 0 25px;
  display: block; }

button.button, input.button {
  border: none;
  display: inline-block;
  width: auto; }

.errormsg, .successmsg {
  margin: 20px 0 0;
  font-size: 14px; }

.errormsg span, .successmsg span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px 0 0; }

.errormsg span {
  background: #a62f31; }

.successmsg span {
  background: #549421; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img {
  display: block;
  max-width: 100%;
  height:auto;}

iframe {
  display: block;
  max-width: 100%;
  }

.content-left img {
  height: auto !important; }

.button {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5px; }
  .button.ghost {
    color: #828282;
    border: 1px solid #dadada; }
    .button.ghost i {
      margin-left: 14px; }
    .button.ghost:hover {
      color: #a62f31;
      border-color: #a62f31; }
  .button.hollow {
    background: #fff;
    border: 2px solid #191f13;
    padding: 8px 20px;
    color: #191f13; }
    .button.hollow:hover {
      color: #a62f31;
      border-color: #a62f31; }
  .button.black {
    background: #191f13;
    color: #fff; }
    .button.black:hover {
      background: #a62f31; }
    .button.black i {
      margin-right: 10px; }
  .button.blue {
    background: #62a9c8;
    color: #fff;
    width: 100%; }
    .button.blue:hover {
      background: #5c90a6; }
    .button.blue i {
      margin-right: 10px; }
  .button.white {
    background: #fff;
    color: #191f13;
    border: 2px solid #191f13;
    padding: 8px 18px; }
    .button.white:hover {
      color: #a62f31;
      border-color: #a62f31; }
    .button.white i {
      margin-right: 10px; }
  .button.red {
    background: #a62f31;
    color: #fff; }
    .button.red:hover {
      background: #303030; }
    .button.red i {
      margin-right: 10px; }
  .button.full {
    width: 100%; }
  .button.large {
    font-size: 16px;
    padding: 10px 26px; }
    .button.large.white {
      padding: 8px 26px; }
  .button.mini {
    padding: 15px 10px;
    font-size: 11px; }
    .button.mini i {
      margin: 0 5px 0 0; }
  .button.tiny {
    padding: 10px 10px;
    font-size: 11px; }
    .button.tiny i {
      margin: 0 5px 0 0; }
    .button.gold {
      color: white;
      background: #eba01d;
    }
    .button.gold:hover {
      color: #303030;
      background: #dadada;
    }
.button.red.hollow {
    background: #fff;
    border: 2px solid #a62f31;
    padding: 8px 20px;
    color: #a62f31; }
    .button.red.hollow:hover {
      color: #fff;
    background: #a62f31;
      border-color: #a62f31; }

.alignleft, .alignright, .aligncenter {
  margin: 20px auto;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 0 30px 10px 0; } }
@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 0 0 10px 30px; } }
a .alignleft:hover, a .alignright:hover, a .aligncenter:hover {
  border-color: #bfbfbf; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    padding-left: 0; }
  .flexslider .slides img {
    width: 100%;
    display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 200px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center; }
  .flex-direction-nav .flex-prev {
    left: 0; }
  .flex-direction-nav .flex-next {
    right: 0; }
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-size: 20px;
    display: inline-block; }
  .flex-pauseplay a:hover {
    opacity: 1; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
  }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* -----------------------------------------------------------------
    CHOSEN STYLES (Chosen v1.0.0)
------------------------------------------------------------------*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 0px; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 15px;
  height: 50px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-clip: padding-box;
  color: #191f13;
  text-decoration: none;
  white-space: nowrap;
  line-height: 48px; }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 100%; }
    .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      border-left: 1px solid #e6e6e6; }
      .chosen-container-single .chosen-single div b:after {
        position: absolute;
        top: 0px;
        left: 38%;
        font-size: 20px;
        font-family: 'FontAwesome';
        content: '\f0d7';
        color: #e6e6e6; }
.chosen-container-single .chosen-default {
  color: #191f13; }
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative; }
  .chosen-container-single .chosen-search:after {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 18px;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #e6e6e6; }
  .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 15px 50px;
    width: 100%;
    height: auto;
    outline: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 0;
    margin: 0; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  display: none;
  left: -9999px; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  cursor: text; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
    .chosen-container-multi .chosen-choices li.search-field {
      margin: 0;
      padding: 0;
      white-space: nowrap; }
      .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        margin: 1px 0;
        padding: 5px;
        height: 15px;
        outline: 0;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none;
        color: #191f13;
        font-size: 100%;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0; }
      .chosen-container-multi .chosen-choices li.search-field .default {
        color: #999; }
    .chosen-container-multi .chosen-choices li.search-choice {
      position: relative;
      margin: 3px 0 3px 5px;
      padding: 3px 20px 3px 5px;
      border: 1px solid #aaa;
      border-radius: 3px;
      background-color: #f2f2f2;
      background-clip: padding-box;
      color: #191f13;
      line-height: 13px;
      cursor: default; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: absolute;
        top: 4px;
        right: 3px;
        display: block;
        width: 12px;
        height: 12px;
        background: url("chosen-sprite.png") -42px 1px no-repeat;
        font-size: 1px; }
        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
          background-position: -42px -10px; }
    .chosen-container-multi .chosen-choices li.search-choice-disabled {
      padding-right: 5px;
      border: 1px solid #ccc;
      background-color: #e4e4e4;
      color: #666; }
    .chosen-container-multi .chosen-choices li.search-choice-focus {
      background: #d4d4d4; }
      .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
        background-position: -42px -10px; }
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 7px 0 0 !important;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 3px 15px;
    list-style: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
      .chosen-container .chosen-results li.active-result::after {
        clear: both;
        content: "";
        display: table; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #f2f2f2;
      color: #191f13;
      border-color: #e6e6e6; }
    .chosen-container .chosen-results li.no-results {
      display: list-item;
      background: #fff;
      border-color: transparent;
      margin-bottom: 7px; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

.chosen-container-active .chosen-single {
  border: 1px solid #e6e6e6;
  background: #f2f2f2; }
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e6e6e6;
  background: #f2f2f2; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent; }
.chosen-container-active .chosen-choices {
  border: 1px solid #e6e6e6; }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* -----------------------------------------------------------------
    FANCYBOX STYLES (fancyBox v2.1.5)
------------------------------------------------------------------*/

.fancybox-slide--iframe .fancybox-content {
  max-width: 800px;
}

.fancybox-slide--iframe .fancybox-content .fancybox-iframe {
  padding: 20px;
}

/* .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }
  .fancybox-nav span {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #191f13;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer {
  position: relative; }

.fancybox-inner {
  position: relative;
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  background-image: url("https://d2mge5j00n6xlz.cloudfront.net/images/scripts/fancybox/fancybox_sprite.png");
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }
  #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("https://d2mge5j00n6xlz.cloudfront.net/images/scripts/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -36px;
  right: -10px;
  display: block;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }
  .fancybox-close:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: #fff; }

@media screen and (min-width: 1023px) {
  .fancybox-close {
    right: -36px; } }
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://d2mge5j00n6xlz.cloudfront.net/images/scripts/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav i {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  text-align: center;
  z-index: 8040;
  visibility: hidden;
  font-size: 26px;
  color: #fff;
  line-height: 36px; }

.fancybox-prev i {
  left: 0px; }

.fancybox-next i {
  right: 0px; }

.fancybox-nav:hover i {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }
  .fancybox-lock body {
    overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://d2mge5j00n6xlz.cloudfront.net/images/scripts/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }
  .fancybox-title-float-wrap .child {
    display: inline-block;
    padding: 2px 20px;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    width: 100%;}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close {
    background-image: url("https://d2mge5j00n6xlz.cloudfront.net/images/scripts/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; }

  #fancybox-loading div {
    background-image: url("https://d2mge5j00n6xlz.cloudfront.net/images/scripts/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; } } */

    body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* -----------------------------------------------------------------
  GENERAL ELEMENTS
------------------------------------------------------------------*/
html {
  background: #f0f0f0; }

body {
  font-size: 16px;
  color: #191f13;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  background: #f0f0f0; }

.wrapper.outer {
  background: #fff; }

/* -----------------------------------------------------------------
  ACCESSIBILITY ELEMENTS
------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  HEADER ELEMENTS
------------------------------------------------------------------*/
#header {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  border-top: 5px solid #191f13;
  padding-top: 15px; }
  #header .main {
    margin-bottom: 35px;
    padding: 0 20px;
    letter-spacing: 1.8px; }
    #header .main::after {
      clear: both;
      content: "";
      display: table; }
    #header .main .left {
      width: 100%;
      text-align: center; }
    #header .main .right {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }
    #header .main .hidey, #header .main .hidey-mobile {
      display: none; }
      #header .main .hidey + i, #header .main .hidey-mobile + i {
        margin-left: 0; }
    #header .main .button {
      display: none;
      margin-left: 10px; }
    #header .main .drop-wrap {
      display: none;
      position: relative; }
  #header .trigger {
    cursor: pointer; }
  #header .dropper {
    display: none;
    text-align: center;
    position: absolute;
    width: 250px;
    top: 100%;
    margin-top: -1px;
    right: 0;
    z-index: 8500;
    background: #303030;
    color: #fff;
    padding: 14px;
    font-size: 10px; }
    #header .dropper::after {
      clear: both;
      content: "";
      display: table; }
    #header .dropper .input-wrap {
      width: 152px;
      float: left; }
    #header .dropper input {
      font-size: 12px;
      padding: 12px 15px 11px; }
    #header .dropper .title {
      margin-bottom: 10px;
      font-size: 12px; }
    #header .dropper a {
      display: block;
      margin: 10px 0; }
      #header .dropper a:hover {
        color: #828282; }
    #header .dropper .mini {
      padding: 0px;
      width: 70px;
      line-height: 42px;
      float: right;
      margin: 0; }
  #header .socials {
    font-size: 18px;
    margin-bottom: 0; }
    #header .socials a {
      color: #828282;
      margin: 0 10px;
      line-height: 34px; }
      #header .socials a:hover {
        color: #a62f31; }

@media screen and (min-width: 767px) {
  #header {
    padding-top: 0; } }
@media screen and (min-width: 767px) {
  #header .main {
    padding: 0; }
    #header .main .left {
      width: auto; }
    #header .main .right {
      width: auto;
      text-align: right;
      margin-bottom: 0; } }
@media screen and (min-width: 1279px) {
  #header .main .hidey {
    display: inline; } }
@media screen and (min-width: 1279px) {
  #header .main .hidey + i {
    margin-left: 14px; } }
@media screen and (min-width: 767px) {
  #header .main .hidey-mobile {
    display: inline; } }
@media screen and (min-width: 767px) {
  #header .main .hidey-mobile + i {
    margin-left: 14px; } }
@media screen and (min-width: 767px) {
  #header .socials {
    margin-bottom: 10px; } }
@media screen and (min-width: 1023px) {
  #header .socials {
    float: left;
    margin: 0 10px 0 0; } }
@media screen and (min-width: 1023px) {
  #header .socials a {
    line-height: 41px; } }
#logo {
  display: inline-block; }

@media screen and (min-width: 767px) {
  #logo {
    margin-top: 20px; } }
@media screen and (min-width: 1023px) {
  #logo {
    margin-top: 0; } }
.top-links {
  color: #828282;
  margin-bottom: 20px;
  font-size: 10px;
  display: none; }
  .top-links a {
    color: #828282;
    margin-top: 15px;
    text-decoration: none;
    display: inline-block; }

@media screen and (min-width: 767px) {
  .top-links {
    margin-bottom: 40px;
    display: block; } }


/* 2019 Styles */

@media screen and (min-width: 767px) {
  #header .main .button {
      display: inline-block;}
    #header .main .drop-wrap {
      display: inline-block;}
    #header .socials {
    margin-bottom: 20px; }
}

.drop-wrap.mobile {
  float: left;
  font-size: 11px;
}

.drop-wrap.mobile .trigger {
  padding: 11px 10px;
}

.drop-wrap.mobile .dropper {
  width: 100%;
  right: auto;
  left: 0;
}

@media screen and (min-width: 767px) {
  .drop-wrap.mobile {
    display: none;
  }
}


.find-shows {
  background: #191f13;
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9000;
  display: none; }
  .find-shows .trigger {
    color: white;
    text-decoration: none;
    background: #191f13;
    padding: 9px 50px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .find-shows .trigger i {
      margin-left: 10px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .find-shows .trigger:hover {
      background: #a62f31; }
    .find-shows .trigger.active i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .find-shows .gold {
    background: #dadada;
    color: #303030;
    font-size: 14px;
    padding: 9px 50px;
    position: absolute;
    top: 100%;
    right: 235px;
    display: none; }
    .find-shows .gold:hover {
      background: #a62f31;
      color: #fff;}

      .find-shows .temp {
          background: #eba01d;
          color: #ffffff;
          font-size: 14px;
          padding: 9px 50px;
          position: absolute;
          top: 100%;
          right: 235px;
          display: none; }
          .find-shows .temp:hover {
            background: #dadada;
            color: #303030; }

.find-shows .temp-blue {
          background: #eba01d;
          color: #ffffff;
          font-size: 14px;
          padding: 9px 50px;
          position: absolute;
          top: 100%;
          right: 235px;
          }
          .find-shows .temp-blue:hover {
            background: #1850f1;
            color: #ffffff; }

  .find-shows .hidey {
    -webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
    margin-top: -100%;
    display: block !important;
    padding: 15px 30px 30px; }
  .find-shows .hidey.open {
    margin-top: 0;
    display: block !important;
  }
    .find-shows .hidey::after {
      clear: both;
      content: "";
      display: table; }
  .find-shows .title {
    text-align: left;
    margin-bottom: 20px; }
  .find-shows .show-wrap::after {
    clear: both;
    content: "";
    display: table; }
  .find-shows .show {
      text-decoration: none;
    width: 10%;
    float: left;
    display: block;
    margin: 0 1.25%;
    background: #f0f0f0;
    padding: 2px 2px 10px; }
    .find-shows .show:last-child {
      margin-right: 0; }
    .find-shows .show:hover {
      background: #a62f31; }
      .find-shows .show:hover .date {
        color: #fff; }
  .find-shows img {
    margin-bottom: 10px; }
  .find-shows .date {
    color: #191f13;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .find-shows .date span {
      font-weight: 700; }
  .find-shows .search::after {
    clear: both;
    content: "";
    display: table; }
  .find-shows .search button {
    float: right;
    width: 100px;
    padding: 13px 0;
    font-size: 14px; }
  .find-shows .close {
    float: right;
    width: 100px;
    padding: 13px 0;
    font-size: 14px; }
  .find-shows .search .input-wrap {
    margin-right: 200px; }
  .find-shows .search input {
    display: block;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    padding: 13px 18px 14px;
    margin-bottom: 0; }

  .find-shows .flex-active-slide {}

@media screen and (min-width: 767px) {
  .find-shows {
    display: block; } }
@media screen and (min-width: 767px) {
  .find-shows .trigger {
    position: absolute;
    top: 100%;
    right: 0; } }
@media screen and (min-width: 1023px) {
  .find-shows .gold, .find-shows .temp {
    display: inline-block; } }
@media screen and (min-width: 1023px) {
  .find-shows .search {
    float: right;
    width: 48.571428571%; } }
.alert-strip {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300; }

  .alert-strip a {
    text-decoration: underline; }
  .alert-strip .trigger {
    background: #a62f31;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer; }
    .alert-strip .trigger::after {
      clear: both;
      content: "";
      display: table; }
  .alert-strip .hidey {
    background: #191f13;
    padding: 18px 22px;
    font-size: 14px;
    display: none; }
  .alert-strip .text {
    float: left;
    font-weight: 600;
    width: 80%; }
    .alert-strip .text i {
      margin-right: 5px; }
  .alert-strip .state {
    float: right;
    width: 20%;
    position: relative; }
    .alert-strip .state a {
        text-decoration: none !important;
      color: #fff; }
    .alert-strip .state i {
      margin-left: 5px; }
    .alert-strip .state .open, .alert-strip .state .close {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .alert-strip .state .open {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .alert-strip.active .open {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .alert-strip.active .close {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.hero {
  margin-bottom: 30px; }
  .hero::after {
    clear: both;
    content: "";
    display: table; }
  .hero .poster {
    margin: 0 auto 30px; }

@media screen and (min-width: 767px) {
  .hero .poster {
    float: left;
    margin: 0;
    width: 155px; } }
@media screen and (min-width: 1023px) {
  .hero .poster {
    width: 212px; } }
@media screen and (min-width: 1279px) {
  .hero .poster {
    width: 253px; } }
@media screen and (min-width: 767px) {
  .hero .poster + .slickSlider {
    margin-left: 185px; } }
@media screen and (min-width: 1023px) {
  .hero .poster + .slickSlider {
    margin-left: 242px; } }
@media screen and (min-width: 1279px) {
  .hero .poster + .slickSlider {
    margin-left: 285px; } }
.flexslider.main .flex-direction-nav a, .flexslider.timeline-slider .flex-direction-nav a {
  background: rgba(255, 255, 255, 0.2);
  font-size: 50px;
  width: auto;
  height: 60px;
  display: block;
  margin-top: -30px;
  color: #000; }
.flexslider.timeline-slider .flex-direction-nav a {
  top: 100px;
}
@media screen and (min-width: 1023px) {
  .flexslider.timeline-slider .flex-direction-nav a {
    top: 120px;
  } }
@media screen and (min-width: 1279px) {
  .flexslider.timeline-slider .flex-direction-nav a {
    top: 140px;
  } }
  .flexslider.main .flex-direction-nav a i, .flexslider.timeline-slider .flex-direction-nav a i {
    display: block;
    line-height: 56px; }
  .flexslider.main .flex-direction-nav a.flex-next, .flexslider.timeline-slider .flex-direction-nav a.flex-next {
    padding: 0 10px 0 15px; }
  .flexslider.main .flex-direction-nav a.flex-prev, .flexslider.timeline-slider .flex-direction-nav a.flex-prev {
    padding: 0 15px 0 10px; }
.flexslider.main .flex-pauseplay a {
  bottom: 10px;
  right: 10px;
  left: auto;
  z-index: 6000;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0; }
  .flexslider.main .flex-pauseplay a i {
    display: block;
    line-height: 24px; }
.flexslider.main .full {
  display: none; }
.flexslider.video {
  margin: 1.5em 0; }
.flexslider.quote {
  padding-left: 60px;
  margin: 3em 0;
  position: relative; }
  .flexslider.quote:before {
    top: -10px;
    left: 0;
    content: "“";
    display: block;
    position: absolute;
    font-size: 100px;
    line-height: 1;
    color: #a62f31;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif; }
  .flexslider.quote ul {
    margin: 0 !important; }
  .flexslider.quote .main {
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2; }
  .flexslider.quote .cite {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    color: #a62f31; }
  .flexslider.quote .flex-control-nav {
    text-align: left;
    height: 11px;
    bottom: 0;
    margin: 20px 0 0 !important;
    position: relative; }
    .flexslider.quote .flex-control-nav li {
      margin: 0 10px 0 0;
      padding: 0; }
      .flexslider.quote .flex-control-nav li .flex-active {
        background: #a62f31; }
.flexslider.show-wrap {
  height: 120px;
  margin-bottom: 30px; }
  .flexslider.show-wrap .flex-direction-nav a {
    background: 0;
    font-size: 24px;
    line-height: 40px;
    width: 30px; }
  .flexslider.show-wrap .flex-direction-nav .flex-prev {
    left: -25px; }
  .flexslider.show-wrap .flex-direction-nav .flex-next {
    right: -25px; }

@media screen and (min-width: 767px) {
  .flexslider.main .full {
    display: block; } }
@media screen and (min-width: 767px) {
  .flexslider.main .mobile {
    display: none; } }
@media screen and (min-width: 1023px) {
  .flexslider.show-wrap {
    min-height: 153px; } }
@media screen and (min-width: 1279px) {
  .flexslider.show-wrap {
    min-height: 177px; } }
.slickSlider {
  display: none; }
  .slickSlider.slick-initialized {
    display: block; }
  .slickSlider img {
    margin-right: 10px;
    height: 222px;
    outline: 0; }
  .slickSlider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 7000;
    background: none;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slickSlider .slick-arrow:focus {
      outline: 0; }
    .slickSlider .slick-arrow:before {
      outline: 0;
      width: 43px;
      height: 60px;
      line-height: 56px;
      background: rgba(255, 255, 255, 0.2);
      font-size: 50px;
      display: block;
      color: #000;
      font-family: "FontAwesome";
      text-align: center; }
  .slickSlider .slick-next {
    right: 0px; }
    .slickSlider .slick-next:before {
      content: "\f105"; }
  .slickSlider .slick-prev {
    left: 0; }
    .slickSlider .slick-prev:before {
      content: "\f104"; }

@media screen and (min-width: 1023px) {
  .slickSlider img {
    height: 304px; } }
@media screen and (min-width: 1279px) {
  .slickSlider img {
    height: 362px; } }
.theatre-thumbs::after {
  clear: both;
  content: "";
  display: table; }
.theatre-thumbs a {
    text-decoration: none;
  display: block;
  width: 48%;
  float: left;
  margin: 0 4% 4% 0;
  position: relative; }
  .theatre-thumbs a:nth-child(2n) {
    margin-right: 0; }
  .theatre-thumbs a:hover .title {
    background: rgb(166, 47, 49); }
.theatre-thumbs .title {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: #000;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 767px) {
  .theatre-thumbs a {
    width: 22%;
    margin: 0 4% 30px 0; }
    .theatre-thumbs a:nth-child(2n) {
      margin-right: 4%; }
    .theatre-thumbs a:nth-child(4n) {
      margin-right: 0; } }


@media screen and (min-width: 767px) {
  .theatre-thumbs.fiveacross a {
    width: 16.8%;
    background:black;
    margin: 0 4% 30px 0; }
  .theatre-thumbs.fiveacross a:hover .title {
    background: rgb(166, 47, 49); }
  .theatre-thumbs.fiveacross a:hover {
    background: rgb(166, 47, 49); }
    .theatre-thumbs.fiveacross a:nth-child(2n) {
      margin-right: 4%; }
    .theatre-thumbs.fiveacross a:nth-child(4n) {
      margin-right: 4%; }
  .theatre-thumbs.fiveacross a:nth-child(5n) {
      margin-right: 0; }
}

/* -----------------------------------------------------------------
  NAVIGATION ELEMENTS
------------------------------------------------------------------*/
#nav {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  color: #191f13;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 1.8px;
  z-index: 8000; }
  #nav::after {
    clear: both;
    content: "";
    display: table; }
  #nav #trigger {
    padding: 11px 20px;
    float: right;
    cursor: pointer; }
  #nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none; }
    #nav > ul > li {
      border-top: 1px solid #dadada;
      padding: 0;
      position: relative; }
      #nav > ul > li > a {
          text-decoration: none;
        display: block;
        color: #191f13;
        padding: 12px 20px; }
      #nav > ul > li i {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        color: #a62f31;
        width: 41px;
        height: 41px;
        line-height: 41px;
        text-align: center;
        padding: 0; }
      #nav > ul > li:hover > a {
        color: #a62f31; }
      #nav > ul > li.red {
        border-top: 0; }
        #nav > ul > li.red a {
          color: #fff;
          background: #a62f31; }
        #nav > ul > li.red:hover a {
          background: #828282;
          color: #fff; }
      #nav > ul > li.gold {
        border-top: 0;
        display: block; }
        #nav > ul > li.gold a {
          color: #fff;
          background: #eba01d; }
          #nav > ul > li.gold a:hover {
            background: #828282;
            color: #fff; }
  #nav ul[aria-expanded="true"].dropdown {
    display: block !important; }

@media screen and (min-width: 1279px) {
  #nav {
    font-size: 12px; } }
@media screen and (min-width: 1023px) {
  #nav #trigger {
    display: none; } }
@media screen and (min-width: 1023px) {
  #nav > ul {
    position: relative;
    top: auto;
    display: block !important; } }
@media screen and (min-width: 1023px) {
  #nav > ul > li {
    display: block;
    margin-right: 26px;
    float: left;
    border-top: 0; } }
@media screen and (min-width: 1279px) {
  #nav > ul > li {
    margin-right: 42px; } }
@media screen and (min-width: 1023px) {
  #nav > ul > li > a {
    padding: 12px 0; } }
@media screen and (min-width: 1023px) {
  #nav > ul > li i {
    display: none; } }
@media screen and (min-width: 1023px) {
  #nav > ul > li:hover .dropdown {
    display: block !important; } }
@media screen and (min-width: 1023px) {
  #nav > ul > li.red {
    float: right;
    margin-right: 0; } }
@media screen and (min-width: 1023px) {
  #nav > ul > li.red a {
    padding: 12px 16px; } }
@media screen and (min-width: 1023px) {
  #nav > ul > li.gold {
    display: none; } }
.dropdown {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f0f0f0; }
  .dropdown li {
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dadada; }
    .dropdown li ul {
      display: none;
      list-style: none;
      margin: 0;
      padding: 0; }
      .dropdown li ul li a {
        padding: 12px 60px; }
    .dropdown li a {
      display: block;
      text-decoration: none;
      color: #191f13;
      padding: 12px 40px; }

@media screen and (min-width: 1023px) {
  .dropdown {
      z-index: 9000;
    position: absolute;
    top: 100%;
    left: -12px;
    width: 250px;
    text-align: left;
    font-size: 11px; } }
@media screen and (min-width: 1023px) {
  .dropdown li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .dropdown li:first-child {
      border-top: 0; }
    .dropdown li:hover {
      background: #dadada; }
      .dropdown li:hover ul {
        display: block !important; } }
@media screen and (min-width: 1023px) {
  .dropdown li ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #f0f0f0;
    width: 250px; } }
@media screen and (min-width: 1023px) {
  .dropdown li ul li a {
    padding: 12px; } }
@media screen and (min-width: 1023px) {
  .dropdown li a {
    padding: 12px; } }
/* -----------------------------------------------------------------
  CONTENT AREA ELEMENTS
------------------------------------------------------------------*/
#content {
  width: 92%;
  margin: 0 auto 30px; }
  #content::after {
    clear: both;
    content: "";
    display: table; }
  #content .content-left, #content .sidebar {
    width: 100%;
    margin-bottom: 30px; }
  #content .temp {
    display: none; }
  #content .main::after {
    clear: both;
    content: "";
    display: table; }
  #content p, #content ul, #content ol, #content .video-wrap, #content .callout, #content .split-content, #content .theatre-buttons {
    margin: 1.5em 0; }
  #content p:first-child, #content ul:first-child, #content ol:first-child, #content .video-wrap:first-child, #content .callout:first-child, #content .split-content:first-child, #content .theatre-buttons:first-child, #content h2:first-child, #content h3:first-child, #content h4:first-child, #content h5:first-child, #content h6:first-child {
    margin-top: 0; }
  #content p:last-child, #content ul:last-child, #content ol:last-child, #content .video-wrap:last-child, #content .callout:last-child, #content .split-content:last-child, #content .theatre-buttons:last-child, #content h2:last-child, #content h3:last-child, #content h4:last-child, #content h5:last-child, #content h6:last-child {
    margin-bottom: 0; }
  #content a.dark {
    color: #191f13; }
    #content a.dark:hover {
      color: #a62f31; }


@media screen and (min-width: 767px) {
  #content {
    width: 100%;
    margin: 0 0 30px; } }
@media screen and (min-width: 1023px) {
  #content .content-left {
    width: 65.5%;
    float: left;
    margin-bottom: 80px; }
    #content .content-left.press {
      margin-bottom: 0px; }
  #content .sidebar {
    width: 31.5%;
    float: right; } }
@media screen and (min-width: 1023px) {
  #content .temp {
    display: block; } }
.uc {
  text-transform: uppercase; }

.three-col::after {
  clear: both;
  content: "";
  display: table; }

@media screen and (min-width: 1023px) {
  .three-col .col {
    width: 31%;
    margin-right: 3.5%;
    float: left; }
    .three-col .col:last-child {
      margin-right: 0; } }
.showblock {
  margin-bottom: 4%;
  background: #f0f0f0; }
  .showblock::after {
    clear: both;
    content: "";
    display: table; }
  .showblock.left, .showblock.right {
    float: none; }
  .showblock.packages .tagline {
    font-weight: 400;
    font-size: 14px; }
  .showblock .image {
    position: relative;
    text-align: center; }
    .showblock .image img {
      display: inline-block; }
    .showblock .image:hover .overlay {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .showblock .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    .showblock .overlay a {
        text-decoration: none;
      display: block;
      width: 134px;
      text-align: center;
      border: 2px solid #fff;
      padding: 14px 10px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 25px;
      color: #fff; }
      .showblock .overlay a:hover {
        background: #fff;
        color: #000; }
    .showblock .overlay .btns {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -66px 0 0 -67px; }
  .showblock .info {
    padding: 30px;
    position: relative; }
  .showblock .tagline {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    line-height: 1.4;
    margin-bottom: 10px; }
  .showblock .title {
    font-weight: 700;
    color: #a62f31;
    font-size: 24px;
    position: relative;
    margin-bottom: 34px;
    display: block;
    line-height: 1.2; }
    .showblock .title a {
        text-decoration: none;
    }
    .showblock .title:after {
      position: absolute;
      display: block;
      content: "";
      width: 100px;
      height: 2px;
      bottom: -18px;
      left: 0;
      background: #828282; }
  .showblock .award {
    color: #eba01d; }
  .showblock .copy {
    font-size: 14px;
    margin-bottom: 20px; }
    .showblock .copy p {
      margin: 0.75em 0; }
  .showblock .links {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
    .showblock .links a {
        text-decoration: none; }
    .showblock .links i {
      margin-left: 5px; }
    .showblock .links .divider {
      margin: 0 10px; }
    .showblock .links .tony {
      margin-bottom: 20px;
      color: #eba01d; }
  .showblock .buttons {
    margin-top: 25px; }
    .showblock .buttons .mini {
      margin-bottom: 5px; }

@media screen and (min-width: 767px) {
  .showblock {
    margin-bottom: 30px; }
    .showblock .image {
      max-width: 265px; }
    .showblock.left .image {
      float: left; }
      .showblock.left .image:before {
        right: 0;
        height: 0;
        width: 0;
        border-bottom: 17px solid transparent;
        border-right: 17px solid #f0f0f0;
        border-top: 17px solid transparent; }
    .showblock.left .info {
      margin-left: 265px; }
    .showblock.right .image {
      float: right; }
      .showblock.right .image:before {
        left: 0;
        height: 0;
        width: 0;
        border-bottom: 17px solid transparent;
        border-left: 17px solid #f0f0f0;
        border-top: 17px solid transparent; }
    .showblock.right .info {
      margin-right: 265px; } }
@media screen and (min-width: 767px) and (min-width: 1023px) {
  .showblock.stacked {
    text-align: center; } }
@media screen and (min-width: 767px) and (min-width: 767px) {
  .showblock.stacked .image {
    float: right; }
    .showblock.stacked .image:before {
      left: 0;
      margin: 0 0 -17px 0;
      bottom: 50%;
      height: 0;
      width: 0;
      border-bottom: 17px solid transparent;
      border-left: 17px solid #f0f0f0;
      border-top: 17px solid transparent; } }
@media screen and (min-width: 767px) and (min-width: 1023px) {
  .showblock.stacked .image {
    float: none;
    max-width: none; }
    .showblock.stacked .image:before {
      top: auto;
      bottom: -1px;
      left: 50%;
      margin: 0 0 0 -17px;
      height: 0;
      width: 0;
      border-bottom: 17px solid #f0f0f0;
      border-left: 17px solid transparent;
      border-right: 17px solid transparent; } }
@media screen and (min-width: 767px) {
  .showblock.stacked .info {
    margin-right: 265px; } }
@media screen and (min-width: 767px) and (min-width: 767px) {
  .showblock.stacked .info {
    margin-right: 0; } }
@media screen and (min-width: 767px) {
  .showblock.stacked .title:after {
    left: 50%;
    margin-left: -50px; } }
@media screen and (min-width: 767px) and (min-width: 767px) {
  .showblock.stacked .title:after {
    left: 0;
    margin-left: 0; } }
@media screen and (min-width: 767px) and (min-width: 1023px) {
  .showblock.stacked .title:after {
    left: 50%;
    margin-left: -50px; } }
@media screen and (min-width: 767px) {
  .showblock .image:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    content: "";
    z-index: 5500; } }
@media screen and (min-width: 1279px) {
  .showblock .links .tony {
    float: right;
    margin-bottom: 0; } }
.split-content::after {
  clear: both;
  content: "";
  display: table; }
.split-content .left {
  width: 100%;
  margin-bottom: 20px; }
.split-content .right {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 0; }

@media screen and (min-width: 767px) {
  .split-content .left, .split-content .right {
    width: 48%;
    margin: 0; } }
.theatre-hours {
  margin-bottom: 20px; }
  .theatre-hours td:first-child {
    padding-right: 25px;
    font-style: italic; }

.home-history {
  padding: 60px 0;
  border-top: 1px solid #dadada; }
  .home-history::after {
    clear: both;
    content: "";
    display: table; }
  .home-history img {
    width: auto;
    margin: 0 auto 30px;
    width: 120px; }
  .home-history .copy {
    margin-bottom: 10px;
    font-family: "Arvo", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    color: #191f13;
    text-transform: none; }
  .home-history a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600; }

@media screen and (min-width: 767px) {
  .home-history {
    padding-left: 5%;
    padding-right: 5%; } }
@media screen and (min-width: 1023px) {
  .home-history {
    padding-left: 10%;
    padding-right: 10%; } }
@media screen and (min-width: 767px) {
  .home-history img {
    float: left;
    margin: 0; } }
@media screen and (min-width: 1279px) {
  .home-history img {
    width: 153px; } }
@media screen and (min-width: 767px) {
  .home-history .text {
    margin-left: 160px; } }
@media screen and (min-width: 1279px) {
  .home-history .text {
    margin-left: 260px; } }
@media screen and (min-width: 1279px) {
  .home-history .copy {
    font-size: 24px; } }
.event-search {
  background: #303030;
  color: #fff;
  font-size: 12px;
  padding: 25px 40px 20px;
  margin-bottom: 30px; }
  .event-search .upper {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px; }
    .event-search .upper::after {
      clear: both;
      content: "";
      display: table; }
    .event-search .upper a {
      position: absolute;
      top: 10px;
      font-size: 24px;
      line-height: 1; }
      .event-search .upper a.prev-btn {
        left: 0; }
      .event-search .upper a.next-btn {
        right: 0; }
      .event-search .upper a:hover {
        color: #a62f31; }
  .event-search .title {
    font-weight: 300;
    display: inline-block; }
  .event-search .month {
    font-weight: 600;
    border-top: 1px solid #fff;
    display: inline-block;
    padding-top: 5px;
    margin-top: 5px; }
  .event-search a {
      text-decoration: none;
    color: #fff; }
  .event-search ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .event-search ul::after {
      clear: both;
      content: "";
      display: table; }
  .event-search li {
    float: left;
    width: 14.285714286%;
    font-weight: 600;
    margin: 5px 0;
    padding: 0; }
    .event-search li.not {
      font-weight: 300; }
    .event-search li a, .event-search li span {
      display: block;
      margin: 0 auto;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      padding: 0; }
    .event-search li a:hover {
      background: #fff;
      color: #303030; }

.threatre-btn {
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding: 40px 8px;
  background-size: cover !important;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  color: #fff; }
  .threatre-btn:hover {
    color: #fff; }
    .threatre-btn:hover:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4; }
  .threatre-btn.large {
    padding: 130px 8px; }
  .threatre-btn strong {
    font-weight: 800; }
  .threatre-btn .text {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 5000;
    padding: 5px 0; }
  .threatre-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 4000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
  .threatre-btn.red:before {
    background: #a62f31; }
  .threatre-btn.blue:before {
    background: #62a9c8; }

.sidebar-cta {
  display: block;
  margin-bottom: 30px;
  background: #303030;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 16px 5px;
  line-height: 1.9; }
  .sidebar-cta:hover {
    color: #fff;
    background: #a62f31; }
  .sidebar-cta img {
    height: 26px;
    margin: 0 auto; }

.poll {
  background: #303030;
  padding: 25px;
  margin-bottom: 30px; }
  .poll .question {
    text-transform: uppercase;
    color: #eba01d;
    line-height: 1.4;
    margin-bottom: 1em; }
  .poll .radio label {
    font-weight: 400;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    text-transform: none; }
  .poll .button {
    margin-top: 10px; }
  .poll .answer {
    margin-top: 15px; }
  .poll .name {
    font-size: 14px;
    color: #fff; }
  .poll .row::after {
    clear: both;
    content: "";
    display: table; }
  .poll .percent {
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 1; }
  .poll .bar {
    background-color: #dadada;
    position: relative;
    margin-right: 50px;
    height: 14px; }
    .poll .bar .inner {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background: #a62f31; }

.press-nav {
  background: #303030;
  padding: 10px 25px;
  letter-spacing: 1.8px;
  margin-bottom: 30px; }
  .press-nav a {
    display: block;
    margin: 15px 0;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700; }
    .press-nav a:hover {
      color: #dadada; }

.vip-nav {
  background: #303030;
  padding: 10px 25px;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700; }
  .vip-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .vip-nav > ul li {
      padding: 8px 0;
      position: relative; }
      .vip-nav > ul li i {
        cursor: pointer;
        font-size: 16px;
        position: absolute;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        top: 0px; }
  .vip-nav .drop {
    display: none;
    margin-top: 1em !important; }
  .vip-nav a {
      text-decoration: none;
    color: white; }
    .vip-nav a:hover {
      color: #dadada; }
.vip-nav a#nav_add-off-mirvish{
  color:#ebb81d;
}
.vip-nav a#nav_add-off-mirvish:hover{
  color:#fff;
}
.guidelines {
  background: #303030;
  padding: 25px;
  color: #fff;
  margin-bottom: 30px; }
  .guidelines .title {
    color: #eba01d;
    font-weight: 700;
    text-transform: uppercase; }
  .guidelines strong {
    text-transform: uppercase; }
  .guidelines p {
    margin: 0.75em 0;
    font-size: 14px; }

.amex-info {
  max-width: 400px;
  margin: 0 auto 30px;
  color: #fff;
  background: #303030; }
  .amex-info .image-block {
    position: relative; }
  .amex-info .logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px; }
  .amex-info .copy {
    padding: 25px;
    font-size: 14px; }
    .amex-info .copy .title {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px; }

.details {
  margin-bottom: 30px;
  background: #303030;
  padding: 25px;
  color: #fff; }
  .details .row {
    margin-bottom: 10px; }
    .details .row:last-child {
      margin-bottom: 0; }
  .details .title {
    color: #eba01d;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px; }
    .details .title i {
      position: absolute;
      top: 5px;
      left: 0; }
  .details .button {
    margin-top: 10px; }
  .details .info {
    font-size: 14px;
    padding-left: 30px; }
    .details .info.big {
      font-size: 18px;
      font-weight: 700; }

.video-wrap .title {
  text-align: center;
  color: #a62f31;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px; }
.video-wrap .player-contain, .video-wrap .inner {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
.video-wrap .player-contain iframe, .video-wrap .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-transcript {
  font-weight: bold;
  font-size: 12px;
  display: block;
  float: right;
  margin-top: 5px;
  text-transform: uppercase; }

.vid-wrap {
  position: relative; }

.transcript-contain {
  position: absolute;
  bottom: 0;
  right: 0; }

.flexslider.main.video .flex-pauseplay a {
  bottom: 35px; }

.fancybox-wrap .video-transcript {
  color: white; }
  .fancybox-wrap .video-transcript:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.video-wrap::after {
  clear: both;
  content: "";
  display: table; }

.ad-wrap {
  border: 1px solid #dadada;
  margin: 0 auto 30px; }
  .ad-wrap.wide {
    padding: 10px;
    max-width: 750px; }
  .ad-wrap.square {
    padding: 10px;
    max-width: 322px; }

@media screen and (min-width: 767px) {
  .ad-wrap.square {
    padding: 30px;
    max-width: 362px; } }
@media screen and (min-width: 1023px) {
  .ad-wrap.square {
    padding: 10px; } }
@media screen and (min-width: 1279px) {
  .ad-wrap.square {
    padding: 30px; } }
.toggle-wrap {
  border-bottom: 1px solid #dadada;
  margin: 1.5em 0; }
  .toggle-wrap.side .hidey {
    padding: 25px; }
    .toggle-wrap.side .hidey .button, .toggle-wrap.side .hidey .chosen-contain {
      display: block;
      margin-bottom: 15px; }
    .toggle-wrap.side .hidey .button:last-child, .toggle-wrap.side .hidey .chosen-contain:last-child {
      margin-bottom: 0; }

.toggle-block {
  font-size: 14px; }
  .toggle-block .trigger {
    cursor: pointer;
    display: block;
    background: #f0f0f0;
    border: 1px solid #dadada;
    border-bottom: 0;
    color: #a62f31;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 12px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .toggle-block .trigger:before, .toggle-block .trigger:after {
      position: absolute;
      top: 7px;
      right: 12px;
      display: block;
      font-family: "FontAwesome";
      font-weight: 400; }
    .toggle-block .trigger:before {
      content: "\f055"; }
    .toggle-block .trigger:after {
      content: "\f056";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .toggle-block .trigger.active {
      border-color: #a62f31;
      background: #a62f31;
      color: #fff; }
      .toggle-block .trigger.active:before {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
      .toggle-block .trigger.active:after {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
  .toggle-block .thin {
    font-weight: 400; }
  .toggle-block .hidey {
    display: none;
    border: 1px solid #dadada;
    border-bottom: 0;
    border-top: 0;
    background: #fcfcfc;
    padding: 25px; }
    .toggle-block .hidey::after {
      clear: both;
      content: "";
      display: table; }
  .toggle-block img {
    margin-bottom: 25px; }
    .toggle-block img:last-child {
      margin-bottom: 0; }
  .toggle-block .theatre-block {
    position: relative;
    margin: 30px 0;
    padding-top: 15px; }
    .toggle-block .theatre-block:last-child {
      margin-bottom: 0; }
    .toggle-block .theatre-block:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 2px;
      background: #191f13;
      content: ""; }
    .toggle-block .theatre-block .name {
      color: #a62f31;
      font-weight: 700;
      text-transform: uppercase; }
    .toggle-block .theatre-block .address {
      margin-bottom: 10px; }
    .toggle-block .theatre-block .note {
      font-style: italic; }
    .toggle-block .theatre-block .cal {
      margin-top: 10px; }
      .toggle-block .theatre-block .cal .title {
        font-weight: 700; }
        .toggle-block .theatre-block .cal .title i {
          margin-right: 10px; }
      .toggle-block .theatre-block .cal .row {
        padding-left: 23px;
        margin: 10px 0; }
        .toggle-block .theatre-block .cal .row::after {
          clear: both;
          content: "";
          display: table; }
      .toggle-block .theatre-block .cal .day {
        font-style: italic; }
  .toggle-block .callout {
    font-weight: 600;
    line-height: 2;
    border-top: 2px solid #191f13;
    border-bottom: 2px solid #191f13;
    padding: 20px 0; }
  .toggle-block h4 {
    margin: 1em 0; }
  .toggle-block .theatre-hours {
    margin-bottom: 0; }

@media screen and (min-width: 1279px) {
  .toggle-block .hidey {
    padding: 35px; } }
@media screen and (min-width: 1279px) {
  .toggle-block img {
    margin-bottom: 35px; } }
@media screen and (min-width: 767px) {
  .toggle-block .theatre-block .cal .row {
    margin: 0; } }
@media screen and (min-width: 767px) {
  .toggle-block .theatre-block .cal .day {
    float: left;
    width: 160px; } }
@media screen and (min-width: 767px) {
  .toggle-block .theatre-block .cal .time {
    float: left; } }
.theatre-display {
  font-size: 14px; }
  .theatre-display::after {
    clear: both;
    content: "";
    display: table; }
  .theatre-display .block {
    position: relative;
    max-width: 330px;
    margin: 0 auto 25px;
    display: block; }
    .theatre-display .block:last-child {
      margin-bottom: 0; }
    .theatre-display .block.single {
      float: none;
      margin: 0 auto; }
    .theatre-display .block > img {
      margin-bottom: 0; }
  .theatre-display a.block:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
  .theatre-display .info {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px 10px 10px 100px; }
  .theatre-display .logo {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    line-height: 80px;
    bottom: 10px;
    left: 10px;
    z-index: 5000; }
    .theatre-display .logo img {
      display: inline; }

@media screen and (min-width: 767px) {
  .theatre-display .block {
    max-width: none;
    width: 48%;
    float: left;
    margin: 0;
    margin: 0 4% 25px 0; }
    .theatre-display .block:nth-child(even) {
      margin-right: 0; }
    .theatre-display .block:nth-last-child(2) {
      margin-bottom: 0; } }
.theatre-buttons::after {
  clear: both;
  content: "";
  display: table; }
.theatre-buttons a {
  width: 100%;
  font-size: 12px;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0; }
  .theatre-buttons a:last-child {
    margin-bottom: 0; }
.theatre-buttons .chosen-contain {
  width: 100%; }
  .theatre-buttons .chosen-contain .chosen-single {
    width: 100%;
    border-width: 2px;
    height: 44px; }
.theatre-buttons i {
  margin-right: 5px; }
.theatre-buttons .hollow {
  float: left;
  font-weight: 700; }
.theatre-buttons .black {
  float: right; }

@media screen and (min-width: 767px) {
  .theatre-buttons a {
    width: 48%;
    margin-bottom: 0; } }
@media screen and (min-width: 1279px) {
  .theatre-buttons a {
    font-size: 15px; } }
@media screen and (min-width: 767px) {
  .theatre-buttons .chosen-contain {
    width: 48%;
    margin-bottom: 0;
    float: right; } }
.meta-nav {
  padding: 5px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px; }
  .meta-nav::after {
    clear: both;
    content: "";
    display: table; }
  .meta-nav .back {
    float: left; }
  .meta-nav .prev-next {
    float: right; }
    .meta-nav .prev-next a {
      margin-left: 10px; }
  .meta-nav a {
      text-decoration: none;
    color: #191f13; }
    .meta-nav a:hover {
      color: #a62f31; }

.news-upper {
  margin-bottom: 30px; }
  .news-upper a {
    color: #191f13; }
    .news-upper a:hover {
      color: #a62f31; }
  .news-upper h1 {
    margin: 40px 0 15px; }
  .news-upper .meta {
    font-weight: 700;
    text-transform: uppercase; }

.pagination {
  text-align: center;
  margin: 60px 0;
  font-size: 18px;
  text-transform: uppercase; }
  .pagination a {
      text-decoration: none;
    border: 1px solid #dadada;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #191f13; }
    .pagination a.active {
      background: #191f13;
      color: #fff; }
      .pagination a.active:hover {
        color: #fff;
        border-color: #191f13; }
    .pagination a:hover {
      border-color: #a62f31;
      color: #a62f31; }
  .pagination .smalls {
    font-family: "Arvo", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .pagination .smalls::after {
      clear: both;
      content: "";
      display: table; }
    .pagination .smalls a {
      width: 40px;
      margin: 0 3px 10px; }
  .pagination .large {
    padding: 0 20px;
    line-height: 38px; }

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

@media screen and (min-width: 767px) {
  .pagination a {
    display: block; } }
@media screen and (min-width: 767px) {
  .pagination .smalls {
    float: left;
    margin-bottom: 0; } }
@media screen and (min-width: 767px) {
  .pagination .smalls a {
    float: left;
    margin: 0 10px 0 0; } }
@media screen and (min-width: 767px) {
  .pagination .large {
    margin-left: 350px; } }
.contact-block {
  margin-bottom: 40px; }
  .contact-block .title {
    font-size: 20px;
    color: #a62f31;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px; }
    .contact-block .title:before {
      bottom: -16px;
      left: 0;
      width: 60px;
      height: 2px;
      position: absolute;
      display: block;
      content: " ";
      background: #191f13; }

.sponsors {
  margin-bottom: 40px; }
  .sponsors::after {
    clear: both;
    content: "";
    display: table; }

.location-list::after {
  clear: both;
  content: "";
  display: table; }

.location-block {
  background: #f0f0f0;
  max-width: 560px;
  margin: 0 auto 30px; }
  .location-block .images {
    position: relative; }
    .location-block .images .logo {
      position: absolute;
      bottom: 12px;
      left: 12px;
      width: 80px;
      height: 80px;
      background: #fff;
      vertical-align: middle;
      text-align: center;
      line-height: 80px; }
      .location-block .images .logo img {
        display: inline; }
  .location-block .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px; }
  .location-block .info {
    padding: 15px;
    margin: 0; }
  .location-block .meta {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 24px; }
    .location-block .meta:before {
      position: absolute;
      top: 5px;
      display: block;
      line-height: 1;
      color: #828282;
      font-family: "FontAwesome"; }
  .location-block .address:before {
    content: "\f041";
    left: 2px; }
  .location-block .phone:before {
    content: "\f095";
    left: 2px; }
  .location-block .site:before {
    content: "\f108";
    left: 0; }
  .location-block .copy {
    margin-top: 10px;
    font-size: 14px; }
  .location-block.mini {
    padding: 15px; }
    .location-block.mini img {
      float: left; }
    .location-block.mini .info {
      margin: 0 0 0 85px; }
  .location-block.large {
    margin-bottom: 0; }

@media screen and (min-width: 767px) {
  .location-block {
    width: 48%;
    margin: 0 4% 30px 0;
    float: left; }
    .location-block:nth-child(2n) {
      margin-right: 0; } }
@media screen and (min-width: 1023px) {
  .location-block {
    width: 31.333333333%;
    margin-right: 3%; }
    .location-block:nth-child(2n) {
      margin-right: 3%; }
    .location-block:nth-child(3n) {
      margin-right: 0; }

  .vip .location-block {
    width: 48%;
    margin: 0 4% 30px 0;
    float: left; }
    .vip .location-block:nth-child(2n) {
      margin-right: 0; } }
@media screen and (min-width: 767px) {
  .location-block.large {
    width: 48%;
    margin: 0; }
    .location-block.large:nth-child(2n) {
      float: right; } }
.search-block {
  margin-bottom: 30px; }
  .search-block .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px; }
  .search-block .subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .search-block .contain {
    background: #f0f0f0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 25px;
    display: block; }
    .search-block .contain::after {
      clear: both;
      content: "";
      display: table; }
  .search-block .row::after {
    clear: both;
    content: "";
    display: table; }
  .search-block .row:last-child .col:last-child {
    margin-bottom: 0; }
  .search-block .col {
    width: 100%;
    margin-bottom: 25px; }
  .search-block .button {
    width: 100%;
    font-size: 16px;
    padding: 8px 20px; }
  .search-block .chosen-contain, .search-block input[type="text"], .search-block .joined {
    margin-bottom: 0; }
  .search-block.restaurant .full {
    width: 100% !important; }
    .search-block.restaurant .full::after {
      clear: both;
      content: "";
      display: table; }
    .search-block.restaurant .full .button {
      margin-bottom: 25px; }
    .search-block.restaurant .full .note {
      font-size: 12px; }

@media screen and (min-width: 767px) {
  .search-block .row {
    margin-bottom: 20px; }
    .search-block .row:last-child {
      margin-bottom: 0; } }
@media screen and (min-width: 767px) {
  .search-block .col {
    float: left !important;
    margin-right: 4%;
    margin: 0 4% 0 0; }
    .search-block .col:last-child {
      margin-right: 0; } }
@media screen and (min-width: 767px) {
  .search-block .no-title {
    margin-top: 22px; } }
@media screen and (min-width: 767px) {
  .search-block.hotel .col {
    width: 33%; }
    .search-block.hotel .col:last-child {
      width: 26%; } }
@media screen and (min-width: 1023px) {
  .search-block.hotel .col {
    width: 37%; }
    .search-block.hotel .col:last-child {
      width: 18%; } }
@media screen and (min-width: 1279px) {
  .search-block.hotel .col {
    width: 38.5%; }
    .search-block.hotel .col:last-child {
      width: 15%; } }
@media screen and (min-width: 767px) {
  .search-block.restaurant .col {
    width: 30.666666667%; }
    .search-block.restaurant .col:last-child {
      margin-right: 0; } }
@media screen and (min-width: 767px) {
  .search-block.restaurant .full .button {
    width: 164px;
    float: right;
    margin-bottom: 0; } }
@media screen and (min-width: 767px) {
  .search-block.restaurant .full .note {
    margin-right: 200px; } }
@media screen and (min-width: 767px) {
  .search-block .row .two {
    width: 48%;
    margin-right: 4%; }
    .search-block .row .two:last-child {
      margin-right: 0; } }
.chosen-contain {
  margin-bottom: 10px; }
  .chosen-contain select {
    width: 100%; }
  .chosen-contain .chosen-single {
    line-height: 40px;
    height: 42px;
    font-size: 14px; }
  .chosen-contain .chosen-drop {
    font-size: 14px; }
  .chosen-contain.large {
    margin-bottom: 30px; }
    .chosen-contain.large .chosen-with-drop .chosen-default {
      background: 0; }
    .chosen-contain.large .chosen-single {
      border-width: 2px;
      border-color: #191f13;
      line-height: 46px;
      height: 50px;
      font-size: 16px; }
      .chosen-contain.large .chosen-single div b {
        border-left: 0; }
        .chosen-contain.large .chosen-single div b:after {
          color: #191f13; }
    .chosen-contain.large .chosen-default {
      text-transform: uppercase;
      font-weight: 600; }
    .chosen-contain.large .chosen-drop {
      z-index: 7000;
      margin-top: 0px;
      border-top: 0;
      border-width: 2px;
      border-color: #191f13;
      font-size: 16px; }
      .chosen-contain.large .chosen-drop .highlighted {
        color: #fff;
        background: #a62f31;
        border-color: #a62f31; }

.input-contain {
  margin-bottom: 10px; }

.theatre-address {
  font-weight: 400;
  font-size: 14px;
  color: #191f13; }
  .theatre-address i {
    margin: 0 10px 0 0; }
  .theatre-address a {
    font-weight: 700;
    text-transform: uppercase; }
    .theatre-address a i {
      margin: 0 10px 0 0; }

.btn-group {
  margin: 1.5em 0; }
  .btn-group::after {
    clear: both;
    content: "";
    display: table; }
  .btn-group .button {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  .btn-group .chosen-contain {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .btn-group .chosen-contain .chosen-single {
      line-height: 42px;
      height: 46px;
      border: 2px solid #191f13; }
      .btn-group .chosen-contain .chosen-single div b {
        border-left: 2px solid #191f13; }
        .btn-group .chosen-contain .chosen-single div b:after {
          color: #191f13; }
  .btn-group.show {
    margin: 2em 0 0 0; }
    .btn-group.show .button {
      padding: 17px 15px;
      margin-bottom: 20px;
      font-size: 12px; }
      .btn-group.show .button:last-child {
        margin-bottom: 0; }
  .btn-group.group .button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px; }
    .btn-group.group .button:last-child {
      margin-bottom: 0; }
    .btn-group.group .button.black {
      text-transform: none; }

@media screen and (min-width: 767px) {
  .btn-group.auto {
    margin-bottom: 2.25em; }
    .btn-group.auto .button {
      width: auto;
      float: left;
      margin: 0 1% 0 0; }
      .btn-group.auto .button:last-child {
        margin-right: 0; } }
@media screen and (min-width: 1279px) {
  .btn-group .button, .btn-group .chosen-contain, .btn-group .view-toggle {
    width: 48%;
    float: left;
    margin: 0 4% 0 0; }
  .btn-group .button:last-child, .btn-group .chosen-contain:last-child {
    margin-right: 0; } }
@media screen and (min-width: 1279px) {
  .btn-group .chosen-contain {
    float: right; } }
@media screen and (min-width: 1023px) {
  .btn-group.show .button {
    width: auto;
    float: left;
    margin: 0 3.5% 20px 0; }
    .btn-group.show .button:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1279px) {
  .btn-group.show .button {
    font-size: 14px; } }
h1.center {
  text-align: center;
  position: relative; }
  h1.center a {
    font-size: 14px;
    text-transform: uppercase;
    color: #191f13;
    font-weight: 700;
    display: block;
    text-align: left;
    margin-bottom: 10px; }
    h1.center a i {
      margin-right: 10px; }

@media screen and (min-width: 1023px) {
  h1.center a {
    position: absolute;
    top: 14px;
    left: 0;
    margin-bottom: 0; } }
#map {
  width: 100%;
  height: 400px;
  position: relative;
  padding-bottom: 75%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  #map .gm-style {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.theatre-marker {
  position: relative;
  z-index: 5000; }
  .theatre-marker .trigger {
    cursor: pointer;
    color: #a62f31;
    font-size: 20px;
    position: relative;
    z-index: 6000; }
    .theatre-marker .trigger i {
      display: block;
      line-height: 1;
      position: relative;
      z-index: 6000; }
  .theatre-marker .flag {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 50%;
    background: #fff;
    z-index: 7000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .theatre-marker .flag:before {
      position: absolute;
      top: 100%;
      left: 50%;
      content: "";
      height: 0;
      width: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #fff;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .theatre-marker .flag .lower {
      padding: 10px; }

.map-marker {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px; }

form .row::after {
  clear: both;
  content: "";
  display: table; }
form .row:last-child .col {
  margin-bottom: 0; }
form .chosen-contain {
  margin-bottom: 0; }
form .col {
  width: 100%;
  margin-bottom: 25px; }
  form .col::after {
    clear: both;
    content: "";
    display: table; }
form .field-summary {
  padding: 20px;
  font-size: 12px;
  font-weight: 700;
  margin: 2em 0;
  color: #fff; }
  form .field-summary a {
    color: #fff; }
  form .field-summary.error {
    background: #a62f31; }
  form .field-summary.success {
    background: #549421; }
form .field-wrap .checkbox, form .field-wrap .radio {
  padding: 10px 0; }
form .field-wrap .flag {
  background: #a62f31;
  color: #fff;
  padding: 4px 10px 5px;
  text-transform: uppercase;
  font-size: 12px;
  display: none; }
form .field-wrap.error label {
  color: #a62f31; }
form .field-wrap.error input, form .field-wrap.error .chosen-single {
  border-color: #a62f31; }
form .field-wrap.error .flag {
  display: block; }

@media screen and (min-width: 767px) {
  form .col {
    width: 48%;
    float: left; }
    form .col:nth-child(2n) {
      float: right; }
    form .col.full {
      width: 100%; } }
.show-blurb {
  /*font-size: 20px;*/
  margin: 1em 0 2em 0; }
  .show-blurb .quote {
    font-size: 24px;
    font-weight: 700; }
  .show-blurb .trigger {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: #a62f31;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .show-blurb .trigger:hover {
      color: #303030; }
  .show-blurb .hidey {
    display: none;
    font-size: 16px;
    color: #666; }
    .show-blurb .hidey p:first-child {
      margin-top: 1.5em !important; }

.archive-deets::after {
  clear: both;
  content: "";
  display: table; }
.archive-deets .left {
  width: 100%;
  margin-bottom: 50px; }
.archive-deets img {
  margin: 0 auto; }
.archive-deets .button {
  width: 100%;
  display: none;
  margin-top: 20px; }
.archive-deets .right {
  width: 100%; }

@media screen and (min-width: 767px) {
  .archive-deets .left {
    width: 25%; } }
@media screen and (min-width: 767px) {
  .archive-deets .button {
    display: block; } }
@media screen and (min-width: 767px) {
  .archive-deets .right {
    width: 70%; } }
.gallery {
  margin: 2em 0; }
  .gallery::after {
    clear: both;
    content: "";
    display: table; }
  .gallery .col {
    width: 100%; }
  .gallery img {
    margin: 0 auto 30px; }

@media screen and (min-width: 767px) {
  .gallery .col {
    width: 22%;
    float: left;
    margin-right: 4%; }
    .gallery .col:nth-child(5n) {
      margin-right: 0; } }
.press {
  margin-bottom: 25px; }
  .press.release {
    padding-bottom: 25px;
    border-bottom: 1px solid #dadada; }
    .press.release:last-child {
      margin-bottom: 0px;
      border-bottom: 0; }
  .press .programs {
    padding-bottom: 25px;
    border-bottom: 1px solid #dadada; }
    .press .programs:last-child {
      margin-bottom: 10px; }
  .press.broll {
    margin: 50px 0; }
    .press.broll img {
      margin-top: 15px; }
  .press.images {
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
    margin: 50px 0;
    text-align: center; }
    .press.images::after {
      clear: both;
      content: "";
      display: table; }
    .press.images:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .press.images .block {
      width: 100%;
      margin-bottom: 35px; }
    .press.images img {
      display: inline-block; }
    .press.images .blurb {
      font-size: 12px;
      margin: 10px 0; }
  .press .date {
    margin-bottom: 5px;
    letter-spacing: 1.8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
  .press .name {
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    display: block;
    color: #a62f31; }
  .press a.name:hover {
    color: #431314; }
  .press .more {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #191f13; }
    .press .more:hover {
      color: #a62f31; }
    .press .more i {
      margin: 0 0 0 10px; }
  .press p {
    margin: 0 0 15px !important; }

@media screen and (min-width: 767px) {
  .press.images .block {
    width: 22.75%;
    float: left;
    margin-right: 3%; }
    .press.images .block:nth-child(4n) {
      margin-right: 0; } }
html.overlay {
  background: #fff; }
  html.overlay body {
    background: #fff; }
  html.overlay #content {
    margin-bottom: 0; }
  html.overlay .title {
    border-bottom: 1px solid #dadada;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #a62f31;
    font-weight: 700; }
  html.overlay .note {
    border-top: 1px solid #dadada;
    margin-top: 25px;
    padding-top: 15px;
    font-size: 14px; }
  html.overlay .login .checkbox {
    display: inline-block; }
  html.overlay .login .align-r {
    text-align: right; }
  html.overlay .blurb {
    font-size: 14px; }

.package-restaurants {
  text-align: center; }
  .package-restaurants::after {
    clear: both;
    content: "";
    display: table; }
  .package-restaurants h3 {
    text-transform: uppercase;
    margin: 50px 0; }
  .package-restaurants img {
    width: auto;
    margin: 0 auto 20px; }
  .package-restaurants .block {
    width: 100%; }
  .package-restaurants .name {
    color: #a62f31;
    font-weight: 700; }

@media screen and (min-width: 767px) {
  .package-restaurants .block {
    width: 50%;
    float: left;
    margin-bottom: 45px; } }
.results {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #f0f0f0; }
  .results li {
    margin: 0;
    padding: 0;
    display: block;
    padding: 15px 0;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0; }
    .results li::after {
      clear: both;
      content: "";
      display: table; }
    .results li a {
      color: #191f13; }
      .results li a:hover {
        color: #a62f31; }
  .results a {
    display: block; }
  .results img {
    float: left; }
  .results .copy {
    margin-left: 75px;
    display: block;
    font-weight: 400; }

#content .map-icons {
  margin-top: 20px; }
  #content .map-icons::after {
    clear: both;
    content: "";
    display: table; }
  #content .map-icons label {
    float: left;
    font-size: 12px;
    padding-right: 10px; }
    #content .map-icons label:last-child {
      padding-right: 0; }
  #content .map-icons input[type="checkbox"] {
    float: left;
    width: 20px;
    margin-top: 3px; }
  #content .map-icons img {
    width: 22px;
    height: 22px;
    float: left;
    margin-top: -3px;
    margin-right: 5px; }

.winner-block {
  color: #a62f31;
  border-top: 2px solid #a62f31;
  border-bottom: 2px solid #a62f31;
  padding: 20px 0;
  margin: 3em 20px;
  font-weight: 700; }

@media screen and (min-width: 767px) {
  .winner-block {
    margin: 3em 80px; } }
.terms {
  background: #f0f0f0;
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  font-size: 14px;
  padding: 25px 30px;
  margin: 30px 0; }

.amex-blurb {
  background: #f0f0f0;
  border-top: 2px solid #191f13;
  border-bottom: 2px solid #191f13;
  font-size: 16px;
  padding: 30px;
  margin-bottom: 2em; }
  .amex-blurb h1, .amex-blurb h2 {
    margin: 0;
    font-size: 18px;
    color: #191f13;
    text-transform: uppercase; }

.amex-block {
  position: relative;
  padding-left: 30px; }
  .amex-block i {
    position: absolute;
    top: 5px;
    left: 0; }
  .amex-block .title {
    text-transform: uppercase;
    font-weight: 700; }

blockquote.testimonial {
  padding-left: 60px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  border: 0;
  margin: 1.5em 0;
  position: relative; }
  blockquote.testimonial:before {
    top: -10px;
    left: 0;
    content: "“";
    display: block;
    position: absolute;
    font-size: 100px;
    line-height: 1;
    color: #a62f31;
    font-weight: bold;
    font-style: normal;
    font-family: "Times New Roman", Times, serif; }
  blockquote.testimonial cite {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    color: #a62f31; }

#voken {
  margin: 0;
  color: white;
  background: #303030 !important; }
  #voken .lower {
    padding: 10px 25px 25px; }
    #voken .lower::after {
      clear: both;
      content: "";
      display: table; }
    #voken .lower .transcript {
      text-align: right;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px; }
      #voken .lower .transcript a {
        color: white;
        font-size: 12px; }
    #voken .lower .text {
      margin-bottom: 10px; }
    #voken .lower .button {
      clear: both; }

.subscriptions-contain {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 30px 0;
  padding: 30px 0 40px; }
  .subscriptions-contain .block {
    width: 100%;
    max-width: 555px;
    margin: 0 auto 30px; }
    .subscriptions-contain .block:last-child {
      margin-bottom: 0; }
  .subscriptions-contain .subscriptions::after {
    clear: both;
    content: "";
    display: table; }
  .subscriptions-contain .upper {
    background: #a62f31;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    padding: 15px;
    font-size: 20px; }
  .subscriptions-contain .lower {
    background: #f6f6f6;
    padding: 25px; }
    .subscriptions-contain .lower .title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2; }
    .subscriptions-contain .lower .price {
      line-height: 1.2; }
      .subscriptions-contain .lower .price em {
        font-size: 14px; }
      .subscriptions-contain .lower .price .big {
        font-weight: bold;
        font-size: 30px; }
        .subscriptions-contain .lower .price .big sup {
          top: -0.75em;
          font-size: 50%; }
    .subscriptions-contain .lower .button {
      margin-top: 20px; }

@media screen and (min-width: 767px) {
  .subscriptions-contain .block {
    width: 48%;
    float: left;
    margin: 0 4% 0 0; }
    .subscriptions-contain .block:last-child {
      margin-right: 0; }

  .subscriptions.three .block {
    width: 31%;
    margin: 0 3.5% 0 0; }
    .subscriptions.three .block:last-child {
      margin-right: 0; } }
.price-chart {
  font-weight: bold;
  font-size: 14px;
  margin: 40px 0; }
  .price-chart .row {
    background: #f0f0f0;
    padding: 10px 50px 10px 20px;
    position: relative; }
    .price-chart .row:nth-child(even) {
      background: #fafafa; }
    .price-chart .row.head {
      background: #303030;
      color: white;
    line-height: 1.3em;
      text-transform: uppercase;
      display: none; }
    .price-chart .row::after {
      clear: both;
      content: "";
      display: table; }
  .price-chart .col {
    float: left;
    width: 100%;
    padding: 10px 0; }
    .price-chart .col.swatch {
      position: absolute;
      top: 5px;
      right: 10px;
      width: 25px; }
  .price-chart .section {
    background: #303030;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px; }
  .price-chart .square {
    width: 25px;
    height: 25px;
    margin: 0 auto; }
  .price-chart .strike {
    text-decoration: line-through;
    font-weight: normal; }

@media screen and (min-width: 767px) {
  .price-chart .row {
    padding: 10px 10px; }
    .price-chart .row.head {
      display: block;
    font-size:12px;
      padding: 14px 10px; }
      .price-chart .row.head .col {
        padding: 0; }
  .price-chart .section {
    display: none; }
  .price-chart .col {
    padding: 0; }
    .price-chart .col.when {
      width: 25%;
      padding-top: 4px; }
    .price-chart .col.swatch {
      position: relative;
      top: auto;
      right: auto;
      width: 7%; }
      .price-chart .col.swatch + .reg {
        width: 20%; }
    .price-chart .col.reg {
      width: 25%;
    padding-left:5px;
      text-align: center;
      padding-top: 4px; }
  
    .price-chart.eighth-col .col.reg {
      width: 12.5%;
    padding-left:5px;
      text-align: center;
      padding-top: 4px; }
  
  .price-chart.seven-col .col.reg {
      width: 14.28%;
    padding-left:5px;
      text-align: center;
      padding-top: 4px; }
  
    .price-chart .col.new {
      width: 16%;
      text-align: center;
      padding-top: 4px; }

    .price-chart .col.past {
      width: 16%;
      text-align: center;
      padding-top: 4px; }
    .past .purple{
    color:#970e76;
    }
    .price-chart .col.last {
      width: 16%;
      text-align: center;
      padding-top: 4px; }

     .price-chart.price-five-col .col.when {
      width: 25%;
      padding-top: 4px; }
    .price-chart .col.swatch {
      position: relative;
      top: auto;
      right: auto;
      width: 7%; }
      .price-chart.price-five-col .col.swatch + .reg {
        width: 20%; }
    .price-chart.price-five-col .col.reg {
      width: 25%;
    padding-left:5px;
      text-align: center;
      padding-top: 4px; }
    .price-chart.price-five-col .col.new {
      width: 24%;
      text-align: center;
      padding-top: 4px; }


    .price-chart.price-five-col .col.last {
      width: 24%;
      text-align: center;
      padding-top: 4px; }


  .price-chart .title {
    display: none; } }
.subscriber-intro .big {
  font-size: 24px;
  margin-bottom: 1em !important; }
.subscriber-intro .medium {
  font-size: 20px; }
.subscriber-intro .upper {
  text-transform: uppercase; }

.show-plain {
    margin: 0 0 30px;
}

.show-plain img {
    margin: 0 auto 20px;
}

@media screen and (min-width: 767px) {
  .show-plain img {
    margin: 0;
    float: left; } }

@media screen and (min-width: 767px) {
  .show-plain .info {
    margin-left: 390px; } }

.show-plain::after {
  clear: both;
  content: "";
  display: table; }

/* -----------------------------------------------------------------
  FOOTER ELEMENTS
------------------------------------------------------------------*/
#footer {
  padding-top: 60px;
  border-top: 1px solid #dadada; }
  #footer .upper {
    font-size: 12px;
    margin-bottom: 60px; }
    #footer .upper::after {
      clear: both;
      content: "";
      display: table; }
    #footer .upper a {
        text-decoration: none;
      color: #191f13; }
      #footer .upper a:hover {
        color: #a62f31; }
  #footer .lower {
    background: #191f13;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    position: relative; }
    #footer .lower::after {
      clear: both;
      content: "";
      display: table; }
    #footer .lower a {
        text-decoration: underline;
      color: #fff; }
      #footer .lower a:hover {
        color: #a62f31;
    text-decoration: none;}
    #footer .lower .top {
      display: none;
      position: absolute;
      top: 2px;
      left: 50%;
      font-size: 32px;
      line-height: 1;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (min-width: 767px) {
        #footer .lower .top {
          display: block;} }
      #footer .lower .left, #footer .lower .right {
        width: 100% }
        @media screen and (min-width: 767px) {
          #footer .lower .left, #footer .lower .right {
            width: auto;} }
  #footer .site-links {
    margin-bottom: 30px;
    font-weight: 700;}
    #footer .site-links::after {
      clear: both;
      content: "";
      display: table; }
    #footer .site-links .col {
      margin: 0;
      padding: 0 0 0 30px;
      float: left;
      list-style: none;}
      #footer .site-links .col:nth-child(1) {
        display: none;
        width: 28%; }
      #footer .site-links .col:nth-child(2) {
        width: 50%; }
      #footer .site-links .col:nth-child(3) {
        width: 50%; }
      #footer .site-links .col li {
        margin-bottom: 10px; }
  #footer .social-links {
    position: relative; }
    #footer .social-links::after {
      clear: both;
      content: "";
      display: table; }
    #footer .social-links .title {
      font-weight: 700;
      margin-bottom: 10px; }
    #footer .social-links .col {
      width: 50%;
      float: left;
      padding-left: 40px; }
    #footer .social-links a {
        text-decoration: none;
      display: block;
      margin-bottom: 5px; }
    #footer .social-links i {
      border: 1px solid #191f13;
      width: 32px;
      height: 32px;
      text-align: center;
      padding: 0;
      line-height: 31px; }
    #footer .social-links span {
      margin-left: 12px; }

@media screen and (min-width: 1023px) {
  #footer .upper {
    font-size: 14px; } }
@media screen and (min-width: 767px) {
  #footer .site-links {
    display: block;
    margin: 0;
    float: left;
    width: 65%; }
    #footer .site-links .col {
        padding: 0;
    }
    #footer .site-links .col:nth-child(1) {
      display: block;}
    #footer .site-links .col:nth-child(2) {
      width: 44%; }
    #footer .site-links .col:nth-child(3) {
      width: 28%; }
}
@media screen and (min-width: 767px) {
  #footer .social-links {
    width: 32%;
    float: right; }
    #footer .social-links:before {
      position: absolute;
      top: 0;
      left: -18px;
      height: 100%;
      width: 1px;
      background: #dadada;
      content: ""; } }
@media screen and (min-width: 767px) {
  #footer .social-links span {
    display: none; } }
@media screen and (min-width: 1023px) {
  #footer .social-links span {
    display: inline; } }
.sticky-share {
  padding: 90px 8px 8px;
  display: none;
  position: fixed;
  top: 230px;
  left: 0;
  z-index: 5000;
  font-size: 14px;
  background: #fff; }
  .sticky-share::after {
    clear: both;
    content: "";
    display: table; }
  .sticky-share .title {
    text-transform: uppercase;
    font-weight: 700;
    color: #828282;
    line-height: 26px;
    position: absolute;
    width: 75px;
    top: -10px;
    left: 8px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
    .sticky-share .title i {
      margin-left: 10px; }
  .sticky-share span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    display: block;
    margin-top: 8px;
    color: #fff;
    background: #828282;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .sticky-share span:hover {
      background: #303030; }

@media screen and (min-width: 1023px) {
  .sticky-share {
    display: block; } }

.price-chart .col.reg.italic{
font-style:italic;
}
.price-chart.two-col .col.reg{
width:50%;
padding:5px;
}

.price-chart.three-col .col.reg{
width:100%;
padding:5px;
}
@media screen and (min-width: 767px) {
  .price-chart.three-col .col.reg{
  width:31%;
  }
}
.price-chart.four-col .col.reg{
width:100%;
padding:5px;
}
@media screen and (min-width: 767px) {
  .price-chart.four-col .col.reg{
  width:25%;
  }
}
.price-chart.fifth-col .col.reg{
width:100%;
padding:5px;
}
@media screen and (min-width: 767px) {
  .price-chart.fifth-col .col.reg{
  width:20%;
  }
}

.price-chart.six-col .col.reg{
width:100%;
padding:5px;
}
@media screen and (min-width: 767px) {
  .price-chart.six-col .col.reg{
  width:16%;
  }
}

.seating-map-wrap {
    padding: 20px 20px 10px;
    background: #303030;
}

.seating-map-wrap label {
    color: white;
}

.seating-map-wrap .row {
    margin-bottom: 20px;
}

.seating-map-wrap .row:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  #rc-imageselect, .g-recaptcha {
        transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}


.results .location-block{
width:100%;
max-width:375px;
background:none;
padding:0;
margin:0;
}
@media screen and (min-width: 767px) {
  .results .location-block{
  max-width:none;
  }
}
.results .location-block .images{
width:100%;
float:left;
}
@media screen and (min-width: 767px) {
  .results .location-block .images{
  width:45%;
  }
}
.results .location-block .logo{
position:relative;
float:left;
bottom:0;
left:0;
width:70px;
height:70px;
}
.results .location-block .info{
width: 100%;
padding:10px 0 0 0;
float:right;
}
@media screen and (min-width: 767px) {
  .results .location-block .images + .info{
  width: 55%;
  padding:0 0 0 15px;
  }
}
.results .location-block .info .detail{
float:right;
width: calc(100% - 80px);
}
.results .location-block .copy{
width:100%;
margin:10px 0 0 0;
display:inline-block;
clear:both;
}
.results .location-block{
width:100%;
background:none;
padding:0;
margin:0;
}
.results .location-block img + .info{
width:calc(100% - 80px);
margin:0;
padding:0;
}
.results .location-block a{
display:inline-block;
}

.call-now{
display:block;
float:left;
color:#191f13;
font-size:11px;
padding:11px 20px;
text-decoration: none;
}
@media screen and (min-width: 767px) {
  .call-now{
  display:none;
  }
}

.all-shows-mobile{
display:block;
float:right;
margin-right:15px;
color:#a62f31;
font-size:11px;
padding:11px 0px;
text-decoration: none;
}
@media screen and (min-width: 767px) {
  .all-shows-mobile{
  display:none;
  }
}

.full-width-booking-form{
margin-bottom:25px;
}
.add-new-number{
font-size:11px;
text-transform: uppercase;
display:inline-block;
float:right;
width:100%;
margin-top:5px;
margin-bottom:25px;
text-align: right;
clear:both;
}
form .col.less-margin-col{
margin-bottom:0px;
}
.label-link{
position: relative;
}
.label-trigger{
cursor: pointer;
display:none;
}
@media screen and (min-width: 767px) {
  .label-trigger{
  display:inline-block;
  }
}
.label-desc{
display: block;
line-height: 1.5em;
font-size:12px;
position: relative;

font-weight: normal;
text-transform: none;

}

@media screen and (min-width: 767px) {

.label-desc{
display: none;
line-height: 1.5em;
font-size:12px;
position: absolute;
background:#000;
color:#fff;
padding:5px;
font-weight: normal;
text-transform: none;
width:275px;
left:50%;
margin-left:-137px;
text-align: center;
z-index: 9;
}

.label-link:hover .label-desc{
display: block;
}
}

.view-toggle {
    position: relative;
}

.view-toggle .button {
    width: 100% !important;
}

.view-toggle .hidey {
    font-size: 14px;
    z-index: 9000;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
}

.view-toggle .hidey ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.view-toggle .hidey ul li {
    color: white;
    padding: 0;
}

.view-toggle .hidey ul li a {
    padding: 10px 20px;
    color: white;
    display: block;
    background: #191f13;
    text-decoration: none;
}

.view-toggle .hidey ul li a:hover {
    color: white;
    background: #a62f31;
}



/*calendar module styles*/

.calendar-embed{
margin:25px 0;
}
.calendar-legend{
width:100%;
padding:3px;
border:1px solid #dedede;
text-align: center;
}
.calendar-legend span{
display: inline-block;
vertical-align:middle;
margin:2px 10px;
padding:1px 5px;
font-size:13px;
text-transform: uppercase;
font-weight: bold;
}
.calendar-embed .singles{
background:#c9061a;
color:white;
}
.calendar-embed .limited{
background:#e0c028;
color:white;
}
.calendar-embed .best{
background:#70b936;
color:white;
}
.calendar-embed .soldout{
background:#f0f0f0;
color:#959595;
}
.calendar-title{
text-align: center;
padding:10px 0;
width:100%;
}
.calendar-title .month{
font-size:25px;
text-transform: uppercase;
font-weight: bold;
color:#a32e34;
display: inline-block;
vertical-align: middle;
text-align: center;
width:70%;
}
.calendar-title .prev{
font-size:16px;
text-transform: uppercase;
font-weight: bold;
color:#a32e34;
float:left;
text-decoration: none;
padding-top:7px;
}
.calendar-title .next{
font-size:16px;
text-transform: uppercase;
font-weight: bold;
color:#a32e34;
float:right;
text-decoration: none;
padding-top:7px;
}

.calendar-contain{
border:1px solid #dedede;
border-top:none;
padding:8px;
}

.cal-row{
width:100%;
}
.cal-heading{
font-size:16px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
}

.cal-col{
width:13.4%;
margin-right:1%;
float:left;
margin-bottom:5px;
}
.cal-col:nth-child(7){
margin-right:0;
}

.day-block{
font-size:14px;
text-transform: uppercase;
text-align: center;
background:#f0f0f0;
border:1px solid #dedede;
font-weight: bold;
height:100px;
position: relative;
padding:5px;
}
.day-block .number{
position: relative;
text-align: right;
width:100%;
line-height: 100%;
display: block;
padding-bottom:8px;
}

.day-block a.single{
color:white;
background: #c9061a;
}
.day-block a.limited{
color:white;
background: #e0c028;
}
.day-block a.best{
color:white;
background: #70b936;
}
.day-block a.soldout{
color:#959595;
background: #f0f0f0;
}
.day-block a{
text-decoration: none;
margin-bottom:5px;
padding:1px 5px;
font-size:13px;
}
.day-block a:hover{
color:white;
background:#333;
}

@media screen and (max-width: 600px) {
  .cal-col{
  width:100%;
  margin-right:0;
  }
  .cal-heading{
  display: none;
  }
  .day-block{
  height:auto;
  min-height: 30px;
  }
  .day-block .number{
  text-align: left;
  position: absolute;
  top:5px;
  left:5px;
  }
  .day-block.empty{
  display: none;
  }
  .calendar-title .month{
  font-size:18px;
  width:60%;
  }
  .calendar-title .prev, .calendar-title .next{
  font-size:14px;
  }
}

.cast-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
}

.cast-block:last-child {
    margin-bottom: 0;
}

.cast-block img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px;
    margin: 0 auto 25px;
}

@media screen and (min-width: 767px) {
    .cast-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .cast-block img {
        margin: 0 25px 0 0;
    }
}

.tip-block-contain{
background:#f0f0f0;
padding:0px 20px 15px 20px;
margin:0 0 10px 0;
position: relative;
}
.tip-block-title{
padding:10px 20px;
background:#191f13;
}
.tip-block-title h4{
margin-bottom:0px;
color:#fff;
}
.tip-block{
background:#f0f0f0;
padding:15px 10px 15px 20px;
margin:0 0 0px 0;
position: relative;
border-bottom: 1px solid #fff;
line-height: 1.3em;
}
.tip-block:last-of-type{
border-bottom:none;
padding:15px 10px 0px 20px;
}
.tip-block:before{
position: absolute;
content:"\f00c";
top:14px;
left:-5px;
color:#a62f31;
font-size: 20px;
line-height: 1.3em;
font-family: fontawesome;
}

.other-ways-blocks{
width:100%;
background:#f0f0f0;
padding:10px;
text-align: center;
float:left;
margin-bottom:15px;
clear:left;
line-height: 1.4em;
}

#content .other-ways-blocks p{
margin:10px 0 10px 0;
}

@media screen and (min-width: 767px) {
  .other-ways-blocks{
  width:48%;
  margin-right:2%;
  padding:20px;
  margin-bottom:15px;
  }
  .other-ways-blocks:nth-of-type(2n+2){
  margin-right:0;
  clear:right;
  }
}
.other-icon-amex, .other-icon-group, .other-icon-list, .other-icon-sub{
position: relative;
}
.other-icon-amex:before{
content:"\f1f3";
position: relative;
font-size: 40px;
line-height: 1.1em;
font-family: fontawesome;
color:#a62f31;
}

.other-icon-group:before{
content:"\f0c0";
position: relative;
font-size: 40px;
line-height: 1.1em;
font-family: fontawesome;
color:#a62f31;
}

.other-icon-list:before{
content:"\f1d8";
position: relative;
font-size: 40px;
line-height: 1.1em;
font-family: fontawesome;
color:#a62f31;
}
.other-icon-sub:before{
content:"\f145";
position: relative;
font-size: 40px;
line-height: 1.1em;
font-family: fontawesome;
color:#a62f31;
}

.comefromaway-social{
  background:#f6f6f6;
  padding:8px;
vertical-align: middle;
  display: block;
  font-weight: bold;
}
.comefromaway-social a{
  font-size:18px;
  border-radius:100%;
  display: inline-block;
  width:30px;
  height:30px;
  background:#093b7c;
  color:#fff;
  margin:0 5px;
  text-align: center;
}

.comefromaway-social a:hover{
  background:#222;
  color:#fff;
}

/* -----------------------------------------------------------------
  TIMELINE
------------------------------------------------------------------*/

.timeline {
  position: relative;
  margin-top: 40px;
}

.timeline:before {
  position: absolute;
  width: 4px;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  content: "";
  background: #f0f0f0;
}
.timeline-block {
  position: relative;
  z-index: 100;
  margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
  .timeline-block {
    margin-top: -80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.timeline-block.first {
  padding-top: 80px;
  margin-top: 0;
}

@media screen and (min-width: 767px) {
  .timeline-block:nth-child(even) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.timeline-block .year {
  background: #eba01d;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 0px;
  width: 140px;
  text-align: center;
  font-size: 20px;
}

.timeline-block .inner {
  background: white;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .timeline-block .inner {
    width: calc(50% - 20px);
  }
}

.timeline-block .upper {
  background: #a62f31;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 10px;
  line-height: 1.4;
}

.timeline-block .upper .dates {
  font-size: 14px;
}

.timeline-block .lower {
  border: 1px solid #dadada;
  border-top: 0;
  padding: 20px;
  font-size: 14px;
}

.timeline-block .lower .source {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0 !important;
}

.timeline-block .lower .caption {
  font-size: 12px;
  margin-top: 0 !important;
}

.timeline-block .flex-direction-nav {
  margin: 0 !important;
}

.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

.press-icon{
  display: inline-block;
  margin:0 10px;
}
@media screen and (min-width: 767px) {
  .press-icon{
  display: inline-block;
  margin:0 20px;
  } 
}

/*EVAN HANSEN STYLES*/
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('/styles/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot'); /* IE9 Compat Modes */
  src: url('/styles/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/styles/fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2') format('woff2'), /* Super Modern Browsers */
       url('/styles/fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff') format('woff'), /* Pretty Modern Browsers */
       url('/styles/fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('/styles/fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot'); /* IE9 Compat Modes */
  src: url('/styles/fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/styles/fonts/0d416408-95c6-4ad7-b08d-e60573d3b37d.woff2') format('woff2'), /* Super Modern Browsers */
       url('/styles/fonts/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff') format('woff'), /* Pretty Modern Browsers */
       url('/styles/fonts/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'ProximaNovaExtraBold';
  src: url('/styles/fonts/9fbce143-f5db-4c0b-9159-b1e666079f67.eot'); /* IE9 Compat Modes */
  src: url('/styles/fonts/9fbce143-f5db-4c0b-9159-b1e666079f67.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/styles/fonts/eb39afe0-709e-46d6-92ad-db5c3bfd24a9.woff2') format('woff2'), /* Super Modern Browsers */
       url('/styles/fonts/19dd5cf2-ac2d-48d5-901a-c432fd291ee2.woff') format('woff'), /* Pretty Modern Browsers */
       url('/styles/fonts/22cfbfa4-f607-4751-92eb-6fa194353e57.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.deh-fonts{
  font-family: 'ProximaNovaRegular', sans-serif;
}
.deh-fonts strong{
  font-weight: normal;
  font-family: 'ProximaNovaBold';
}
.deh-fonts label{
  font-family: 'ProximaNovaBold';
}
.evanhansen-hero{
  background:#172b6a;
  padding:45px 30px;
}
@media screen and (min-width: 767px) {
  .evanhansen-hero{
  padding:65px 30px;  
  }
}
.evanhansen-hero img{
  display: block;
  margin:0 auto;
}
.evanhansen-mosaic{
  width:100%;
  height:200px;
  background-image: url(/images/dearevanhansen-mosaic.jpg);
  background-repeat: repeat-x;
}
.evanhansen-content{
  color:#18171c;
  font-size:18px;
  font-weight: 300;
}
.evanhansen-content h1{
  color:#1a4e9a;
  font-size:40px;
  margin:0 0 30px 0;
  font-weight: normal;
  font-family: 'ProximaNovaBold';
}
@media screen and (min-width: 767px) {
  .evanhansen-content h1{
  font-size:60px; 
  }
}
.evanhansen-content h2{
  color:#1a4e9a;
  font-size:35px;
  margin:0 0 20px 0;
  font-weight: normal;
  font-family: 'ProximaNovaBold';
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .evanhansen-content h2{
  font-size:45px; 
  }
}
.evanhansen-content h3{
  color:#172b6a;
  font-size:25px;
  margin:0 0 20px 0;
  font-weight: normal;
  font-family: 'ProximaNovaBold';
}
@media screen and (min-width: 767px) {
  .evanhansen-content h3{
  font-size:30px; 
  }
}
.evanhansen-content .blurb{
  width:100%;
  margin:0 auto;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .evanhansen-content .blurb{
  width:80%;  
  }
}
.evanhansen-content hr{
  border-color: #ebebeb;
}
.evanhansen-content .photo-blue-block{
  background:#64bbe9;
  padding:30px;
  width:100%;
  display: block;
  margin:30px auto;
  color: #172b6a;
}
@media screen and (min-width: 960px) {
  .evanhansen-content .photo-blue-block{
    width:80%;
  }
}

.evanhansen-content .photo-error-block{
  background:#a62f31;
  padding:30px;
  width:100%;
  display: block;
  margin:0 0 20px 0;
  color: #ffffff;
}

.evanhansen-content .photo-blue-block hr{
  border-color: #172b6a;
}
.evanhansen-content .photo-blue-block a{
  color: #172b6a;
  text-decoration: underline;
}
.evanhansen-content .photo-blue-block ul{
  list-style-image: url(/images/icon-checkmark.png);
}
.evanhansen-content .photo-blue-block ul li{
  margin-bottom:20px;
}
.evanhansen-content .photo-blue-block .note{
  font-size: 14px;
}
.evanhansen-content .photo-blue-block .left-block{
  width:100%;
}
@media screen and (min-width: 960px) {
  .evanhansen-content .photo-blue-block .left-block{
  width:calc(100% - 250px);
  display: inline-block;
  }
}
@media screen and (min-width: 1040px) {
  .evanhansen-content .photo-blue-block .left-block{
  width:calc(100% - 360px);
  }
}
.evanhansen-content .photo-blue-block img{
  display:block;
  margin:0 auto;
  max-width: 200px;
  height: auto;
  margin-bottom:20px;
}
@media screen and (min-width: 960px) {
  .evanhansen-content .photo-blue-block img{
  float:right;
  margin-bottom:0;
  }
}
@media screen and (min-width: 1040px) {
  .evanhansen-content .photo-blue-block img{
  max-width:312px;
  }
}

.evanhansen-content .form-grey-block{
  background:#ebebeb;
  padding:30px;
  width:100%;
  display: block;
  margin:30px auto;
  color: #181f12;
}
@media screen and (min-width: 960px) {
  .evanhansen-content .form-grey-block{
    width:80%;
    padding:30px 75px;
  }
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width:100%;
  background:#c5c5c5;
}


.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding:0;
  border:none;
}

.evanhansen-content .form-grey-block .photo-upload{
  background:#172b6a;
  color:#fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'ProximaNovaExtraBold';
  font-size:20px;
  width: 100%;
  text-align: left;
  padding:10px 50px 10px 20px;
  position: relative;
}
.evanhansen-content .form-grey-block .photo-upload:before{
  position: absolute;
  content:url(/images/icon-photo-upload.png);
  top:50%;
  margin-top:-16px;
  right:20px;
  z-index: 9;
}
.col.marginspecialten{
  margin-bottom: 10px;
}
.evanhansen-content .form-grey-block .upload-progress{
  position: absolute;
  background: #64bbe9;
  z-index: 9;
  top: 1px;
  left: 1px;
  height: 8px;
}
.evanhansen-content .form-grey-block .upload-btn-wrapper.error .photo-upload{
  background:#a62f31;
}
.evanhansen-content .form-grey-block .upload-btn-wrapper.success .photo-upload{
  background:#0a8c38;
}
.evanhansen-content .form-grey-block .upload-btn-wrapper.success .photo-upload:before{
  position: absolute;
  content:url(/images/icon-success.png);
  top:50%;
  margin-top:-16px;
  right:20px;
  z-index: 9;
}
@media screen and (min-width: 960px) {
  .evanhansen-content .form-grey-block button.photo-upload{
  font-size:30px; 
  }
}

.evanhansen-content .form-grey-block button.black{
  font-size:19px;
  margin-top:20px;
  background: #172b6a;
  color: #fff;
  font-family: 'ProximaNovaRegular';
  font-weight: normal;
}
.evanhansen-content .form-grey-block button.black:hover{
  background:#64bbe9;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .evanhansen-content .form-grey-block form .three-col .col:nth-child(2n){
  float:left; 
  }
  .evanhansen-content .form-grey-block form .three-col .col:nth-child(3n){
  float:right;  
  }
}
@media screen and (min-width: 960px) {
.evanhansen-content .form-grey-block form .three-col .col:nth-child(2n){
  float:left;
}
  .evanhansen-content .form-grey-block form .three-col .col:nth-child(3n){
  float:left; 
  }
}

#mosaic_guardian{
  margin-bottom:40px;
}

.vip-offers-popup{
      margin:auto;
      background: white;
      padding:20px;
      width:90%;
      max-width: 550px;
      position: relative;
    }
    .vip-offers-popup h4{
      margin-top:0;
    }
    .vip-offers-overlay{
      position: fixed;
      top:0;
      bottom: 0;
      left:0;
      right:0;
      background:rgba(0,0,0,0.6);
      z-index: 9999;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    .vip-offers-overlay-close{
      color: #a62f31;
      position: absolute;
      top:10px;
      right:15px;
    }


.strikeout{
  text-decoration: line-through;
}

.partners-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 12px;
        font-weight: 600; 
        text-transform: uppercase;
        text-align: center;
        color: #191f13;
    }
    .partners-wrap .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
                justify-content: center;
        border: 2px solid #191f13;
        padding: 20px;
        margin-bottom: 20px;
    }
    @media screen and (min-width: 767px) {
        .partners-wrap .block {
            width: calc(50% - 10px);
            margin-right: 20px;
        }
        .partners-wrap .block:nth-child(2n) {
            margin-right: 0;
        }
    }

/* -----------------------------------------------------------------
  EXTRAS
------------------------------------------------------------------*/

.magazine-box {
  width: 100%;
  background: #f0f0f0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.magazine-box:nth-child(even) {
  flex-direction: row-reverse;
}
.magazine-box.wide {
  flex-direction: row;
}
@media screen and (min-width: 767px) {
  .magazine-box {
    flex-wrap: nowrap;
  }
}
.magazine-box a {
  text-decoration: none;
}
.magazine-box .imgbox {
  width: 265px;
  height: 265px;
  background-size: cover;
  background-position: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto;
}
.magazine-box .txtbox {
  width: 100%;
  padding: 30px;
}
.magazine-box .tagline {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.magazine-box .title {
  font-weight: 700;
  color: #a62f31;
  font-size: 24px;
  position: relative;
  margin-bottom: 34px;
  line-height: 1.2;
}
.magazine-box .title:after {
  position: absolute;
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -18px;
  left: 0;
  background: #828282;
}
.magazine-box .copy {
  font-size: 14px;
  margin-bottom: 20px;
}
.magazine-box .links {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}



.joinmobi {
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 10px;
  margin: 0;
}
#header .socials a {
  margin: 0 5px;
}
.all-shows-mobile {
  margin-right: 0;
}
@media screen and (min-width: 767px) {
  .joinmobi {
    display: none;
  }
  #header .socials a {
    margin: 0 10px;
  }
}


.grey-block{
background:#cccccc;
padding: 15px 10px 15px 20px;
margin: 30px 0;
position: relative;
border-bottom: 1px solid #fff;
line-height: 1.3em;
}
.red-lineblock {
padding: 15px 10px 15px 20px;
margin: 30px 0;
position: relative;
border: 2px solid #990000;
line-height: 1.3em;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.grid img {
  width: 100%;
}
.grid p {
  margin-top: 10px !important;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 767px){
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1023px){
.grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1279px){
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


.formgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 20px;
  margin: 20px 0 80px 0;
}
.formgrid img {
  width: 100%;
}
.formgrid p {
  margin: 10px 0 !important;
  line-height: 1.3;
}
.formgrid span.button {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  color: #828282;
  border: 1px solid #828282;
}
.formgrid span.button:hover {
  border-color: #a62f31;
  color: #a62f31;
}
.formgrid .input-hidden {
  position: absolute;
  left: -9999px;
}
.formgrid label {
  text-align: center;
}
.formgrid input[type=radio] + label>img {
  opacity: 0.7;
  transition: 500ms all;
  border: 1px solid #fff;
}
.formgrid input[type=radio]+ label>img:hover {
  opacity: 1;
}
.formgrid input[type=radio]:checked + label>img {
  border-color: #a62f31;
  opacity: 1;
}
.formgrid input[type=radio]:checked + label>.button {
  border-color: #a62f31;
  color: #a62f31;
}
.formgrid input[type=radio]:checked + label>p {
  color: #a62f31;
}
@media screen and (min-width: 767px) {
  .formgrid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    margin: 20px 0 40px 0;
  }
}
@media screen and (min-width: 1023px) {
  .formgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1279px) {
  .formgrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

#pseudoform .button {
  display: none;
}
