/******************************************************************
Site Name: RDF Television
Author: Ahoy Creative

font-family: 'FF Mark Pro Book'
font-family: 'FF Mark Pro Bold'
******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

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

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

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

.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/*********************
VARIABLES
*********************/
/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY STYLES
*********************/
/*********************
FONT FACE
*********************/
p {
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
GRID STYLES
*********************/
/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    margin-left: 2.762430939%;
    width: 100%;
    margin-left: 0;
  }
  .m-1of2 {
    float: left;
    margin-left: 2.762430939%;
    width: 48.618784527%;
  }
  .m-1of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 31.491712705%;
  }
  .m-2of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 65.74585634900001%;
  }
  .m-1of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 22.928176794%;
  }
  .m-3of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 74.30939226%;
  }
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    margin-left: 2.762430939%;
    width: 100%;
    margin-left: 0;
  }
  .t-1of2 {
    float: left;
    margin-left: 2.762430939%;
    width: 48.618784527%;
  }
  .t-1of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 31.491712705%;
  }
  .t-2of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 65.74585634900001%;
  }
  .t-1of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 22.928176794%;
  }
  .t-3of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 74.30939226%;
  }
  .t-1of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 17.7900552488%;
  }
  .t-2of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 38.3425414366%;
  }
  .t-3of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 58.8950276236%;
  }
  .t-4of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 79.4475138122%;
  }
}

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    margin-left: 2.762430939%;
    width: 100%;
    margin-left: 0;
  }
  .d-1of2 {
    float: left;
    margin-left: 2.762430939%;
    width: 48.618784527%;
  }
  .d-1of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 31.491712705%;
  }
  .d-2of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 65.74585634900001%;
  }
  .d-1of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 22.928176794%;
  }
  .d-3of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 74.30939226%;
  }
  .d-1of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 17.7900552488%;
  }
  .d-2of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 38.3425414366%;
  }
  .d-3of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 58.8950276236%;
  }
  .d-4of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 79.4475138122%;
  }
  .d-1of6 {
    float: left;
    margin-left: 2.762430939%;
    width: 14.3646408842%;
  }
  .d-1of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 11.917916338%;
  }
  .d-2of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 26.598263615%;
  }
  .d-3of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 41.278610892%;
  }
  .d-4of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 55.958958169%;
  }
  .d-5of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 70.639305446%;
  }
  .d-6of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 85.319652723%;
  }
  .d-1of8 {
    float: left;
    margin-left: 2.762430939%;
    width: 10.0828729284%;
  }
  .d-3of8 {
    float: left;
    margin-left: 2.762430939%;
    width: 35.7734806647%;
  }
  .d-5of8 {
    float: left;
    margin-left: 2.762430939%;
    width: 61.4640884011%;
  }
  .d-7of8 {
    float: left;
    margin-left: 2.762430939%;
    width: 87.1546961374%;
  }
  .d-1of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 8.65561694311%;
  }
  .d-2of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 20.073664826%;
  }
  .d-4of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 42.9097605918%;
  }
  .d-5of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 54.3278084748%;
  }
  .d-7of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 77.1639042406%;
  }
  .d-8of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 88.5819521235%;
  }
  .d-1of10 {
    float: left;
    margin-left: 2.762430939%;
    width: 7.5138121549%;
  }
  .d-3of10 {
    float: left;
    margin-left: 2.762430939%;
    width: 28.0662983443%;
  }
  .d-7of10 {
    float: left;
    margin-left: 2.762430939%;
    width: 69.1712707231%;
  }
  .d-9of10 {
    float: left;
    margin-left: 2.762430939%;
    width: 89.7237569125%;
  }
  .d-1of12 {
    float: left;
    margin-left: 2.762430939%;
    width: 5.801104972%;
  }
  .d-5of12 {
    float: left;
    margin-left: 2.762430939%;
    width: 40.055248616%;
  }
  .d-7of12 {
    float: left;
    margin-left: 2.762430939%;
    width: 57.182320438000005%;
  }
  .d-11of12 {
    float: left;
    margin-left: 2.762430939%;
    width: 91.436464082%;
  }
}

.first {
  margin-left: 0;
}

.last {
  float: right;
  margin-right: 0;
}

/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.blue-btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2980b9;
}

.blue-btn:hover, .blue-btn:focus {
  background-color: #2574a8;
}

.blue-btn:active {
  background-color: #2472a4;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #434343;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  background-color: #898989;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #939393;
  outline: none;
}

input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
BASE (MOBILE) SIZE
*********************/
/*********************
MOBILE
*********************/
/*********************
BODY STYLES
*********************/
body {
  font-size: 14px;
  font-family: "FFMarkWebProBook", "Georgia", Cambria, Times New Roman, Times, serif;
  line-height: 1.5;
  overflow-y: scroll;
  color: #434343;
  background-color: #f1f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mfPreviewBar {
  display: none !important;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #ee3330;
  outline: none;
  text-decoration: none;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  outline: none;
  text-decoration: none;
}

a:active, a:visited:active {
  outline: none;
}

a:link, a:visited:link {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 500;
  text-rendering: optimizelegibility;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  color: #ee3330;
  font-size: 2.5em;
  line-height: 1.333em;
}

h2, .h2 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h6, .h6 {
  font-size: 13px;
}

/*********************
PRE-HEADER STYLES
*********************/
.home-slider {
  height: 350px;
  height: calc( 100vh - 109px);
  position: relative;
  z-index: 0;
}

.home-slider .home-slider-fixed-wrap {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
}

.slider {
  background: #ee3330;
  height: 100%;
  margin: 0;
  position: relative;
}

.slider li {
  height: 350px;
  height: calc( 100vh - 109px);
  width: 100%;
}

.static-slide {
  background: #ee3330;
  height: 350px;
  height: calc( 100vh - 109px);
  position: relative;
}

.static-slide .subtitle-circle {
  display: none;
}

.static-slide.about-us-heading {
  background: transparent;
  height: 380px;
}

.static-slide.about-us-heading .about-us-image {
  border-radius: 50%;
  height: auto;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 43%;
  z-index: 2;
}

.static-slide.about-us-heading .about-us-image img {
  height: auto;
  width: 100%;
}

.static-slide.about-us-heading .about-slider {
  background: #ee3330;
  border-radius: 50%;
  height: 300px;
  left: 10px;
  opacity: 0;
  padding: 95px 30px;
  position: relative;
  top: 94px;
  width: 300px;
  z-index: 1;
}

.static-slide.about-us-heading .about-slider .about-slider-slides {
  margin: 0;
}

.static-slide.about-us-heading .about-slider .about-slider-slides li {
  color: #fff;
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 17px;
  height: 90px;
  line-height: 1.3;
  overflow: hidden;
}

.static-slide.about-us-heading .about-slider .about-slider-slides li .about-slider-text {
  bottom: 0;
  position: absolute;
}

.static-slide.about-us-heading .about-slider .bx-pager.bx-default-pager {
  margin-top: 0 !important;
  position: relative;
  top: 0;
  left: 0;
}

.static-slide.about-us-heading .about-slider .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
  margin-right: 10px;
}

.single-slide {
  color: #fff;
  height: 100%;
}

.single-slide .wrap {
  height: 100%;
  position: relative;
  z-index: 3;
}

.single-slide .subtitle {
  bottom: 46px;
  color: #fff;
  display: inline-block;
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  max-width: 70%;
  opacity: 0;
  position: absolute;
}

.single-slide .subtitle a {
  color: #fff;
}

.single-slide .subtitle strong {
  color: #141414;
}

.single-slide h4, .single-slide .h4 {
  bottom: 20px;
  font-size: 11px;
  margin: 0;
  opacity: 0;
  position: absolute;
}

.single-slide h4 a, .single-slide .h4 a {
  color: #fff;
}

.single-slide:after {
  background: #ee3330;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*********************
HEADER BAR STYLES
*********************/
body.home .header {
  position: relative;
}

.header {
  background-color: #fff;
  padding: 10px;
  position: fixed;
  line-height: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header .logo {
  max-width: 14%;
}

.header #show-filters {
  background: #ee3330;
  color: #fff;
  display: block;
  left: 0;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 109px;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  width: 100%;
}

.header #show-filters.open {
  background: #141414;
}

.header #show-filters > li {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 15px 40px 0 30px;
  position: relative;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  width: 50%;
}

.header #show-filters > li .filter-text {
  display: block;
  margin-bottom: 15px;
}

.header #show-filters > li.active {
  background: #ee3330;
}

.header #show-filters > li.sort {
  display: none;
}

.header #show-filters > li:after {
  content: "";
  background: url("../images/filter-arrow-white.svg") no-repeat center center;
  height: 7px;
  opacity: 0.8;
  position: absolute;
  right: 20px;
  top: 18px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 11px;
}

.header #show-filters > li ul.filter-sub-menu {
  background: #ee3330;
  display: none;
  font-size: 12px;
  margin: 0;
  left: 0;
  position: absolute;
  width: 200%;
}

.header #show-filters > li ul.filter-sub-menu li {
  cursor: pointer;
  display: block;
  padding: 14px 20px;
}

.header #show-filters > li.channel-filter ul.filter-sub-menu {
  left: -100%;
}

.header .menu-btn {
  background: #ee4237;
  border-radius: 25px;
  cursor: pointer;
  display: block;
  float: right;
  height: 50px;
  padding: 17px 11px;
  position: relative;
  top: 20px;
  width: 50px;
}

.header .menu-btn svg {
  height: 15px;
  width: 100%;
}

/*********************
NAVIGATION STYLES
*********************/
#nav-slide {
  background: #141414;
  height: 100%;
  position: fixed;
  top: 120%;
  width: 100%;
  z-index: 10;
}

#nav-slide.showmenu {
  top: 0;
}

#nav-slide .nav-half {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

#nav-slide .nav-half .top-nav {
  margin-top: 40px;
}

#nav-slide .nav-half.nav-half-left {
  display: none;
}

#nav-slide .list-of-shows {
  margin-left: -25px;
  margin-right: -25px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#nav-slide .list-of-shows li {
  height: 30%;
  opacity: 0;
  overflow: hidden;
  width: 100%;
}

#nav-slide nav {
  height: 90%;
  height: calc( 100% - 40px);
}

#nav-slide .top-nav {
  height: 100%;
}

#nav-slide .top-nav li {
  position: relative;
  text-align: center;
  width: 100%;
}

#nav-slide .top-nav li a {
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 24px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.menu-close-btn {
  background: #ee4237;
  border-radius: 25px;
  cursor: pointer;
  display: block;
  float: right;
  height: 50px;
  padding: 14px;
  position: absolute;
  right: 15px;
  top: 30px;
  width: 50px;
  z-index: 2;
}

.menu-close-btn svg {
  width: 100%;
}

.nav-social-links {
  bottom: 15px;
  position: absolute;
  right: 15px;
}

.nav-social-links a {
  display: block;
  margin-top: 10px;
}

.nav-social-links i {
  background: #898989;
  border-radius: 11px;
  color: #141414;
  height: 23px;
  text-align: center;
  width: 23px;
}

.nav-social-links .fa-twitter {
  padding: 5px;
}

.nav-social-links .fa-vimeo {
  padding: 5px 1px 5px 0px;
}

.nav-social-links .fa-instagram {
  padding: 5px;
}

.nav {
  border-bottom: 0;
  margin: 0;
}

.nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current_page_ancestor a {
  color: #ee3330;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#page-heading {
  background: #ee3330;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

#content {
  background: #f1f2f2;
  min-height: 301px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

#content #inner-content.padding-lrg {
  padding: 50px 0 0;
}

#content #inner-content.padding-sml {
  padding: 50px 0 0;
}

#content #inner-content.padding-none {
  padding: 0;
}

#content main h1, #content main .h1 {
  font-size: 25px;
  margin-bottom: 30px;
}

#content main h1.page-title, #content main .h1.page-title {
  border-bottom: 3px solid #141414;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 50px;
}

#content main article .application-message {
  color: #141414;
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
  margin: 20px 0;
}

#content main .article-link {
  color: #141414;
  display: block;
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
  margin-top: 20px;
}

#content main .article-link i {
  margin-right: 6px;
}

#content main .article-link span {
  border-bottom: 1px solid #ee3330;
  padding-bottom: 3px;
}

#content main .article-link.archive-link {
  color: #ee3330;
}

#content main .article-link.archive-link span {
  border-color: #141414;
}

#content main#index-page article, #content main#archive-vacancies article {
  margin-bottom: 50px;
}

#content main#index-page article a, #content main#archive-vacancies article a {
  color: #141414;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#content main#index-page article a:hover, #content main#archive-vacancies article a:hover {
  color: #ee3330;
}

#content main#index-page article h3, #content main#archive-vacancies article h3 {
  margin-bottom: 0;
}

#content main#index-page article .post-date, #content main#archive-vacancies article .post-date {
  color: #141414;
}

#content main#index-page article section, #content main#archive-vacancies article section {
  margin: 25px 0 0;
}

#content main#archive-people article {
  margin-bottom: 25px;
}

#content main#archive-people article:nth-of-type(odd) {
  margin-left: 0;
}

#content main#archive-people article:nth-of-type(even) {
  margin-right: 0;
  float: right;
}

#content main#archive-people article .person-image {
  float: left;
  width: 150px;
}

#content main#archive-people article .person-image img,
#content main#archive-people article .person-image .placeholder-image {
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

#content main#archive-people article .person-image .placeholder-image {
  background: #ee3330;
}

#content main#archive-people article .person-details {
  float: right;
  font-size: 14px;
  padding: 15px 0;
  width: calc( 100% - 175px);
}

#content main#archive-people article .person-details .person-name {
  color: #ee3330;
  display: block;
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
}

#content main#archive-people article .person-social-links {
  height: 20px;
  margin-top: 10px;
}

#content main#archive-people article .person-social-links a {
  color: #141414;
  margin-right: 5px;
}

#content main#archive-people article .person-bio {
  font-size: 13px;
  margin-top: 20px;
}

#content main#archive-people .two-person-wrap {
  opacity: 0;
}

#content main#archive-shows {
  margin-top: 44px;
}

#content main#contact-page .map-wrap {
  padding: 0 10px;
  position: relative;
}

#content main#contact-page .map-wrap .map-details {
  padding: 20px;
}

#content main#contact-page .map-wrap .map-details h2 {
  margin: 0;
}

#content main#contact-page .map-wrap .map-details ul {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 20px;
}

#content main#contact-page .map-wrap .map-details ul li {
  margin: 2px 0;
}

#content main#contact-page .map-wrap .map-details ul span {
  margin-left: -20px;
  position: absolute;
}

#content main .acf-map {
  border-radius: 50%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
}

/*********************
ENTRY CONTENT DEFAULTS
*********************/
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

.entry-content p {
  margin: 0 0 15px;
}

.entry-content strong {
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
}

.entry-content ul, .entry-content ol {
  list-style-type: none;
}

.entry-content ul li, .entry-content ol li {
  padding-left: 20px;
}

.entry-content ul li:before, .entry-content ol li:before {
  content: "-";
  margin-left: -20px;
  position: absolute;
}

.entry-content table {
  width: 100%;
  border: 1px solid #898989;
  margin-bottom: 1.5em;
}

.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content tr {
  border-bottom: 1px solid #898989;
}

.entry-content tr:nth-child(even) {
  background-color: #898989;
}

.entry-content td {
  padding: 7px;
  border-right: 1px solid #898989;
}

.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  background-color: #f1f2f2;
  border-bottom: 1px solid #898989;
  border-right: 1px solid #898989;
}

.entry-content th:last-child {
  border-right: 0;
}

.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.tags {
  margin: 0;
}

/*********************
SHOW MENU/PAGE
*********************/
.list-of-shows {
  font-size: 0;
  height: 100%;
  margin: 0;
}

.list-of-shows .mix {
  display: none;
}

.list-of-shows li {
  background-color: #141414;
  display: inline-block;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}

.list-of-shows li:after {
  background: #141414;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  z-index: 1;
}

.list-of-shows li a.show-link {
  display: block;
  height: 100%;
  width: 100%;
}

.list-of-shows li .show-info {
  color: #fff;
  display: block;
  height: auto;
  margin: 60px auto;
  padding: 0 35px;
  pointer-events: none;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.list-of-shows li .show-info a {
  color: #fff;
  pointer-events: all;
}

.list-of-shows li .show-info .genres {
  font-size: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.list-of-shows li .show-info .genres a {
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
  letter-spacing: 1px;
}

.list-of-shows li .show-info .show-title {
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 28px;
  line-height: 1.2;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 0;
}

.pagination {
  text-align: center;
}

.pagination ul {
  clear: both;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
}

.pagination li {
  border-right: none;
  display: inline;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.pagination a, .pagination span {
  color: #898989;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  min-width: 1em;
  padding: 0.75em;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #ee3330;
  color: #fff;
}

.pagination .current {
  color: #ee3330;
  cursor: default;
}

.pagination .current:hover, .pagination .current:focus {
  background: transparent;
  color: #ee3330;
}

.wp-prev-next .prev-link {
  float: left;
}

.wp-prev-next .next-link {
  float: right;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  color: #141414;
  font-size: 12px;
  margin-top: 50px;
  width: 100%;
}

.sidebar h4,
.sidebar h6 {
  border-bottom: 2px solid #231f20;
  font-size: 14px;
  margin: 0;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.sidebar .sidebar-title {
  display: block;
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
  margin-top: 20px;
}

.sidebar .sidebar-item {
  display: block;
}

.sidebar a {
  color: #141414;
}

.sidebar li {
  line-height: 1.3;
  margin-bottom: 6px;
}

.sidebar#news-sidebar li {
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
}

.sidebar#person-sidebar img {
  border-radius: 50%;
}

.widget ul li a {
  font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
}

.widget ul li a:hover {
  color: #ee3330;
}

.no-widgets {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
  padding: 1.5em;
  text-align: center;
}

/*********************
SHOW MENU/PAGE
*********************/
.list-of-shows li {
  width: 100%;
}

/*********************
SLIDER STYLES
*********************/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: auto;
}

/* LOADER */
.bx-wrapper .bx-loading {
  background: url("../images/bxslider/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  left: 0;
  min-height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  position: absolute;
  right: 5%;
  top: 50%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: block;
  *zoom: 1;
  *display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  height: 8px;
  margin: 14px 0;
  opacity: 0.2;
  outline: 0;
  position: relative;
  right: 0;
  text-indent: -9999px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  opacity: 1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  background: url("../images/bxslider/controls.png") no-repeat 0 -32px;
  left: 10px;
}

.bx-wrapper .bx-next {
  background: url("../images/bxslider/controls.png") no-repeat -43px -32px;
  right: 10px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  height: 32px;
  margin-top: -16px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 32px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  background: url("../images/bxslider/controls.png") -86px -11px no-repeat;
  display: block;
  height: 11px;
  margin: 0 3px;
  outline: 0;
  text-indent: -9999px;
  width: 10px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  background: url("../images/bxslider/controls.png") -86px -44px no-repeat;
  display: block;
  height: 11px;
  margin: 0 3px;
  outline: 0;
  text-indent: -9999px;
  width: 9px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-family: Arial;
  font-size: .85em;
  padding: 10px;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  background: #f1f2f2;
  clear: both;
  color: #898989;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.footer #inner-footer {
  padding-bottom: 30px;
}

.footer a {
  color: #898989;
}

/*********************
LARGER MOBILE DEVICES
*********************/
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /*********************
TABLET
*********************/
  /*********************
BODY STYLES
*********************/
  body {
    font-size: 15px;
  }
  /*********************
PRE-HEADER STYLES
*********************/
  .home-slider {
    height: 500px;
    height: calc( 100vh - 109px);
  }
  .slider li {
    height: 500px;
    height: calc( 100vh - 109px);
  }
  .static-slide {
    height: 500px;
    height: calc( 100vh - 109px);
  }
  /*********************
HEADER STYLES
*********************/
  .header #show-filters {
    background: transparent;
    color: #434343;
    display: block;
    left: 50%;
    top: 29px;
    width: auto;
  }
  .header #show-filters > li {
    margin-right: 20px;
    padding: 20px 40px 0 20px;
    position: relative;
    width: auto;
  }
  .header #show-filters > li .filter-text {
    display: block;
    margin-bottom: 20px;
  }
  .header #show-filters > li.active {
    background: transparent;
  }
  .header #show-filters > li:after {
    right: -10px;
    top: 23px;
    background: url("../images/filter-arrow.svg") no-repeat center center;
  }
  .header #show-filters > li ul.filter-sub-menu {
    background: #fff;
    left: auto;
    margin-left: -20px;
    margin-top: 0;
  }
  .header #show-filters > li ul.filter-sub-menu li {
    cursor: pointer;
    display: block;
    padding: 14px 20px;
  }
  .header #show-filters > li.channel-filter ul.filter-sub-menu {
    left: auto;
  }
  #nav-slide .nav-half {
    float: left;
    height: 100%;
    width: 50%;
  }
  #nav-slide .nav-half.nav-half-left {
    display: inline-block;
  }
  /*********************
NAVIGATION STYLES
*********************/
  #nav-slide .top-nav li a {
    font-size: 30px;
  }
  /*********************
POSTS & CONTENT STYLES
*********************/
  #page-heading {
    background: #ee3330;
    height: calc( 100vh - 109px);
    min-height: 750px;
    width: 100%;
  }
  .static-slide.about-us-heading {
    background: transparent;
    min-height: 680px;
  }
  .static-slide.about-us-heading .about-us-image {
    max-width: 950px;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 60%;
  }
  .static-slide.about-us-heading .about-us-image img {
    height: auto;
    width: 100%;
  }
  .static-slide.about-us-heading .about-slider {
    bottom: 0;
    height: 400px;
    left: 10px;
    padding: 130px 30px 0;
    position: absolute;
    width: 400px;
    top: auto;
    z-index: 3;
  }
  .static-slide.about-us-heading .about-slider .about-slider-slides li {
    font-size: 20px;
    height: 105px;
  }
  .single-slide .subtitle {
    bottom: 106px;
    font-size: 45px;
    max-width: 50%;
  }
  .single-slide h4, .single-slide .h4 {
    bottom: 60px;
    font-size: 12px;
  }
  #content main#archive-shows {
    margin-top: 0;
  }
  #content main#contact-page .map-wrap {
    padding: 0 10px;
  }
  #content main#contact-page .map-wrap .acf-map {
    padding-top: 75%;
    width: 75%;
  }
  #content main#contact-page .map-wrap .map-details {
    background: #ee3330;
    border-radius: 50%;
    color: #fff;
    height: 300px;
    opacity: 0;
    padding: 90px 50px 0;
    position: absolute;
    width: 300px;
    z-index: 2;
  }
  #content main#contact-page .map-wrap .map-details a {
    color: #fff;
  }
  #content main#contact-page .map-wrap:nth-of-type(odd) .acf-map {
    float: right;
  }
  #content main#contact-page .map-wrap:nth-of-type(odd) .map-details {
    bottom: 100px;
  }
  #content main#contact-page .map-wrap:nth-of-type(even) .acf-map {
    float: left;
  }
  #content main#contact-page .map-wrap:nth-of-type(even) .map-details {
    right: 10px;
    top: 100px;
  }
  /*********************
PAGINATION
*********************/
  .pagination {
    text-align: right;
  }
  /*********************
SHOW MENU/PAGE
*********************/
  .list-of-shows li {
    height: 200px;
    width: 50%;
  }
  .list-of-shows li .show-info {
    margin-top: -26.5px;
    padding: 0 35px;
    position: absolute;
    top: 50%;
  }
  .list-of-shows li .show-info .show-title {
    display: block;
    max-height: 100px;
    overflow: hidden;
  }
  /*********************
SLIDER STYLES
*********************/
  .bx-wrapper .bx-pager {
    right: 30px;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer {
    font-size: 14px;
  }
  .footer-block.last {
    text-align: right;
  }
}

/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /*********************
DESKTOP
*********************/
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  h2, .h2 {
    font-size: 25px;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 970px;
  }
  /*********************
LINK STYLES
*********************/
  a, a:visited {
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #141414;
  }
  /*********************
PRE-HEADER STYLES
*********************/
  .home-slider .home-slider-fixed-wrap {
    position: fixed;
  }
  .single-slide .subtitle a:hover {
    color: #141414;
  }
  .single-slide h4 a:hover, .single-slide .h4 a:hover {
    color: #141414;
  }
  /*********************
HEADER STYLES
*********************/
  .header #show-filters {
    display: block;
  }
  .header #show-filters > li:hover:after {
    opacity: 1;
    top: 28px;
  }
  .header #show-filters > li ul.filter-sub-menu li {
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  .header #show-filters > li ul.filter-sub-menu li:hover {
    color: #ee3330;
  }
  .header #show-filters li.sort {
    display: inline-block;
  }
  .header .menu-btn {
    -webkit-transition: background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .header .menu-btn:hover {
    background-color: #141414;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .top-nav a:hover {
    color: #ee3330;
  }
  .menu-close-btn {
    -webkit-transition: background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .menu-close-btn:hover {
    background: #fff;
  }
  .nav-social-links i {
    -webkit-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
  }
  .nav-social-links i:hover {
    background: #ee3330;
  }
  /*********************
POSTS & CONTENT STYLES
*********************/
  .static-slide .subtitle {
    font-size: 55px;
  }
  .static-slide .subtitle-circle {
    background: #ee3330;
    border-radius: 50%;
    display: block;
    height: 350px;
    margin-top: -245px;
    opacity: 0;
    padding: 140px 20px;
    position: absolute;
    right: 15px;
    text-align: center;
    width: 350px;
    z-index: 2;
  }
  .static-slide .subtitle-circle .second-subtitle {
    color: #fff;
    font-family: "FFMarkWebProBold", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 30px;
    line-height: 1.2;
  }
  .static-slide.about-us-heading .about-us-image {
    bottom: -40px;
    top: auto;
    width: 80%;
  }
  #content #inner-content.padding-lrg {
    padding: 100px 0 0;
  }
  #content #inner-content.padding-sml {
    padding: 50px 0 0;
  }
  #content .half-main {
    width: 60%;
    float: right;
    margin-right: 20%;
  }
  #content .full-main {
    width: 100%;
    margin-right: 0;
  }
  #content .full-main-sidebar {
    width: 80%;
    float: right;
    margin-right: 0;
  }
  #content main .article-link:hover {
    color: #ee3330;
  }
  #content main .article-link.archive-link:hover {
    color: #141414;
  }
  #content main#contact-page article {
    margin-top: -200px;
  }
  #content main#contact-page .map-wrap {
    padding: 0 10px;
  }
  #content main#contact-page .map-wrap .acf-map {
    height: 900px;
    padding-top: 0;
    width: 900px;
  }
  #content main#contact-page .map-wrap .map-details {
    height: 340px;
    padding: 100px 60px 0;
    width: 340px;
  }
  #content main#contact-page .map-wrap .map-details a:hover {
    color: #141414;
  }
  #content main#contact-page .map-wrap .map-details ul {
    font-size: 13px;
  }
  #content main#contact-page .map-wrap:nth-of-type(odd) .map-details {
    bottom: 90px;
    right: 665px;
    left: auto;
  }
  #content main#contact-page .map-wrap:nth-of-type(even) .map-details {
    left: 665px;
    right: auto;
    top: 90px;
  }
  #content main#archive-people article .person-details a span {
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  #content main#archive-people article .person-details a:hover span {
    color: #141414;
  }
  #content main#archive-people article .person-social-links a:hover {
    color: #ee3330;
  }
  /*********************
ARCHIVE PAGES
*********************/
  .list-of-shows li {
    height: 21vw;
  }
  .list-of-shows li .show-info .genres a:hover {
    color: #141414;
  }
  .list-of-shows li:hover:after {
    background: #ee3330;
    opacity: 0.45;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    width: 15%;
    font-size: 14px;
    float: left;
    margin-right: 5%;
    margin-top: 0;
  }
  .sidebar .sidebar-heading {
    font-size: 14px;
  }
  .sidebar a:hover {
    color: #ee3330;
  }
  /*********************
SLIDER STYLES
*********************/
  .bx-wrapper .bx-pager.bx-default-pager a {
    opacity: 0.2;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    opacity: 1;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer a:hover {
    color: #ee3330;
  }
}

/*********************
LARGE DESKTOP
*********************/
@media only screen and (min-width: 1240px) {
  /*********************
LARGE DESKTOP
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 1170px;
  }
  /*********************
POSTS & CONTENT STYLES
*********************/
  .static-slide.about-us-heading .about-us-image {
    bottom: -70px;
    max-width: 1020px;
  }
  .static-slide.about-us-heading .about-slider {
    bottom: -60px;
    height: 470px;
    padding: 160px 50px;
    width: 470px;
  }
  .static-slide.about-us-heading .about-slider .about-slider-slides li {
    font-size: 25px;
    height: 124px;
  }
  #content main#contact-page article {
    margin-top: -240px;
  }
  #content main#contact-page .map-wrap {
    padding: 0 10px;
  }
  #content main#contact-page .map-wrap .acf-map {
    height: 1100px;
    padding-top: 0;
    width: 1100px;
  }
  #content main#contact-page .map-wrap:nth-of-type(odd) .map-details {
    bottom: 160px;
    right: 875px;
  }
  #content main#contact-page .map-wrap:nth-of-type(even) .map-details {
    left: 875px;
    top: 160px;
  }
  /*********************
SHOW MENU/PAGE
*********************/
  .list-of-shows li .show-info .show-title {
    max-height: 130px;
  }
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited 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;
  }
  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;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
