@charset "UTF-8";
/* ==========================================================================
   `default
   ========================================================================== */
/* ----- Document ----- */
html {
  font-size: 62.5%;
}

@media screen and (max-width: 400px) {
  html {
    font-size: 71.42%;
  }
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #242424;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
}

.lt-ie9 body {
  min-width: 1020px;
}

.wrapper {
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
  zoom: 1;
}

.wrapper:before, .wrapper:after {
  display: table;
  content: " ";
}

.wrapper:after {
  clear: both;
}

@media screen and (max-width: 800px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 340px) {
  .wrapper {
    padding: 0 10px;
  }
}

/* ----- Block Elements ----- */
p, h1, h2, h3, h4, h5, h6, hr,
ul, ol, dl, table, pre, blockquote,
fieldset, figure, .message, .message-error, .message-success, .message-alert {
  margin: 0 0 20px;
  margin: 0 0 2rem;
}

address {
  font-style: inherit;
}

hr {
  border: none;
  border-top: 1px solid #CCC;
  padding: 0;
  height: 1px;
}

/* ----- Headings ----- */
h1, .h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ----- Lists ----- */
ul, ol {
  padding: 0 0 0 2em;
}

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl {
  margin-bottom: 0;
}

nav ul, nav ol {
  list-style: none;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 1.5em 0 0;
}

dd {
  margin: 0;
}

/* ----- Tables ----- */
table {
  width: 100%;
}

caption {
  margin-bottom: .5em;
}

td, th {
  padding: .5em 1em;
  border: 1px solid #EEE;
  text-align: left;
  vertical-align: top;
}

thead td,
tfoot td, thead th,
tfoot th {
  background-color: #EEE;
}

/* ----- Quotes ----- */
blockquote, q {
  font-style: italic;
  color: #888;
}

cite {
  font-style: normal;
}

blockquote {
  border-left: 3px solid #EEE;
}

/* ----- Code ----- */
pre, code, kbd, samp {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

pre, code {
  background-color: #EEE;
  border-radius: 3px;
}

pre {
  padding: .5em 1em;
}

/* ----- Links ----- */
a {
  color: #CE0D00;
  transition: color .5s, background .5s, border-color .5s, opacity .5s, filter .5s, transform .5s;
  text-decoration: underline;
}

a:visited {
  color: #de7e77;
}

a:hover, a:focus, a:active {
  color: #820800;
}

a {
  text-decoration: none;
}

a h3 {
  color: white;
}

a:link h3, a:visited h3 {
  color: white;
}

a:hover h3, a:focus h3, a:active h3, a:focus h3 {
  color: #CE0D00;
}

a.image-link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: border .5s;
}

a.image-link:hover, a.image-link:focus, a.image-link:active {
  border-bottom-color: #CE0D00;
}

/* ----- Media ----- */
img, video, audio,
embed, object {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}

iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border: none;
}

figure {
  background: #EEE;
  text-align: center;
  padding: 20px;
  margin-left: 20%;
  margin-right: 20%;
}

/* ----- Captions ----- */
dt,
caption,
legend {
  font-weight: bold;
  text-transform: uppercase;
}

/* ----- Forms ----- */
fieldset {
  padding: 1em 1.5em;
  border: 1px solid #EEE;
}

input,
textarea,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  color: #242424;
  padding: .5em 1em;
  width: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="image"] {
  border: none;
  padding: 0;
  width: auto;
}

.form-radios-list {
  list-style: none;
  padding: 0;
}

.form-radios-list li {
  margin: .5em 0;
}

.form-radios-list input {
  vertical-align: middle;
}

.button {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  width: auto;
  border: none;
  padding: .5em 2em;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background: #CE0D00;
  transition: color .5s, background .5s, border-color .5s, opacity .5s, filter .5s, transform .5s;
}

.button:visited {
  color: white;
}

.button:hover, .button:focus, .button:active {
  color: white;
  background: black;
}

.button-secondary {
  background-color: #242424;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #242424;
  background-color: white;
}

output, progress, meter {
  width: 100%;
  box-sizing: border-box;
}

output {
  display: inline-block;
  padding: 1em;
  background: #EEE;
}

[disabled],
[readonly] {
  border-color: #bbbbbb;
  background: #EEE;
}

.placeholder {
  color: #717171;
}

::-webkit-input-placeholder {
  color: #717171;
}

::-moz-placeholder {
  color: #717171;
}

:-ms-input-placeholder {
  color: #717171;
}

/* ==========================================================================
   `grid
   ========================================================================== */
.row {
  zoom: 1;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

ul.row {
  padding: 0;
  list-style: none;
}

.col {
  float: left;
  margin-right: 0;
  box-sizing: border-box;
}

.row {
  margin-left: -3%;
}

.col {
  margin-left: 3%;
}

.large-1 {
  width: 97%;
}

.large-1-2 {
  width: 47%;
}

.large-1-3 {
  width: 30.33333%;
}

.large-2-3 {
  width: 63.66667%;
}

.large-1-4 {
  width: 22%;
}

.large-2-4 {
  width: 47%;
}

.large-3-4 {
  width: 72%;
}

.large-1-5 {
  width: 17%;
}

.large-2-5 {
  width: 37%;
}

.large-3-5 {
  width: 57%;
}

.large-4-5 {
  width: 77%;
}

.large-1-6 {
  width: 13.66667%;
}

.large-2-6 {
  width: 30.33333%;
}

.large-3-6 {
  width: 47%;
}

.large-4-6 {
  width: 63.66667%;
}

.large-5-6 {
  width: 80.33333%;
}

.large-1-7 {
  width: 11.28571%;
}

.large-2-7 {
  width: 25.57143%;
}

.large-3-7 {
  width: 39.85714%;
}

.large-4-7 {
  width: 54.14286%;
}

.large-5-7 {
  width: 68.42857%;
}

.large-6-7 {
  width: 82.71429%;
}

.large-1-8 {
  width: 9.5%;
}

.large-2-8 {
  width: 22%;
}

.large-3-8 {
  width: 34.5%;
}

.large-4-8 {
  width: 47%;
}

.large-5-8 {
  width: 59.5%;
}

.large-6-8 {
  width: 72%;
}

.large-7-8 {
  width: 84.5%;
}

.large-1-9 {
  width: 8.11111%;
}

.large-2-9 {
  width: 19.22222%;
}

.large-3-9 {
  width: 30.33333%;
}

.large-4-9 {
  width: 41.44444%;
}

.large-5-9 {
  width: 52.55556%;
}

.large-6-9 {
  width: 63.66667%;
}

.large-7-9 {
  width: 74.77778%;
}

.large-8-9 {
  width: 85.88889%;
}

.large-1-10 {
  width: 7%;
}

.large-2-10 {
  width: 17%;
}

.large-3-10 {
  width: 27%;
}

.large-4-10 {
  width: 37%;
}

.large-5-10 {
  width: 47%;
}

.large-6-10 {
  width: 57%;
}

.large-7-10 {
  width: 67%;
}

.large-8-10 {
  width: 77%;
}

.large-9-10 {
  width: 87%;
}

.clear-in-large {
  clear: both;
}

.float-left-in-large {
  float: left;
}

.float-right-in-large {
  float: right;
}

.float-none-in-large {
  float: none;
}

.show-in-large {
  display: block;
}

.hide-in-large {
  display: none;
}

@media screen and (max-width: 800px) {
  .row {
    margin-left: -3%;
  }
  .col {
    margin-left: 3%;
  }
  .medium-1 {
    width: 97%;
  }
  .medium-1-2 {
    width: 47%;
  }
  .medium-1-3 {
    width: 30.33333%;
  }
  .medium-2-3 {
    width: 63.66667%;
  }
  .medium-1-4 {
    width: 22%;
  }
  .medium-2-4 {
    width: 47%;
  }
  .medium-3-4 {
    width: 72%;
  }
  .medium-1-5 {
    width: 17%;
  }
  .medium-2-5 {
    width: 37%;
  }
  .medium-3-5 {
    width: 57%;
  }
  .medium-4-5 {
    width: 77%;
  }
  .medium-1-6 {
    width: 13.66667%;
  }
  .medium-2-6 {
    width: 30.33333%;
  }
  .medium-3-6 {
    width: 47%;
  }
  .medium-4-6 {
    width: 63.66667%;
  }
  .medium-5-6 {
    width: 80.33333%;
  }
  .clear-in-medium {
    clear: both;
  }
  .float-left-in-medium {
    float: left;
  }
  .float-right-in-medium {
    float: right;
  }
  .float-none-in-medium {
    float: none;
  }
  .show-in-medium {
    display: block;
  }
  .hide-in-medium {
    display: none;
  }
  .sc-row .col:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 600px) {
  .row {
    margin-left: -3%;
  }
  .col {
    margin-left: 3%;
  }
  .small-1 {
    width: 97%;
  }
  .small-1-2 {
    width: 47%;
  }
  .small-1-3 {
    width: 30.33333%;
  }
  .small-2-3 {
    width: 63.66667%;
  }
  .small-1-4 {
    width: 22%;
  }
  .small-2-4 {
    width: 47%;
  }
  .small-3-4 {
    width: 72%;
  }
  .small-1-5 {
    width: 17%;
  }
  .small-2-5 {
    width: 37%;
  }
  .small-3-5 {
    width: 57%;
  }
  .small-4-5 {
    width: 77%;
  }
  .small-1-6 {
    width: 13.66667%;
  }
  .small-2-6 {
    width: 30.33333%;
  }
  .small-3-6 {
    width: 47%;
  }
  .small-4-6 {
    width: 63.66667%;
  }
  .small-5-6 {
    width: 80.33333%;
  }
  .clear-in-small {
    clear: both;
  }
  .float-left-in-small {
    float: left;
  }
  .float-right-in-small {
    float: right;
  }
  .float-none-in-small {
    float: none;
  }
  .show-in-small {
    display: block;
  }
  .hide-in-small {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .row {
    margin-left: -3%;
  }
  .col {
    margin-left: 3%;
  }
  .smaller-1 {
    width: 97%;
  }
  .smaller-1-2 {
    width: 47%;
  }
  .smaller-1-3 {
    width: 30.33333%;
  }
  .smaller-2-3 {
    width: 63.66667%;
  }
  .smaller-1-4 {
    width: 22%;
  }
  .smaller-2-4 {
    width: 47%;
  }
  .smaller-3-4 {
    width: 72%;
  }
  .smaller-1-5 {
    width: 17%;
  }
  .smaller-2-5 {
    width: 37%;
  }
  .smaller-3-5 {
    width: 57%;
  }
  .smaller-4-5 {
    width: 77%;
  }
  .smaller-1-6 {
    width: 13.66667%;
  }
  .smaller-2-6 {
    width: 30.33333%;
  }
  .smaller-3-6 {
    width: 47%;
  }
  .smaller-4-6 {
    width: 63.66667%;
  }
  .smaller-5-6 {
    width: 80.33333%;
  }
  .clear-in-smaller {
    clear: both;
  }
  .float-left-in-smaller {
    float: left;
  }
  .float-right-in-smaller {
    float: right;
  }
  .float-none-in-smaller {
    float: none;
  }
  .show-in-smaller {
    display: block;
  }
  .hide-in-smaller {
    display: none;
  }
}

/* `main
========================================================================== */
/* -- CONTACT FORM -- */
.contact-form {
  border: 1px solid #EEE;
  padding: 1em 1.5em;
}

.contact-form fieldset {
  padding: 0;
  border: none;
}

.contact-form legend {
  display: block;
  width: 100%;
  margin-bottom: .5em;
}

/* -- ALERTS -- */
#site-alert,
#site-alert-link {
  display: none;
}

.nivo-lightbox-overlay #site-alert {
  display: block;
}

.nivo-lightbox-inline {
  padding: 20px !important;
  border-radius: 3px;
  text-align: center;
  color: white;
  background: black !important;
  box-shadow: none !important;
  border: 1px solid #242424;
}

.nivo-lightbox-inline .button:hover, .nivo-lightbox-inline .button:focus, .nivo-lightbox-inline .button:active {
  background: white;
  color: black;
}

.nivo-lightbox-inline p {
  margin-bottom: 10px;
}

.nivo-lightbox-inline hr {
  border-color: #242424;
}

/* -- BRIGHT SIGN TEMPLATE -- */
#bright-sign {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1080px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 80px;
  background: #000;
  letter-spacing: .1em;
}

#bright-sign .latest-tweets {
  color: #FFF;
}

#bright-sign a {
  text-decoration: none;
  color: #AAA;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

#bright-sign .site-logo {
  margin-bottom: 40px;
}

#bright-sign .site-logo img {
  width: 100%;
  margin: 0 auto;
}

#bright-sign h1 {
  font-size: 50px;
  font-size: 5rem;
  color: white;
  background: #CE0D00;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  text-transform: none;
  margin: 0 0 20px;
  font-weight: normal;
}

#bright-sign .latest-tweets {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.5;
}

#bright-sign .latest-tweets li {
  padding: 20px 0;
  border: none;
}

#bright-sign .latest-tweets .latest-tweets-author {
  font-size: 20px;
  letter-spacing: 0;
  width: 150px;
  overflow: visible;
}

#bright-sign .latest-tweets .image-link {
  margin: .3em .6em 0 0;
  padding: 0;
  overflow: visible;
  border-radius: 3px;
  border: none;
}

#bright-sign .latest-tweets .image-link img {
  width: 150px;
  margin-bottom: 10px;
}

#bright-sign .latest-tweets div {
  padding: 0;
}

#bright-sign .latest-tweets div img {
  max-width: 520px;
}

.page-template-page-bright-sign::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: black;
}

/* -- Social Sharing -- */
.addthis_sharing_toolbox {
  display: none;
}

/* -- Image Galleries -- */
.gallery {
  overflow: hidden;
  margin: 20px 0;
}

@media screen and (max-width: 800px) {
  .gallery br {
    display: none;
  }
}

.gallery-item {
  float: left;
  position: relative;
  width: 25%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: none;
}

.gallery-item.gallery-newrow {
  clear: both;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11111%;
}

@media screen and (max-width: 800px) {
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
  .gallery-columns-5 .gallery-item.gallery-newrow,
  .gallery-columns-6 .gallery-item.gallery-newrow,
  .gallery-columns-7 .gallery-item.gallery-newrow,
  .gallery-columns-8 .gallery-item.gallery-newrow,
  .gallery-columns-9 .gallery-item.gallery-newrow {
    clear: none;
  }
  .gallery-columns-5 .gallery-item:nth-child(4n+1),
  .gallery-columns-6 .gallery-item:nth-child(4n+1),
  .gallery-columns-7 .gallery-item:nth-child(4n+1),
  .gallery-columns-8 .gallery-item:nth-child(4n+1),
  .gallery-columns-9 .gallery-item:nth-child(4n+1) {
    clear: both;
  }
}

@media screen and (max-width: 400px) {
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 33.33333%;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n+1),
  .gallery-columns-5 .gallery-item:nth-child(4n+1),
  .gallery-columns-6 .gallery-item:nth-child(4n+1),
  .gallery-columns-7 .gallery-item:nth-child(4n+1),
  .gallery-columns-8 .gallery-item:nth-child(4n+1),
  .gallery-columns-9 .gallery-item:nth-child(4n+1) {
    clear: none;
  }
  .gallery-columns-4 .gallery-item:nth-child(3n+1),
  .gallery-columns-5 .gallery-item:nth-child(3n+1),
  .gallery-columns-6 .gallery-item:nth-child(3n+1),
  .gallery-columns-7 .gallery-item:nth-child(3n+1),
  .gallery-columns-8 .gallery-item:nth-child(3n+1),
  .gallery-columns-9 .gallery-item:nth-child(3n+1) {
    clear: both;
  }
}

.gallery-icon {
  margin: 1px;
  overflow: hidden;
}

.gallery-icon a {
  opacity: .8;
}

.gallery-icon a img {
  transition: transform .5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.gallery-icon a:hover, .gallery-icon a:focus, .gallery-icon a:active {
  opacity: 1;
}

.gallery-icon a:hover img, .gallery-icon a:focus img, .gallery-icon a:active img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-icon img {
  display: block;
  width: 100%;
}

.gallery-caption {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 2px 6px;
  font-size: .9em;
}

/* -- Logos Sliders -- */
.logos {
  overflow: hidden;
}

/* -- Shows list -- */
#ajax-results {
  transition: opacity .5s;
  opacity: 1;
}

#ajax-results.loading-ajax {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* -- Takeovers -- */
.site-takeover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.site-takeover:hover, .site-takeover:focus, .site-takeover:active {
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.skip-link {
  position: absolute !important;
  z-index: 100;
}

/* -- Main Container -- */
.main-row {
  position: relative;
}

.main-row .wrapper {
  position: relative;
  background: white;
  padding-top: 30px;
  padding-top: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  min-height: 1060px;
}

@media screen and (max-width: 400px) {
  .main-row .wrapper {
    padding-top: 2rem;
  }
}

/* -- Content Area -- */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .heading, .content blockquote {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #242424;
  border: none;
}

.content .heading, .content blockquote {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

.content blockquote cite {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  display: block;
  margin-top: -10px;
  margin-top: -1rem;
}

.content blockquote cite:before {
  content: '— ';
}

/* -- Takeovers -- */
.site-takeover {
  width: 1620px;
  height: 1180px;
  margin: 0 auto;
  max-width: 100%;
}

.sidebar-box {
  position: relative;
}

.event-type {
  width: 42%;
  position: absolute;
  bottom: 0;
  text-align: center;
  right: 0;
}

.event-type strong.button:hover, .event-type strong.button:focus, .event-type strong.button:active {
  color: #fff;
  background-color: #CE0D00;
}

.code-word-background {
  background-color: #338fc1;
}

.code-word__banner {
  width: 500px;
  max-width: 100%;
}

.code-word {
  box-sizing: border-box;
  text-align: center;
  padding-top: 10vh;
}

.code-word__white {
  color: white;
  font-family: "adobe-garamond-pro",serif;
  line-height: 1.3em;
}

.code-word--size-medium {
  font-size: 35px;
}

@media (max-width: 1000px) {
  .code-word--size-medium {
    font-size: 4vw;
  }
}

@media (max-width: 500px) {
  .code-word--size-medium {
    font-size: 20px;
  }
}

.code-word--size-small {
  font-size: 25px;
}

@media (max-width: 1000px) {
  .code-word--size-small {
    font-size: 3.5vw;
  }
}

@media (max-width: 500px) {
  .code-word--size-small {
    font-size: 15px;
  }
}

.code-word--size-large {
  font-size: 200px;
}

@media (max-width: 1000px) {
  .code-word--size-large {
    font-size: 18vw;
  }
}

@media (max-width: 500px) {
  .code-word--size-large {
    font-size: 45px;
  }
}

.error {
  color: red;
}

.code-word-form-submit {
  margin-top: 15px !important;
  width: 100px;
}

.code-word-form-submit:hover, .code-word-form-submit:focus, .code-word-form-submit:active {
  background: black !important;
  color: white !important;
}

.code-word__black {
  color: black;
  font-family: 'Montserrat', sans-serif;
  line-height: 0.8em;
}

.code-word-form {
  width: 250px;
  margin: 0 auto;
}

.code-word a:hover, .code-word a:focus, .code-word a:active {
  color: #ff5a4f;
}

.code-word__disclaimer {
  margin: 20px auto 0 auto;
  max-width: 800px;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .code-word__disclaimer {
    width: 75%;
  }
}

@media (max-width: 500px) {
  .code-word__disclaimer {
    width: 90%;
  }
}

/* `header
========================================================================== */
/* -- Site Logo -- */
.site-logo {
  margin: 0 0 30px;
  margin: 0 0 3rem;
}

.site-logo img {
  display: block;
}

@media screen and (max-width: 400px) {
  .site-logo {
    margin-bottom: 1.5rem;
  }
}

.site-logo a:hover, .site-logo a:focus, .site-logo a:active {
  -webkit-filter: brightness(2.5);
  -moz-filter: brightness(2.5);
  filter: brightness(2.5);
}

/* -- Site Navigation -- */
.site-nav {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  background: #242424;
  clear: both;
  /* 2nd level */
  /* Responsive */
}

.site-nav ul {
  margin: 0;
  display: table;
  text-align: center;
  width: 100%;
}

.site-nav li {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.site-nav a {
  display: block;
  font-weight: bold;
  padding: 1em .25em;
  min-height: 1.3em;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  min-width: 25px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.site-nav a:hover, .site-nav a:focus, .site-nav a:active,
.site-nav li.current-menu-item > a,
.site-nav li.current-menu-ancestor > a {
  background: #CE0D00;
}

.site-nav i {
  font-size: 1.6em;
  display: inline-block;
  position: relative;
  margin: -6px -1px;
  top: 4px;
}

.site-nav li ul {
  display: none;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 100%;
  width: 200px;
  background: #242424;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.site-nav li:hover > ul, .site-nav li:focus > ul, .site-nav li:active > ul,
.site-nav li.hover > ul {
  display: block;
}

.site-nav li li {
  display: block;
  float: none;
  border-top: 1px solid #454545;
  /* 3rd+ level */
}

.site-nav li li:first-child {
  border: none;
}

.site-nav li li a {
  height: auto;
  padding: 1em;
  float: none;
}

.site-nav li li ul {
  top: 10px;
  left: 75%;
}

@media screen and (max-width: 600px) {
  .site-nav {
    display: none;
    position: absolute;
    z-index: 100;
    left: 15px;
    right: 15px;
    margin: 37px 0 0;
    overflow: hidden;
    border-top: 1px solid #454545;
    border-left: 1px solid #454545;
  }
  .site-nav ul {
    text-align: left;
  }
  .site-nav li {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #454545;
    border-right: 1px solid #454545;
  }
  .site-nav li ul {
    display: none !important;
  }
  .site-nav a {
    padding: 1em;
  }
  .site-nav-open .site-nav {
    display: block;
  }
}

@media screen and (max-width: 340px) {
  .site-nav {
    left: 10px;
    right: 10px;
  }
}

header {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  header {
    margin-bottom: 15px;
  }
}

.slide-content__text {
  float: left;
}

.slide-content__buttons {
  float: right;
}

/* -- Social Media -- */
.social-media {
  font-size: 1.15em;
  line-height: 1;
  margin: 10px 0 0 0;
  /* -- Toggle Menu -- */
  /* Responsive */
}

.social-media ul {
  padding: 0;
  list-style: none;
  margin: 0;
  float: right;
}

.social-media li {
  float: left;
  margin: 0 0 0 8px;
}

.social-media a {
  display: block;
  margin: 0 0 0 5px;
  color: #242424;
  text-decoration: none;
}

.social-media a:hover .icon-facebook, .social-media a:focus .icon-facebook, .social-media a:active .icon-facebook {
  color: #3b5998;
}

.social-media a:hover .icon-twitter, .social-media a:focus .icon-twitter, .social-media a:active .icon-twitter {
  color: #4099FF;
}

.social-media a:hover .icon-play, .social-media a:focus .icon-play, .social-media a:active .icon-play {
  color: #e52d27;
}

.social-media a:hover .icon-instagram, .social-media a:focus .icon-instagram, .social-media a:active .icon-instagram {
  color: #3b5998;
}

.social-media i {
  transition: color .5s;
}

.social-media .site-nav-toggle {
  display: none !important;
  margin: 0;
  padding: 0 1em;
  color: white;
  background: #CE0D00;
}

.social-media .site-nav-toggle:visited {
  color: white;
}

@media screen and (max-width: 600px) {
  .social-media {
    border: 1px solid #EEE;
    border-left: none;
    height: 36px;
    margin: 0;
    overflow: hidden;
    background: #EEE;
  }
  .social-media ul {
    float: right;
  }
  .social-media li {
    margin: 0;
  }
  .social-media a {
    height: 36px;
    line-height: 38px;
    width: 36px;
    margin: 0 0 0 1px;
    box-sizing: border-box;
    text-align: center;
    background: white;
  }
  .social-media i span {
    font-size: .9em;
  }
  .social-media .site-nav-toggle {
    display: block !important;
    float: left;
    width: auto;
  }
}

/* `footer
========================================================================== */
.footer-row {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 40px 0 20px;
  padding: 4rem 0 2rem;
  border-top: 1px solid #CCC;
  background: #EEE;
  position: relative;
}

@media screen and (max-width: 800px) {
  .footer-row {
    padding: 3rem 0 2rem;
  }
}

/* -- Font Size Options -- */
.font-size-options {
  margin: 0 0 20px;
  margin: 0 0 2rem;
  text-align: right;
}

.font-size-options a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 1;
  width: 1em;
  height: 1em;
  padding: .15em;
  margin: 0 0 0 5px;
  text-decoration: none;
  color: #242424;
  background: #CCC;
}

.font-size-options a:hover, .font-size-options a:focus, .font-size-options a:active {
  color: white;
  background: #242424;
}

/* -- Footer Navigation -- */
.footer-nav {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 1em;
}

.footer-nav ul {
  margin: 0;
  padding: 0 0 1px;
  list-style: none;
  overflow: hidden;
}

.footer-nav li {
  float: left;
  border-left: 1px solid #CCC;
  margin: 0 0 1em -1px;
  padding: 0 1em;
}

@media screen and (max-width: 400px) {
  .footer-nav {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .footer-nav li {
    box-sizing: border-box;
    width: 50%;
    border: 1px solid white;
    background: none;
    margin: 0 -1px -1px 0;
    padding: 0;
  }
  .footer-nav li:nth-child(2n+1) {
    clear: both;
  }
  .footer-nav li a {
    display: block;
    padding: .75em;
    text-decoration: none;
  }
}

/* -- Copy Text -- */
.footer-copy {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  color: #666;
}

@media screen and (max-width: 400px) {
  .footer-copy {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
  }
}

/* -- Secondary Headings -- */
.secondary-heading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding: 0 0 8px;
  padding: 0 0 .8rem;
  text-transform: uppercase;
  color: #666;
}

/* -- Small Heading -- */
.small-heading {
  font-size: 1.1em;
  margin-bottom: .75em;
}

/* `home `slider
========================================================================== */
a.go-to-show {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.slider {
  overflow: hidden;
  position: relative;
  padding-right: 32px;
  margin: 0 0 40px;
  margin: 0 0 4rem;
  background: black;
}

/* -- Controls -- */
.slider-controls {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  background: #242424;
}

.slider-controls a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: white;
  background: #242424;
  text-decoration: none;
}

.slider-controls a:hover, .slider-controls a:focus, .slider-controls a:active,
.slider-controls .selected > a {
  background: black;
}

.slider-controls-pause {
  display: none;
}

.slider-controls-play {
  display: block;
}

.slider-controls-pause.autoplaying {
  display: block;
}

.slider-controls-play.autoplaying {
  display: none;
}

/* -- Slides -- */
.slide {
  position: relative;
  color: white;
}

.slide-image {
  position: relative;
}

.slide-image img {
  display: block;
  width: 100%;
}

.slide-link {
  display: block;
  width: 100%;
}

.slide-link i {
  font-size: 5em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -.5em 0 0 -.5em;
  color: white;
  transition: opacity .5s;
  opacity: 0.6;
}

.slide-link:hover, .slide-link:focus, .slide-link:active {
  -webkit-filter: brightness(1.25);
  -moz-filter: brightness(1.25);
  filter: brightness(1.25);
}

.slide-link:hover i, .slide-link:focus i, .slide-link:active i {
  opacity: 1;
}

.slide-content {
  position: relative;
  z-index: 1;
  padding: 15px 20px;
}

.slide-heading {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 400px) {
  .slide-heading {
    font-size: 20px;
    font-size: 2rem;
  }
}

.slide-description {
  margin: 0;
  display: none;
}

.slide-buttons {
  text-align: right;
  position: relative;
}

/* -- Media Queries -- */
@media screen and (max-width: 800px) {
  .slider,
  .slides,
  .slide,
  .slide-content {
    height: auto;
  }
  .slider {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .slider-controls {
    position: static;
    height: auto;
  }
  .slider-controls li {
    float: left;
  }
  .slide-image {
    height: auto;
  }
  .slide-image img {
    display: block;
  }
  .slide-content {
    padding-left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .slider {
    margin-bottom: 1.5rem;
  }
  .slide-link i {
    font-size: 3em;
  }
}

/* `home `page
========================================================================== */
/* ----- Tabs Navigation ----- */
.tabs-nav {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  overflow: hidden;
  /* Search Form */
  /* Responsive */
}

.tabs-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}

.tabs-nav li {
  float: left;
}

.tabs-nav a {
  display: block;
  padding: .5em;
  position: relative;
  text-decoration: none;
  color: #888;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active,
.tabs-nav li.selected > a {
  color: black;
}

.tabs-nav li.selected > a:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 5px solid;
  border-color: transparent transparent black;
}

.tabs-nav form {
  position: relative;
  padding: 0;
  margin: 0;
}

.tabs-nav input {
  padding-right: 30px;
  border: none;
  margin: 5px 0;
  height: 25px;
  border-radius: 10px;
}

.touch .tabs-nav input {
  background: #EEE;
}

.tabs-nav button {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  font-size: 20px;
  color: #888;
  background: none;
  border: none;
}

.tabs-nav button i {
  position: relative;
  top: 2px;
}

.tabs-nav button:hover, .tabs-nav button:focus, .tabs-nav button:active {
  color: #CE0D00;
}

@media screen and (max-width: 600px) {
  .tabs-nav {
    overflow: auto;
  }
  .tabs-nav ul {
    white-space: nowrap;
  }
  .tabs-nav li {
    float: none;
    display: inline-block;
  }
}

/* ----- Show Thumbs ----- */
.margin-box {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.margin-box > ul {
  margin-bottom: 0;
}

.show-thumb {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  width: 100%;
  max-height: 186px;
  max-width: 152px;
  overflow: hidden;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  background: black;
}

.show-thumb img {
  display: block;
  width: 100%;
}

.show-thumb__past {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
}

.show-thumb-info {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition: opacity .4s, transform .4s;
}

.show-thumb:hover .show-thumb-info, .show-thumb:focus .show-thumb-info, .show-thumb:active .show-thumb-info,
.show-thumb.hover .show-thumb-info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.show-thumb-info .no-overflow {
  position: relative;
  height: 98%;
  overflow: hidden;
  padding: 5px 10px 0;
}

.show-thumb-heading,
.content .show-thumb-heading {
  font-size: 1.167em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: white;
}

.show-thumb-date {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.show-thumb-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

.show-thumb .button {
  font-size: 1em;
  float: left;
  margin: 1px 0 0;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}

.show-thumb-excerpt {
  display: none;
}

a.show-more {
  display: block;
  width: 152px;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #888;
  font-weight: bold;
  border: 1px solid #CCC;
}

a.show-more span {
  display: table;
}

a.show-more span span {
  display: table-cell;
  vertical-align: middle;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.show-thumb .tooltip-container {
  width: 100%;
}

.tooltip {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 200px;
  max-width: 100%;
  margin: 0;
  padding: 3px;
  box-sizing: border-box;
  color: white;
  background: black;
  border: 1px solid #666;
  border-radius: 4px;
  text-align: center;
  text-transform: none;
  transition: visibility .5s, opacity .5s;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.tooltip a {
  display: block;
  color: white;
}

.tooltip:hover, .tooltip:focus, .tooltip:active,
.button:hover + .tooltip, .button:focus + .tooltip, .button:active + .tooltip {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tooltip-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: -10px -10px 0 0;
  border-radius: 100%;
  color: white;
  background: #CE0D00;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.tooltip-close:hover, .tooltip-close:focus, .tooltip-close:active {
  color: #CE0D00;
  background: white;
}

/* ----- Page Links ----- */
.page-link {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 20px;
  margin: 0 0 2rem;
  overflow: hidden;
  background-image: -owg-linear-gradient(bottom, #D6D6D6 0%, #F1F1F1 17.5%);
  background-image: -webkit-linear-gradient(bottom, #D6D6D6 0%, #F1F1F1 17.5%);
  background-image: -moz-linear-gradient(bottom, #D6D6D6 0%, #F1F1F1 17.5%);
  background-image: -o-linear-gradient(bottom, #D6D6D6 0%, #F1F1F1 17.5%);
  background-image: linear-gradient(bottom, #D6D6D6 0%, #F1F1F1 17.5%);
  background-image: -ms-linear-gradient(bottom, #D6D6D6 0%, #F1F1F1 17.5%);
  background-color: #F1F1F1;
}

.page-link a {
  color: #242424;
  font-weight: bold;
}

.page-link a:hover, .page-link a:focus, .page-link a:active {
  color: #CE0D00;
}

.page-link-image {
  display: block;
  width: 100%;
}

.page-link-content {
  padding: 1.5em;
  overflow: hidden;
}

.page-link-heading {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 5px;
}

@media screen and (max-width: 600px) {
  .page-link-image {
    margin: 0 auto;
    width: auto;
  }
}

.page-link--highlight {
  background: #CE0D00;
}

.page-link--highlight,
.page-link--highlight a,
.page-link--highlight .page-link-heading {
  color: white;
}

.page-link--highlight a:hover, .page-link--highlight a:focus, .page-link--highlight a:active {
  background: white;
  color: #CE0D00;
  text-decoration: none;
}

.page-link--highlight .page-link-image {
  padding: 1px 1px 0;
}

/* ----- Banner Image (Pages and Venues) ----- */
.featured-image {
  margin: 0 0 30px;
  margin: 0 0 3rem;
  position: relative;
}

.featured-image img {
  display: block;
  width: 100%;
  max-height: 260px;
}

.dark-bg, .black-bg {
  padding: 15px 20px;
  padding: 1.5rem 2rem;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  color: white;
  background: #242424;
  position: relative;
}

.black-bg {
  background: black;
}

.posts-filters {
  background: #EEE;
  padding: 1.5em 2em;
}

.posts-filters form > div {
  margin: 5px 0;
  position: relative;
}

.posts-filters form i {
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: .5em;
  margin: -.5em 0 0;
  color: #CCC;
}

.posts-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.posts-filters li {
  margin: .25em 0;
}

.posts-filters a {
  color: #666;
}

.posts-filters a:hover, .posts-filters a:focus, .posts-filters a:active,
.posts-filters li.selected > a {
  color: #CE0D00;
}

#ui-datepicker-div {
  display: none;
}

/* ----- Banner Image (Shows and Seasons) ----- */
.featured-image-show {
  margin: 0 0 40px;
  margin: 0 0 4rem;
  position: relative;
}

.featured-image-show img {
  display: block;
  width: 100%;
  max-height: 260px;
}

.featured-image-show a {
  color: white;
}

.featured-image-show a:hover, .featured-image-show a:focus, .featured-image-show a:active {
  color: white;
  background-color: #CE0D00;
}

.featured-image-show .slide-link {
  position: relative;
}

.featured-image-show .button {
  margin: 10px 0 0;
}

.featured-image-show .button:hover, .featured-image-show .button:focus, .featured-image-show .button:active {
  background-color: black;
}

.featured-image-show .button-secondary:hover, .featured-image-show .button-secondary:focus, .featured-image-show .button-secondary:active {
  color: #242424;
  background-color: white;
}

.featured-image-show .season-buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 600px) {
  .featured-image-show .season-buttons {
    position: static;
    margin: 10px 0 0;
  }
  .featured-image-show .season-buttons .button {
    margin: 5px;
  }
}

.season-preview {
  margin: -40px 0 40px;
  margin: -4rem 0 4rem;
  padding: 20px 0;
  box-sizing: border-box;
  min-height: 70px;
  text-align: right;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}

.season-preview img {
  display: block;
  margin: 0 auto;
}

.season-preview .season-buttons {
  margin: 10px 0 0;
}

.season-preview .season-buttons .button {
  padding: 0.5em .75em;
  margin: 5px;
  color: #666;
  background: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 600px) {
  .season-preview {
    margin-bottom: 2rem;
  }
}

.season-buttons {
  padding: 0;
  margin: 0;
  list-style: none;
}

.season-buttons li {
  display: inline;
}

.season-buttons .button {
  padding: 0.5em .75em;
  margin: 0 5px;
  font-weight: normal;
  color: #666;
  background: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.season-buttons .button:hover, .season-buttons .button:focus, .season-buttons .button:active {
  color: white;
  background: #666;
}

.sidebar-box {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  border: 1px solid #CCC;
  padding: 1em;
  margin-top: -1px;
}

.sidebar-box .button {
  padding: .25em .5em;
}

.sidebar-box td, .sidebar-box th {
  border: none;
  border-bottom: 1px solid #CCC;
  padding: .5em .3em;
}

.sidebar-box .qtix-calendar td, .sidebar-box .qtix-calendar th {
  position: relative;
  width: 14.28571%;
}

.sidebar-box .qtix-calendar td span, .sidebar-box .qtix-calendar th span {
  color: #888;
}

.sidebar-box .qtix-calendar td a, .sidebar-box .qtix-calendar th a {
  display: block;
  margin: -.5em -.3em;
  padding: .5em .3em;
  color: white;
  background: #CE0D00;
  text-decoration: none;
}

.sidebar-box .qtix-calendar td a:hover, .sidebar-box .qtix-calendar td a:focus, .sidebar-box .qtix-calendar td a:active, .sidebar-box .qtix-calendar td a:focus, .sidebar-box .qtix-calendar th a:hover, .sidebar-box .qtix-calendar th a:focus, .sidebar-box .qtix-calendar th a:active, .sidebar-box .qtix-calendar th a:focus {
  background-color: black;
}

.sidebar-box hr {
  height: 3px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 0 0 10px;
}

.sidebar-box ul {
  padding: 0;
  list-style: none;
}

.sidebar-box li {
  margin: 5px 0;
}

.sidebar-box li img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.sidebar-box > :last-child {
  margin-bottom: 0;
}

.sidebar-box-heading,
.sidebar-box-subheading {
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 10px;
}

.sidebar-box-heading {
  text-transform: uppercase;
  color: #CE0D00;
  transition: margin .5s;
}

.sidebar-box-heading a {
  display: block;
  text-decoration: none;
}

.sidebar-box-heading :visited {
  color: #CE0D00;
}

.toggle-closed .sidebar-box-heading {
  margin-bottom: 0;
}

.toggle-enabled .sidebar-box-heading:before {
  content: '▲ ';
  font-size: .9em;
  float: right;
}

.toggle-closed .sidebar-box-heading:before {
  content: '▼ ';
}

.sidebar-box-subheading {
  text-transform: none;
  color: black;
}

.sidebar-secondary-box {
  background: #EEE;
  box-shadow: 2px 2px 0 white inset, -2px -2px 0 white inset;
}

.sidebar-secondary-box .sidebar-box-heading {
  color: black;
}

.sidebar-secondary-box hr {
  height: 0;
  border-top: none;
  border-bottom: 1px dotted #CCC;
}

/* `sidebar `boxes
========================================================================== */
/* -- Sidebar Image -- */
.sidebar-image img {
  display: block;
  width: 100%;
}

/* -- Big Button -- */
.big-button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.6em 1em;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: white;
  background: #242424;
}

.big-button, .big-button:visited {
  color: white;
}

.big-button i {
  position: absolute;
  right: 1em;
  top: 1em;
  color: #888;
}

.big-button:hover, .big-button:focus, .big-button:active {
  color: white;
  background: black;
}

/* -- Show Promos -- */
.show-promos {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}

.show-promos ul {
  padding: 0;
  list-style: none;
}

.show-promos a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.show-promos a:hover, .show-promos a:focus, .show-promos a:active {
  -webkit-filter: brightness(1.25);
  -moz-filter: brightness(1.25);
  filter: brightness(1.25);
}

.show-promos li {
  margin: -1px 0 10px;
  margin: -1px 0 1rem;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}

.show-promos .show-promo-image {
  float: left;
  position: relative;
}

.show-promos .show-promo-image img {
  display: block;
  width: 76px;
}

.show-promos .show-promo-content {
  overflow: hidden;
  padding: 10px;
}

.show-promos .show-promo-heading {
  color: #242424;
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.show-promos .show-promo-date {
  text-transform: uppercase;
}

/* -- Latest Tweets -- */
.latest-tweets {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.latest-tweets ul, .latest-tweets ol {
  padding: 0;
  list-style: none;
}

.latest-tweets li {
  margin: -1px 0 0;
  margin: -1px 0 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}

.latest-tweets .image-link {
  float: left;
  margin: 12px 0 10px;
}

.latest-tweets .image-link img {
  display: block;
}

.latest-tweets div {
  overflow: hidden;
  padding: 10px;
}

.latest-tweets div img {
  float: right;
  margin: 0;
  border-radius: 3px;
  max-width: 150px;
  height: auto;
}

/* -- "New" -- */
.new {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/new.png) no-repeat 0 0;
  background-size: 50px 50px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .new {
    background-image: url(../images/new@2.png);
  }
}

/* -- Sidebar Nav -- */
.sidebar-nav {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-nav > ul > li.current-menu-item.menu-item-has-children,
.sidebar-nav > ul > li.current-menu-ancestor.menu-item-has-children {
  border: 1px solid #CCC;
  padding: 0 10px;
  margin: 0 0 40px;
  margin: 0 0 4rem;
}

.sidebar-nav li,
.sidebar-nav li ul {
  display: none;
}

.sidebar-nav li.current-menu-ancestor,
.sidebar-nav li.current-menu-ancestor > ul,
.sidebar-nav li.current-menu-ancestor > ul > li,
.sidebar-nav li.current-menu-ancestor > ul > li > ul,
.sidebar-nav li.current-menu-item.menu-item-has-children,
.sidebar-nav li.current-menu-item.menu-item-has-children > ul,
.sidebar-nav li.current-menu-item > ul > li,
.sidebar-nav li.current-menu-item > ul > li > ul {
  display: block;
}

.sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li li {
  margin-top: -1px;
  border-top: 1px solid #CCC;
}

.sidebar-nav li ul {
  border-top: 1px solid #CCC;
}

.sidebar-nav li li ul {
  padding-left: 1.5em;
}

.sidebar-nav a {
  display: block;
  padding: .75em .5em;
  color: #888;
  text-decoration: none;
}

.sidebar-nav li.current-menu-ancestor > a {
  color: #242424;
}

.sidebar-nav li.current-menu-item > a,
.sidebar-nav a:hover,
.sidebar-nav a:focus,
.sidebar-nav a:active {
  color: #CE0D00;
}

.mobile-icons li {
  padding: 0 10px;
}

.mobile-icons li:first-child {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.mobile-icons a {
  background-color: #EEE;
}

@media (max-width: 600px) {
  #menu-social-networks {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .mobile-icons {
    display: none;
  }
}

@media (max-width: 600px) {
  .main-menu {
    background-color: white;
  }
  .scroll-past.main-menu {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    top: 0;
    padding: 3rem 15px 15px 15px;
    transform: translateY(-100%);
  }
  .scroll-up .scroll-past.main-menu {
    transform: translateY(0);
    transition: transform .25s linear;
  }
}

@media (max-width: 400px) {
  .scroll-up .main-menu {
    padding-top: 2rem;
  }
}

.slider-controls-next, .slider-controls-prev {
  display: none;
}

@media (max-width: 600px) {
  .slider-controls-next, .slider-controls-prev {
    display: block;
  }
  .slide-image {
    position: relative;
  }
  .slide-image:before {
    content: "";
    display: block;
    padding-bottom: 57.97101%;
  }
  .slide-image > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .slider-controls {
    text-align: center;
    background-color: white;
  }
  .slider-controls li {
    display: inline-block;
    float: none;
  }
  .slider-controls a {
    color: black;
    background-color: white;
  }
  li.slider-controls-number {
    display: none;
  }
}

.slider-image--mobile-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-image--mobile {
  display: none;
}

@media (max-width: 600px) {
  .slide-image--mobile {
    display: block;
  }
  .slide-image--desktop {
    display: none;
  }
}

.slide-content__trailer {
  display: none;
}

@media (max-width: 600px) {
  .slide-content__buttons, .slide-content__text {
    float: none;
  }
  .slide-buttons {
    text-align: left;
  }
  .slide-content__moreinfo {
    display: none;
  }
  .slide-content__trailer {
    display: inline-block;
  }
}

.mobile-tabs-nav {
  display: none;
}

@media (max-width: 600px) {
  .mobile-tabs-nav {
    display: block;
  }
  .tabs-nav__desktop {
    display: none;
  }
}

.show-on-mobile {
  display: none !important;
}

@media (max-width: 600px) {
  .show-on-mobile {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .show-thumb {
    max-width: none;
    max-height: none;
  }
  .show-thumb-more {
    display: none;
  }
  .show-thumb img, .show-thumb-link {
    display: inline-block;
    width: 151px;
    height: 186px;
    vertical-align: middle;
  }
  .show-thumb-info {
    position: static;
    width: calc(100% - 157px);
    padding: 15px;
    display: inline-block;
    opacity: 1;
    transform: none;
    vertical-align: top;
    top: auto;
    left: auto;
  }
  .show-thumb-buttons {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0;
  }
  .show-thumb-date {
    margin-bottom: 10px;
  }
  .show-thumb-info .no-overflow {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .show-box__title {
    float: none;
  }
  .show-box__links {
    float: none;
    position: absolute;
    background-color: black;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    transform: translateY(100%);
    transition: top 0.25s;
  }
  .show-box__links > * {
    margin-top: 0 !important;
  }
  .show-box__links.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    transform: none;
    z-index: 5;
  }
  .featured-image-show, .season-preview {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    margin-bottom: 70px;
  }
}

@media (max-width: 340px) {
  .featured-image-show, .season-preview {
    width: calc(100% + 20px);
    left: -10px;
  }
}

.featured-image-show--mobile {
  display: none;
}

@media (max-width: 600px) {
  .featured-image-show--desktop {
    display: none;
  }
  .featured-image-show--mobile {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block;
  }
  .featured-image-show--mobile:before {
    content: "";
    display: block;
    padding-bottom: 57.97101%;
  }
  .featured-image-show--mobile > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}

.show-synopsis {
  display: none;
  margin-bottom: 40px;
}

.show-more {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .show-synopsis {
    display: block;
  }
}

.show-more__content {
  transition: height 0.25s;
  overflow: hidden;
}

.padding-0 {
  padding: 0 !important;
}

.border-none {
  border: none !important;
}

.m-t-20 {
  margin-top: 20px;
}

.show-on-mobile {
  display: none;
}

@media (max-width: 600px) {
  .show-on-mobile {
    display: block;
  }
}

@media (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }
}

.position-relative {
  position: relative;
}

.m-b-5 {
  margin-bottom: 5px;
}

.filter-card {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px 10px;
  background-color: grey;
  color: white;
}

.filter-card:after {
  content: '✕';
  margin-left: 4px;
  display: inline-block;
}

.filter-card:first-of-type:after {
  display: none;
}

.filter-card:hover, .filter-card:focus, .filter-card:active {
  color: white;
  background-color: black;
}

#whatson {
  margin-top: 15px;
}

@media (max-width: 600px) {
  .filters-header {
    position: relative;
    cursor: pointer;
  }
  .filters-header:after {
    content: '➖';
    display: inline-block;
    position: absolute;
    right: 0;
  }
  .filters-hide .filters-header {
    margin: 0;
  }
  .filters-hide .filters-header:after {
    content: '➕';
  }
  .filters-hide #whatson-filters {
    display: none;
  }
}

.promotional-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 45px 20px;
}

.color-white {
  color: white;
}

.button.button--white {
  background-color: white;
  color: black;
}

.button.button--white:hover, .button.button--white:focus, .button.button--white:active, .button.button--white:focus, .button.button--white:active {
  color: white;
  background: black;
}

.button.slimmed-padding {
  padding: 0.5em 0.8em;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  a:hover .arrow_left__st0, a:focus .arrow_left__st0, a:active .arrow_left__st0 {
    stroke: white;
  }
  a:hover .icon-pause, a:focus .icon-pause, a:active .icon-pause, a:hover .icon-play2, a:focus .icon-play2, a:active .icon-play2 {
    color: white;
  }
  .slider-controls {
    padding-top: 10px;
  }
}

@media (max-width: 600px) {
  .posts-filters {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 600px) {
  #this-weekend {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #next-week {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  ul.mobile-social-icons {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
  }
  .mobile-social-icons li {
    display: inline-block;
    font-size: 3rem;
    margin-right: 20px;
  }
  .mobile-social-icons a:link, .mobile-social-icons a:visited {
    color: black;
  }
  .mobile-social-icons a:hover, .mobile-social-icons a:focus, .mobile-social-icons a:active, .mobile-social-icons a:active {
    color: #CE0D00;
  }
}

.display-block {
  display: block !important;
}

@media (max-width: 600px) {
  .sidebar-nav .menu > li.menu-item-has-children .sub-menu,
  .sidebar-nav .menu > li.current-menu-item.menu-item-has-children .sub-menu {
    display: none;
  }
  .sidebar-nav .menu > li.menu-item-has-children .sub-menu a,
  .sidebar-nav .menu > li.current-menu-item.menu-item-has-children .sub-menu a {
    padding-left: 15px;
  }
  .sidebar-nav .menu > li.menu-item-has-children > a,
  .sidebar-nav .menu > li.current-menu-item.menu-item-has-children > a {
    position: relative;
  }
  .sidebar-nav .menu > li.menu-item-has-children > a:after,
  .sidebar-nav .menu > li.current-menu-item.menu-item-has-children > a:after {
    content: '➕';
    display: inline-block;
    position: absolute;
    right: 0;
  }
  .sidebar-nav .menu > li.menu-item-has-children > a.minus:after,
  .sidebar-nav .menu > li.current-menu-item.menu-item-has-children > a.minus:after {
    content: '➖';
  }
}

/* `CMS
========================================================================== */
.space-items li {
  margin: .75em 0;
}

.reset-list {
  list-style: none;
  padding: 0;
}

/* -- Box Icons -- */
.box-icon {
  padding-left: 2em;
  position: relative;
}

.box-icon [class^="icon-"],
.box-icon [class*=" icon-"] {
  font-size: 1.2em;
  position: absolute;
  top: 3px;
  left: 0;
  color: #CE0D00;
}

/* `helper classes
========================================================================== */
/* ----- Hiding Elements ----- */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

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

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  overflow: visible;
  clip: rect(auto auto auto auto);
  clip: rect(auto, auto, auto, auto);
  margin: 0;
}

.invisible {
  visibility: hidden;
}

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

.show {
  display: block;
}

.hide-without-js {
  display: none;
}

.js .hide-without-js {
  display: block;
}

/* ----- Float & Clear ---- */
.float-left, .alignleft {
  float: left;
}

.float-right, .alignright {
  float: right;
}

img.float-left, img.alignleft, figure.float-left, figure.alignleft {
  margin: 0 1em 1em 0;
}

img.float-right, img.alignright, figure.float-right, figure.alignright {
  margin: 0 0 1em 1em;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/* ----- Text Align ---- */
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

/* ----- Overflow ---- */
.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: scrolling;
  -webkit-overflow-scrolling: touch;
}

.no-overflow {
  overflow: hidden;
}

/* ----- Spacing ----- */
.no-margin {
  margin-bottom: 0;
}

.margin1 {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.margin2 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.margin3 {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.margin4 {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

/* ----- Sizing ----- */
.full-width {
  width: 100%;
}

/* ----- WordPress WYSIWYG ----- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*----- Messages -----*/
.message, .message-error, .message-success, .message-alert {
  padding: .5em 2em;
  border-radius: 2px;
  background: #EEE;
  text-align: left;
}

.message ul, .message-error ul, .message-success ul, .message-alert ul {
  padding-left: 1em;
  text-align: left;
}

.message > :last-child, .message-error > :last-child, .message-success > :last-child, .message-alert > :last-child {
  margin-bottom: 0;
}

.message-error {
  color: white;
  background: #900;
}

.message-error a {
  color: white;
  text-decoration: underline;
}

.message-error a:hover, .message-error a:focus, .message-error a:active {
  text-decoration: none;
}

.message-success {
  color: white;
  background: #090;
}

.message-success a {
  color: white;
  text-decoration: underline;
}

.message-success a:hover, .message-success a:focus, .message-success a:active {
  text-decoration: none;
}

.message-alert {
  color: black;
  background: #FD0;
}

.message-alert a {
  color: black;
  text-decoration: underline;
}

.message-alert a:hover, .message-alert a:focus, .message-alert a:active {
  text-decoration: none;
}

/* ----- Fixed Ratios ----- */
.ratio-16-9, .ratio-4-3, .ratio-1-1, .ratio-show-thumb {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.ratio-16-9 > *, .ratio-4-3 > *, .ratio-1-1 > *, .ratio-show-thumb > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-4-3 {
  padding-bottom: 75%;
}

.ratio-1-1 {
  padding-bottom: 100%;
}

.ratio-show-thumb {
  padding-bottom: 122.36842%;
}

.padding-20 {
  padding: 2rem;
}

.bg-grey {
  background-color: #EEE;
}

.show-box__title {
  float: left;
}

.show-box__links {
  float: right;
}

.display-none {
  display: none !important;
}

/* ==========================================================================
   `print styles
   ========================================================================== */
.print-only {
  display: none;
}

@media print {
  .print-only {
    display: block;
  }
  .print-hide {
    display: none;
  }
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   `reference
   ==========================================================================

	html5-boilerplate
	https://github.com/h5bp/html5-boilerplate/blob/master/doc/TOC.md


*/
/*voodoo logo*/
@font-face {
  font-family: 'voodoo';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAsAAAAABhQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAPsAAAFEBMC9q0ZGVE0AAAIEAAAAGgAAABxmnNGeR0RFRgAAAiAAAAAcAAAAIAAyAARPUy8yAAACPAAAAE0AAABgStjXTGNtYXAAAAKMAAAAUQAAAWID9vVjaGVhZAAAAuAAAAAvAAAANvnibIZoaGVhAAADEAAAAB4AAAAkAM3//2htdHgAAAMwAAAAFAAAABQBZwAAbWF4cAAAA0QAAAAGAAAABgAFUABuYW1lAAADTAAAANwAAAF68akh9XBvc3QAAAQoAAAADAAAACAAAwAAeJxFTD1Lw1AUPbdJGinhaSRVh2ccu0mm/gMFxcGtk5sURDGLujhqcbiOOugo4qZLnfQv+AOUToKgD6FxzHZ9aUy8w+GeT4Lrgoj8ozTdTlNQA4Rurhv5opMvuBw4HLhxi4S5xMDnk8x4GrvTGpjROAg1lKbuLJyiOwWF6HB/ZzVJknLzb9neJlbQozN4RE7vcviUqXtXxHwPBKEFGUfHgrkawsr418rIJGxqGFdGQWP1Jog7e4O2yPvrxWhCmrY9v2GLX482aT8xxWdqWmlL6lOwdXUtWHu+sws3/T4Lll/WRR5+bj3Fxu1kvvqIuH16PmLmJgetXxo8jMMAeJxjYGBgZACCM7aLzoPos/rT02E0AEhLBnAAAHicY2BkYGDgA2IJBhBgYmAEQhYwBvEYAAR2ADd4nGNgZghjnMDAysDB4MjgxsDAwAelDRhYGCQZGJgYWJkZYIBRgAEBAtJcUxgcGFI+MDDE/f/FwMkQx8DeAFQDlvQEYgUgZAQAgIEJPwAAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMKQw5DOUfWD4/x+sDon3f97/Sf97BVigJsABIxsDuhBNABOSlRCKmQ62EgcAY2AOSQAAAHicY2BkYGAAYo5/O3bE89t8ZeBmSAGKMJzVn56OoP//BIrGAbkcDEwgUQBGxws/AHicY2BkYGCI+/+TgZMhhYHh/xwgCRJBBqwAeq8EygAAAGQAAABZAAAATgAAAFwAAAAAAAAAAFAAAAUAAHicbZBLasMwEIY/J45LSeiuXYtClzaWs8u6+ABdZB+IMIFggfI4Sk6QXY7RA/QEuUt+y1p0EQ2j+TT880DAggsZw8koeEs84YWvxFM+OSTOpbkmnjHnN3Ehu0uZ5a/KLGLVwBN1fE885ZsycR7njjzjg1viQvk/znjZNt6cvd96xR8cHSf2bAh6uu603whaiXqOMQYpHIaGilpxJf/fbMwssVpk8EYqqzet74+tD50zTVWblRmHCpa2tGVTW2mebrXWvKDv2cUtjLoNk1m7cNj53tiqfl74AOQdNot4nGNgZsALAAB9AAQ=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWac0Z4AAAWUAAAAHEdERUYANAAGAAAFdAAAACBPUy8ySrfW4gAAAVgAAABWY21hcAX8+GwAAAHMAAABYmdhc3D//wADAAAFbAAAAAhnbHlmKzSDIwAAA0AAAAB4aGVhZPnibIUAAADcAAAANmhoZWEAzgAAAAABFAAAACRobXR4AYgAAAAAAbAAAAAcbG9jYQBCAGAAAAMwAAAAEG1heHAASgALAAABOAAAACBuYW1l8akh9QAAA7gAAAF6cG9zdE5an+QAAAU0AAAAOAABAAAAAQAAcabNnl8PPPUACwBkAAAAAM0vl2cAAAAAzS+XZwAA//gAZABeAAAACAACAAAAAAAAAAEAAABe//gACQBkAAD/nABkAAEAAAAAAAAAAAAAAAAAAAAHAAEAAAAHAAgAAQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQBWAZAABQAIAEEARgAAAA4AQQBGAAAAMAAEABkAAAIABQMAAAAAAAAAAAABEAAAAAAAAAAAAAAAUGZFZABAAGTwAABe//oACQBeAAiAAAABAAAAAAAAAGQAAAAAAAAAIQAAAFkAAABOAAAAXAAAAAAAAAAAAAMAAAADAAAAHAABAAAAAABcAAMAAQAAABwABABAAAAADAAIAAIABAAAAGQAbwB28AD//wAAAAAAZABvAHbwAP//AAD/oP+U/48QBgABAAAAAAAAAAAAAAAAAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAwAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEgAkADAAPAABAAD/+gBQAEoABwAAPAE2MhYUBiIXIhcXIhEiFxciFwAAAAABAAD/+gBHAEoABwAAFzI2NCYrARUeERcXER4GFyIXUAAAAAABAAD/+ABeAEoAAgAANwcnXi8vSlFRAAABAAD/+gBkAF4AAgAANRcjZGReZAAAAAAAAAwAlgABAAAAAAABAAYADgABAAAAAAACAAcAJQABAAAAAAADACIAcwABAAAAAAAEAAYApAABAAAAAAAFAAsAwwABAAAAAAAGAAYA3QADAAEECQABAAwAAAADAAEECQACAA4AFQADAAEECQADAEQALQADAAEECQAEAAwAlgADAAEECQAFABYAqwADAAEECQAGAAwAzwB2AG8AbwBkAG8AbwAAdm9vZG9vAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHYAbwBvAGQAbwBvACAAOgAgADMAMQAtADEALQAyADAAMQAzAABGb250Rm9yZ2UgMi4wIDogdm9vZG9vIDogMzEtMS0yMDEzAAB2AG8AbwBkAG8AbwAAdm9vZG9vAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAAB2AG8AbwBkAG8AbwAAdm9vZG9vAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgBSAEcAWQECB3VuaUYwMDAAAAAB//8AAgABAAAADgAAABgAAAAAAAIAAQADAAYAAQAEAAAAAgAAAAAAAQAAAADMPaLPAAAAAM0vl2cAAAAAzS+XZw==) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.vclogo {
  font-family: 'voodoo';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

a.vclogo {
  text-decoration: none;
}

@font-face {
  font-family: 'icons';
  src: url("fonts/icons.eot?qrf0y4");
  src: url("fonts/icons.eot?#iefixqrf0y4") format("embedded-opentype"), url("fonts/icons.woff?qrf0y4") format("woff"), url("fonts/icons.ttf?qrf0y4") format("truetype"), url("fonts/icons.svg?qrf0y4#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e600";
}

.icon-phone:before {
  content: "\e601";
}

.icon-user:before {
  content: "\e602";
}

.icon-share:before {
  content: "\e603";
}

.icon-house:before {
  content: "\e604";
}

.icon-search:before {
  content: "\e605";
}

.icon-calendar:before {
  content: "\e606";
}

.icon-screen:before {
  content: "\e607";
}

.icon-lock:before {
  content: "\e608";
}

.icon-minus:before {
  content: "\e609";
}

.icon-plus:before {
  content: "\e60a";
}

.icon-play2:before {
  content: "\e60b";
}

.icon-pause:before {
  content: "\e60c";
}

.icon-twitter:before {
  content: "\e60d";
}

.icon-facebook:before {
  content: "\e60e";
}

.icon-instagram:before {
  content: "\e60f";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-cross:before {
  content: "\ea0f";
}

.gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

@media all and (max-width: 600px) {
  .gform_fields {
    display: block;
  }
}

.gform_fields li {
  flex: 0 0 48%;
  padding: 0;
  margin: 0 0 20px 0;
}

.gform_validation_container {
  display: none;
}

.gform_button[type="submit"] {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.5;
  padding: .5em 2em;
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.charleft.ginput_counter.warningTextareaInfo {
  display: none !important;
}

.validation_message, .validation_error {
  color: red;
}

.validation_error {
  margin-bottom: 1em;
}

.gfield_required {
  margin-left: 0.2em;
}
